h2.post-title {
	margin: 20px 0 0 0;
}
p.post-info {
	font-size: 11px;
	margin-top: 0;
}
p.post-info, p.post-info * {
	color: #F90;
	text-decoration: none;
}
p.post-info-co {
	text-align: right;
	font-size: 11px;
	padding: 2px 5px;
	border-bottom: 3px solid #EDEDE2;
	clear: both;
}
p.post-info-co, p.post-info-co * {
	color: #D1D1B3;
	text-decoration: none;
}
div.post-list {
	margin-bottom: 50px;
}
/*div.post-content p, div.post-content blockquote {
	text-align: justify;
}*/
div.post-content small {
	font-size: 10px;
}
div.post-content small, div.post-content small * {
	color: #888;
}
div.post-content blockquote {
	margin: 0;
	padding: 1px 0 0 15px;
	font-style: italic;
	background: url(../img/blockquoteBg.gif) no-repeat top left;
}

div.post-content code {
	font-family: monospace;
}

#comments h3 {
	border-bottom: 3px solid #EDEDE2;
}
#comments {
	margin-bottom: 50px;
	clear: both;
}

#comments blockquote {
	background: url(../img/blockquoteBg.gif) no-repeat left;
	margin: 0;
	padding: 5px 0 10px 15px;
}

#comment-form input {
	border: none;
	width: 400px;
	border-bottom: 1px dotted #D1D1B3;
	font-size: 11px;
	font-style: italic;
}
#comment-form textarea {
	border: 1px solid #D1D1B3;
	font-style: italic;
	width: 500px;
	font-size: 11px;
	height: 70px;
}
#comment-form button {
	background: #D1D1B3;
	color: #FFF;
	border: none;
	cursor: pointer;
}
#comment-form p {
	margin: 0 0 10px 0;
}
div.error {
	color: red;
	border: 1px solid red;
	text-align: center;
	font-size: 11px;
	background: #F7F7F7;
	padding: 10px;
	margin-bottom: 20px;
}
p.comment-info {
	border-bottom: 1px solid #EDEDE2;
	color: #D1D1B3;
	font-variant: small-caps;
}
p.comment-info a {
	color: #D1D1B3;
	text-decoration: none;
}

