/*  
Theme Name: D&eacute;brouillards
Description: Th&egrave;me du blogue des D&eacute;brouillards
Date: 25 juillet 2010
Version: 1.1
Author: Debrouillards
Author URI: http://www.lesdebrouillards.tv/
Tags: light, three-Columns, Black, Blue, fixed-width, theme-options
*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*--General--*/
* {	/*--make all to 0 as default--*/
padding: 0;
margin: 0;
}
body {
background: url(images/background.png) fixed;
font: 80%/170% Verdana, Arial, Helvetica, sans-serif;
color: #6c6c6c;
}
/*--formatting--*/
a {
color: #89CA00;
outline-style: none;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #89CA00;
}
p {
padding: 0 0 1.0em;
}	
h2 {
font: 900 30px Arial, Helvetica, sans-serif;
letter-spacing: -1px;
padding-bottom: 10px;
}
h2.pagetitle {
font: 400 24px Arial, Verdana, Tahoma;
margin-top: 20px;
padding: 2px 0;
text-align: center;
letter-spacing: 0;
background-color: #FFFFFF;
color: #89CA00;
/*	border: 1px solid #89CA00; */
}
h2.pagetitle strong {
font-size: 30px;
}
h2 a {
color: #5d5b35;
text-decoration: none;
}
h3 {
font: 900 20px Arial, Helvetica, sans-serif;
letter-spacing: -1px;
}
h4 {
font: 900 16px "Times New Roman", Times, serif;	
font-style: italic;
}
h5 {
font: 400 14px Arial, Helvetica, sans-serif;	
}
h6 {
}
blockquote {
width: 400px;
background-color: #DDDDDD;
padding: 10px;
clear: both;
margin: 10px 0 0 0;
border: 1px solid #131313;
font: 400 12px Arial, Times, serif;		
}
blockquote p {
padding: 0;
}
.entry ul, .entry ol, .post ul, .post ol {
padding: 18px;
}
ul {
list-style-type: circle;
}
ul li ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
ol li ol {
list-style-type: lower-roman;
}
img.left {
float: left;
margin: 5px 5px 5px 0;
background-color: #ffffff
padding: 4px;
border: 1px solid #141414;
}
img.right {
float: right;
margin: 5px 0 5px 5px;
background-color: #ffffff;
padding: 4px;
border: 1px solid #141414;
}
/*--container--*/
#wrapper {
width: 960px;
margin: 0 auto;
position:relative;
}
#header {
width: 960px;
height: 384px;
}
#content {
width: 960px;
float: left;
}
#content #left-col {
width: 600px;
float: left;
position: relative;
padding-right: 30px;
}
#content #right-col {
width: 300px;
margin-top: 20px;
float: left;
position: relative;
color: #6c6c6c;
}
#content #right-col #sidebar {
width: 300px;
float: left;
position: relative;
}
#footer {
width: 100%;
float: left;
color: #000000;
background: #ffffff;
padding-top: 5 px;
height: 20px;
margin-top: 10px;
}
/*--header--*/
/*--page-menu--
#header #blog-title {
float: left;
color: #fff;
line-height: 25px;
margin: 35px 0 0 50px;
}
#header #blog-title h1 a {
color: #fff;
font-size: 20px;
}
#header #blog-title span {
float: left;	
}


#header #menu {
float: left;
margin: 70px 80px 0 0;
}
#header #menu ul {
list-style: none;
}
#header #menu ul li.page_item {
float: left;
margin: 0 0 0 10px;
}
#header #menu ul li.page_item a {
width: 98px;
height: 21px;
float: left;
text-decoration: none;
font: 900 14px Arial, Helvetica, sans-serif;
color: #ffffff;
background: url(images/button.png) no-repeat;
text-align: center;
padding: 7px 0 0 0;
text-transform:capitalize;
font-size: 12px;
}
#header #menu ul li.page_item a:hover {
color: #c6e581;
}
#header #menu ul li.current_page_item a {
color: #c6e581;
background-color: #2c4106;
}
*/
/*--post--*/
.post {
width: 598px;
float: left;
margin-top: 20px;
background: #FFFFFF;
}
.post a:hover { color: #990000;	}
.post-bg-down {
float: left;
width: 600px;
height: 5px;
background: url(images/post-bg-down.png) no-repeat;
}
.post-info {
color: #888;
font-size: 12px;
font-weight: bold;
margin: 0px auto 10px auto;
padding: 0 10px 10px 0px;
border-bottom:1px dotted #c7eb97; 
}
.post-info a{
color: #99cc33;	
font-weight: bold;
}

.post-info a:hover{
text-decoration: none;
}
ul.links {
list-style: none;
}
.entry {
float: left;
width: 580px;	
padding: 15px 10px 0 10px;
}
.entry h2, .entry h2 a {
font-size: 30px;
color: #89ca00;
padding:0; margin:0;
}
.entry h2 a:hover {
color: #990000;	
text-decoration: none;
}
.more {
display: block;
background: url(images/more.png) no-repeat top left;
width: 73px;
height: 17px;
text-indent: -9999em;
display: block;
margin: 20px 50px 20px 0;
cursor: pointer;
float: left;
}
p.metadata {
padding: 0 5px 0 20px;
margin-left:10px;
background-color: #FFFFFF;
clear: left;
margin-top: 15px;
font-size: 11px;
background: url(images/tag.png) no-repeat left;
}
p.metadata2 {
padding: 2px;
background-color: #FFFFFF;
border: 0px solid #131313;
clear: left;
text-align: left;
width: 596px;
margin-top: 20px;
text-align: center;
}
.clear {
clear: both;
padding: 10px 0 0 0;
}
.banner-after-post {
width: 600px;
height: 60px;
margin-top: 20px;
float:left;
}
.banner-after-post img{
border: none;
}
/*--feed--*/
.feed {
width: 300px;
float: left;
}
.feed ul {
list-style: none;
margin: 15px 0 0 15px;
}
.feed ul li {
margin-bottom: 5px;
}
.feed ul li a{
color: #000000;
font-size: 12px;
margin-left:10px;
margin: 0 0 0 15px;
}
.feed ul li a:hover{
text-decoration: none;
}
.rss-icon {
float: left;
background: url(images/rss-icon.png) no-repeat;
width: 50px;
height: 38px;
margin-left: 5px;
margin: 14px 0 0 0;
}

/*--ad block--*/
.ads {
float: left;
width: 300px;
margin: 0 0 20px 0;
}
.ads h2 {
background: url(images/h2-sidebar.png) no-repeat;
width: 290px;
height: 25px;
font-size: 17px;
padding: 20px 0 0 10px;
}
.adsimg {
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
width: 285px;
padding: 10px 0 0 13px;
}
.ads img {
border: none;
margin: 0 0 5px 5px;
}
.li-sidebar-bottom {
float: left;
width: 300px;
height: 4px;
background: url(images/li-sidebar-bottom.png) no-repeat;
}



/*--footer--*/

#footer {
width: 100%;
margin: 0 auto;
margin-top:30px;
clear:both;
padding:5px 0;
font-size: 10px;
text-align:center;
}
#footer .footer-text a {
color: #0193e1;
}
#footer .footer-text span {

}
#footer .footer-text em {


}
/*--widget-formatting*/
.textwidget {
padding: 5px;
}
/* a.tag-link-* {
text-decoration: none;
margin: 5px;
color: #6c6c6c;
} */
#sidebar2 #tag_cloud {
text-align: right;
margin: 5px;
color: #6c6c6c;
}
#sidebar2 #tag_cloud a {
text-decoration: none;
color: #6c6c6c;
}
#sidebar2 #tag_cloud a:hover {
text-decoration: none;
color: #89CA00;
}
/*--page nav--*/
.navigation {
float: left;
width: 600px;
margin: 20px 0 0 0;
}
.navigation .previous {
float: left;
display:block;
text-indent: -9999em;
background: url(images/previous.png) no-repeat;
width: 122px;
height: 22px;
margin: 7px 0 20px 20px;
cursor:pointer;
}
.navigation .next {
float: right;
display:block;
text-indent: -9999em;
background: url(images/next.png) no-repeat;
width: 94px;
height: 22px;
margin: 7px 20px 20px 0;
cursor:pointer;
}
/*--contact--*/
.contact-form {
width: 550px;
}
.contact-form input {
border: none;
border: 1px solid #b7b6b6;	
color: #000;
}
.contact-form textarea {
border: none;
border: 1px solid #b7b6b6;	
color: #000;
}
.contact-form form, fieldset {
border: none;
}
.contact-form .cp_message {
width: 90%;	
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
	border: 1px solid #9fdf45;
	background-color: #e4f8c8;
	/*	padding-top: 4px; */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	margin:10px;
	padding: 4px;
	color:#060;
	text-shadow:#fff 1px 1px;
}
.wp-caption img {
margin: 0; padding:0;
border: 0 none;
}
.wp-caption-dd {
font-size: 8px;
line-height: 10px;
padding: 0 4px 5px;
margin: 0;
}
.wp-caption-text {
	height:15px;
	line-height:15px;
	vertical-align:middle;
	margin:0;padding:0;
}
/* Calendar */
#wp-calendar {
color: #6c6c6c;
width:200px;
text-align:center;
padding:0px;
margin:auto;
border-collapse: collapse;
line-height:normal;
font:normal 12px/18px verdana, helvetica, sans-serif;
}
#wp-calendar a {
font-weight: bold;
/*	text-decoration: bold;*/
color: #89CA00;
}
#wp-calendar a:hover {
color: #6c6c6c;
}


