/*  
Theme Name: Gone fishing
Theme URI: http://designer-daily.com
Description: Blueish 2 columns template. Widget ready. 
Version: 1.0
Author: Designer daily
Author URI: http://designer-daily.com
*/

* {
   margin:0;
   padding:0;
}

html, body {
   font-family: "lucida grande",helvetica,arial,verdana,sans-serif;
   font-size: 14px;
   background: #DEE1D9;
   background-image:url('images/background.jpg');
   margin: 0px;
}

#subheader_for_dandyid{
   width:774px;
   margin: 0px 12px 0px 12px;
   padding: 10px;
}

#container {
   width:774px;
   margin: 5px auto 0 auto;
}

#header {
   position: relative;
   float: left;
   width: 774px;
   height: 340px;
   background: #999 url('images/header.jpg');
   margin-top: 10px;
}

#infos-header {
   width:695px;
   height: 0px;
   margin: 0px 0 0 40px;
   background: url('images/');
}

/* ////////////// header text ////////// */

h1 {
   position:absolute;
   left:50px;
   bottom:40px;
   font-size: 14px;
   text-transform:uppercase;
}

h1 a:link, h1 a:visited {
   color:#333;
   text-decoration:none;
}

h1 a:hover {
   color:#B5C2CF;
}

#description {
   position:absolute;
   left:50px;
   bottom:20px;
   font-size:0.8em;
   color:#EBF7FD;
}

#main {
   position: relative;
   float:left;
   width:774px;
   background: #FFF url('') repeat-y;
}

#main-content {
   position:relative;
   float:left;
   width:470px;
   margin:30px 0 10px 25px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post {
   margin:0 0 0px 0;
   font-size: 12px;
   line-height: 1.6em;
   padding:0;
   color: #585858;
   font: "lucida grande", arial, sans-serif;
   text-align: left;
}

.post a {
  color: #2971a7;
  text-decoration:underline;
  font-weight: bold;
}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
   color: #FF9933;   
   font-size: 25px;
   line-height: 25px;
   margin: 0 0 5px 0;
   margin-bottom: 10px;
   width: 460px;
   padding: 3px 0 3px 0px;
   
}

.post h2 a:link, .post h2 a:visited {
   color: #FF9933;;
   text-decoration:none;
   font-family: georgia,"lucida grande", arial, sans-serif;
}

.post h2 a:hover {
   color:#585858;
   background: none;
}

.post a:link {
   color: #2971a7;
   font-weight:bold;
}

.post-content img{
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}

.post a:hover, post a:visited {
   background: #fff;
   text-decoration: underline;
   color: #333;
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.postmetadata {
   width: 460px;
   margin: 15px 0 20px 0;
   padding: 5px 0;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
   font-size: 10px;
   color: #999;
   line-height: 1.4em;
   font-weight: normal;
}

.postmetadata a:link {
   color:#2971a7;
   text-decoration:none;
   font-weight: normal;
}

.postmetadata a:hover {
   color:#2971a7;
   background: none;
   text-decoration: underline;
}

.postmetadata a:visited {
   color:#2971a7;
   background: none;
   text-decoration: none;
}

#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: 220px;
   margin: 25px 25px 0 0;
   padding:0;
   background: #F5f5f5;
}

#abonnements {
   position:relative;
   float:right;
   width:200px;
   margin:5px;
   padding:5px;
   background-color:#ccc;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#DFEFFF;
   border:1px solid #FFF;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FFF
}

img#rssfeed {
   border:none;
}

#sidebar {
   position:relative;
   float:right;
   width:220px;
}

#sidebar ul {
   list-style-type:none;
   margin:0;
}

#sidebar li {
   margin: 15px;
   list-style-type:none;
   line-height: 1.2em;
}

#sidebar li ul li {
   margin: 0px;
}

#sidebar h2 {
   font-size: 11px;
   color: #333;
   margin-top: 10px;
   font-weight: bold;
}

#sidebar a, #sidebar a:visited {
   color: #666;
   text-decoration: none;
   font-size: 11px;
}

#sidebar a:hover {
   background:#d5d5d5;
   color: #333;
}



/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:774px;
   height: 40px;
   color: #666;
   padding: 10px 0;
   font-size:0.8em;
   text-align:center;
   background:#DEE1D9;
   margin-bottom: 20px;
   border-top: 25px solid #FFF;
}

#footer a:link, #footer a:visited {
   color: #666;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color: #333;
   background-color: #ccc;
}

/* COMMENTS */

h3#comments {
   margin: 10px 10px 10px 0;
   font-size: 14px;
   color: #333;
   font-family: georgia, "lucida grande", arial, sans-serif;
}

textarea#comment {
   margin:10px 10px 10px 0;
   width: 400px;
}

#commentform input {
   margin:0 0px;
   width: 200px;
}

ol.commentlist {
   background:#EEE;
   width:400px;
   padding:10px 25px 10px 10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color: #333;
   font-weight:bold;
}

ol.commentlist a:hover {
   text-decoration: underline;
   background: none;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:1em;
   font-family: "lucida grande", arial, sans-serif;
   }

