/*  
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: #333333 url('img/body.png') repeat-x top left;
	font: normal 12px "Trebuchet MS",Arial,Verdana,sans-serif;
	color: #333333;
	padding-bottom: 1em;
}

a {color: #c5236c; /* rose fushia */ text-decoration:none;}
a:hover {color: #c5236c; /* rose fushia */ text-decoration:underline;}

p {padding: 0 0 0.9em;}

h1 {font-weight:bold; font-size:1.1em;}
h2 {font-weight:normal; font-size:1em;}
h3 {font-weight:normal; font-size:1em;}

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;}
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-weight: normal;
	font-size: 0.9em;
	color:#333333;
}
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: 40px auto 0;
	width: 780px;	
}
#layout_container {
	background: #FFF;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges.png') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	width:770px;
	height:143px;
}

#site_title .header-logo {float:left;width:657px;}
#site_title .header-suite {width:113px;float:left;}

#site_title h1 {
	margin:0;
	padding:0;
}
#site_title h1,#site_title h1 a {width:657px;height:111px;}
#site_title h2 {margin:0;padding:0;width:657px;height:32px;}

/* Tabs */
#tabs ul {
	background: #000000 url('img/bg-navigation.png') no-repeat left bottom;
	padding:0 0 0 10px;
	height:25px;
	width:760px;
	/*float:left;*/
	color: #000000; /* blanc */
	font-weight:bold;
}
#tabs li {
	display:inline;
}
#tabs span {
	/*float: left;*/
	display: block;
	background: url("img/tabrightC.png") no-repeat right top;
	padding: 3px 14px 4px 6px;
	/*height:16px*/
}
#tabs li a {
	display:block;
	background: url("img/tableftC.png") no-repeat left top;
	float: left;
	height:25px;
	width:auto;
	color:#FFFFFF;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
	font-size:1.1em;
}
#tabs li a:hover {background-position: 0% -42px;}
#tabs li.current_page_item a {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

/* Main Layout */
#main_left {width: 545px;}
#main_right {width: 220px;}

/* Footer */
#footer {;
	padding: 0;
	font-size: 1em;
	color: #333333;
	text-align:center;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover, #footer .footer-pages ul li a:hover {
	text-decoration: underline;
}

#footer .footer-cat {
	margin-bottom:15px;
}
#footer .footer-cat ul {
	margin:0;
	padding:0;
	background-color:#f0eae9;
	padding:6px 10px 4px;
	text-align:center;
}
#footer .footer-cat ul li {
	display:inline;
	list-style:none;
	border-right:1px solid #bca59f;
	padding:0 6px;; 
}
#footer .footer-cat ul li a{
	color: #896054;
	text-decoration: none;
	height:20px;
}

#footer .footer-cat ul li a:hover{
	text-decoration: underline;
}
#footer .footer-pages {
	margin-bottom:5px;
}
#footer .footer-pages ul {
	margin:0;
	padding:0;
	text-align:center;
}
#footer .footer-pages ul li {
	display:inline;
	list-style:none;
	border-right:1px solid #999999;
	padding:0 6px;
}
#footer .footer-pages ul li a{
	color: #333333;
	text-decoration: none;
}

/* ----------------------------------------
   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;}

/* Align */
.justify p {text-align:justify;}

/* 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;
	font-size:1.1em;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 30px;
	color: #333333;
}
.post_title {
	background: #c5236c /* rose fushia */ url('img/post/title.png') no-repeat left top;
	padding: 4px 10px 3px;
}
.post_title h1 {color:#FFFFFF;}
.post_title h1 a {color: #ffffff;}
.post_title h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.post_title h1.left {width: 420px}
.post_date {
	color: #ffffff;
	padding-top: 1px;
	font-size: 0.8em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0;
}
.post_metadata .content {
	border-top: 1px solid #e5dbd9;
	padding: 9px 0 0 0;
	font-size: 0.8em;
	color: #5f4841; /* marron foncé */
}
.post_metadata .content a {color: #5f4841; /* marron foncé */}
.post_metadata .content a:hover {color: #5f4841; /* marron foncé */ text-decoration:underline;}
.post_metadata .content .classe p{padding:0;line-height:1.5em;text-align:right;}

.post_body {
	padding: 10px 10px 0px;
}
.post_body img {

}
.post_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.8em;
	padding: 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background: #bca59f url('img/box/title.png') no-repeat left top;
	padding: 3px 10px 3px;
	font-weight: bold;
	font-size: 1.1em;
	color: #5f4841;
	text-transform:uppercase;
}
.box_body {
	background: #d9c8c4 url('img/box/body.png') repeat-x left top;
	padding: 10px 10px 0;
	font-size: 1em;
}
.box_body p {
	padding:0;
}
.box_bottom {
	background: url('img/box/bottom.png') no-repeat left top;
	display: block;
	height: 10px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	list-style-position:outside;
	background:transparent url('img/puce-marron.png') no-repeat scroll 2px 7px;
	padding-left:15px;
}
.box ul.categories li {
	background:transparent url('img/puce-ronde-rose.png') no-repeat scroll 2px 7px;
}
.box ul a {text-decoration: none; font-weight:bold; color: #333333;}
.box ul a:hover {text-decoration: underline;}
.box ul.categories a {color: #c5236c; /* rose fushia */ font-size:1.1em;}

.box_promotions {margin-bottom:-12px;}
.box_promotions a p {color:#333333;}
.box_promotions a:hover p {text-decoration:underline;}
.box_promotions img {}
.box_promotions p {position:relative;top:-35px;left:8px;width:205px;padding:0;line-height:12px;}

/* ----------------------------------------
   Box newsletters
------------------------------------------- */
.newsletter p, .page-newsletter p {padding: 0 0 5px 0;}

.newsletter input, .page-newsletter input{
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font-weight: normal;
	font-size: 0.9em;
	color:#333333;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	margin-bottom:10px;
}
.newsletter input.button-in, .newsletter input.button-off, .newsletter input.newsletter-submit, .page-newsletter input.newsletter-submit{
	cursor:pointer;
	height:20px;
	padding:2px;
	width:95px;
	border:none;
	margin-bottom:0;
}
.newsletter input.button-in{
	background: url('img/button-inscription.png');
	margin-right:5px;
}
.newsletter input.button-off{
	background: url('img/button-desinscription.png');
}
.newsletter input.newsletter-submit, .page-newsletter input.newsletter-submit{
	background: url('img/button-inscription.png');
	margin-top:15px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 0 10px;;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	font-size: 0.8em;
}
.nicelist .date a {
}
.nicelist .date a:hover {
}
.nicelist span.comment {background:none;padding-left:0;font-size:1em;}
.nicelist span.comment a {color:#5f4841; /* marron foncé */}

/* ----------------------------------------
   Archives
------------------------------------------- */

.archivelist {
	padding: 10px 10px 0 10px;
}
.archivelist ol {margin: 0;}
.archivelist ol li {
	list-style: none;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e5dbd9;
	margin-bottom: 10px;
}
.archivelist .date {
	color: #5f4841; /* marron foncé */
	font-size: 0.8em;
}
.archivelist .date a {
}
.archivelist .date a:hover {
}

.archive_title {font-weight: bold;font-size: 1.3em ;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	padding-bottom: 6px;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {}
.comment_author {}

#comments .post_title, #respond .post_title {
	background: none;
	padding: 0 0 5px 10px;
}
#comments .post_title h1, #respond .post_title h1 {color:#c5236c; /* rose fushia */ }

#commentform {margin:0 0 0 10px;}


/* ----------------------------------------
   Related post
------------------------------------------- */
#relatedpost .post_title {
	background: none;
	padding: 0 0 5px 10px;
}
#relatedpost .post_title h1{color:#c5236c; /* rose fushia */ }

ul.related_post {margin-left:10px;}
ul.related_post li{
	background:transparent url(img/puce-rose-clair.png) no-repeat 2px 6px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:15px;
}
ul.related_post li a{color:#333333;}

/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #e4d7cf url('img/pagenav_top.png') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.png') 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}

