/*
Theme Name:VARIANTE_EXOSMA 2
Theme URI: http://vikiworks.com
Version: 1.0.1
Author: yichi
*/


/* Overal setup */
* { margin:0; padding:0; }
html {
	background-image: url(images/bg_global.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}
body {
	color:#bbb;
	font:12px/14px  helvetica, arial,Sans-serif;
	/*background-color: #040507;*/
	background-image: url(images/main_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a   { color:#aaa;text-decoration:none;outline:0; }
a:hover { color:#eee; }
a img { border: none; }
ul, li { list-style: none;margin:0;padding:0; }
h1  { font-size:30px; } 
h2  { font-size:14px; }
.titre{
	letter-spacing:-1px;
	line-height:1.4em;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(images/ss_titre.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 55px;
	display: block;
	height: 35px;
	padding-top: 25px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
} 
h3  { font:bold 11px arial,helvatica;color:#bbb;text-transform:capitalize; }
h3 SPAN.slash { font:bold 10px Arial !important; text-transform: lowercase; }
h4  { font-size:14px; }
code { font: 11px  "Courier New"; color:#666; padding:5px;margin:5px 0;display:block;border-left:1px solid #903000; }
blockquote { color:#ddd; padding:5px;font: 12px Arial,Sans-serif;line-height:1.4em; }
.left { float:left;margin-top:3px;margin-right:8px; }
.right { float:right;margin-left:8px; }
.clear { clear: both; }
.clear-both { clear: both; }
.pagenavi  {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* navigation */
ul.topnav   { list-style:none;text-align:left; }
.topnav li   { float:left;margin: 0; }
.topnav li a  { font:11px arial;outline:none;color:#ddd;text-decoration:none;display:block;padding:5px 15px;text-transform:uppercase; }	
.topnav li a:hover   { color:#b3d565 !important; }
.topnav li.rss   { float:right;display:block; width: 60px;background:transparent url(images/rss.png) no-repeat 130% 0; }
.topnav li.rss a { color: #eee; }
.topnav li.rss a:hover   { background: transparent;color:#a0410d !important; }

/* header */
#header {
	width:808px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 16em;
	padding-left: 0;
	height: 55px;
}
#header h1 a { display:block;font-size: 20px; margin: 5px 0; width: 240px;text-indent: -999em; }
#header h1 a:hover { color: #7ebe40; }
#main-wrapper {
	display:block;
	width:808px;
	padding:10px;
	text-align:left;
	background:url(images/px.png);
	min-height: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main {
	width: 808px;
	margin:0;
	float:left;
	overflow: hidden;
	padding-top: 20;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
}


/* thumnail covers */
.thumb {
	background: #222 url(images/thumb.png);
	display: block;
	width: 251px;
	overflow: hidden;
	height: 151px;
	position: relative;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
}
.thumb-title {
	margin-bottom:1px;
	background:#FFF;
	bottom:0;
	right:0;
	display:block;
	position:absolute;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	margin-right: 32px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.thumb-title:hover { background:#222; }
.thumb-title h2 {
	margin: 0;
	line-height: 1.4em;
}
.thumb-title h2 a {
	display:block;
	color:#999999;
	text-decoration: none;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
}
.thumb-title h2 a:hover {
	color: #FFFFFF;
}



/* Ancillary */
#ancillary  { margin:0;padding:0;height:260px;background: url(images/rambling.jpg) no-repeat 100% 80%;}
#ancillary .flickr { padding: 3px 2px; background: #202020 ; overflow: hidden; }
#ancillary .flickr img  { margin:10px 10px; width:45px;height:45px;display:block;float:left; }
#ancillary .flickr a img  { border:4px solid #eee; }
#ancillary .flickr a:hover img  { border:4px solid #6199dc; }



/* single page */
.post.single {
	line-height:1.4em;
	width:100%;
	padding:3px;
}
.post.single h2, .post.single h2 a {
	color: #FFFFFF;
}
.post.single .postMeta { font:10px Arial;margin-bottom:5px;color:#999; }
.post.single .postMeta span.date {
	margin-left: 55px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
.post.single .postMeta span.comments { background: url(images/comment.gif) no-repeat left center;padding-left:15px; }
.post.single .postMeta span.comments a,
.post.single .postMeta span.date a{
	color:#FF3300;
}
.post.single .entry {
	line-height:18px;
	overflow:hidden;
	padding-bottom:25px;
	padding-top: 5px;
	padding-left: 55px;
	
}
.post .entry img.wp-smiley  { border:0px none; margin:0; vertical-align:middle; }  /*//////// SMILEY ////////*/
.post .entry img,.entry a img { border:0px}
.post .entry a:hover img { border-color:#eee; }
.post.single h3 { font-size: 12px;font-weight:bold; color: #6199dc; display:inline; }
.post.single p { margin: 1em 0; }
.post.single p a,.post.single li a { color:#b3d565; }
.post.single p a:hover { color:#ddd; }
.post.single p strong { font-weight: bold; }
.post.single p em { font-style: normal; background: #f9f9de; }
.post.single a { color:#a9a393; }
.post.single a:hover { color:#ddd; }
.post.single blockquote { margin: 0 1.5em; color: #6c6c6c; }
.post.single ul, .post.single ol { margin: 1em; }
.post.single ul li, .post.single ol li { margin: 0; color: #666; line-height: 1.4em; }
.entry{
	padding-left: 55px;
	padding-right: 10px;
	letter-spacing: 0.078em;
}


/* sidebar related */
#sidebarwrapper  { margin:0;padding:0;float:right;color: #999; }
#left-sidebar { color:#ddd;float:left;margin:0;width:220px;padding:5px;background: transparent url(images/opa.png); }
#left-sidebar h3 {padding:3px; background: #6e80c4;display: inline; color: #eee; }
#left-sidebar a   { color:#aaa; }
#left-sidebar a:hover { color:#fff; }
#left-sidebar p { color:#ddd; }
#left-sidebar ul { list-style:none;margin:8px 0 4px;color: #999; }

.categories { padding: 0; color: #666; }
.categories li { font-size: 11px;padding:3px 2px; float: left;color:#444; width: 48%; display: inline; }
.categories li a { color: #999; text-decoration:none;  }
.categories li a:hover { color:#eee;text-decoration: none; }

.recent-posts { padding: 10px 0; }
.recent-posts ul { margin: 0px; padding: 0; }
.recent-posts li { margin: 0px; padding: 4px 0; list-style-type: none;  }
.recent-posts li a { text-decoration:none; }
.recent-posts li a:hover { text-decoration:none;  }

.delicious { padding: 10px 0; }
.delicious ul { margin: 0; padding: 0; }
.delicious li { margin: 0px; padding: 2px 0; list-style-type: none;  }
.delicious li a { text-decoration:none; }
.delicious li a:hover { text-decoration:none; }

.tags { margin:10px 0;padding:0;line-height:2em; }
.tags a { text-decoration:none;color:#333;font-weight:normal; }
.tags:hover a { color: #666; text-decoration: none; }
.tags:hover a:hover, #sidebar .tags a:hover { color: #eee;text-decoration: none; }




#right-sidebar { color:#ddd;float:left;width:220px;margin:0;padding:5px;font-size:11px;background: transparent url(images/opa.png); }
#right-sidebar h3 {padding:3px; background: #6e80c4;display: inline; color: #eee; }
#right-sidebar p { color:#ddd; padding-bottom:10px;}
#right-sidebar a   { color:#999;text-decoration:none; }
#right-sidebar a:hover { color:#fff; }
#right-sidebar ul { list-style:none;margin:8px 0 4px; }



/* COMMENTS */
h3#comments, h3#respond { font-weight:normal; font-size: 14px;font-family: arial, verdana;letter-spacing:-1px; color:#ddd;padding:5px 0;}	
ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist cite { text-transform:none; font-style:normal; }
ol.commentlist li { border-bottom:1px dotted #222; padding:15px 0; }
ol.commentlist h5 { font-size:12px; margin:3px 0; padding:0; }	
ol.commentlist h5 a:link, a:visited { color:#679ef1;}
ol.commentlist h5 a:hover { color:#fff; }
ol.commentlist h5 small { display:block; }	
ol.commentlist li { font-size: 11px; margin: 0; }
ol.commentlist li span.moderate { padding:2px; color:#f30; }



/* ---------- @ Forms -----------*/

#searchform {
	margin-left:11px;
}
#searchform .field {
	padding:3px;
	width:90px;
	font-size:1em;
}
#searchform .button {
	margin:0;
	padding:3px;
	font-size:1em;
}
.button {
	background: #251116 url(images/bg_button.gif) no-repeat ! important;
	border:none;
	font-size:0.8em;
	color:#e0e5e9;
	padding:4px 18px;
	margin-top:7px;
	border-bottom:2px solid #251116;
	border-right:2px solid #251116;
}
a.button, a.button:visited {
	color:#e0e5e9;
	width:78px;
	margin:18px 0 0 30px;
	display:block
}
a.button:hover, a.button:active {
	text-decoration:none
}
.button:focus, .button:hover {
	background: #110307 url(images/bg_button.gif) no-repeat ! important;
}
.field {
	background:#412c31 ! important;
	border:none;
	padding:4px 4px 4px 22px;
	font-size:0.8em;
	color:#f2f0e9;
}
.field#user-name {
	background: #412c31 url(images/user-name.gif) 5px 4px no-repeat ! important;
	width:118px;
	margin-right:5px;
}
.field#user-name:focus {
	background: #4c353b url(images/user-name.gif) 5px 4px no-repeat ! important;
}
.field#user-email {
	background: #412c31 url(images/user-email.gif) 5px 7px no-repeat ! important;
	width:118px;
}
.field#user-email:focus {
	background: #4c353b url(images/user-email.gif) 5px 7px no-repeat ! important;
}
.field#user-comment {
	background: #412c31 url(images/user-comment.gif) 5px 6px no-repeat ! important;
	width:273px;
	height:120px;
	margin-top:8px;
}
.field#user-comment:focus {
	background: #4c353b url(images/user-comment.gif) 5px 6px no-repeat ! important;
}
.field#user-url {
	background: #412c31 url(images/user-url.gif) 4px 8px no-repeat ! important;
}
.field#user-url:focus {
	background: #4c353b url(images/user-url.gif) 4px 8px no-repeat ! important;
}
#interior .field#user-name, #interior .field#user-email, #interior .field#user-url, #interior .field#user-url {
	width:260px
}
#interior .field#user-comment {
	width:586px;
	height:300px;
}



/* footer */
#footer {
	color:#555;
	font-size:9px;
	line-height:1.4em;
	height:200px;
	clear:both;
	width:808px;
	text-align:right;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a { font-weight: bold;color:#555;border-bottom:1px solid #333; }
#footer a:hover { color:#eee; }
#footer img { display: none; }
.etiquette{
	display: block;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.etiquette a{
	color: #FF3300;	
}
#projet {
	background-image: url(images/fd_projet.png);
	background-repeat: repeat-y;
	background-position: left -3px;
	min-height: 550px;
}
.descriptionP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
	text-decoration: none;
	float: right;
	display: inline-block;
	width: 195px;
	height: 300px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}
.titreP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
