/*
chocolate & biscuit
-------------------------------------------------------- */

@import "custom.css";

* { margin: 0; padding: 0; border: 0; }

body {
    background: #000;
	font: 0.9em "Myriad Pro", "Myriad", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #777;
}

/* Structure
-------------------------------------------------------- */
#top {
    margin: 0;
    padding: 30px;
    background-color: #222;
    border-bottom: 5px solid #666;
    background-image: url("logo.jpg");
    background-position: right;
    background-repeat: no-repeat;
}

#prelude {
	position: absolute;
	color: #fff;
	top: 0px;
	right: 22%;
	padding: 5px 5px 0 5px;
	font-size: 0.7em;
	background: #666;
	}

#prelude a:link, #prelude a:visited { color: #222; padding: 0 5px;}

#prelude a:hover { color: #aaa; }

#main {
	float: left;
	width: 78%;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#content {
    padding: 20px 10px 20px 40px;
	overflow: visible;
    }

#sidebar {
	float: right;
	width: 20%;
	padding: 0;
	margin: 20px 0;
}

#footer {
	clear: both;
	background: #222;
    border-top: 5px solid #666;
}

/* Styles communs
-------------------------------------------------------- */
a:link, a:visited { color: #fff; text-decoration: none; }

a:hover { color: #4080FF; text-decoration: underline}

h1, h2, h3, h4, h5 {
	padding: 5px 0;
	color: #fff;
	line-height: 1.6em;
    }
h2 { font-size: 1.5em;  }
h3 { font-size: 1.35em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }


pre { 
	text-align:left;
	overflow: scroll;
    font-family : monospace; 
    }

.left { float: left; }

.right { float: right; }

img {
	border : none;
	margin: 10px;
}

.error {
	border: 1px dashed #fff;
	padding: 5px 0;
	margin: 20px 0 0 0;
	color: #fff;
	background: #E2001A;
}

.message {
    color: #000;
	padding: 10px;
	margin: 0;
    }

.post, .post-content, .footnotes, .attachments, .post-info-co, #comments {
    clear: both;
    }
    
/* Top & Footer
-------------------------------------------------------- */
#top h1 {
    padding: 20px 10px;
    font-size: 1.2em;
    }

#footer p {
    padding: 10px;
	font-size: 0.8em;
    }

/* Post
-------------------------------------------------------- */
.post {
    padding: 0;
    margin: 0;
	position: relative;
    }
.post-chapo {
	color : #FFFFFF;
	font-size: 1.2em;
}
.post-content, .post-excerpt, #attachments, .post-info, .post-info-co, .post-tags {
	line-height: 1.5em;
	font-size: 1em;
	color: #FFFFFF;
}

.post-content p, .post-excerpt p {
	padding: 5px 0 5px 0;
	text-align: justify;
	}

.read-it {
    padding: 5px 0;
    }

.post-content strong, .post-excerpt strong { color: #ccc; }

.post-content code, .post-excerpt code {
    background: #444;
    padding: 5px;
    margin: 6px 0;
    }

.post-content blockquote, .post-excerpt blockquote {
	padding: 5px 20px 6px 15px;
	margin: 6px 20px 6px 20px;
	border: 1px solid #fff;
    }
    
.post-content acronym, .post-excerpt acronym { cursor: help; border-bottom: 1px dashed #fff; }

.post-content pre, .post-excerpt pre {
	padding: 10px 0;
	margin: 10px 0;
	border: 1px solid #fff;
	width: auto !important;
	w\idth: 95%;
    }

.footnotes {
	font-size:0.9em;
	}
	
.footnotes, .footnotes p {
	margin-top : 1em; text-indent : 0;
	}
	
.post-content ul, .post-excerpt ul {
    padding: 0;
	margin: 0 0 0 20px;
    } 

.post-content ul li, .post-excerpt ul li, #attachments li {
	padding: 0 0 5px 5px;
	}

.post-content ol, .post-excerpt ol {
    padding: 0;
	margin: 0 0 0 20px;
    } 

.post-content ol li, .post-excerpt ol li {
	padding: 0 0 5px 5px;
	}

.day-date {
	color: #fff;
   	font-size: 1em;
   	line-height: 1.5em;
    margin: 15px 0;
    text-align: right;
    }

.post-title, .post-info, .post-tags {
 	padding: 0 10px 5px 10px;
 	margin-left: -10px;
    background: #111;
    }
    
.post-title {
	color: #fff;
	padding-top: 10px;
    line-height: 1.6em;
    }

ul.post-tags li:after {
	content: ',';
    }

ul.post-tags li:last-child:after {
	content: '';
    }

.post-tags li {
    display: inline;
    white-space: nowrap;
    }
    
.post-info-co {
    text-align: right;
	padding: 10px 0;
	}
	
.post-info-co a:after {
	content: ' - ';
    }

.post-info-co a:last-child:after {
	content: '';
    }

.pagination, #navlinks {
	padding: 10px 0;
	clear: left;
	margin: 0;
	text-align: center;
	color: #bbb;
	font-weight: bold;
    }

#attachments {
	clear: left;
	padding: 5px 0;
	margin: 0;
	}

#attachments h3 {
    padding: 10px 0;
    }
    
#attachments ul {
    padding: 10px 0;
    background: #444;
    border-bottom: 5px solid #666;
    }

#attachments li { list-style: none; margin: 10px 5px; }

/* Comment
-------------------------------------------------------- */
#comments, #pings, #pr {
	margin-bottom: 10px;
	line-height: 1.5em;
}
#comments comment-info {
	margin-top: 25px;
}
#comments blockquote {
	margin-left: 30px;
}

#comments p, #pings p {
	padding: 5px 0 0 5px;
	text-align: justify;
}

#comments dd, #comments dt, #comments dl, #pings dd, #pings dt, #pings dl, dd.comment-preview { 
    padding : 5px 0 5px 10px; 
    margin : 0; 
    }
    
#comments dt, #pings dt { 
    margin-top : 2em;	
	padding: 5px 10px;
    font-family:"century gothic", "gill sans", sans-serif;	
    }
    
#comments dd, #pings dd {
    padding-bottom : 10px;
    background: #333;
    border-bottom: 5px solid #666;
    }
    
#comments dd.me {
    font-weight: bold;
    border-bottom: 5px solid #222;
   }
    
#comments dt.me a {
    font-weight: bold;
    }

#comments dd p, #pings dd p { 
	padding: 5px 20px 0 0;
	text-align: justify;
    }
#comments dt .comment-number, #pings dt .comment-number {
    font-size : 1.8em; 
    }
	
#comments-feed {
    font-weight: bold;
    margin-top : 10px;;	
    }
 
#comments-feed a:link, #comments-feed a:visited {
    background: transparent url(img/rss.png) no-repeat 0px 50%;
    padding: 3px 5px 2px 22px;
    }

#ping-url {
    font-size: 0.85em;
	text-align: left;
	padding: 0;
}

/* Comments forms
-------------------------------------------------------- */
#comment-form { 
	font-size: 0.9em;
    }

#comment-form fieldset p { padding: 5px 0; }

#comment-form fieldset p.field { padding: 7px 0; width: auto; margin: 0; }

#comment-form p.form-help {
    margin: 0;
    text-align: justify;
    }

#comment-form p label { 
    width: auto;
    }

#comment-form p.field label {
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 0 4px 4px 0;
    }

#comment-form input, #comment-form textarea {
	font: 1em "Myriad Pro", "Myriad", "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #444;
	color: #ddd;
	padding: 1px 2px;
	border: none;
    }

#comment-form input {
	width: 50%;
	padding: 2px;
	}

#comment-form textarea {
    width: 85%;
    }

#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 0;
    }

#comment-form input.preview, #comment-form input.submit {
	width: auto;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
    background: #444;
	color: #fff;
	border: none;
    }

#comment-form input.preview:hover, #comment-form input.submit:hover {
    background: #666;
	color: #fff;
	border: none;
    }

/* Sidebar
-------------------------------------------------------- */
#sidebar {
    }

#sidebar h2 {
   	font-size: 1.2em;
   	background: #444;
   	margin: 15px 0;
    padding: 5px;
    border-top: 5px solid #666;
    }

#sidebar h2:hover {
    background: #666;
    border-top: 5px solid #444;
    }

#sidebar h3 {
    margin: 5px 0;
   	font-size: 1em;
    }
    
#sidebar p {
    margin: 5px 0;
    }

#sidebar .text {
    margin: 5px 0;
    text-align: justify;
    }
    
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
     }
     
#sidebar ul li {
    text-align: justify;
    list-style: none;
    margin: 0;
   	font-size: 1em;
    }
    
#topnav {
    text-align: center;
    margin: 0;
    padding: 5px 0;
    }

#sidebar #topnav ul { margin: 0; padding: 0; }

#sidebar #topnav li {
    display: inline;
    padding: 0;
    margin: 0;
    }
    
#sidebar #tags ul {
    margin: 0;
    padding: 0;
    font-size: 110%;
}
#sidebar #tags ul li {
    display: inline;
    background: none;
    margin: 0;
    padding: 0;
}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 130%; }
.tag80 { font-size: 140%; }
.tag90 { font-size: 150%; }
.tag100 { font-size: 160%; }

#sidebar #syndicate li {
    margin: 0;
    background: transparent url(img/rss.png) no-repeat 0px 50%;
    padding: 5px 4px 5px 22px;
	}
	
/* Sidebar forms
-------------------------------------------------------- */
#search input#q { 
    background: #fff;;
    padding: 2px;
    margin: 0 5px 0 0;
    width: 140px;
	border: none;
    font-size: 0.9em;
    }
    
#search input[type=submit] {
    padding: 0;
    margin: 0;
    padding: 2px;
}

#search input.submit {
    padding: 0;
    margin: 0;
    padding: 2px;
}

#sidebar fieldset {
	display : block;
	border : none;
	}
	
#sidebar fieldset p {
	margin-bottom : 1em;
	}
	
#sidebar input, #sidebar textarea, #sidebar select {
    font-size: 0.9em;
	border: none;
	background : #fff;
    margin: 5px 5px 5px 0;
    padding: 2px;
	color : #000;
	line-height: 1.5em;
	}
	
#sidebar input.submit, #sidebar input.reset {
    background: #444;
	color: #fff;
	border: none;
    text-transform: uppercase;
	}
	
#sidebar input[type=submit], #sidebar input[type=reset] {
    background: #444;
	color: #fff;
	border: none;
    text-transform: uppercase;
	}
	
#sidebar select, #sidebar input.text {
    width: 140px;
    }
    
#sidebar input[type=text]#sidebar {
    width: 140px;
    }
    
#sidebar input[type=submit]:hover, #sidebar input[type=reset]:hover {
    background: #666;
	color: #fff;
	border: none;
    }

#sidebar input.submit:hover, #sidebar input.reset:hover {
    background: #666;
	color: #fff;
	border: none;
   }

/* Page
-------------------------------------------------------- */
.dc-archive .content-inner ul {
    padding: 0 20px;
    margin: 0 20px;
    }

.dc-archive .content-inner ul li {
    list-style: none;
	padding: 6px 0;
	margin-left: 10px;
    font-size: 1em;
    }

.dc-tags ul.tags {
    margin: 0;
    padding: 20px;
    font-size: 1.2em;
    line-height: 2em;
	border: 1px solid #fff;
    }

.dc-tags ul.tags li {
    display: inline;
    font-size: 1.5em;
    line-height: 1.8em;
    }

#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 3px 0 3px 22px;
	background: transparent url(img/rss.png) no-repeat 1px 3px;
    }

.dc-archive-month #content-info h2 {
    text-align: center;
    }

.dc-category #content-info {
    text-align: justify;
    }
