/*  

Tous droits réservés 2010 www.polypod.fr

Feuille de styles des pages du blog
Thème : Marianne et moi
Créé le : 01/01/2010

Cette feuille de styles définie l'apparence des éléments propres au template du site à laquelle elle est attachée.
L'apparence des éléments communs à tous les templates du site est définie dans le fichier styles.css, importé ci-dessous.

*/

@import "../styles.css";


/* ========== sidebar ========== */

#sidebar {
	width: 260px;
	float: left;
}

/* ========== main ========== */

#main {
	width: 692px;
	float: right;
}

/* ========== Les billets du blog ========== */

#main .post_blog .post_header {
	background: url(../../images/pages/blog/cadre-principal-haut_1.gif) no-repeat right top;
	height: 75px;
}

#main .new_commentaire .post_header, #main .post_commentaires .post_header {
	background: url(../../images/pages/blog/cadre-principal-haut_2.gif) no-repeat right top;
	height: 57px;
}

#main .post_blog .post_header h2 {
	height: 43px;
	padding: 17px 5px 0 0;
	font-size: 1.6em;
	color: #1f537f;
}

#main .post_blog .post_header p {
	height: 15px;
	color: #1f537f;
}

#main .new_commentaire .post_header h2, #main .post_commentaires .post_header h2 {
	height: 57px;
	padding: 17px 5px 0 19px;
	font-size: 1.6em;
	color: #1f537f;
}

#main .post_content {
	background: url(../../images/pages/cadre-principal-milieu.gif) repeat-y right top;
	padding: 10px 19px 10px 74px;
}

#main .post_content .post_detail a {
	background: url(../../images/pages/fleche-lien.gif) no-repeat 0 1px;
	display: block;
	line-height: 20px;
	padding-left: 25px;
	font-size: 1.2em;
	clear: both;
}

#main .post_footer {
	background: url(../../images/pages/cadre-principal-bas.gif) no-repeat right top;
	height: 7px;
}

.post_date {
	float: left;
	width: 74px;
	height: 75px;
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

.mois {
	display: block;
	padding-top: 10px;
	padding-right: 2px;
	font-size: 1.3em;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

.jour {
	display: block;
	padding-right: 2px;
	font-size: 2.3em;
	height: 25px;
	line-height: 25px;
}

.annee {
	display: block;
	padding-right: 2px;
	font-size: 1.1em;
	height: 13px;
	line-height: 13px;
}

#main .post_blog .post_chapo {
	margin: 20px 0 10px 0;
}

#main .post_blog .post_detail {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#main .post_blog .bookmarqueurs {
	padding: 20px 0;
	clear: both;
}

#main .post_blog .bookmarqueurs span {
	line-height: 20px;
}

#main .post_blog .bookmarqueurs span a {
	padding: 2px 0 2px 20px;
}

#main .post_blog .bookmarqueurs ul {
	margin: 10px 0 0 0;
}

#main .post_blog .bookmarqueurs li, #main .post_blog .bookmarqueurs li a {
	display: inline;
}

#main .post_blog .bookmarqueurs li a {
	background: none;
	padding: 0 5px 0 0;
}

#main .post_blog .bookmarqueurs li img {
	border: none;
}

#main .comment {
	background: url(../../images/pages/blog/commentaire.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

/* -- commentaires -- */

#main .post_commentaires .post_content .post_admin {
	padding-left : 20px;
	color: #707070;
}
