/*
Theme Name: Enfant de Twenty Twelve
Description: Thème enfant pour Twenty Twelve
Author: Geoffroy Barre
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

/* Background 
*/

body {
font-size: 14px;
font-size: 1rem;
font-family: Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
color: white;
background-image: url('http://classic-auto.fr/wp-content/uploads/2012/11/fond-classic-auto.jpg'); background-repeat: no-repeat; background-position: top center; background-attachment: fixed;
}

body.custom-background-empty {
background-color: black;
}

.site {
padding: 0 24px;
padding: 0 1.714285714rem;
background-color: black;
}

.site-content article {
margin-bottom: 10px;
}

.site-header h1, .site-header h2 {
text-align: left;
font-size: 15px;
font-weight: bold;
margin-top: -10px;
}

.entry-header .entry-title {
text-decoration: none;
color: white;
font-family: Arial, sans-serif;
font-size: 28px;
font-weight: normal;
line-height: 1.0;
margin-left: 0px;
text-transform: uppercase;
}

.entry-header {
margin-bottom: 5px;
margin-bottom: 0px;
}

.entry-header img.wp-post-image {
margin-top: 5px;
}

.entry-meta {
font-family: Tahoma;
line-height: 12px;
font-size: 10px;
text-transform: uppercase;
color: #979DA1;
margin-bottom: 5px;
}

a:link {
 color: green;
 text-decoration: underline;
 }
a:visited {
 color: white;
 }
a:active {
 color:red;
}
a:hover {
 color: white;
 text-decoration: none;
}

.entry-content p, .entry-summary p, .comment-content p {
margin: 0px 20px 10px 20px;
font-size: 12px;
line-height: 18px;
}

.thumbnails-min ul {
max-width:250px;
margin-right: 0px;
} 

.thumbnails-min ul li {
max-width:250px;
margin-right: 0px;
} 

.thumbnails-min img{
max-width:100%;
height: auto;
width: auto;
box-sizing: border-box;
position:relative;
margin-left: auto;   
margin-right: auto;
} 

.author-description p {
color: #777;
font-size: 13px;
font-size: 0.928571429rem;
line-height: 1.846153846;
text-transform: none;
}

/* Header */

.main-navigation li a {
color: white;
}
.main-navigation li a:hover {
color: gray;
}

/* Widgets */

.widget-area .widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 18px;
	margin-bottom: 1.428571429rem;
}

.widget-area .widget a {
color: #FFF;
}

.widget-area .widget a:hover {
color: green;
}

.fb_iframe_widget iframe {
position: absolute;
background-color: white;
}



/* Footer */
footer.entry-meta {
margin-top: 24px;
margin-top: 1.714285714rem;
font-size: 13px;
font-size: 0.928571429rem;
line-height: 1.846153846;
color: white;
}

.solb,.solbe{text-align:center}
.solcol{margin:0.5em 0 1em;padding-top:0.2em;width:720px}
.solb{display:table-cell;margin:0 4px 0 4px;padding:6px;width:200px;background:#e9f0f8;border:1px solid #b2d6ff}
.solbe{display:table-cell;margin:0 4px 0 4px;padding:6px;width:6px;background:transparent}
.solb:hover{background:#a6f773}
.solb a{text-decoration:none}
.solb a span:hover{text-decoration:underline}
.solb{-moz-box-shadow:0 2px 3px rgba(0,0,0,.4);-webkit-box-shadow:0 2px 3px rgba(0,0,0,.4);box-shadow:0 2px 3px rgba(0,0,0,.4)}
.solb{border-radius:7px;-moz-border-radius:7px;-khtml-border-radius:7px;-webkit-border-radius:7px}