/*
Orangeworld
-------------------------------------------------------- */

@import "custom.css";

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

body {
    background: transparent url(img/background.png) repeat top left;
	font: 0.7em "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

/* Structure
-------------------------------------------------------- */
#page {
	width: 950px;
	margin: 0;
	padding: 0;
	position: relative;
    background: transparent url(img/fond.png) repeat-y top left;
}


#top {
    height: 250px;
    margin: 0 0 0 205px;
    padding: 0;
}

#top img {
    margin: 0;
    padding: 0;
    border: 0;
    }

#top h1 {
	position: absolute;
	font-size: 1.5em;
	text-align: center;
	top: 15px;
	left: 25px;
	height: 75px;
	width: 165px;
	}
	
#top h1 a:link, #top h1 a:visited {
   color: #e2600e;
	 text-decoration: none;
   }
    
#top h1 a:hover { color: #fff; }

#prelude {
	display: none;
    }

#wrapper {
	width: 950px;
	}

#main {
	float: right;
	width: 745px;
	padding: 0;
	margin: 0;
	overflow: visible;
}

#content {
    margin-right: 25px;
	overflow: visible;
    }

#sidebar {
	float: left;
	width: 195px;
	padding: 0;
	margin: -160px 0 0 !important;/* IE6 sucks */
	margin: 0;
	background: transparent;
}

#blognav, #blogextra {
    margin: 0 5px 0 25px;
    }

#footer {
	clear: both;
	background: #ed8c11;
	margin: 0 25px 0 205px;
}

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

a:hover { color: #f9b600; }

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

.left { float: left; }

.right { float: right; }

img {
    border : none;
    }

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

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

.post, .post-content, .footnotes, .attachments, .post-info-co, #comments, #commentend {
    clear: both;
    }
    
/* Footer
-------------------------------------------------------- */
#footer p {
	padding: 10px;
	color: #000;
	font-size: 0.8em;
    }
    
#footer a:link, #footer a:visited { color: #fff; }

#footer a:hover { color: #f9b600; }

/* Post
-------------------------------------------------------- */
.post {
    padding: 0 10px;
    margin: 0;
    color: #000;
    background: #ed8c11;
    }

.post.odd {
    background: transparent;
    }
    
.post.odd a:link, .post.odd a:visited {
	color: #e2600e;
	}

.post.odd a:hover {
	color: #f9b600;
	}

.post-content, .post-excerpt, #attachments, .post-info, .post-info-co, .post-tags {
	line-height: 1.5em;
	font-size: 0.9em;
}

.post-content p, .post-excerpt p {
	color: #000;
	padding: 0 0 5px 0;
	text-align: justify;
	}
.post-excerpt p img, .post-content p img {
  max-width:700px;
}
.read-it {
    padding: 5px 0;
    }

.post-content strong, .post-excerpt strong {  }

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

.post.odd .post-content code, .post.odd .post-excerpt code {
    background: #e2600e;
    }

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

.post.odd .post-content acronym, .post.odd .post-excerpt acronym {
    border-bottom: 1px dashed #e2600e;
    }

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

.post.odd .post-content pre, .post.odd .post-excerpt pre {
	border: 1px solid #e2600e;
	}
	
.footnotes {
	font-size:0.8em;
	}
	
.footnotes, .footnotes p {
	margin-top : 1em; text-indent : 0;
	}
	
.post-content h2, .post-excerpt h2, .post-content h3, .post-excerpt h3, .post-content h4, .post-excerpt h4, .post-content h5, .post-excerpt h5, #attachments h3 {
	padding: 5px 0;
	color: #fff;
	line-height: 1.6em;
    }
.post.odd .post-content h2, .post.odd .post-excerpt h2, .post.odd .post-content h3, .post.odd .post-excerpt h3, .post.odd .post-content h4, .post.odd .post-excerpt h4, .post.odd .post-content h5, .post.odd .post-excerpt h5 {
	color: #e2600e;
    }
    
.post-content h2, .post-excerpt h2 { font-size: 1.3em;  }
.post-content h3, .post-excerpt h3, #attachments h3 { font-size: 1.2em; }
.post-content h4, .post-excerpt h4 { font-size: 1.1em; }
.post-content h5, .post-excerpt h5 { font-size: 1.0em; }

.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: 1.2em;
   	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
	padding: 10px;
	margin: 0 -10px;
	clear: left;
    }

.post.odd .day-date {
	color: #e2600e;
    }
    
a.feed {}

.post-title {
	color: #fff;
    padding: 10px 0;
    line-height: 1.6em;
    }

.post.odd .post-title a:link, .post.odd .post-title a:visited {
	color: #e2600e;
    }
    
.post-title a:link, .post-title a:visited  {
	color: #fff;
    }
    
.post.odd .post-title a:hover  {
	color: #f9b600;
    }
    
.post-title a:hover  {
	color: #f9b600;
    }
    
.post-info {
 	padding: 0 0 5px 0;
    }
    
.post-tags {
 	padding: 0 0 5px 0;
    }

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: left;
	padding: 10px 0;
	}
	
.post-info-co a:after {
	content: ' - ';
}

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

.post-info-co a:link, .post-info-co a:visited {
	color: #fff;
    }

.post-info-co a:hover  {
	color: #f9b600;
    }
    
.post.odd .post-info-co a:link, .post.odd .post-info-co a:visited {
	color: #e2600e;
    }
    
.post.odd .post-info-co a:hover  {
	color: #f9b600;
    }
    
.pagination, #navlinks {
	padding: 10px 0;
	clear: left;
	margin: 0;
	text-align: center;
	color: #bbb;
	font-weight: bold;
}

.pagination a:link, #navlinks a:link, .pagination a:visited, #navlinks a:visited {
    color: #e2600e;
    }

.pagination a:hover, #navlinks a:hover {
    color: #f9b600;
    }

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

#attachments ul {
    padding: 10px;
    }
    
#attachments h3 {
    padding: 10px 0;
    color: #e2600e;
    }
    
#attachments li { list-style: none; margin: 10px 5px; }

#attachments a:link, #attachments a:visited { color: #e2600e; text-decoration: none; }

#attachments a:hover { color: #f9b600; }

#postend {
    clear: both;
    background: #ed8c11;
    }
    
#commentend {
    clear: both;
    background: #ed8c11;
    }
    
/* Comment
-------------------------------------------------------- */
#comments, #pings {
    padding: 0 10px;
	line-height: 1.5em;
	font-size: 0.9em;
    background: #ed8c11;
}

#comments h3, #pings h3, #pr h3 {
	color: #fff;
    padding: 10px 0;
    }
    
#comments p, #pings p {
	color: #000;
	padding: 5px 0 0 10px;
	text-align: justify;
	}

#comments dl, #pings dl { 
    padding : 5px 10px 15px 10px; 
    margin : 0; 
    }
    
#comments dt, #pings dt { 
	padding: 10px 10px 0 10px;
    font-family:"century gothic", "gill sans", sans-serif;	
    background: #fff;
    }
    
#comments dd, #pings dd {
    padding: 0 10px 10px 10px;
    background: #fff;
    }
    
#comments dd.me {
    font-weight: bold;
    }

#comments dt a:link, #comments dd a:link, #comments dt a:visited, #comments dd a:visited {
    color: #ed8c11;
    }

#comments dt a:hover, #comments dd a:hover {
    color: #f9b600;
    }
    
#comments dt.me a {
    font-weight: bold;
    }

#comments dd p, #pings dd p { 
	color: #000;
	padding: 5px 20px 0 0;
	text-align: justify;
    }
#comments dt .comment-number, #pings dt .comment-number {
    font-size : 1.8em; 
    }
	
#comments dd li, #pings dd li, #comment-form li, #comments dd ol, #pings dd ol, #comment-form ol { margin-left: 15px; }

#comments-feed {
    padding: 10px;
    font-weight: bold;
    }
 
#comments-feed a:link, #comments-feed a:visited {
    background: transparent url(img/rss.png) no-repeat 0px 50%;
    padding: 3px 5px 2px 22px;
	color: #e2600e;
    }

#comments-feed a:hover { color: #f9b600; }

#ping-url {
    color: #000;
    font-size: 0.85em;
	text-align: left;
	padding: 10px;
}

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

#pr, #pr dl {padding-bottom: 10px;}

p#pr.message {
	margin-left: 10px;
}

#comment-form fieldset {
    padding-top: 20px;
    }

#comment-form h3 {
	color: #e2600e;
    padding: 10px 0;
}

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

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

#comment-form p.form-help { color: #000; width: 65%; margin: 0 0 0 30%; font-style: italic; text-align: justify; clear: both;}

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

#comment-form p.field label {
	font-weight: bold;
	color: #e2600e;
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	font: 1em Arial,sans-serif;
	background: #fff;
	color: #000;
	border: none;
	padding: 1px 2px;
	width: 65%;
	border: 1px solid #e2600e;
}

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

#comment-form input.preview {
    margin-left: 30%;
}

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

#comment-form input.preview:hover, #comment-form input.submit:hover {
	color: #fff;
    background: #e2600e;
	border: 1px solid #fff;
    }

/* Sidebar
-------------------------------------------------------- */
#sidebar {
    color: #000;
    font-size: 0.9em;
    }
#sidebar img {max-width:165px;}
#sidebar a:link, #sidebar a:visited {color: #000; text-decoration: none; }

#sidebar a:hover { color: #fff; }

#sidebar h2 {
   	font-size: 1.2em;
    margin: 10px 0;
    color: #e2600e;
    }

#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 {
    list-style: none;
    margin: 0;
   	font-size: 1em;
    }
#sidebar ul ul {
	padding: 0 0 0 15px;
}
#sidebar li li {
}
#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 5px;
    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: 85%; }
.tag30 { font-size: 90%; }
.tag40 { font-size: 100%; }
.tag50 { font-size: 110%; }
.tag60 { font-size: 120%; }
.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 .categories li.category-current {
	font-weight: bold;
}
#sidebar .categories li.category-current li {
	font-weight: normal;
}
/* Sidebar forms
-------------------------------------------------------- */
#search input#q { 
    background: #fff;;
    padding: 1px;
    margin: 0 5px;
    color: #000;
    width: 100px;
	border: 1px solid #e2600e;
    font-size: 0.9em;
    }
    
#search input.submit {
    text-transform: uppercase;
	border: 1px solid #e2600e;
	background : #fff;
	color : #e2600e;
    padding: 0;
    margin: 0;
}

#search input[type=submit] {
    text-transform: uppercase;
	border: 1px solid #e2600e;
	background : #fff;
	color : #e2600e;
    padding: 0;
    margin: 0;
}

#sidebar fieldset {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	display : block;
	border : none;
	}
	
#sidebar fieldset p {
	margin-bottom : 1em;
	}
	
#sidebar input, #sidebar textarea, #sidebar select {
    font-size: 0.9em;
	border: 1px solid #e2600e;
	background : #fff;
    margin: 5px 0;
    padding: 1px;
	color : #e2600e;
	line-height: 1.5em;
	}
	
#sidebar input.submit, #sidebar input.reset {
	border: 1px solid #e2600e;
	background : #fff;
	color : #e2600e;
    text-transform: uppercase;
	}
	
#sidebar input[type=submit], #sidebar input[type=reset] {
	border: 1px solid #e2600e;
	background : #fff;
	color : #e2600e;
    text-transform: uppercase;
	}
	
#sidebar select, #sidebar input.text {
    width: 160px;
    }
    
#sidebar input[type=text]#sidebar {
    width: 160px;
    }
    
#sidebar input[type=submit]:hover, #sidebar input[type=reset]:hover {
    background: #e2600e;
    color: #fff;
	border: 1px solid #fff;
    }

#sidebar input.submit:hover, #sidebar input.reset:hover {
    background: #e2600e;
    color: #fff;
 	border: 1px solid #fff;
   }

/* Page
-------------------------------------------------------- */
#content-info {
	font-size: 1.2em;
	color: #000;
	margin:0;
    padding: 10px;
}

.content-inner { 
	padding: 0 10px 20px 10px;
    background: #ed8c11;
    }

.content-inner h3, #subcategories h3 {
	font-size: 1em;
	padding: 5px 0px;
	margin: 0 20px;
}

.content-inner p { 
    padding: 6px 10px 0 20px;
    }

.dc-archive .content-inner ul, #subcategories ul {
    padding: 0 10px;
    margin: 0 20px;
	color: #f9b600;
    background: #e2600e;
    }

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

.dc-tags .content-inner {
    padding: 20px 0;
    }

.dc-tags ul.tags {
    padding: 0 20px;
    margin: 0 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 h2 {
    font-size: 1.5em;
    color: #e2600e;
    padding: 10px 0;
    }
    
#content-info p {
    padding: 10px 0;
    font-size: 0.9em;
    }
    
#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;
    color: #e2600e;
}

#content-info p a.feed:hover {
    color: #f9b600;
    }

.dc-archive-month .content-inner {
    background: #ed8c11;
    }

.dc-archive-month .day-date {
    background: #fff;
    padding-bottom: 10px;
	color: #e2600e;
    }

.dc-archive-month .post-info {
	padding: 5px 0;
    }

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

.dc-category #content-info {
    text-align: justify;
    }
.dc-category #content-info h2 a:link, .dc-category #content-info h2 a:visited {
  color:#E2600E;
}
.dc-category #content-info h2 a:hover {
  color:#f9b600;
}
.dc-category #content-info p img {
  max-width:700px;
}
#subcategories {
	background: #fbfbfb;
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 0.5em;
}
#subcategories h3 {
	margin: 0;
}
.dc-404 .content-inner {
    padding: 0 0 10px 0;
    }
