/*  
Theme Name: Good-news
Theme URI: http://www.good-news.fr
Description: Theme de Good-news.fr
Version: 1.0
Author: Damdam
Author URI: http://damdam.typepad.com

*/

body{
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #223322;
 background-color: #ffffff;
 background-image:url(fond.gif);
 background-repeat: repeat-y;
 line-height: 2.0em;
 margin: 0;
 padding: 0;
 text-align: left;
}

/* the container */

#container{
 width: 804;
 margin-right: auto;
 margin-left: 0px;
 text-align: justify;
 background-color: #ffffff;
}

/* the basics */

#header{
 height: 160px;
 background-image:url(logo.gif);
 background-repeat: repeat-y;
}

#nav{
 width: 718px;
 height: 20px;
 margin-top: 50px;
 padding: 0px;
}

#nav a{
 font-size: 12px;
 font-family: tahoma, sans-serif;
 color: #bb4488;
 text-transform: lowercase;
 text-decoration: none;
}

#nav a:hover{
 color: #a41a69;
}

/* the content */

#content{
 background-repeat: repeat-y;
 width: 574px;
 position: absolute;
 top: 150px;
 margin-left: 210px;
 padding-left: 10px;
 padding-right: 10px;
}

#content p{
 margin: 10px;
}

#content h2, #content h2 a{
 font-family: verdana, sans-serif;
 color: #889988;
 font-size: 14px;
 margin: 10px;
 text-decoration: none;
}

#content img{
	margin: 10px;
}

#content .damdam {
	padding: 0px;
	margin: 0px;
}

#content .fond {
	padding: 8px;
	 background-color: #ccddaa;
}

#content .fond2 {
	padding: 8px;
	 background-color: #ccddaa;
}

#content strike{
 color: #bb4488;
  text-decoration: none;
  font-size: 12px;
}

#content h3{
 font-size: 24px;
 font-weight:bold;
 color: #bb4488;
 font-family: Courier New,courier;
 margin: 10px;
 margin-bottom: 0;
 text-align: left;
}

#content .single h3{
 margin-top: 30px;
}

#content h4{
 color: #bb4488;
 font-size: 13px;
 margin: 10px;
}

#content .meta{
 font-size: 10px;
 margin-top: 0;
 margin-bottom: 0;
}

#content .trackback{
 font-size: 10px;
 color: #889988;
 line-height: 12px;
}

#content .cauthor{
 line-height: 14px;
}

#content a{
 color: #000099;
 text-decoration: none;
 margin: 0;
}

#content a:hover{
color: #0055FF;
text-decoration: underline;
}

#content .button, #submit{
 padding: 6px;
 font-family: tahoma, sans-serif;
 font-size: 11px;
}

.wide #content{
 width: 740px;
 position: absolute;
 top: 150px;
 padding-bottom: 50px;
 margin-left: 0;
}

.postmeta{
 color: #555;
}

.right{
 float: right;
}

.left{
 float: left;
}

/* the sidebar */

#sidebar{
 width: 200px;
 padding-left: 10px;
 position: absolute;
 top: 150px;
 line-height: 1.6em;
 font-size: 10px;
 color: #FFFFFF;
}

#sidebar .box{
 margin-top: 8px;
 margin-bottom: 8px;
 padding: 1px;
}

#sidebar .rss{
 margin-top: 8px;
 margin-bottom: 8px;
 padding: 1px;
}

#sidebar li{
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#sidebar li h1{
 margin: 0;
 padding: 0;
}

#sidebar ul{
 margin: 0;
 padding: 0;
}

#sidebar h2{
 font-size: 12px;
 color: #617866;
 text-transform: uppercase; /* this puts all of the text in the h2 area into lower case, regardless.  if you want rid of this feature, then simply delete the text-transform: lowercase; bit */
 font-family: lucida sans unicode, lucida sans, tahoma, arial, sans-serif;
}

#sidebar a{
 text-decoration: none;
 color: #ffffff;
}

#sidebar a:hover{
 text-decoration: underline;
}

.searchbox{
 background-color: #dddddd;
 border: 1px solid #333333;
 padding: 1px;
 font-size: 9px;
 color: #000000;
}

/* comments */

.comment {
margin-left: 30px;
border: 1px solid #ffffff;
border-left: 5px solid #ffffff;
background-color: #f0ffdc;
padding: 3px;
}

input, textarea {
 border: 1px solid #000000;
 background-color: #f8ffe9;
 color: #111;
 font-family: tahoma;
 font-size: 11px;
 padding: 2px;
}

input:hover, textarea:hover {
 border: 1px solid #69c;
}