/*  
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:helvetica,arial,verdana,sans-serif;
   font-size:1em;
   background:#FFFFFF;
}

a:link {
	color: #0033FF;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #0033FF;
}
a:active {
	color: #0033FF;
}

#container {
   width:934px;
   margin:5px auto 0 auto;
}

#header {
   position:relative;
   float:left;
   width:934px;
   height:163px;
   background:#FFFFFF url('images/header.jpg');
}

#infos-header {
   width:760px;
   height:157px;
   margin:45px 0 0 40px;
   /*background:#6B7D8F url('images/header.jpg');*/
}

h1 {
   position:absolute;
   left:50px;
   bottom:40px;
   font-size:1em;
   text-transform:uppercase;
}

h1 a:link, h1 a:visited {
   color:#FFF;
   text-decoration:none;
}

h1 a:hover {
   color:#B5C2CF;
}

#description {
   /*position:absolute;*/
   left:50px;
   bottom:20px;
   font-size:0.8em;
}

#main {
   position:relative;
   float:left;
   width:934px;
   background:#FFFFFF url('images/bg-content.gif') repeat-y;
}

#main-content {
   position:relative;
   float:left;
   width:546px;
   margin:30px 0 10px 40px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post {
   margin:1px 0px 10px 0px;
   font-size:0.85em;
   text-align:justify;
   line-height:1.5em;
   padding:0px;
   border-left:#909DBA solid thin;
   border-right:#909DBA solid thin;
}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
   font-size:0.9em;
   text-transform:uppercase;
   margin:0px 0px 20px -1px;
   width:546px;
   height:38px;
   padding:7px 5px 3px 15px;
   background:url(images/postheader.jpg) no-repeat;
}

.post h2 a:link, .post h2 a:visited {
   color:#000000;
   text-decoration:none;
}

.post h2 a:hover {
   color:#000000;
   background:none;
}

.post a:link {
   color:#0033FF;
   font-weight:bold;
}


blockquote {
   background:#eee;
   padding:10px;
   margin:5px 5px 5px 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.postmetadata {
   background:#eee;
   width:534px;
   margin:15px 0 30px 0;
   padding:5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
   font-size:0.8em;
   color:#666666;
}

.postmetadata a:link {
   color:#0033FF;
   text-decoration:underline;
}


#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:270px;
   margin:25px 39px 0 0;
   padding:0;
   background:#FFFFFF;
}

#abonnements {
   position:relative;
   float:right;
   width:250px;
   margin:5px;
   padding:5px;
   background-color:#015CA5;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#FFFFFF;
   border:1px solid #000000;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FFF;
}

img#rssfeed {
   border:none;
}

#sidebar {
   position:relative;
   float:right;
   width:270px;
}

#sidebar ul {
   list-style-type:none;
   margin:2px;
}

#sidebar li {
   margin:0px;
   list-style-type:none;
   line-height:1.5em;
}

#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
   font-size:0.9em;
   text-transform:uppercase;
   padding: 5px 5px 5px 5px;
   margin-top:10px;
   font-weight:900;
   background:url(images/sidebarheader.jpg) no-repeat;
}

#sidebar a, #sidebar a:visited {
   color:#0033FF;
   text-decoration:underline;
   padding:5px;
}


/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:934px;
   height:100px;
   color:#aaa;
   padding:10px 0;
   font-size:0.7em;
   text-align:center;
   background:#FFFFFF url('images/bg-footer.gif') no-repeat;
}

#footer a:link, #footer a:visited {
   color:#0033FF;
   font-weight:bold;
   text-decoration:none;
}

/* 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:#EEE;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#6B7D8F;
   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;
}

