/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme 
Author: Dentifritz
Template: twentyeleven
*/

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

.attachment-twentyeleven-thumbnail-feature { 
    float:left; 
    margin:7px 7px 0 0; 
    border:1px solid #dedede; 
    background:#f0f0f0; 
    padding:2px; 
}

div.wp-pagenavi { padding-bottom: 10px;}
ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

/* taille du titre des posts */
#content .entry-title {
	color: #000; 
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
	
/* on vire le titre texte hors de l'ecran, on le conserve pour les SEO et les titres de page 
#site-title {
	margin-right: 600px;
	padding: 10em 0 0;
	text-indent: -999em;
}
*/

#site-title img {
height:33px;
width:430px;
}
