/*  
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
*/

/* This is stuff for the layout */

body {
	background : #142C4A url(/images/layout/bg.jpg);
	font-family: "Times New Roman",Times,Georgia,serif;
	font-size: 62.7%;
	
}

#nav {
	text-align : center;
	margin-top : 10px;
}

img {
	border : none;
}

* {
   margin:0;
   padding:0;
}


#container {
   width:763px;
    margin:0px auto 0 auto; 
}

#header {
   position:relative;
   float:left;
   width:100%;
   height:100%; 
}

#infos-header
{

	width: 763px;
	height: 100%;
	margin: 10px 0px 10px 0px;
}

/* h1 {
    position:absolute;
    left:50px;
    bottom:40px; 
   	font-size:1.4em;
	font-variant: small-caps;
	text-transform: lowercase;
	font-style: italic;
}

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

h1 a:hover {
   color:#B5C2CF;
}

*/

#description {

   	font-size:1.0em;
	font-variant: small-caps;
	text-transform: lowercase;
	font-style: italic;
   color:#344964;
}

#main {

   width:763px;
  /* background:#EBF7FD url('images/bg-content.gif') repeat-y; */
}

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

/* ARTICLES */

.post
{
	margin: 0 5px 30px 5px;
	font-size: 0.85em;
	text-align: justify;
	line-height: 1.5em;
}

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

.post h2 {

   padding:3px 3px 3px 10px;
	font-family: "Times New Roman",Times,Georgia,serif;
	font-size:1.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:.5pt;
	line-height:normal;
	margin:0 0 10px 0;
	text-transform:uppercase;
   border-bottom:1px solid #b1b48b;

}

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

.post h2 a:hover {
   color:#f2f4df;
   text-decoration: underline;
   background:none;
}

.post a:link {
   color:#142c48;
}

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

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

.postmetadata {
   background:#e1e1c9;
   margin:15px 0 15px 0;
   padding:5px;
   border-top:1px solid #b1b48b;
   border-bottom:1px solid #b1b48b;
   font-size:0.9em;
   color:#8e8e8e;
}

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

.postmetadata a:hover, .postmetadata a:visited {
   color:#000;
   text-decoration: underline;
   background: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:255px;
   margin:10px 30px 0 0;
   padding:0;
   background:#e1e1c9;
   border:1px solid #b1b48b;
}

#abonnements {
   position:relative;
   /* float:right; */
   margin:20px;
   /* padding:5px; */
   /* background-color:#B5C2CF; */
}

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

#s {
   background:#f2f4df;
   border:1px solid #b1b48b;
   width:135px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#142c48;
}

img#rssfeed {
   border:none;
}

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

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

#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:#b1b48b;
   margin-top:10px;
   font-weight:normal;
   letter-spacing:1pt;
}

#sidebar a, #sidebar a:visited {
   font-size:0.8em;
   text-decoration: none;
   color:#142c48;
   padding:5px;
}

#sidebar a:hover {
   text-decoration: underline;
   color:#FFF;
}



/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:763px;
   height:100%;
   padding:10px 0;
   text-align : right;
}


#footer a:link, #footer a:visited {
   color:#888;
   text-transform:uppercase;
}

#footer a:hover {
   color:#000;
   background-color:none;
}

/* COMMENTS */

h3#comments
{
	margin: 10px;
	font-size: 0.9em;
	color: #b1b48b;
	font-family: "Times New Roman",Times,Georgia,serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:1pt;
	line-height:normal;
	text-transform:uppercase;
}

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

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

ol.commentlist {
   padding:10px;
   background:#e1e1c9;
   padding:5px;
   border:1px solid #b1b48b;

}

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;
   color:#b1b48b;
}

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

