/* $Id: post.css 305 2009-10-31 19:15:43Z jfabregat $ */

/**
 * Contenu
 */
#content div.title h2 {
	margin: 10px 10px 10px 0;
	font-size: 23px;
}
#content div.title h2 small {
	font-weight: normal;
	font-size: 15px;
}
#content div.title h2 a {
	text-decoration: none;
}
#content div.entry {
	margin: -5px 0 0;
}
#content div.post p {
	text-align: justify;
	margin: 7px 0;
}
#content div.post p.postmetadata {
	text-align: right;
}
#content div.post {
	margin: 10px 0;
}
#content div.post ul {
	margin: 5px 0;
	list-style-image: url(../images/li.gif);
}
#content div.post ul li {
	padding: 2px 0;
}
#content .postmetadata {
	border-top: 1px solid #CCC;
}
#content div.post blockquote {
	margin: 7px;
	background: url(../images/quoteBg.gif) no-repeat 0 5px;
	padding-left: 45px;
	font-style: italic;
}


/**
 * Commentaires
 */
#postComments h2.title {
	font-size: 15px;
	margin: 10px 0;
}
#postComments ol.commentlist {
	margin: 0 0 20px;
	list-style: none;
	padding: 0;
}
#postComments p.nocomments {
	color: gray;
	font-style: italic;
}
#postComments div.comment-body {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
}
#postComments div.comment-body cite {
	font-style: normal;
}
#postComments div.comment-body cite a {
	text-decoration: none;
	font-weight: bold;
}
#postComments div.comment-body p {
	margin: 10px 0;
}
#postComments div.comment-author img {
	float: left;
	padding-right: 10px;
}
#postComments div.navigation {
	background: transparent;
}
#postComments div.comment-body div.commentmetadata {
	font-size: 11px;
}
#postComments div.comment-body div.commentmetadata a {
	text-decoration: none;
	color: gray;
}
#postComments div.comment-body div.reply {
	display: none;
}
#postComments #respond h3 {
	font-size: 15px;
}
#postComments #respond textarea {
	font-size: 12px;
	width: 454px;
}
#postComments #respond textarea, #postComments #respond input {
	border: 1px solid #ccc;
	padding: 3px;
}

