/*  
Theme Name: wendyfog
Theme URI: http://darrylo.com
Description: 2 columns template. Widget ready. 
Version: 1.0
Author: darrylo
Author URI: http://darrylo.com
*/


* {
   margin:0;
   padding:0;
}

html, body {
   font-family:arial,verdana,sans-serif;
   font-size:1em;
   background:#ffffff;
}

#container {
   width:839px;
   margin:5px auto 0 auto;
}

#header {
   position:relative;
   float:left;
   width:839px;
   height:200px;
background:#000000 url('images/bg-header.jpg');
   
}

#infos-header {
   width:760px;
   height:157px;
   margin:45px 0 0 40px;
   }

h1 {
   position:absolute;
   left:65px;
   bottom:20px;
   font-size:.9em;
   text-transform:;
}

h1 a:link, h1 a:visited {
	color:#999;
	text-decoration:none;
}

h1 a:hover {
   color:#ffffff;
}

#description {
   position:absolute;
   left:165px;
   bottom:10px;
   font-size:0.8em;
   color:#ffffff;
}

#main {
   position:relative;
   float:left;
   width:839px;
   background:#EBF7FD url('images/bg-content.gif') repeat-y;
}

#main-content {
   position:relative;
   float:left;
   width:490px;
   margin:30px 0 10px 40px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post {
   margin:0 0 50px 0;
   font-size:0.80em;
   text-align:left;
   line-height:1.5em;
   padding:0;
}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
   font-size:1.em;
   
   margin:0 0 20px 0px;
   width:480px;
   padding:3px 0 3px 0px;
   background:#;
}

.post h2 a:link, .post h2 a:visited {
   color:#14568a;
   text-decoration:none;
}

.post h2 a:hover {
   color:#666666;
   background:none;
}

.post a:link {
   color:#14568a;
   font-weight:bold;
}

.post a:hover, post a:visited {
   background:#EFDFB3;
}

blockquote {
   background:#ece9d8;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #333;
   border-bottom:1px solid #333;
}

.postmetadata {
   background:#ece9d8;
   width:460px;
   margin:15px 0 30px 0;
   padding:5px;
   border-top:1px solid #666;
   border-bottom:1px solid #666;
   font-size:0.8em;
   color:#000000;
}

.postmetadata a:link {
   color:#14568a;
   text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:visited {
   color:#000;
   background:#D1E5EF;
}

#signature {
   margin:30px 0 0 0;
   font-size:0.8em;
   color:#999;
}

#signature a:link {
   color:#777;
   font-weight:bold;
   text-decoration:none;
}

/* SIDEBAR */

.sidebar-wrapper {
   position:relative;
   float:right;
   display:inline;
   width:240px;
   margin:25px 20px 0 10px;
   padding:0;
   background:#ece9d8;
}

#abonnements {
   position:relative;
   float:right;
   width:200px;
   margin:5px;
   padding:5px;
   background-color:#000;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#ece9d8;
   border:1px solid #FFF;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FFF
}

img#rssfeed {
   border:none;
}

img {
	border:1px solid #666;
	
	margin: 0px;
}


#sidebar {
   position:relative;
   float:right;
   width:240px;
}

#sidebar ul {
   list-style-type:none;
   margin:0;
}

#sidebar li {
   margin:15px;
   list-style-type:none;
   line-height:1.5em;
}

#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
   font-size:0.9em;
text-transform:uppercase;

      color:#666666;
   margin-top:10px;
   font-weight:bold;
}

#sidebar a, #sidebar a:visited {
   color:#14568a;
font-size:0.7em;
font-weight: bold;

   text-decoration:none;
   padding:px;
}

#sidebar a:hover {
   background:#000000;
   color:#FFF;
}





#footer {
   position:relative;
   float:left;
   width:839px;
   height:100px;
   color:#fff;
   padding:20px 0;
   font-size:0.7em;
   text-align:center;
   background:#ffffff url('images/bg-footer.gif') no-repeat;
}

#footer a:link, #footer a:visited {
   color:#fff;
   font-weight:;
   text-decoration:none;
}

#footer a:hover {
   color:#14568a;
   background-color:#;
}

/* COMMENTS */

h3#comments {
   margin:10px;
   font-size:0.9em;
}

textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#ECE9d8;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#14568a;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#EFDFB3;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}

