/*
	Mise en page Dotclear pour le site de Christophe Jacquet.
	Reprend une partie de travail des contributeurs de Dotclear.
	Feuille de style Dotclear 1 adaptée à Dotclear 2.
*/

#page{
	text-align: left;
}

#main{
	margin: 0 260px 0 0;
	padding: 0;
}

#content{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.post{
	margin-bottom: 4em;
}


#content-info p {
	margin: 0 0 13px 0;
}

 
/* Les éléments HTML en général
-------------------------------------------------------- */
#main {
	line-height: 1.3em;
}

.post-content h1{font-size: 1.25em;}
.post-content h2{font-size: 1.2em;}
.post-content h3{font-size: 1.15em;}
.post-content h4{font-size: 1.1em;}
.post-content h5{font-size: 1.05em;}
.post-content h6{font-size: 1em;}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* La page
-------------------------------------------------------- */
#page{
}


/* Le contenu
-------------------------------------------------------- */



/* N'affiche pas le groupement par jour des billets */
.day-date {
	display: none;
}

.post {
	border-bottom: 1px dotted black;
	margin-bottom: 2em;
}

.post-title{
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5em;
}

.post-title a{
	text-decoration: none;
	color: #B38300;
}

.post-info{
	margin-top: 0;
	color: #B38300;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #B38300;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

.post-tags {
	margin-left: 16px;
}

.post-tags a:link, .post-tags a:visited {
	display: inline;
	padding: 2px 8px 2px 12px;
	white-space: nowrap;
	margin-left: 8px;
	background: transparent url(img/tag.png) no-repeat left center;
}

.post-info a:hover { text-decoration: underline; }


/* Liste mensuelle */
ul.post-title-list li {
	margin-bottom: 1.8em;
}

ul.post-title-list span {
	font-size: 130%;
	font-weight: bold;
}

#navlinks {
	text-align: center;
	margin: 0 0 13px 0;
}


/* La barre de navigation
-------------------------------------------------------- */

#sidebar{
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-left: 20px;
	padding: 0;
	background-color: white;
	border: 2px solid #8B0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: #8B0 0 0 10px;
	-webkit-box-shadow: #8B0 0 0 10px;
}

#sidebar div{
	margin: 0 30px 0 0;
	padding: 1ex 1em;
}


#sidebar #blognav, #sidebar #blogextra {
	margin: 0 0;
	padding: 0 0;
}

#sidebar #blognav div, #sidebar #blogextra div {
	margin: 2px 0;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #8B0;
	font-size: 1.1em;
	margin: 0 0 1ex 0;
	background: none;
	padding: 0;
}

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

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}


#sidebar a, #sidebar a:visited, #sidebar a:active, #sidebar a:link {
	color: black;
}

/* Tags : nuage */
#sidebar .tags ul, #content ul.tags { 
	list-style-type : none;
	margin : 0;
	padding : 0;
	text-align: center;
}

#content ul.tags {
	font-size: 120%;
	padding-left: 15%;
	padding-right: 15%;
	line-height: 200%;
}

#sidebar .tags ul li, #content ul.tags li { 
       margin:0 2px;
       padding:0;
       display : inline; 
}

.tag0 { font-size: 85%; }
.tag10 { font-size: 90%; }
.tag20 { font-size: 95%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 105%; }
.tag50 { font-size: 110%; }
.tag60 { font-size: 115%; }
.tag70 { font-size: 120%; }
.tag80 { font-size: 125%; }
.tag90 { font-size: 130%; }
.tag100 { font-size: 135%; }


#topnav ul li {
	display: inline;
}

#sidebar .syndicate a {
	background: transparent url(img/ico-feed.png) no-repeat left center;
	padding-left: 16px;
}
