/*
 Theme Name:     Twenty Eleven Child
 Theme URI:      http://example.com/twenty-eleven-child/
 Description:    Twenty eleven Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       twentyeleven
 Version:        1.0.0
*/

@import url("../twentyeleven/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
background:#000000 url(http://www.aparecido.fr/wp-content/uploads/2013/11/aparecido.jpg) no-repeat fixed  top center;
background-size: cover;
color:#FFFFFF;
margin:0;
padding:0;
display: block
}

body, input, textarea {
	color: #373737;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3;
}

#branding {
	border-top: 0px solid;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}


#fond {background-color: #; position:absolute; z-index:-1; top:250px; left:0; right:0; bottom:0; opacity:0.5;}


#page {
	margin: 1em 50px 2em 50%;
	max-width: 300px;
	min-width: 500px;
	opacity:1;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#main {
    clear: both;
    padding: 1em 0 0;
}

#site-title {
	font-family: "FS Lola Web ExtraBold", 'Open Sans', helvetica, arial, sans-serif;
	margin-right: 70px;
	padding: 4.65625em 0 0;
}

#site-title a {
	color: #111;
	font-size: 34px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}

#site-description {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin: 7px 15px 1.8em 0;
}

#branding hgroup {
    margin: 0 5%;
}

#branding #searchform {
position: absolute;
top: 1em;
right: 7.6%;
text-align: right;
}

/* =Pages
-------------------------------------------------------------- */


.left-sidebar #primary {
    float: right;
    margin: 0;
    width: 105%;
}

.entry-title {
clear: both;
color: #222;
font-size: 26px;
font-weight: bold;
line-height: 1.5em;
padding-bottom: .3em;
padding-top: 1px;
}

.singular.page .hentry {
padding: 1.5em 0 0;
}

.singular .entry-title {
	color: #1c2236;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 10px;
	position: absolute;
	right: auto;
	top: 10px;
}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	margin: 0 auto;
	width: 95%;
}

.inter {
	font-weight: bold;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #1c2236; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#32384a, ##494e5e);
	background: -o-linear-gradient(#32384a, ##494e5e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(##32384a), to(##494e5e)); /* older webkit syntax */
	background: -webkit-linear-gradient(#32384a, ##494e5e);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

#access a {
    color: #eee;
    display: block;
    line-height: 2.333em;
    padding: 0 1.2125em;
    text-decoration: none;
}

/* Footer
-------------------------------------------------------------- */
#site-generator {
    background: none repeat scroll 0 0 #f9f9f9;
    border-top: 1px solid #ddd;
    color: #cc0000;
    font-size: 12px;
    line-height: 2.2em;
    padding: 1em;
    text-align: center;
}

#site-generator a {
	color: #CC0000;
}

/* Résultats de recherche
-------------------------------------------------------------- */

.left-sidebar #secondary {
    float: left;
    margin-left: 7.6%;
    margin-right: 0;
    width: 50.8%;
}
	