/*
Theme Name: CCC
Theme URI: http://www.lrdsign.com/
Description: Theme ContreCiel
Version: 0.1
Author: lrpckr
Datum: Octobre 20, 2008
*/

@import url("css/tripoli.base.css");
body, html{
	background-color:#474747;
}
#outside{
	margin-top:50px;
	width : 80%;
	margin-left:5%;
	margin-right:15%;
	background-color:red/*#3a61bd*/;
	background:url(css/back.gif) #3a61bd left top repeat;
	min-height: 300px;
}
#header{
	height:17px;
	color:white;
	/*margin-bottom:50px;*/

}
#header a{
	display:block;
	width : 100%;
	height:17px;
	background:#474747 url(css/header_titleA.gif)  no-repeat top left;
}
#header a span{
	display:none;
}
#header h1{
	font-size:200%;
}
#main{
	position:relative;
	padding-top:50px;	
	background:url(css/header_titleB.gif)  no-repeat top left;
	}
/* top right bottom left */
	
#content{
	position:absolute;
	left: 20%;
	width : 88%;
	color:#FAFAFA;
	font-family: Verdana,sans-serif;

}
#content #inside{
	background-color:#333333;
	border-left:#a2a2a2 15px solid;
	min-height:530px;	
	padding : 20px 6% 40px 20px;
	height:auto !important;
  	height:530px;	
	font-family: Verdana,sans-serif;
	font-size:0.9em;
}

/* NAVIGATION ***********************************/
#menu{
	position:relative;
	top : 0px;
	left : 0px;
	width : 20%;
	
}
#menu ul{
	list-style:none;
	padding:0px 0px 40px 0px;

	margin-left:20px;
}
#menu ul li{
	padding : 3px 0px 3px 2px;

}
#menu ul a{
	color : white;
	border-bottom:white dotted 1px;
	text-decoration:none;
	
}

#menu li.current_page_item>a{
	color :#00AADE ;
	font-weight:bold;
	border:none;
}

#menu ul ul a:before{
	content: "\203A";
	vertical-align:baseline;
	font-weight:bold;
	margin-right:2px;
}

#menu ul li.current_page_item{
	background-color:#2e4e97;
	height:1%;
}
body.single #menu ul li.page-item-46, body.archive #menu ul li.page-item-46{
	background-color:#2e4e97;
	height:1%;
}

#menu ul ul{
	margin:5px;
	margin-right:0px;
	padding:0px;
}

#menu li.current_page_item ul{
	display:block;					
}

#menu li.current_page_ancestor ul{
	display: block;
}

#menu li.current_page_ancestor li.current_page_parent ul{
	display: block;
}

#menu li.current_page_ancestor li.current_page_item ul{
	display: block;
}
#menu ul ul{
	display:none;
}
#menu li.current_page_item ul ul{
	display:none;					
}

#menu li.current_page_ancestor ul ul{
	display:none;
}

/* FIN NAVIGATION ********************************/


/* TYPO ETC.. CORPS */
.content a, .content a:visited{
	color:#537de0;
}
.content a:hover{
	color:white;
}

.content h1, .content h2, .content h3{
	color : #00AADE;
	font-family:Georgia, "Times New Roman", Times, serif;

}
.content h1, .content h2{
	clear:both;
}
.content h1{
	font-size:220%;
}

.content h2{
	padding-top : 20px;
	padding-bottom:10px
}

.content h3{
	font-size: 100%;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1.2em;
	margin-bottom: 1em;
	width : 85%;
}

.content h3.post-title, .content h2.post-title{
	font-size:200%;
	text-transform:capitalize;
	color:red;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:2px;
	width: 65%;
	line-height:1.3em;
}

.content .post{
	margin-bottom:15px;
	padding-bottom:15px;
	clear:both;
	border-bottom: 1px #2e4e97 dotted;
}
.content .post-meta{
	font-size:95%;
	margin-bottom:10px;
}
.content .post-meta .post-date, .content .post-meta .post-author{
	font-weight:bold;
}
.content .post .post-content{

}
blockquote{
	margin-left:3%;
	margin-top: 15px;

}
blockquote p{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

blockquote > p:first-child{
	margin-top : -10px;
}
blockquote:before {
  content: open-quote;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:36px;
  color:#00AADE;
  line-height:0.8em;
  margin-left:-0.2em;
}

blockquote:after {
  content: close-quote;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:36px;
  color:#00AADE;
  margin-left:70%;
}






.content hr{
	clear:both;
	border-bottom: 1px #2e4e97 dotted;
	background-color:#333333;
	margin : 15px 0px 15px 0px;
	height:2px;
}
.content img.aligncenter{
	margin-left : auto;
	margin-right : auto;
}
.content div.aligncenter{
	margin-left : auto;
	margin-right : auto;
}
.content div.aligncenter img{
	margin-left : auto;
	margin-right : auto;
}
.content img.alignleft{
	float:left;
	margin-right:15px;
	margin-bottom:6px;
}

.content img.alignright{
	float:right;
	margin-left:15px;
	margin-bottom:6px;
}

.content div.alignleft{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
	background-color:#464646;
}
.content div.alignleft img.alignleft, .content div.alignright img.alignright{
	margin:0px;
}

.content p.wp-caption-text{
	font-size:85%;
	line-height:1em;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	margin-bottom : 0px;
}


#contentfooter{
	color:#727272;
	width:100%;
	text-align:right;
	font-size:9px;
}

hr.hrend{
	height:1px;
	border-bottom:#333333 1px dotted;
	width: 50%;
	margin:auto;
	clear:both;
	background-color:#333333;
}

/*PAGE VIGNETTE */
.thumb div.wp-caption{
	text-align:center;
	/*width:195px !important;*/
	overflow:hidden;
	height:300px;
	padding-bottom:5px;
	margin-right:6px;
	background:url(css/back.gif) #3a61bd left top repeat;
	float:left;
	margin-bottom:10px;
}
.thumb hr{
	height:10px;
	border-bottom:#707172 1px dotted;
	width: 50%;
	margin:auto;
	clear:both;
	background-color:#333;
}
