/*  
Theme Name: YoFLA 
Theme URI: http://blogy.yofla.com
Description: Blueish 2 columns template. Widget ready. Based on Gone Fishing by Designer daily
Version: 1.0
Author: MatusLaco, Designer daily
Author URI: http://blog.yofla.com
*/


* {
   margin:0;
   padding:0;
}

html, body {
   font-family:helvetica,arial,verdana,sans-serif;
   font-size:1em;
   background: #505050;
}

#container {
   width:960px;
   margin:5px auto 0 auto;
}

#header {
   position:relative;
   float:left;
   width:960px;
   height:100px;
   background: #fff;
   border-bottom: 3px solid #505050;
   background:#fff url('images/header-bg.png') no-repeat 0 0;
}

#header img.logo{
   border: 0;
   margin: 10px 0 0 10px;
}

#mascot{
   position: absolute;
   padding: 0;
   margin: 0;
   right: 0px;
   top: 0px;
   z-index: 1000;
}

#mascot img{
   padding: 0;
   margin: 0;
   display: block;
}


#infos-header {
   width:940px;
   height:90px;
   margin:0;
   /*background:#6B7D8F url('images/header.jpg');*/
}

#header h1 {
   font-size:1em;
   float: left;
}

#header h1 a:link, h1 a:visited {
   color:#FFF;
   text-decoration:none;
}

h1 a:hover {
   color:#B5C2CF;
}

#description {
   float: left;
   margin-top: 68px;
   font-size:1em;
   font-weight: bolder;
   color:#000;
}

#main {
   position:relative;
   float:left;
   width:960px;
   /*background:#EBF7FD url('images/bg-content.gif') repeat-y;*/
   background: #d0d0d0;
   
}

#main-content {
   position:relative;
   float:left;
   width:690px;
   margin:10px 0 10px 0px;
   display:inline;
   padding:0;
   z-index: 500;
}

/* ARTICLES */

.post {
   margin:0 0 40px 0;
   font-size:0.85em;
   /*text-align:justify;*/
   line-height:1.5em;
   background: white;
}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
   font-size:1.5em;
   margin:0 0 0px 0;   
   padding:3px 0 3px 10px;   
   background:#cc0000;
   height: 30px;
   line-height: 30px;
   display: block;
}

.post h2 a:link, .post h2 a:visited {
   color:#FFF;
   text-decoration:none;
}

.post h2 a:hover {
   color:#B5C2CF;
   background:none;
}

.post-content{
   padding: 0px 10px 10px 15px;   
   border-left: 4px solid #cc0000;
}

.post-content p {
   padding-top: 10px;
}


.post a:link {
   color:#6B7D8F;
   font-weight:bold;
}

.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:#fff;
   width:660px;
   margin:15px 0 30px 10px;
   padding:5px;
   border-top:4px solid #ddd;
   font-size:0.8em;
   color:#000;
}

.postmetadata a:link {
   color:#888;
   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;
}


#respond, #commentform{
   margin-left: 15px;
}

#commentform{
   padding-bottom: 20px;
}

/* SIDEBAR */

.sidebar-wrapper {
   position:relative;
   float:right;
   display:inline;
   width:260px;
   margin:10px 5px 0 0;
   padding:0;
   background:#c00000;
   
   margin-bottom: 10px;
}

#abonnements {
   position:relative;
   float:right;
   width:240px;
   margin:5px;
   padding:5px;
   background-color:#B5C2CF;
}

#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:270px;   
}

#sidebar ul {   
  margin-top: 10px;
  margin-left: 10px;
}

#sidebar li {
   margin: 0 15px;
}

#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
   font-size:0.7em;
   text-transform:uppercase;
   color:#83ABBF;
   color: #fff;
   margin-top:10px;
   font-weight:bold;
}

#sidebar a, #sidebar a:visited {
   color:#476C7F;
   color: #fff;
   text-decoration:none;
   padding:0px;
   font-size: 12px;
}

#sidebar a:hover {
   background:#6B7D8F;
   color:#FFF;
}



/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:960px;
   height:100px;
   color:#000;
   font-size:0.8em;
   text-align:center;
   background:#fff url('images/footer-bg.png') no-repeat 0 0;
   border-top: 3px solid #505050;
}

#footer a:link, #footer a:visited {
   color:#505050;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color:#000;
   background-color:#D1E5EF;
}

#footer div.content{
   margin-top: 70px;
}

/* 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;
}

