/*
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2008 Olivier Meunier and contributors
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# Theme Name: Rock & Pouf Mag'
# Version: 1.0
# Author: Casmir, Etoile
#
# -- END LICENSE BLOCK ------------------------------------ 
*/

body {
    margin: 0;
    padding: 0;
    background: #f0dca4;
    color: #fff;
    font-size: small;
    font-family: Times New Roman; 
    line-height: 140%;
    text-align: center;
}


/* Common styles
-------------------------------------------------------- */
p {
    margin: 0.2em 0 0.8em 0;
    }

h1,h2,h3,h4,h5, h6 {
    margin: 1em 0 0 0;
    font-weight: bold;
    }
h1 { font-size: 220%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

a {
    color: #777777;
    text-decoration: none;
    }
a:hover, a:focus {
    border-bottom: 1px solid #b27c00;
        color: #b27c00;
    }
a img {
    border: none;
    }

pre, code, .monospace{
    font: 0.8em "Andale Mono", "Courier New", monospace;
    }
pre{
    width: 380px;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 0.5em;
    }

.left{
    float: left;
    margin-right: 1em;
    }
.right{
    float: right;
    margin-left: 1em;
    }

a.feed {
    background: transparent no-repeat left center;
    padding-left: 16px;
    }
q, cite, blockquote {
  font-style: italic;
  }

/* Layout
-------------------------------------------------------- */

#page {
  position: relative;
    width: 800px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left;
  color: #333;
  background: transparent repeat-y;
  }
#top, #top h1, #top h1 a, #prelude {
  margin: 0;
  padding: 0;
  text-align: center;
  }
#top h1 a{
  display:none;
}
#top {
  background: transparent url(?tf=img/baniere.png) no-repeat left top;
  height: 300px;
  }
#prelude {
  margin-left: 180px;
  }
#prelude, #prelude a {
  color: #fff; /* supprimer cette ligne pour rendre le prelude visible */
  font-size: x-small;
  }
#prelude a:hover {
  border: none;
  }
#wrapper {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  }
#main {
  width: 100%;
  margin: 0 0 0 -230px;
  padding: 0;
  float: right;
  }
#content {
  margin: 0 0 0 260px;
  padding: 10px 30px 0 30px;
  }
#sidebar {
  width:  157px;
  margin: 0;
  padding: 0;
  #float: left;
  }
#blognav, #blogextra {
  margin: 0px;
  padding: 10px 49px 90px 19px;
  }
#footer {
  clear: both;
    padding: 14px 30px;
    background: transparent left bottom;
    }
#footer p {
  font-family: Georgia, serif;
  text-align: center;
    margin: 1px 0 1px 180px;
  }
#footer a {
  text-decoration: underline;
  }

/* Hack, merci http://www.fu2k.org/alex/css/onetruelayout/ */
#wrapper:after {
  content: '[ne pas supprimer]';
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
    font-size: 1px;
  }
#wrapper {
  display:inline-block;
  }
/*\*/
* html #wrapper
    {
    height: 1%;
    }
#wrapper
    {
    display: block;
    }
/* */

#top h1 { 
    text-align: center;
    background: transparent no-repeat 50% 100%;
    height: 80px;
    padding: 60px 0 0 0;
    margin-left: 180px;
    font-family: Georgia, serif;
    font-style: italic;
  }
#top h1 a {
  font-weight: normal;
  }


/* Sidebar /!\ dont use widgets
-------------------------------------------------------- */
#sidebar {
  font-size: small;
  width: 250px;
  }
#blognav div ul,#blogextra div ul{
  /*background-color: #f4c000;*/
  padding: 0px 15px 10px;
}
#blognav div h2,#blogextra div h2{
  /*background-color: #f4c000;*/
  padding: 10px;
}
#blognav div h3,#blogextra div h3{
  /*background-color: #f4c000;*/
  padding: 10px;
}
#blogextra .links, #blognav #topnav{
  padding-top: 12px;
}

.sidebar_haut{
  background: transparent url(?tf=img/haut.png) no-repeat left bottom;
  height: 10px;
}
.barre_milieu, .sidebar_milieu{
  background: transparent url(?tf=img/barre.png) repeat-y left bottom;
}
.sidebar_bas{
  background: transparent url(?tf=img/bas.png) no-repeat left top;
  height: 30px;
}
.sidebar_logo{
    float: right;
    position:relative;
    top: -20px;
    right: -30px
}


/*
#topnav {
    margin: 12px 12px 24px 0;
    padding: 0;
    font-size: small;
    }
#sidebar #topnav ul {
  margin: 0;
  padding: 0;
    list-style-type: none;
    }
#sidebar #topnav li {
  margin: 0;
  padding: 0;
  line-height: 160%;
  }
#sidebar #topnav li a, #sidebar #topnav li a:hover {
  background: transparent url(?tf=images/topnav-li.png) no-repeat 0 50%;
  display: block;
  margin:0;
  padding: 0 0 0 20px;
  }
#sidebar #topnav li a {
  padding-bottom: 1px;
  }
#topnav span {
  display: none;
  }
  */
#sidebar a{
    color: #333;
}
#sidebar a:focus, #sidebar a:hover{
    color: #000;
    border-bottom: 1px solid #000;
}
#sidebar ul{
    margin: 0;
    padding-top: 0;
    /*margin: 0.2em 0 1em 1em;
    padding: 0 0 0 0.5em;*/
    list-style-type: none;
    /*color: #988;*/
    } 
#sidebar h2 {
  margin-top: 0;
  padding-left: 20px;
  color: #333;
    }
#sidebar h3 {
  margin-top: 0;
  color: #333;
    }
#sidebar form {
  margin: 4px 0;
  }
#sidebar fieldset {
    margin: 0 0 0.5em 0;
    padding: 0;
    }
#sidebar #q {
  margin: 0 0 0 14px;
    padding: 2px 0;
    width: 120px;
    background: #f3f3f3;
    }
#sidebar .submit {
    padding-left: 2px;
    padding-right: 2px;
    color: #666;
    }
    
.tags ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    }
.tags ul li {
    margin: 0;
    padding: 0 8px 0 0;
    display:inline;
    }
.tags ul li a {
  padding: 0;
  margin: 0;
  }
.tags .tag0 { font-size: 75%; }
.tags .tag10 { font-size: 80%; }
.tags .tag20 { font-size: 90%; }
.tags .tag30 { font-size: 100%; }
.tags .tag40 { font-size: 110%; }
.tags .tag50 { font-size: 120%; }
.tags .tag60 { font-size: 130%; }
.tags .tag70 { font-size: 140%; }
.tags .tag80 { font-size: 150%; }
.tags .tag90 { font-size: 160%; }
.tags .tag100 { font-size: 170%; }
#sidebar .syndicate ul {
  list-style-type: none;
  }
#sidebar .syndicate ul li {
    padding-left: 0;
    margin-left: 0;
}
body.dc-tags ul.tags {
    font-size: 120%;
    }


/* MAIN
-------------------------------------------------------- */
.pagination {
  text-align: right;
  }
.day-date{
  margin-top: 1.66em;
  }
.post {
    margin-bottom: 2em;
    }
.post-title {
  font-family: Georgia, serif;
  font-style: italic;
    font-size:140%;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #b27c00;
  }
.post-title a, .post-info a, .post-tags a {
    color: #b27c00;
  font-weight: bold;
  }
.post-content {
  font-family: "trebuchet ms", tahoma, helvetica, arial,"Bitstream Vera Sans", sans-serif;
    text-align: justify;
    }
.post-content blockquote {
    font-family: Georgia, "times new roman",serif;
    font-size: 90%;
    font-style: italic;
    color: #222;
    }
.post-content blockquote em {
    font-style: normal;
    }
.post-info, .post-tags { 
  font-size: x-small;
  padding:0;
  margin: 0;
  }
.post-content, .post-excerpt, .post-info {
  border-top: 1px solid #ffffff;
  }
.post-content, .post-excerpt {
  padding-top: 16px;
  }
.post-info a {
    background: transparent;
    text-decoration: none;
    }
.post-info-co {
  clear:both;
    text-align: center;
    font-size:x-small;
    }
#attachments h3 {
    color: #999;
    margin-bottom: -0.25em;
    }
#attachments ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0.5em;
    border: 1px solid #ccc;
    }
#attachments li {
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 20px;
    background: transparent url(?tf=img/attachment.png) no-repeat 0 50%;
    }
#attachments li em {
    font-style: normal;
    font-weight: bold;
    color: #666;
    }
#attachments li div {
    margin: 0.5em 0 0 0;
    }
#attachments li object {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    }
ul.post-tags {
    list-style: none;
    display: block;
    padding: 0;
    font-size: 0.86em;
    }
ul.post-tags li {
    display: inline;
    margin: 0 0.6em 0 0;
    padding: 0 0 0 14px;
    background: transparent url(?tf=images/tag.png) no-repeat left center;
    }
ul.post-tags li:after {
    content: ',';
    }
ul.post-tags li:last-child:after {
    content: '';
    }

/* zone des commentaires */
#comments {
  clear: both;
  }
#comments dd, #comments dt, #comments dl, #pings dd, #pings dt, #pings dl { 
  padding: 0 4px; 
  margin: 0; 
  }
#comments dt, #pings dt { 
  margin-top: 0.5em;    
  font-family: "century gothic", "gill sans", sans-serif;   
  font-size: 0.92em;
  padding-bottom: 2px;
  }
#comments dd, #pings dd {
  border-top: 1px solid #ccc;
  padding-bottom: 12px;
  }
#comments dd p, #pings dd p { 
  margin-top: 0.5em;
  }
#comments dt .comment-number, #pings dt .comment-number {
  font-size: 2em; 
  }
#comments dt .comment-number:hover, #pings dt .comment-number:hover {
  color: #970f00;
  }
#ping-url { 
  font-size: 0.9em; 
  }
#ping-url .monospace {
  font-size: 1em;
  }
#comments dt.me {
    font-weight: bold;
    color: #333;
    }


.error {
    border: 2px solid #c00;
    padding: 0.5em;
    background: #eee;
    }
.message {
    color: #c60;
    }

/* Forms
-------------------------------------------------------- */
fieldset {
    border:  none;
    margin: 0.5em 0;
    padding: 0;
    }
p.form-help { font-size:0.9em;}
label{
    cursor: pointer;
    }

#comment-form {
  margin-bottom: 2em;
  padding: 1% 1% 1% 3%;
  font-size: .9em;
  }
#comment-form h3 {
  font-size: 1.25em;
  }

.field label{
    display: block;
    clear:both;
    float: left;
    width: 13em;
    font-size: 0.9em;
    text-transform: uppercase;
    }
.field span { 
  font-weight: bold; 
  }
input, textarea {
  border-bottom: 1px solid #ccc;
    font: 1em tahoma, helvetica, arial,"Bitstream Vera Sans", sans-serif;
    padding: 1px;
    }
input[type=text], textarea, select {
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    background: #f7f7f7;
    }
select {
  margin-top: 0.5em;
  }
textarea {
  clear:both;
    width: 97%;
    font-size: 1em;
    background: #f5f4f4;
    }
input[type=text]:hover, textarea:hover {
    border-color: #f90;
    }
input[type=text]:focus, textarea:focus {
    background: #ece;
    border: 1px solid #cceecc;
    border-top: none;
    border-bottom: none;
    }
input.submit {
    font-weight: bold;
    }

#navlinks {
  text-align: right;
  }
  
/* =========================================
PAGES SPECIFIQUES
========================================== */

#content-info {
  padding: 0.1em 1em;
  text-align: center;
  background: #F4C000;
  }
#content-info h2 {
  color: #655;
  margin: 0.5em 0;
  }
#content-info p {
  font-size: x-small;
  }
.dc-tags .content-inner ul {
  list-style-type: none;
  line-height: 200%;
  }
.dc-tags .content-inner ul li {
  display: inline;
  }
.dc-tags .content-inner ul li a {
  color: #655;
  }
.dc-tags #content ul li { padding-right: 14px; }
.dc-tags #content .tag0 { font-size: 100%; }
.dc-tags #content .tag10 { font-size: 110%; }
.dc-tags #content .tag20 { font-size: 120%; }
.dc-tags #content .tag30 { font-size: 130%; }
.dc-tags #content .tag40 { font-size: 140%; }
.dc-tags #content .tag50 { font-size: 150%; }
.dc-tags #content .tag60 { font-size: 160%; }
.dc-tags #content .tag70 { font-size: 170%; }
.dc-tags #content .tag80 { font-size: 180%; }
.dc-tags #content .tag90 { font-size: 190%; }
.dc-tags #content .tag100 { font-size: 200%; }

.dc-archive-month h2 {
  margin-bottom: 0;
  font-size: medium;
  }
.dc-archive-month .day-date {
  margin: 1.5em 0 0.5em 0;
  }
.dc-archive-month .post-info {
  border: none;
  }
.dc-archive-month .post-info a {
  color: #b27c00;
  }

/* clearers
------------------------------------------------------------ */
#footer, .post, .post-excerpt, .post-content, 
.footnotes, .attachments, .post-info-co, #comments {
  clear:both;
  }
