/* CSS Document */

/* ----------------------------------------- */
/* ------------- RESET CSS------------------ */
/* ----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------- */
/* ------------- BALISES ------------------- */
/* ----------------------------------------- */

body {
	background:#C5C7A6;
	color:#838383;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
}

p,div#content ul,div#content li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	list-style-type:disc;
}


hr{clear:both; margin:10px 0; visibility:hidden;}

#sidebar ul.categories-list li {
	behavior: url("http://blog.clubaventure.fr/wp-content/themes/blog-clubaventure/css/iepngfix.htc");
}
/* ----------------------------------------- */
/* ------------- STRUCTURE ----------------- */
/* ----------------------------------------- */

#header {
	background:url(../img/header.jpg) no-repeat center top;
	height:170px;
	margin:15px auto 0 auto;
	position:relative;
	width:920px;
}

#claim {
	background:#42210B;
	font-size:11px;
	height:23px;
	margin:0 auto;
	width:920px;
}

#wrapper{
	background:#534741;
	margin:0 auto;
	position:relative;
	width:920px;
}

#content{
	background:#fff;
	padding:0;
	position:relative;
	width:670px;
	overflow:hidden;
}

#contenu{
	padding:15px 0 0 0;
	position:relative;
}

#sidebar{
	background:url(../img/sidebar_bg.png) repeat-y center top;
	width:250px;
}

#footer{
	background:#534741;
	margin:0 auto 15px auto;
	width:920px;
	padding:10px 0;
}
/* ----------------------------------------- */
/* ------------- ENTETE -------------------- */
/* ----------------------------------------- */

#header p{
	color:#7D335F;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	margin:95px 0 0 50px;
	width:310px;
}

#header a#lien-club{
	display:block;
	height:62px;
	position:absolute;
	right:35px;
	top:50px;
	width:185px;
}

#header a#top{
	display:block;
	height:40px;
	left:40px;
	position:absolute;
	top:50px;
	width:320px;
}

#claim p {
	color:#CCC2BA;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	margin:0 10px;
}

#claim p.experts {
	font-size:8px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
}

#claim a {
	color:#fff;
	text-decoration:none;
}

#claim a:hover {
	text-decoration:underline;
}

#claim span{color:#fff;font-size:13px;font-weight:bold;}

#claim em{font-size:9px;}
/* ----------------------------------------- */
/* ------------- CONTENU ------------------- */
/* ----------------------------------------- */

/* --- Navigation --- */
#nav{
	background:url("../img/bg_wrapper_big.png") repeat scroll center top transparent;
	color:#fff;
	font-size:10px;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0 35px;
}

#nav a {
	color:#CCC2BA;
}

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


#contenu div.post {
	padding:0 30px;
}

#contenu div.separateur {
	background:url(../img/separateur.png) no-repeat center bottom;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
}

/* --- Sticky post --- */
div#post-230.post,div#post-232.post,div#post-234.post,div#post-5328,div#post-5335 {
	background:none!important;
	padding:14px 28px;
}

div#post-230.post p.date,div#post-232.post p.date,div#post-234.post p.date,div#post-5328.post p.date,div#post-5335.post p.date,div#post-230.post span.commentaires,div#post-232.post span.commentaires,div#post-234.post span.commentaires,div#post-5328.post span.commentaires,div#post-5335.post span.commentaires,div#post-230.post span.metas,div#post-232.post span.metas,div#post-234.post span.metas,div#post-5328.post span.metas,div#post-5335.post span.metas{
	display:none;
}

div#post-230.post h1,div#post-232.post h1,div#post-234.post h1,div#post-5328.post h1,div#post-5335.post h1 {
	color:#B55424;
	font-size:19px;
	line-height:20px;
	margin:0 0 10px 0;
	text-transform:none!important;
}

div#post-230.post h1 a,div#post-232.post h1 a,div#post-234.post h1 a,div#post-5328.post h1 a,div#post-5335.post h1 a {
	color:#B55424;
	font-size:19px;
	line-height:20px;
	margin:10px 0;
	text-decoration:none;
}

a.postThumbnail{
	display:block;
	margin:10px 0;
}

.wp-post-image{
	background:none repeat scroll 0 0 #F5F3F1;
	border:1px solid #D7D5D4;
	display:block;
	height:auto;
	margin:0 0 18px;
	padding:5px;
	width:595px;
}

/* --- Post Content --- */
.date {
	float: left;
	margin: 0 1em 0.5em 0;
	display: block;
	width: 3.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	border-color: #eee #ccc #ccc #eee;
}
.d1 {
	background:url("../img/bottomShade2.png") repeat-x scroll 0 -1px transparent;
	display:block;
	font-size:18px;
	line-height:19px;
	overflow:hidden;
	width:100%;
}
.d2 {
	background-color:#EFEEE0;
	display: block;
	width: 100%;
	font-size: 10px;
	overflow: hidden;
}
.d3 {
	background-color:#DFDED1;
	display: block;
	width: 100%;
	font-size: 10px;
	overflow: hidden;
}

span.commentaires {
	background:url("../img/bg_connents.png") no-repeat scroll center top transparent;
	color:#A39283;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:20px;
	margin:0 5px 0 0;
	padding:2px 0 0;
	text-align:center;
	text-decoration:none;
	width:25px;
}
span.commentaires a{
	color:#A39283;
	font-size:10px;
	text-decoration:none;
}

span.metas,span.metas a{
	color:#A39283;
	font-size:10px;
}

div.postContent{
	margin:8px 0 0 0!important;
	padding:0!important;
}


div.postContent p{
	margin:10px 0;
	text-align:justify;
}

div.postContent ul{
	list-style:circle;
	margin:10px 0;
}

div.postContent li{
	margin:2px 0 2px 30px;
}

div.postContent a{
	color:#5C0037;
	font-weight:bold;
}

div.postContent img{

}

a.more-link{
	color:#A0647A!important;
	display:block;
	font-size:10px;
	line-height:12px;
	margin:15px 0 30px 0;
	text-decoration:none;
}

a.more-link:hover{
	text-decoration:underline;
}

.wp-caption{
	width:595px!important;
}
.wp-caption-text{
	/*background:#998675;*/
	color:#998675;
	font-size:11px;
	font-weight:bold;
	margin:0 auto!important;
	padding:3px 0 5px 0;
	text-align:center;
	width:90%;
}

.navPage{
	background:none repeat scroll 0 0 #FFFFFF;
	height:15px;
	padding:10px 20px 10px 370px;
}

.navPage a{
	color:#A0647A !important;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	margin:15px 0 30px;
	text-decoration:none;
}

.next{
	background:url(../img/next.png) no-repeat center top;
	height:15px;
	width:15px;
}

.next a,.prev a{
	display:block;
	text-indent:-9999px;
}

.prev{
	background:url(../img/prev.png) no-repeat center top;
	height:15px;
	margin:0 10px;
	width:15px;
}

address{color:#A39283;display: block; width: 565px; border: 1px dashed #6B5D53; background: none repeat scroll 0% 0% rgb(238, 238, 238);font-size:11px;line-height:18px; padding: 15px;}

/* ----------------------------------------- */
/* ------------- COMMENTS ------------------ */
/* ----------------------------------------- */

div.comments-template{
	background:none repeat scroll 0 0 #EFEEE0;
	border-radius:5px;
	margin:10px 0 0 0;
	padding:10px 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

div.comments-template a{
	color:#5C0037;
}

div.comments-template h3{
	border:medium none;
	color:#A39283;
	font-size:15px;
	line-height:22px;
	margin:15px 0 5px;
}

.commentlist li {
	margin:25px 0;
}

.comments, .comments ul, #comments li{
	margin:0;
	padding:0;
	list-style:none;
	}
.comments li{
	list-style-type:none!important;
	margin:1.5em 0;
	position:relative;
	font-size:13px;
}
.comments li.author{
	color:#83253C;
}

	.comments li.author .meta{
		background:url("../img/bg_comments_author1.gif") no-repeat 0 100%;
		color:#83253C;
	}
	.comments li.author .body{
		background:url("../img/bg_comments_author2.gif") no-repeat 0 100%;
		color:#EFEEE0!important;
	}	
.comments a{color:#5a7981;text-decoration:none;}
.comments a:hover{color:#555;}
.comments .meta{
	padding-bottom:32px;
	background:url("../img/bg_comments1.gif") no-repeat 0 100%;
	}	
.comments .meta li{
	margin:0;
	display:inline;
	font-size:12px;
	color:#777;
	position:static;
	}	
.comments .meta .author{
	font-size:14px;
	font-weight:bold;
	}	
.comments .meta img{
	background:url(../img/faviconClub.png) no-repeat center top;
	position:absolute;
	left:28px;
	top:68px;
	z-index:100;
	/*border:1px solid #bfd5da;*/
	}	
.comments .body{
	padding:10px 30px 20px 30px;
	background:url("../img/bg_comments2.gif") no-repeat 0 100%;
	min-height:58px;
	}
	
#commentform{
}
	#commentform p{
		margin:5px 0;
	}

textarea#comment{
	margin:5px 0;
}

form#commentform input#submit{
	background:#88715A;
	border-radius:5px;
	border:1px solid #998675;
	color:#EFEEE0;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:2px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* ----------------------------------------- */
/* ------------- SIDEBAR ------------------- */
/* ----------------------------------------- */
div.sidebarContent {
	background:url("../img/catHaut.png") no-repeat scroll center top transparent;
	padding:65px 15px 0 15px;
}

div#categories{
	padding:0 0 5px 0;
}
	
	div#catContent{
		background:url(../img/catContent.png) repeat-y center top;
	}
	
	div#catBas{
		background:url(../img/catBas.png) no-repeat center bottom;
		height:66px;
	}

div#categories h2{
	border:none;
	color:#A39283;
	font-family:Steinem, Verdana;
	font-size:18px;
	font-weight:normal;
	padding:0 0 5px 18px;
	text-transform:uppercase;
}

#sidebar h2,#sidebar h2 a{
	border:none;
	color:#A39283!important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

#sidebar ul  {
	margin:0 0 10px 0;
}

#sidebar ul li {
	font-size:11px;
	line-height:15px;
	margin:30px 10px 30px 20px;
	text-decoration:none;
}

#sidebar ul li a {
	color:#fff;
	text-decoration:none;
}

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

#sidebar ul li ul li {
	margin:5px 0 5px 10px;
}

#sidebar ul.categories-list li {
	background:url(../img/bg_cat.png) no-repeat left center;
	color:#A39283;
	display:block;
	height:18px;
	margin:5px 0 5px 25px;
	padding:0 0 0 10px;
	width:171px;
}

#sidebar ul.categories-list li a {
	color:#FFB987;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
}

#sidebar ul.categories-list li:hover {
	background:url(../img/rubrique-hover.png) repeat center top;
	color:#fff!important;
	_background:none;
}
#sidebar ul.categories-list li a:hover {
	color:#fff!important;
}
/* --- RECHERCHE ---*/
#searchform{
	/*background:url(../img/search_bg.png) repeat center top;*/
	padding:10px;
	width:160px;	
}

#searchform input#search{
	border:1px solid #998675;
	height:16px;
	width:135px;
}

#searchform input#submit{
	border:1px solid #998675;
	border-collapse:collapse;
}
/* --- CALENDRIER -- */

#wp-calendar {
	color:#A39283;
	display: block;
}

	#wp-calendar caption, #calendar caption {
		background:none repeat scroll 0 0 #534741;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		margin:0 0 5px;
		padding:3px 5px;
		text-align:center;
		width:15.5em;
		_width:100px!important;
	}
	
	#wp-calendar table, #calendar table {
		border-collapse: collapse;
		text-align: center;
		background: url(../images/cal_bkg.gif) bottom right no-repeat;
		font-size:12px;
		width: 13em;
		padding: 0 1px 1px 0;
		margin: 2em;
	}
	
		#wp-calendar thead tr {
			font-size:12px;
		}
		
		#wp-calendar thead th {
			background: url(../images/cal_single.gif) top left no-repeat;
		}
		
		#wp-calendar tbody td {
			background: url(../images/cal_single2.gif) top left no-repeat;
			font-size:12px;
			padding: 2px 0;
			text-align:center;
			width: 2em;
		}
		
	#wp-calendar #today {
		background: url(../images/cal_single_today.gif) top left no-repeat;
		color: #9D6687;
		font-weight:bold;
	}
	
	#wp-calendar tbody .pad {
		background: url(../images/cal_pad.gif) top left no-repeat;
	}
	
	#wp-calendar a {
		padding: 2px 0;
		font-size:12px;
		font-weight: bold;
	}
	
	#wp-calendar tfoot td {
		padding: 3px 0;
		background: url(../images/cal_pad.gif) top left no-repeat;
	}
	
	#wp-calendar tbody {
		background:#7F6F63;
	}	
	
	#wp-calendar #next {
		text-align: right;
		padding-right: 10px;
	}

/* ----------------------------------------- */
/* ------------- FOOTER -------------------- */
/* ----------------------------------------- */
#footer a{color:#fff;text-decoration:none;}

#footer a:hover{text-decoration:hover;}

#footer h2{
	border:none;
	color:#A39283;
	font-family:Verdana;
	font-size:11px;
	line-height:22px;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
}


#footer ul li{
	float:left;
	margin:0 15px;
	padding:0 5px 0px;
	width:190px;
	_margin:0 10px;
}

#footer ul li ul li{
	font-size:10px;
	float:none;
	margin:8px 10px;
	padding:0;
}
/* ----------------------------------------- */
/* ------------- FONTS --------------------- */
/* ----------------------------------------- */

@font-face {
	font-family: Steinem;
	src: url('../font/STEINEM_.ttf');
}

h1{
	font-family:Steinem, Verdana;
	font-size:19px;
	font-weight:normal;
	line-height:22px;
	margin:0 0 3px 55px;
	text-decoration:none;
	text-transform:uppercase;
}

h1 a{
	color:#9A1737;
	text-decoration:none;
}


h2{
	border-bottom:1px dotted #DFDED1;
	color:#5D0037;
	font-family:Steinem, Verdana;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin:0 0 10px 0;
	padding:10px 30px 2px 0;
	text-indent:2px;
}

h3{
	color:#6B5D53;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0 0 5px 0;
}

/* ----------------------------------------- */
/* ------------- CLASSES ------------------- */
/* ----------------------------------------- */

div.clear{clear:both;}

.Fl{float:left;}

.Fr{float:right;}

.alignleft {
	background:none repeat scroll 0 0 #F5F3F1;
	border:1px solid #D7D5D4;
	float:left;
	margin:0 15px 30px 0px;
	padding:5px;
}

.alignright{
	background:none repeat scroll 0 0 #F5F3F1;
	border:1px solid #D7D5D4;
	float:right;
	margin:0 0px 30px 15px;
	padding:5px;
}

.alignnone{
	background:none repeat scroll 0 0 #F5F3F1;
	border:1px solid #D7D5D4;
	margin:10px 0;
	padding:5px;
}

.aligncenter{
	background:none repeat scroll 0 0 #F5F3F1;
	border:1px solid #D7D5D4;
	margin:10px auto;
	padding:5px;
}

div.celluleCrise {border:1px solid #5d0037;color:#5d0037;margin:15px 0;padding:10px 20px;}

/* --- Player youtube --- */

.vvqyoutube{clear:both;}

/* --- Widget Twiter --- */
.twtr-widget {margin: 0 0 0 -20px;}
