/*
Theme Name: deColor
Theme URI: http://webdemar.com/demo/?wptheme=deColor
Description: Clean greyscale Theme by <a href="http://webdemar.com">webdemar</a>
Version: 0.8
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
html{ 
	font-size: 100%;
} 

body {
	margin: 0px;
	padding: 0px;
	background: #5e5e5e url(img/bg-body.jpg) repeat-x left top;
	font-size: 0.625em;
}

a {
	color:#5e5e5e;
	background: transparent;
	outline: none;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #5e5e5e;
}

pre {
 white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
 white-space: -pre-wrap;      /* Opera 4 - 6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
 word-wrap: break-word;       /* IE 5.5+ */
 background: url('img/code.png') repeat-y;
 width: 50Opx;
 margin: 10px 30px 10px 30px;
 padding: 5px 10px 5px 10px;
 font:normal 1em "Courier New", sans-serif;
 line-height: 1.5em;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#wrap {
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	font:normal 1.2em/1.6em Arial, sans-serif;
	color: #5e5e5e;
}

#logo_top {
	width: 940px;
	height: 186px;
	margin: 0 auto;
	background: transparent url(img/bg-wrap.png) no-repeat left bottom;
	font:normal 1.2em/1.6em Arial, sans-serif;
	color: #5e5e5e;
}

#wrap_down {
	position: absolute;
	width: 629px;
	height: 76px;
	margin: 0 0 0 0;
	z-index: 10;
	background: transparent url(img/bg-wrap-down.png) no-repeat left top;
	font:normal 1.2em/1.6em Arial, sans-serif;
	color: #5e5e5e;
}

#header-top {
	height: 30px;
	background: url(img/bg-header-top.gif) no-repeat left top;
}
	
#header {
	position: relative;
	height: 155px;
	background: #fff;
}

.ads {
	width: 468px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
  	margin-bottom: 10px;
}

#content {
	padding: 10px 0 0 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 665px;
}

#content-right {
	float: right;
	width: 240px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
	
h1#blog-titre {
	position: absolute;
	bottom: 100px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	z-index: 100;
}

#menu h2 {
	color: #5e5e5e;
	font-size: 1em;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	margin: 0px;
}

h1 a {
	text-decoration: none;
}

h2#blog-description {
	position: absolute;
	bottom: 80px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	font:normal 1.0em/1.0em Arial, sans-serif;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 20px;
	color:#5e5e5e;
}

h3 {
	margin: 0 0 20px 0;
	font:bold 1.2em/1.4em Arial, sans-serif;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	font:bold 1em/1.2em Arial, sans-serif;
}

/*	##################################
   	HEADER
	################################## */
	
#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	height: 55px;
	margin: 0px;
	padding: 0 20px;
	list-style: none;
	background: url(img/bg-menu.gif) repeat-x left top;
	border-top: 5px solid #5e5e5e;
}

#menu ul{
    font-family: Arial;
    font-size: 13px;
    padding: 0px;
    margin: 3px 0px 0px 0px;
}

#menu ul li{
    float: left;
    list-style: none;
    margin: 0px 10px 0px 0px;
}

#menu ul li a{
    z-index: 100;
    text-decoration: none;
    display: block;
    float: left;
    height: 28px;
    position: relative;
    padding: 0px 2px 0px 2px;
    line-height: 28px;
}

#menu li.hilite{
    background: url(images/menu/menu.png) no-repeat top left;
    z-index: 8;
    position: absolute;
    visibility: hidden;
    background-position: right -124px;
}

#menu .hilite .left{
    background: url(images/menu/menu.png) no-repeat top left;
    height: 28px;
    margin-right: 7px; 
    background-position: 0 -86px;
    }

#menu li.univers{
    background: url(images/menu/menu.png) no-repeat top left;
    background-position: right -48px;
    z-index: 9;
    position: absolute;
    visibility: hidden;
    }

#menu .univers .left{
    background: url(images/menu/menu.png) no-repeat top left;
    background-position: 0 -10px;
    height: 28px;
    margin-right: 7px;
    }

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

#header li#first {
	background: url(img/bg-menu-a.gif) no-repeat left top;
}

#rss {
	position: absolute;
	bottom: 80px;
	right: 20px;
	width: 300px;
	height: 40px;
	text-align: right;
}

#rss p {
	margin: 0px;
	padding: 1px 0 0 0;
}

#rss img {
	float: right;
	margin: 0 0 0 10px;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
	margin: 0 0 20px 20px;
}

.box-left-search {
	margin: 0 0 0 20px;
}

.box-left img {
	float: left;
	margin: 0 10px 10px 0;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}
	
/** content right */

.box-right {
	margin: 0 20px 40px 0;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
	text-decoration: none;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right li ul {
	margin: 0px;
	padding: 0 0 0 20px;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #fff url(img/bg-button.gif) no-repeat left top;
	border: none;
	color: #5e5e5e;
}

.comment-meta {
	padding: 10px 10px 0 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.comment-meta .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-text p {
	margin: 0;
	padding: 10px;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 186px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchbox {
	height: 1em;
	width: 9em;
	vertical-align: middle;
	}
	
#buttonsearch {
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #fff url(img/bg-button.gif) no-repeat left top;
	border: none;
	color: #5e5e5e;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #fff;
	border-top: 5px solid #5e5e5e;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 380px;
	text-align: right;
}

#footer-bottom {
	width: 940px;
	height: 20px;
	margin: 0 auto;
	background: url(img/bg-footer-bottom.gif) no-repeat left bottom;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.aligncenter {
	margin: 0 0 10px 0;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   /*border: 1px solid #ccc;*/
   text-align: center;
   /*background-color: #f7f7f7;*/
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0px;
   padding: 0px;
   border: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}
