/*  
Theme Name: Colorvoid
Theme URI: http://templates.arcsin.se/
Description: Soft and natural, gray and blue two-column theme supporting widgets. Based on the <a href="http://templates.arcsin.se/">free website template</a> Colorvoid. Traduction française par <a href="http://wordpress-tuto.fr">WordPress tuto</a>.
Version: 1.0
Author: Viktor Persson
Author URI: http://arcsin.se/
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
background:#C4EDA1 url(img/bg-dg.jpg) repeat-x;
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

a {color: #993300;}
a:hover {color: #993300;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 0 auto 0;
	width: 780px;	
}
#layout_container {
	background: #FFF;
	padding: 0 5px;
-moz-border-radius: 0 0 18px 18px;
border: 1px solid #FFFFFF;

}
#layout_edgetop, #layout_edgebottom {
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}

/* Site Title */

/* Navigation */
#navigation {
	background: url('http://www.fairesondocumentunique.anact.fr/wp-content/themes/colorvoid-fr/img/navigation.jpg') no-repeat center bottom;
	padding: 205px 10px 0 ;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}

/* Main Layout */
#main_left {width: 545px;}
#main_right {width: 220px;}

/* Footer */
#footer {
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: black;
}
#footer .right {color: black;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	padding: 6px 12px 5px;
}
.post_title h1 {
font-size:1.7em;
letter-spacing:-1px;
line-height:1.1em;
font-family:Trebuchet Ms,Lucida,Arial,Verdana,serif,sans;
}
.post_title h1 a {color: #4D9301; text-decoration: none}
.post_title h1 a:hover {
	color:#4D9301;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
background:transparent url(img/box-shadow.png) no-repeat scroll left bottom;
font-size:0.9em;
padding-bottom:9px;
}
.post_metadata .content {
background:white none repeat scroll 0 0;
border:1px solid #C6C6C6;
display:block;
margin:0;
padding:4px;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
padding: 10px 10px 1px;
}
.post_body img {
background-image: url(img/ombra.jpg);
background-position: right bottom;
background-repeat: no-repeat;
padding: 0 6px 4px 0;
float: left;

}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */


.box {margin-bottom: 5px;}
.box_title {
	background: url('img/box/title.gif') no-repeat right top;
	padding: 11px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #993300;
width: 192px;
margin-left: 8px;
}
.box_body {
	background: #FFF7EF;
	padding: 8px 10px 1px 10px;
	font-size: 0.9em;
margin-left: 8px;
width: 189px;
}
/* .box_bottom {
	background: url('bottom.gif') no-repeat left top;
	display: block;
	height: 22px;
	font-size: 0;
	line-height: 0;
}*/

.box ul {
	margin-left: 0;
	border-bottom: 1px dotted #F18D35;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px dotted #F18D35;
}
.box ul a {text-decoration: none;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

#wp-admin-bar {align:center; margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

/* ----------------------------------------
   Menu Categories - LD
------------------------------------------- */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {

	}
#nav {
font-size:1.0em;
font-style: italic;
font-weight: bold;
Font-family: Tahoma;
padding: 0;
margin: 0;
-moz-border-radius: 18px 18px 0 0;
filter:alpha(opacity=95);
-moz-opacity:.95;
opacity:.95;
}

#nav {
background: #464749;
	list-style: none;
	line-height: 1;
}

#nav a, #nav a:hover {
background: #464749;
	display: block;
	text-decoration: none;
	border:none;
}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
}

#nav a, #nav a:visited {
	display:block;
	color: #f5f5f4;
	padding:6px 12px;
}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:#000;
	text-decoration:none
}	

#nav li ul {
	position: absolute;
	left: -979em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
margin: 0;
}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}

#nav li li a, #nav li li a:visited {
	font-weight:bold;
	font-size:0.9em;
	color:#FFF;
}

#nav li li a:hover, #nav li li a:active {
	background:#000;
}	

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

a.main:hover
{
    background:none;
}
