/*
 * blog.css
 */

/* >> POST LIST ============================================================ */

#intro { margin-bottom: 3em; }

#entries { margin-left: 0px; padding-left: 0px; list-style: none outside; }

#entries li { margin: 1em 0px; width: 99%; overflow: auto; }
#entries li h3 { margin: 0px; }
#entries li div.timestamp {
	padding-top: .25em; color: #9e9e9e;
	border-bottom: 1px solid #cecece;
}
#entries li p { margin-left: 1em; }

#entries li ul { list-style: square inside; }

/* >> SINGLE POST ========================================================== */

#title { margin: 0px; }
#timestamp { 
	padding-top: .25em; color: #9e9e9e;
	border-bottom: 1px solid #cecece;
}

#attachments {
	margin-left: 0px; padding: 1em; list-style: none outside;
	background: #f4f4f4; border: 1px solid #cecece;
}
#attachments li { line-height: 1.5em; }
#attachments li img { margin-right: .5em; vertical-align: middle; }

#text { padding-bottom: 1em; margin-bottom: 2em; border-bottom: 1px solid #cecece; }
#text img { margin: .25em 1em .25em .5em; }
#text p { margin: 2em .5em; }

/*#entry h3 { clear: both; }*/

/* >> RELATED REPORTS ====================================================== */

#related { color: #aeaeae; }

/* >> COMMENT LIST ========================================================= */

#comments { list-style: url('/images/quotes-open.png') outside; }

#comments li { margin-bottom: 2em; }
#comments li span.timestamp { color: #9e9e9e; }
#comments li p { margin: 1em 0px; }

#comments li ul li { margin-bottom: 0px; }

