/*
# -- 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: Lakme
# Version: 1.2
# Author: Kozlika - http://www.kozlika.org/
#
# -- END LICENSE BLOCK ------------------------------------ 
*/

@import "custom.css";

/* Plan de la feuille de style
------------------------------
    1. Structure
    2. Balises html
    3. Elements communs
        3.1. les liens
        3-2. la page
        3-3. le haut (top, prelude)
        3-4. le main: billets
        3-5. le main: commentaires
        3-6. formulaires
        3-7. le sidebar
        3-8. le pied de page (footer)
        3-9. les navigations
        3-10. classes communes
    4. Specificites
*/

/* ==============================================================
        1. STRUCTURE
   ============================================================= */

body, html {
    margin: 0;
    padding: 0 8px;
    text-align: center;
    }
#page {
    position: relative;
	width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    }
#top {
    margin: 0;
    padding: 0;
    height: 136px;
    text-align: center;
    }
#prelude {
    margin: 0 0 0 151px;
    text-align: right;
    padding: 4px 2em;
    }
/* Syndicate dans le bandeau */
.syndicate { 
    position: absolute; 
    top: 140px; 
    left: 146px; 
    width: 32em; 
    }
.syndicate ul li { 
    display: inline; 
    padding-right: 8px; 
    }
.syndicate h2 { 
    display:none; 
    }
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    }
#main {
    width: 100%;
    margin: 0 0 0 -320px;
    padding: 0;
    float: right;
    }
#content {
    margin: 0 0 0 320px;
    padding: 20px 40px 12px 40px;
    }
#sidebar {
    width: 300px;
    margin: 0;
    padding: 0;
    float: left;
    }
#blognav {
    width: 143px;
    float: right;
    margin: 0;
    padding: 0;
    }
#blogextra {
    width: 143px;
    margin: 0;
    padding: 0;
    float: left;
    }
#blogextra div {
    padding-left: 7px;
}
#footer {
    clear: both;
    margin: -3px 0 0 0;
	padding: 8px 30px 4px 20px;
	}

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

    
    
/* ==============================================================
        2. BALISES HTML
/*  ============================================================= */

body, html {
    background: #ffffff ;
    color: #53464b;
    font-size: small;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif; 
}

h1 {font-size: 2em; }
h2 { font-size: 1.33em; margin: 0; }
h3 { font-size: 1.25em; margin: 1.5em 0 0 0; }
h4 { font-size: 1.1em; margin: 1.5em 0 0 0; }
h5 { font-size: 0.9em; margin: 1.5em 0 0 0; }
h6 { font-size: 0.8em; margin: 1.5em 0 0 0; }

p { margin: 1em 0 0 0; }
img { border: none; }
acronym { cursor: help; }

q, cite, .post blockquote { 
	font-style: italic; 
	background: #faf8f3; 
	}
form { 
    display: block; 
    margin: 0; 
    padding: 0; 
    }
code, pre { 
    font-family: "Courier New",monospace; 
    font-size: 1.1em;
    color: #000;
    }
pre {
    background: #fff;
	margin: 1em 2em;
	padding: 0.5em 1em;
	text-align:left;
	white-space:normal;
		/* cache pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 90%;
		overflow: auto;
		/* Fin hack Ne pas supprimer cette ligne */
}


/* ==============================================================
        3.1. LES LIENS (regles generales)
/*  ============================================================= */

a {
	text-decoration: none;
	}
a:link {
	color:#ba072b; 
	}
a:visited {
	color:#ba072b; 
	}
a:hover, a:focus {
	color:maroon; 
	background:#f7f7f7;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color: #666;
	background: transparent;
	}

/* ==============================================================
        3.2 LA PAGE
   ============================================================= */

#page {
    background: #efefee url(img/jasmin.png) no-repeat left -14px;
    }
#wrapper {
    background: transparent url(img/sidebar2.png) repeat-y -10px top;
    }

/* ==============================================================
        3.3 LE HAUT (top, prelude - syndicate: voir dans sidebar)
   ============================================================= */

#top {
    text-align: left;
    }
#top h1 {
    margin: 0;
    padding: 0;
    height: 136px;
    background: transparent;
    text-align: left;
	font-family:"century gothic", "gill sans", sans-serif;
    }
#top h1 a {
    display: block;
    margin: 0;
    padding: 36px 0 0 340px;
    height: 100px;
    text-transform: uppercase;
    font-weight: normal;
    background: transparent url(img/galets2.gif) no-repeat right bottom;
    }
#top h1 a:hover {
    color: #999;
    background: transparent url(img/galets.gif) no-repeat right bottom;
	}
#prelude {
    background: #9a9a9a;
    font-size: 0.86em;
    }
#prelude a {
    color: #ddd;
	}
#prelude a:hover {
    color: #800000;
    background: transparent;
	}

/* ============================================================
        3.4. LE MAIN, les billets
============================================================= */
#main {
    }    
#content {
    line-height: 140%;
    }
#content h2 { 
    font-weight: normal; 
    }
.post {
    margin: 0;
	padding-bottom: 3em;
	}
.day-date {
    text-align: center;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 1em 0;
    font-size:0.86em;
	}
.post-title {
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: georgia, serif;
	font-style: italic;
	}
.post-title a {
	text-transform: none;
    color: #800000;
	}
.post h3, .post h4, .post h5, .post h6 {
	font-weight: normal;
	margin-top: 2em;
	text-transform: uppercase;
	text-align: left;
	}
.post-info {
	margin: 0.25em 0;
	color: #9a9a9a;
	font-size: 0.9em;
	}
.post-chapo {
	margin: 1em 0;
	text-align: justify;
	}
.post-content {
	text-align: justify;
	margin-top: 0.5em;
	}
.post-content p, .post-chapo p {
	margin-top: 1em;
	line-height: 140%;
	}
.post-info-co {
	margin-top:0.5em;
    text-align: right;
    font-size: 0.86em;
	}
.post-info-co a { 
    border-bottom: 1px solid #800000;
    margin-left: 8px;
    }
.post blockquote {
	margin:2em;
	padding:0 2em 0 1em;
	border-left: 4px solid #ddd;
	}
.footnotes {
	font-size:0.9em;
	}
.footnotes, .footnotes p {
	margin-top: 1em; text-indent: 0;
	}
.post-content ul {
    margin: 1em 0 1em 1em;
    padding: 0;
    list-style-type: none;
    }
.post-content ul ul {
    margin: 0.5em 0 0.5em 1em;
    padding: 0;
    list-style-type: none;
    }
.post-content ul li {
    padding: 0 0 0 13px;
    background: transparent url(img/ul.png) no-repeat 0 0.5em;
    }
.post-content ul ul li {
    padding: 0 0 0 13px;
    background: transparent url(img/ulul.png) no-repeat 0 0.5em;
    }
.post-content ol {
    margin: 1em 0 1em 1em;
    padding: 0 0 0 2em;
    }
.post-content ol ol {
    margin: 0.5em 0 0.5em 1em;
    padding: 0 0 0 2em;
    }
ul.post-tags {
	list-style: none;
	display: block;
	margin: 0 0 0.8em 0;
	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(img/tag.png) no-repeat left center;
}
ul.post-tags li:after {
	content: ',';
}
ul.post-tags li:last-child:after {
	content: '';
}


/* =================================================================
        3.5 COMMENTAIRES, TRACKBACKS
/* ============================================================= */

#co, #tb {
    margin: 0 0 1.33em 0;
    padding: 12px 0 0 0;
	text-align: left;
	font-family:"century gothic", "gill sans", sans-serif;
	font-size: 1.15em;
    font-weight: normal;
    border-top: 2px solid #800000;
    color: maroon;
	}
#comments dd, #comments dt, #comments dl, #pings dd, #pings dt, #pings dl { 
    padding: 4px 16px; 
    margin: 0; 
    background: #faf8f3;
    }
#comments dt, #pings dt { 
    margin-top: 2em;	
    font-family:"century gothic", "gill sans", sans-serif;	
    font-size: 0.92em;
    }
#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: #800000;
    }
#content form { 
    margin-top:1em; 
    margin-bottom: 2em; 
    padding: 8px; 
    background: #faf8f3;
    }
#content form h3 { 
    margin: 0; 
    padding: 1em 0;
    }

/* =================================================================
        3.6 FORMULAIRES (recherche et depot commentaire)
            interactions (messages d'erreur)
/* ============================================================= */

fieldset {
	display: block;
	border: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	}
fieldset p {
	margin-bottom: 1em;
	}
.form-help {
	margin: 1em 0;
	}
input, textarea {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 1em;
	border-width: 1px;
	border-color: #9a9a9a;
	}
input[type], textarea[name] {
	background: #eee;
	}
input[type=submit], input[type=reset] {
	background: #ccc;
	color: #000;
	}
input[type=submit]:hover {
	background: #ccc;
	color: maroon;
	}
textarea {
	width: 95%;
	}
p.field {
	margin: 1em 0 0 0;
	}
p.field label {
    clear:left;
	display: block;
	font-weight: bold;
	font-size: 1em;
	width: 13em;
	float: left;
	color: #666;
	}
#c_site {
    margin-bottom: 1em;
	}


/* =================================================================
        3.7 SIDEBAR
/* ============================================================= */

#sidebar {
    font-size: 0.86em;
    background: transparent;
    }

/* titres rubriques */
#sidebar h2 {
	margin:1.5em 0 0.5em 0;
	padding: 0;
    font-family:"century gothic", "gill sans", sans-serif;
	font-size: 1.33em;
	color: #9A9A9A;
    text-transform: uppercase;
	}
#blognav h2 {
	padding: 0 0 0 20px;
	background: transparent url(img/ico-side-h2.gif) no-repeat;
	}
#sidebar h3 {
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom:0.33em;
	color: #9a9a9a;
	font-size: 1.1em;
	}

/* listes du sidebar */
#sidebar ul {
	list-style:none;
	margin: 0 0 1em 0.66em;
	padding:0;
	}
#sidebar li {
	margin:0;
	padding: 0 0 3px 0;
	}
/* retour accueil, archives */
#topnav {
	font-size: 1.2em;
	margin-top:1.5em;
	margin-bottom:0;
    padding: 2px 0;
    margin-left: 0;
    }
#topnav li {
    line-height: 180%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #9a9a9a;
    }
#topnav span { display: none; }

.langs ul li { 
    display: inline; 
    padding-right: 4px; 
    }
#search form {
    margin-left: 7px;
    }
#sidebar .text {
    line-height: 150%;
    }
#sidebar .text a {
    border-bottom: 1px solid #800000;
    }
/* syndication */
.syndicate { 
    background: transparent; 
    }
.syndicate a {
    color: #fff;
	}
.syndicate ul li a { 
    color: #fff; 
    }
.syndicate a:hover {
    color: maroon;
	background: transparent url(img/feed.png) no-repeat left center;
	}

/* tags du sidebar */
.tags {
	list-style: none;
	display: block;
	padding: 0;
    }
.tags li {
	display: inline;
	margin: 0 0.2em 0 0;
	padding: 0;
    }
.tag0 { font-size: 90%; }
.tag10 { font-size: 95%; }
.tag20 { font-size: 100%; }
.tag30 { font-size: 105%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 125%; }
.tag70 { font-size: 130%; }
.tag80 { font-size: 135%; }
.tag90 { font-size: 140%; }
.tag100 { font-size: 150%; }



/* ============================================================
        3.8. LE PIED DE PAGE (footer)
============================================================= */
#footer {
    background: #d2d2d2;
    text-align:center;
    }
#footer p {
	line-height: 150%;
	margin: 6px 30px;
    }


/* ============================================================
        3.9. NAVIGATIONS
============================================================= */

.pagination {
    margin: 20px -40px 0 -50px ;
    text-align: right;
    padding: 0;
    background: #bdbdbd;
	border-right: 20px solid #bdbdbd;
    }
.pagination a { 
    color: #800000; 
    }
/* billet prec/suiv dans post | mois prec/suiv dans archive-month */
#navlinks {
    font-size: 0.86em;
    margin: -20px -40px 40px -50px;
    text-align: center;
    letter-spacing: 7px;
    background: #bdbdbd;
    }
#navlinks a {
    color: maroon;
    letter-spacing: 0px;
    }

/* =================================================================
        3.10. CLASSES COMMUNES
/* ============================================================= */

a.feed {
	background: transparent url(img/feed.png) no-repeat left center;
	padding-left: 16px;
    }
.syndicate a.feed {
	padding-right: 12px;	
}
.petit {
	font-size:0.9em;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}

/* Error messages
-------------------------------------------------------- */
.error {
	border: 1px solid #c00;
	background: #fee;
	padding: 0.5em;
	}
.error ul {
	padding-left: 20px;
	}
.error li {
	list-style: square;
	}
	
/* =================================================================
        4. PAGES SPECIFIQUES
pour chaque fichier html correspond une classe specifique:
.dc-home, .dc-post, .dc-category, .dc-archive, .dc-archive-month,
.dc-tags, .dc-tag 
/* ============================================================= */


/* les blocs de presentation en haut du content */
#content-info {
    font-size: 0.92em;
	font-family:"century gothic", "gill sans", sans-serif;
    margin: -20px -40px 40px -50px;
	padding: 8px 20px;
    text-align: center;
    background: #e8e8e7;
    color: #800000;
    }
#content-info h2 {
	text-transform: uppercase;
}
#content-info p {
	}
#content-info #navlinks {
	margin: -8px -20px 8px -20px;
}
    
/* ---------------- Archives ------------- */
.dc-archive #content h3 {
    padding-left: 14px;
    background: transparent url(img/icopost.png) no-repeat 0 0.4em;
    }
.dc-archive #content ul {
    list-style-type: none;
    margin: 0;
    padding: 0:
    }
.dc-archive #content ul li {
    margin: 0;
    padding: 0;
    }

/* ---------------- Categories, Tag ------------- */
.dc-category .post h2, .dc-tag .post h2 {
    font-size: 1.25em;
    margin-bottom: 0;
    padding-left: 14px;
    background: transparent url(img/icopost.png) no-repeat 0 0.4em;
    }
.dc-category .post { padding-bottom: 2em; }

/* ---------------- Page de tous les tags -------------------- */
ul.tags {
	list-style: none;
	display: block;
	padding: 0;
    line-height: 200%;
    font-family:"century gothic", "gill sans", sans-serif;
    }
ul.tags li {
	display: inline;
	margin: 0 0.2em 0 0;
	padding: 0 14px 0 0;
    }
 
/* .dc-tags */
.dc-tags .tag0 { font-size: 100%; }
.dc-tags .tag10 { font-size: 115%; }
.dc-tags .tag20 { font-size: 130%; }
.dc-tags .tag30 { font-size: 145%; }
.dc-tags .tag40 { font-size: 160%; }
.dc-tags .tag50 { font-size: 170%; }
.dc-tags .tag60 { font-size: 180%; }
.dc-tags .tag70 { font-size: 190%; }
.dc-tags .tag80 { font-size: 200%; }
.dc-tags .tag90 { font-size: 210%; }
.dc-tags .tag100 { font-size: 220%; }

/* dc-archive-month */
.dc-archive-month #navlinks {
    margin-bottom: 20px;
    }
.arch-post {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	text-align: left;
	}
.arch-tag {
	padding: 0 0 0 14px;
	background: transparent url(img/tag.png) no-repeat left center;
	font-size: 0.9em;
    }
.arch-tag:after {
	content: ', ';
    }
.arch-tag:last-child:after {
	content: '';
    }
.arch-title {
	font-size: 1.1em;
	margin-top: 1em;
    }
.arch-title a {
	color: #800000;
	font-family: georgia, serif;
	}
.date-number { 
	font-size: 1.33em; 
	color: #a9a9a9; 
	}
.arch-info-co { font-size: 0.9em; }

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