/*
Theme Name: DEEO Studio's Theme
Theme URI: http://www.deeo.fr
Description: Template du blog DEEO IS
Version: 1.0
Author: DEEO
Author URI: http://www.deeo.fr
Tags: pictures, images, simple, clean
*/



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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}



html, body {
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background:#161616;
}

.overflow {
	overflow:hidden;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#da251d;	
}

h2.titleh2 {
	line-height:20px;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#fff;
}
.marginb20 {
	margin-bottom:20px;	
}
.marginb40 {
	margin-bottom:40px;	
}
.alignleft {
	float:left;	
}
.alignright {
	float:right;	
}
.alincenter {
	margin:0 auto;
	text-align:center;
}





#header {
	background:#161616 url(images/bg.jpg) left -150px repeat-x;
	width:100%;
	height:170px;
}
#h-wrap {
	width:900px;
	margin:0 auto;
	height:320px;
	/*background:transparent url(img/scratches.png) left 30px no-repeat;*/
}
#h-top {
	position:relative;
	width:900px;
	height:150px;
}
#header h1 {
	width:350px;
	height:150px;
	background:transparent url(images/logo.png) left top no-repeat;
	text-indent:-6500px;
}
#header h1 a {
	display:block;
	width:180px;
	height:100px;
}
#header ul {
	position:absolute;
	right:0;
	top:55px;
	overflow:hidden;
}
#header li {
	display:block;
	float:left;
	list-style-type:none;
}
#header li a {
	display:block;
	float:left;
	margin:0 0 0 50px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
}
#header li a.active, #header li a:hover {
	background:transparent url(images/menu-a.png) left top repeat-x;
	color:#999;
}
#header p {
	font-size:21px;
	line-height:1.5em;
	font-weight:normal;
	color:#888;
	display:none;
}
#header strong {
	/*padding:0 5px;
	background:#161616;
	color:#FFF;*/
	padding:0 5px;
	background:#444;
	color:#FFF;
}






/* STRUCTURE */

#wrapper {
	width:900px;
	margin:40px auto 0 auto;
	color:#bababa;
}

#footer {
	width:900px;
	margin:0 auto 0 auto;
	padding:20px 0 20px 0;
	color:#666;
	background:transparent url(images/hr.jpg) center top no-repeat;
	overflow:hidden;
}

#featured {
	overflow:hidden;
	padding-bottom:40px;
	margin-bottom:40px;
	background:transparent url(images/hr.jpg) center bottom no-repeat;
}











/* FEATURED */



#featured .one-feat-post {
	width:280px;
	margin-right:30px;
	float:left;
}
#featured .one-feat-post-last {
	width:280px;
	float:left;	
}
#featured .feat-top {
	width:270px;
	height:200px;
	position:relative;
	border:5px solid #333;
}
#featured .featured-title a {
	position:absolute;
	bottom:0;
	left:0;
	width:250px;
	padding:10px;
	background:#161616;
	opacity:0.9;
	filter:alpha(opacity=90); 
	-moz-opacity:.90;
	font-weight:bold;
	text-decoration:none;
}
#featured .postmeta {
	margin-top:10px; 
	margin-bottom:10px;
	width:280px;
	color:#666;
	overflow:hidden;
}
#featured .postmeta .date {
	float:left;
}
#featured .postmeta .comments a {
	float:right;
	padding-left:20px;
	margin-left:2px;
	text-decoration:none;
	color:#666;
	background:transparent url(images/comments.png) no-repeat left center;
}
#featured p.moretext {
	margin-top:20px;	
}











/* LATEST */

#latest {
	width:660px;
	float:left;
	overflow:auto;
}

#latest .one-lat-post {
	width:200px;
	margin-right:20px;
	float:left;
}
#latest .lat-top {
	width:196px;
	height:120px;
	position:relative;
	border:2px solid #333;
}
#latest .lat-title a {
	position:absolute;
	bottom:0;
	left:0;
	width:186px;
	padding:5px;
	background:#161616;
	opacity:0.9;
	filter:alpha(opacity=90); 
	-moz-opacity:.90;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
#latest .postmeta {
	margin-top:10px; 
	margin-bottom:10px;
	width:196px;
	color:#666;
	overflow:hidden;
}
#latest  .postmeta .date {
	float:left;
}
#latest .postmeta .comments a {
	float:right;
	padding-left:20px;
	margin-left:2px;
	text-decoration:none;
	color:#666;
	background:transparent url(images/comments.png) no-repeat left center;
}
#latest p.moretext {
	margin-top:20px;	
}







/* SIDEBAR */
#sidebar {
	width:230px;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
}
#sidebar li {
	list-style-type:none;
}
#sidebar .widgettitle {
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#da251d;
	border-bottom:1px solid #222;
	text-align:right;
}
#sidebar ul ul {
	margin-bottom:40px;
}
#sidebar ul ul li a {
	display:block;
	padding:5px 0;
	border-bottom:1px solid #222;
	text-decoration:none;
	font-size:14px;
}
#sidebar ul ul li a:hover {
	background:#222;
	color:#fff;
}
#sidebar #search {
	margin-bottom:40px;
}





/* SINGLE-POST */
#single-post {
	width:620px;
	float:left;
	overflow:auto;
}
#single-post .post {
	margin-bottom:60px;	
}
#single-post h2 {
	line-height:21px;
	font-size:21px;
	font-weight:bold;
	color:#fff;	
	padding-bottom:20px;
	background:transparent url(images/hr.jpg) center bottom no-repeat;
}
#single-post h2 a {
	line-height:21px;
	font-size:21px;
	font-weight:bold;
	color:#fff;	
	text-decoration:none;
}
#single-post h2 a:hover {
	color:#da251d;	
}
#single-post .postMeta-post {
	margin-top:10px; 
	margin-bottom:10px;
	color:#666;	
	overflow:hidden;
}
#single-post .postMeta-post .date {
	float:left;	
}
#single-post .postMeta-post .comments {
	float:right;
	padding-left:20px;
	margin-left:2px;
	text-decoration:none;
	color:#666;
	background:transparent url(images/comments.png) no-repeat left center;
}
#single-post .postMeta-post .date a, #single-post .postMeta-post .comments a {
	color:#666;
}
#single-post #the-post-content {
	font-size:14px;	
	line-height:20px;
}
#single-post #the-post-content p {
	margin-bottom:10px;	
}
#single-post #the-post-content img {
	border:3px solid #333;	
}
#single-post #the-post-content ul {
	margin:10px 0 10px 40px;
	list-style-position:inside;
}
#single-post #the-post-content blockquote {
	margin:10px 0 10px 40px;
	padding:0;
	font-style:italic;
}
#single-post .edit-post {
	margin:20px 0;	
}

#single-post .one-page {
	margin:20px 0;
	font-size:14px;	
}


/*
-----------------------------------------
COMMENTS
----------------------------------------- 
*/
#comments .one-comment {
	border-bottom:1px dashed #333;
	border-top:1px dashed #333;
	overflow:hidden;
	padding:20px 0;
	background:#222;
	margin:20px 0;
}
#comments .one-comment:hover {
	background:#292929;	
}
#comments li {
	list-style-type:none;
}
#comments ul.children {
	padding:0 0 0 50px;
	list-style-type:none;
}
#comments .comment-left {
	width:140px;
	padding-left:10px;
	float:left;
	margin-right:10px;
	color:#666;	
}
#comments .comment-left a {
	color:#666;	
}
#comments .avatar {
	border:2px solid #333;
}
#comments em {
	display:block;
	margin-top:10px;
	font-style:normal;
	color:#bababa;
}






/* FORMULAIRE */
h3#reply {
	font-size:16px;
	margin-bottom:20px;
}
#respond {
	margin-top:40px;	
}

.warning{padding:10px; background:#282828; border:1px solid #323232; ; margin-bottom:10px}

#comments label input{border:1px solid #000;background:#444; color:#b4b4b4; padding:5px 4px; margin-bottom:10px; width:160px}

#comments label span{line-height:27px}

#comments label{font-family:"Lucida Sans Unicode"; font-size:1.1em}

#comments textarea{border:1px solid #000; margin-top:10px; padding:4px 0px; width:618px; background:#444; color:#b4b4b4;}

#comments .button {
	background:#444444;
	border:1px solid #000000;
	color:#B4B4B4;
	padding:5px;
	margin-top:10px;
}

#comments .button:hover {
	cursor:pointer;
	color:#da251d;
	background:#161616;
	border:1px solid #444;
}








/* ARCHIVES */
.archives .content {
	width:620px;
	float:left;
}
.archives h2.titleh2 {
	text-transform:none;	
}
.archives .post h3 a {
	font-size:14px;
	font-weight:bold;
	color:#da251d;
}
.archives .post {
	border-bottom:1px dashed #333;
	border-top:1px dashed #333;
	overflow:hidden;
	padding:20px;
	background:#222;
	margin:20px 0;
}
.archives .post .postMeta-post {
	margin-top:10px; 
	margin-bottom:10px;
	color:#666;	
	overflow:hidden;
}
.archives .post .moretext {
	margin-top:10px;	
}
.archives .post .date {
	float:left;	
}
.archives .post .comments a {
	float:right;
	padding-left:20px;
	margin-left:2px;
	text-decoration:none;
	color:#666;
	background:transparent url(images/comments.png) no-repeat left center;
}





/* SEARCHFORM */
#search {
	margin-top:10px;	
}
#search input {
	border:1px solid #000;background:#444; color:#b4b4b4; padding:5px 4px; margin-bottom:10px; width:160px	
}
#search input#searchsubmit {
	background:#444444;
	border:1px solid #000000;
	color:#B4B4B4;
	padding:4px;
	margin-top:10px;
	width:auto;
}
#search input#searchsubmit:hover {
	cursor:pointer;
	color:#da251d;
	background:#161616;
	border:1px solid #444;
}








/* FOOTER */
#footer a {
	color:#666;
}
#footer .alignleft {
	width:620px;
}
#footer .alignright {
	width:280px;
	text-align:right;
}
