/*# ***** BEGIN LICENSE BLOCK *****
#
# Sober
# Theme by Pyeb
# Contributor : Pierre Van Glabeke
# License: public domain
#
# ***** END LICENSE BLOCK *****
*/

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

body {
	font: 0.8em "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

/* Structure
-------------------------------------------------------- */
#page {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#top {
  height: 300px;
  margin: 0;
  padding: 0;
}
/* La règle css de l'image du top se situe dans les fichiers des variations chromatiques. La taille de l'image est de 549px x 300px, cela permet de conserver les traits de séparation. */

#top h1 {
  padding: 50px 15px 50px 565px;
  font-size: 1.2em;
  text-align: center;
}

#prelude {
	position: absolute;
	top: 0px;
	right: 210px;
	padding: 0 10px;
	font-size: 0.6em;
}

#wrapper {
	width: 760px;
}

#main {
	float: left;
	width: 540px;
	overflow: visible;
}

#content {
	margin: 10px 15px 20px 25px;
	overflow: visible;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
}

#blognav {
	padding: 10px 15px 0 5px;
}

#blogextra {
	padding: 0 15px 10px 5px;
}

#footer {
	clear: both;
	margin: 0 230px 0 20px;
}

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

/* Styles communs
-------------------------------------------------------- */
h1, h2, h3, h4, h5, .post-title {
	font-size: bold;
	padding: 5px 0;
}
	
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 {
	padding: 10px 0;
	margin: 0;
}

.post, .post-content, .footnotes, .attachments, .post-info-co, #comments, .read-it {
  clear: both;
}
    
/* Sober classic : Background : white / Color, day-date : black / Link, h1->h5, post-title : red
----------------------------------------------- */
body { color: #000; background: #fff; }

#page { background: #fff url(img/page_white.png) repeat-y top left; }

#top { background: transparent url(img/top1.jpg) no-repeat 1px 0; }

h1, h2, h3, h4, h5, .post-title { color: red; }

#sidebar h2, #sidebar h3 { color: #000; }

a:link, a:visited { color: red; text-decoration: none; }

a:hover, a:focus { color: #fff; background-color: red; }

blockquote, pre, #attachments ul, #comments dd, #pings dd, input, textarea, select, .dc-tags ul.tags { border: 1px solid red; }

#comment-form textarea { border: 1px solid red; }

code { background : #f69679; }

.pagination, #navlinks {
	color: #bbb;
}

#comments-feed a:hover { color: red; text-decoration:underline; }

#content-info p a.feed:hover { color: red; text-decoration:underline; }

#search input#q, input.submit, input.reset, input.preview {
	color: red;
	background: #fff;
	border: 1px solid red;
}
	
input[type=submit], input[type=reset], input[type=preview] {
	color: red;
	background: #fff;
	border: 1px solid red;
}
	
input.preview:hover, input.submit:hover, input.reset:hover {
	background: red;
	color: #fff;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=preview]:hover {
	background: red;
	color: #fff;
}
#footer p {
	border-top: 1px solid red;
}

#sidebar .calendar table {
	margin: 0 auto;
	text-align: center;
	border: 1px solid red;
  font-size: 0.85em;
}

#sidebar .calendar table td a:link, #sidebar .calendar table td a:visited {
  display: block;
  background: red;
  color: #fff;
  border: 1px solid red;
}

#sidebar .calendar table td a:hover {
  display: block;
  background: #fff;
  color: red;
  border: 1px solid red;
}

/* Post
-------------------------------------------------------- */
.post {
  padding: 0;
  margin: 0;
	position: relative;
	font-size: 1em;
}

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

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

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

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

.post-content blockquote, .post-excerpt blockquote {
	padding: 5px 20px 6px 15px;
	margin: 6px 20px 6px 20px;
}
    
.post-content acronym, .post-excerpt acronym { cursor: help; text-decoration: underline; }

.post-content pre, .post-excerpt pre {
	padding: 10px 0;
	margin: 10px 0;
	width: auto !important;
	w\idth: 490px;
}

.footnotes {
	font-size:0.9em;
}
	
.footnotes, .footnotes p {
	margin-top : 1em; text-indent : 0;
}
	
.post-content h2, .post-excerpt h2 { font-size: 1.5em;  }
.post-content h3, .post-excerpt h3, #attachments h3 { font-size: 1.35em; }
.post-content h4, .post-excerpt h4 { font-size: 1.2em; }
.post-content h5, .post-excerpt h5 { font-size: 1.0em; }

.post-excerpt img, .post-content img {
  max-width:100%;
}
.post embed, .post iframe {max-width:100%;}
.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 {
  font-size: 1.3em;
  line-height: 1.6em;
  padding: 25px 0;
  font-size: bold;
  text-align: right;
}

a.feed {}

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

.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: ''; }

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

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

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

/* Comment
-------------------------------------------------------- */
#comments, #pings {
  margin-bottom: 10px;
	font-size: 0.9em;
}

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

#comments dl, #pings dl { 
  padding : 5px 0 5px 10px;
  margin : 0;
}
    
#comments dt, #pings dt { 
	padding: 5px 10px;
  font-family:"century gothic", "gill sans", sans-serif;
}
    
#comments dd, #pings dd, dd.comment-preview {
  padding : 5px 0 10px 10px;
  margin : 5px 0;
}
    
#comments dd li, #pings dd li, #comment-form li, #comments dd ol, #pings dd ol, #comment-form ol { margin-left: 15px; }

#comments dd.me, #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, #comments-feed a:visited {
  background: 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;
}

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

#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;
	display: block;
	padding: 0 4px 4px 0;
}

#comment-form input, #comment-form textarea {
	padding: 1px 2px;
	font: 1em Arial, Helvetica, sans-serif;
}

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

#comment-form textarea {
  width: 500px;
}

#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;
}

/* Sidebar
-------------------------------------------------------- */
#sidebar {
  font-size: 0.85em;
}

#sidebar h2 {
  font-size: 1.2em;
}

#sidebar h3 {
  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 {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}
#sidebar li li {
}
#topnav {
  text-align: center;
  margin: 0;
  padding: 5px 0;
}

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

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

.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 2px;
  padding: 1px 0 1px 22px;
}
#sidebar .categories li.category-current {
	font-weight: bold;
}
#sidebar .categories li.category-current li {
	font-weight: normal;
}
#sidebar img {max-width:100%;}
	
/* Sidebar forms
-------------------------------------------------------- */
#search input#q { 
  padding: 1px;
  margin: 0 5px 0 0;
  width: 140px;
  font-size: 0.9em;
}
    
#search input[type=submit] {
  padding: 0;
  margin: 0;
}

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

#sidebar fieldset {
	display : block;
	border : none;
}
	
#sidebar fieldset p {
	margin-bottom : 1em;
}
	
#sidebar input, #sidebar textarea, #sidebar select {
  font-size: 0.9em;
  margin: 5px 0;
  padding: 1px;
	line-height: 1.5em;
}
	
#sidebar input.submit, #sidebar input.reset {
  text-transform: uppercase;
}
	
#sidebar input[type=submit], #sidebar input[type=reset] {
  text-transform: uppercase;
}
	
#sidebar select, #sidebar input.text {
  width: 170px;
}
    
#sidebar input[type=text]#sidebar {
  width: 170px;
}
    
/* Page
-------------------------------------------------------- */
#content-info {
	font-size: 1.2em;
	margin:0;
  padding: 10px 0;
}

.content-inner { 
	padding: 0 10px 20px 10px;
	position: relative;
}

.content-inner h3 {
	font-size: 1em;
	margin: 0 20px;
}

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

.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;
}

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

#content-info h2 {
  font-size: 1.5em;
}
    
#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;
}

.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 p img {
  max-width:100%;
}
#subcategories {
	margin: 1em 0;
	padding: 0.5em;
}
#subcategories h3 {
	margin: 0;
}
#subcategories ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 20px;
	line-height: 1.4;
}

/* plugins */
#tribunelibreformulaire input {
  width: 170px;
  padding: 0px;
  margin: 5px 0;
}

#tribunelibreformulaire input.submit  {
  width: auto;
  margin: 0 0 2px 0;
  padding: 2px;
}