/*
Theme Name: Cicada Twenty
Description: Thème enfant de Twenty Eleven
Author: Thierry Godin
Version: 1.0.0
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");
@font-face {
    font-family: 'bankgothic lt bt';
    src: url('font/bankgothic_lt_bt_light-webfont.eot');
    src: url('font/bankgothic_lt_bt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bankgothic_lt_bt_light-webfont.woff') format('woff'),
         url('font/bankgothic_lt_bt_light-webfont.ttf') format('truetype'),
         url('font/bankgothic_lt_bt_light-webfont.svg#bankgothic_lt_bt_light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Réduction hauteur entête de page */
#site-title {
	padding: 2em 0 0;			/* 3.65625em */
}
#site-description {
	margin: 0 270px 2em 0;		/* 3.65625em */
}

/* couleur #fff remplacée pour le fond de page */
#page {
	background: #DBCBA8;
}

/* Changement de la couleur des headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #5d3b0f;
}

/* Modif font-family et font-size de site-title*/
#site-title a {
	color: #111;
	font-family: "bankgothic lt bt", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}

/* Modif couleur site-title */
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #a7a37e;  /* Original: #1982d1; */
}

/* Modif couleur h1, h2 */
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #5d3b0f;
	font-weight: bold;
	margin: 0 0 .8125em;
}

/* Modif padding et couleur */
.singular.page .hentry {
	padding: 0em 0 0;
}
.singular .entry-title {
	color: #5d3b0f;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}

/* Site Generator Line */
/* background #f9f9f9 remplacé pour fond de page du footer */
#site-generator {
	background: #DBCBA8;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
