/*
Theme Name: Baraka Books
Theme URI: http://barkabooks.com
Description: 
Version: 1.0
Author: Rémi Prévost
Author URI: http://ixmedia.com
*/

@import url("css/reset.css");
@import url("css/communs.css");

/*
 * @section Basic
 ******************************************************************************/

html {
	font-size: 62.5%;
}

html, body {
	height: 100%;
}

#wrap {
	height: auto !important;
	height: 100%; /* Pour IE6*/
	min-height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 150%;
	line-height: 1.25;
	color: #000000;
	background: #fff;
	position: relative;
	behavior: url("/js/csshover.htc");
}

p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #991b1e; background: #fff8e0; }
a:focus { outline: 1px dotted; }
a:visited { color: #a67a7b; }
a:hover, a:focus { color: #7a1113; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }

button::-moz-focus-inner { border: 0; padding: 1px; }

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8;
}

/*
 * @section Layout
 ******************************************************************************/
 
#wrap {
	width: 960px;
	margin: 0 auto;
	background: url("img/bg-wrap.jpg") repeat-y bottom left;
}

#skipnav {
	margin: 0;
	position: absolute;
	left: -999999px;
}

/*
 * @section Entête
 ******************************************************************************/
 
#entete {
	background: #fff url("img/bg-entete.jpg") no-repeat bottom left;
	padding: 0 0 1px;
	font-size: 150%;
	padding: 32px 0 33px 0;
	height: 1%;
}

#entete ul {
	margin: 0 0 0 29px;
}

#entete ul li {
	float: left;
	line-height: 1.2;
}

#entete ul li.active {
	background: url("img/bg-nav-active.jpg") no-repeat bottom center;
	padding: 0 0 13px;
}

#entete ul li a {
	background: none;
	display: block;
	float: left;
	color: #991b1e;
}

#entete ul li a:hover {
	text-decoration: underline;
}

#entete ul li.active a {
	text-decoration: none !important;
}

#entete ul li.recherche div.main,
#entete ul li.active a {
	background: #991b1e;
	color: #fff8e0;
	text-decoration: none;
}

#entete ul li a span {
	display: block;
	float: left;
}

#entete ul li a span.bl { padding: 3px 10px; }

#entete ul li.active a span.tl { background: url("img/bg-nav.gif") no-repeat top left; }
#entete ul li.active a span.tr { background: url("img/bg-nav.gif") no-repeat top right; }
#entete ul li.active a span.br { background: url("img/bg-nav.gif") no-repeat bottom right; }
#entete ul li.active a span.bl { background: url("img/bg-nav.gif") no-repeat bottom left; }

#entete ul li.recherche {
	padding: 0;
	background: none;
}

#entete ul li.recherche form {
	display: none;
}

#entete ul li.recherche div.main,
#entete ul li.recherche div.main-inner {
	background: transparent;
	float: left;
}

#entete ul li.recherche.active div.main {
	display: block;
	background: #991b1e;
}

#entete ul li.recherche.active div.main { background: #991b1e url("img/bg-nav.gif") no-repeat top right; }
#entete ul li.recherche.active div.main-inner { padding: 0 3px 0 0; background: url("img/bg-nav.gif") no-repeat bottom right; }

#entete ul li.recherche.active a {
	color: #fff8e0;
	text-decoration: none;
	float: left;
}

#entete ul li.recherche.active .main-inner span.br,
#entete ul li.recherche.active .main-inner span.tr {
	background: none !important;
}

#entete ul li.recherche.active form {
	float: left;
	width: 240px;
	display: block;
}

#entete ul li.recherche.active form input {
	float: left;
	display: block;
}

#entete ul li.recherche.active form #submit-recherche {
	margin: 1px 0 0 3px;
	display: block;
	float: left;
}

#entete ul li.recherche form #s {
	border: none;
	margin-top: 2px;
	font-size: 78%;
	font-family: Georgia, "Times New Roman", serif;
	padding: 4px;
	width: 200px;
}


/*
 * @section Contenu
 ******************************************************************************/

#contenu {
	width: 670px;
	float: left;
}

#contenu .contenu-inner {
	padding: 11px;
}

#contenu #titrepage,
#contenu h2 {
	padding: 5px 10px 10px 28px;
	font-size: 190%;
	font-weight: normal;
	border-bottom: 1px solid #e5dfc9;
}

#contenu .featured {
	background: #fff url("img/bg-boite.jpg") no-repeat bottom center;
	/*padding: 24px 30px 42px;*/
	padding: 0 30px 42px;
	margin: 0 0 1em;
	position: relative;
}

#contenu .featured .thumbnail {
	width: 172px;
	float: left;
}

#contenu .featured .book {
	margin-left: 198px;
	padding: 12px 0 0 0;
}

#contenu .featured .book h3 {
	font-weight: normal;
	font-size: 190%;
	line-height: 1.1;
	margin: 0 0 0.3em;
}

#contenu .featured .book .subtitle {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	color: #666;
	font-variant: small-caps;
}

#contenu .featured .book .meta {
	margin: 0 0 0.6em;
	font-size: 90%;
}

#contenu .featured .book h3 a {
	background: none;
}

#contenu .featured-item {
	width: 586px;
	
}

#contenu .featured-item .book,
#contenu .featured-item .thumbnail {
	padding: 24px 0;
}

#contenu .featured-item .thumbnail a,
#contenu .featured-item .thumbnail img {
	display: block;
}

#contenu .featured-nav {
	bottom: 2px;
	left: 300px;
	position: absolute;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 125%;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border: 3px solid #fff;
}

#contenu .featured-nav ul {
	margin: 0 auto;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	background: url("img/bg-featured-nav.jpg") repeat-x bottom left;
	float: left;
}

#contenu .featured-nav ul li {
	float: left;
}

#contenu .featured-nav ul li a {
	display: block;
	float: left;
	background: transparent;
	color: #991b1e;
	padding: 2px 8px;
	outline: none;
	text-decoration: none;
}

#contenu .featured-nav ul li a:hover {
	text-decoration: underline;
}

#contenu .featured-nav ul li.active a {
	color: #fff;
	background: #991b1e;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	text-decoration: none;
}

#contenu .news-list .thumbnail {
	width: 142px;
	float: left;
}

#contenu .news-list .thumbnail a {
	display: block;
	margin: 30px 0 0 29px;
}

#contenu .news-list .thumbnail img {
	display: block;
	
}

#contenu .news-list .news-item {
	border-bottom: 1px solid #e5dfc9;
	padding: 0 0 15px;
}

#contenu .news-single .news-item {
	padding: 24px 30px 40px;
	background: #fff url("img/bg-boite.jpg") no-repeat bottom center;
}

#contenu .news-list .news {
	margin-left: 168px;
	padding: 24px 20px 0 0;
}

#contenu .news-list .sans-thumbnail .news {
	margin-left: 29px;
}

#contenu .news-list .news h3 {
	font-weight: normal;
	font-size: 150%;
	line-height: 1.1;
	margin: 0 0 0.25em;
}

#contenu .news-list .news .meta {
	margin: 0 0 0.6em;
	font-size: 70%;
}

#contenu .news-list .news h3 a {
	background: none;
}

#contenu .news-list .archives {
	text-align: right;
	padding: 15px 20px 0 0;
	font-size: 120%;
}

#contenu .news-list .archives a {
	text-decoration: none;
	float: right;
	background: url("img/ico-archives.jpg") no-repeat 100% 50%;
	padding: 3px 37px 3px 3px;
}

#contenu .news-list .archives span {
	text-decoration: none;
	color: #991B1E;
}

#contenu .news-list .archives a:hover span {
	text-decoration: underline;
}

#contenu .books-list  {
	padding: 0px 30px 40px;
	background: #fff url("img/bg-boite.jpg") no-repeat bottom center;
}

#contenu .books-list .thumbnail {
	width: 172px;
	float: left;
}

#contenu .books-list .books-item {
	padding: 24px 0 24px;
	border-bottom: 1px solid #e5dfc9;
}

#contenu .books-list .book {
	margin-left: 198px;
	padding: 12px 0 0 0;
}

#contenu .books-list .book h3 {
	font-weight: normal;
	font-size: 190%;
	line-height: 1.1;
	margin: 0 0 0.3em;
}

#contenu .books-list .book .meta {
	margin: 0 0 0.6em;
	font-size: 90%;
}

#contenu .books-list .book .subtitle {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	color: #666;
	font-variant: small-caps;
}


#contenu .books-list .book h3 a {
	background: none;
}

#contenu .book-single .book-item {
	padding: 24px 30px 40px;
	background: #fff url("img/bg-boite.jpg") no-repeat bottom center;
}

#contenu .book-single .book .subtitle {
	margin-bottom: 0.8em;
	color: #666;
	font-variant: small-caps;
}


#contenu .book-single .book-item .thumbnail {
	float: left;
	margin: 0 30px 30px 0;
}

#contenu .page-single .page-item {
	padding: 24px 30px 40px;
	background: #fff url("img/bg-boite.jpg") no-repeat bottom center;
}

#contenu .search-list {
	padding: 24px 30px 40px;
	background: #fff url("img/bg-boite.jpg") no-repeat bottom center;
}

#contenu .search-item {
	border-bottom: 1px solid #e5dfc9;
	margin: 0 0 1em;
}

#contenu .search-item h3 {
	font-weight: normal;
	color: #777;
	line-height: 1.1;
	margin-bottom: 0.4em;
	font-size: 140%;
}

#contenu .search-item p.meta {
	font-size: 80%;
	margin-bottom: 0.8em;
}

#contenu .search-item .search-keyword {
	font-weight: normal;
	background: #ffffa2;
}


/*
 * @section Comments
 ******************************************************************************/
 
ol.commentlist {
	padding: 10px 30px 40px;
	background: #fff url("img/bg-boite.jpg") no-repeat bottom center;
}
 
ol.commentlist li.comment {
	padding: 14px 0 1px;
	border-bottom: 1px solid #e5dfc9;
}

ol.commentlist li.comment .comment-author {
	margin: 0 0 1em;
}

ol.commentlist li.comment .comment-author a.permalink {
	background: transparent;
	color: #aaa;
}

ol.commentlist li.comment .comment-author cite {
	font-style: normal;
}

#respond form {
	padding: 20px 0 40px 30px;
}

#respond form label {
	width: 150px;
	float: left;
	font-size: 95%;
	padding-top: 7px;
}

#respond form p {
	margin: 0 0 0.3em;
}

#respond form p input,
#respond form p textarea {
	float: right;
	width: 400px;
	border: 1px solid #bab5a3;
	padding: 8px;
	font-family: Georgia, "Times New Roman", serif;
}

#respond form input#submit {
	float: right;
	margin-top: 8px;
	background: #991b1e;
	color: #fff;
	border: none;
	padding: 4px 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 110%;
	-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}
 
/*
 * @section Sidebar
 ******************************************************************************/
 
#sidebar {
	width: 250px;
	float: right;
}

#sidebar #logo {
	margin: 0 0 1.9em;
}

#sidebar #logo a {
	height: 401px;
	width: 250px;
	background: url("img/img-logo.jpg") no-repeat top right;
	text-indent: -99999px;
	display: block;
	outline: none;
}

#sidebar h2 {
	color: #991b1e;
	margin-top: 1em;
	font-weight: normal;
	font-size: 150%;
}

#sidebar .liens h3 {
	font-weight: normal;
	font-size: 110%;
	margin: 0 0 0.5em;
}

#sidebar .liens ul {
	margin: 0;
	font-size: 90%;
}

#sidebar .liens ul li {
	margin: 0 0 0.5em;
}

#sidebar .liens ul li a {
	background: transparent;
	text-decoration: underline;
}

/*
 * @section Footer
 ******************************************************************************/

#footer {
	padding: 0 0 20px;
}
 
#footer p {
	margin: 0;
	background: url("img/img-logo-footer.jpg") no-repeat 40px 50%;
	padding: 10px 10px 10px 84px;
}
