/* scheme: 24-8h - black bg, grey text, blue links/highlight */

body {
	background-color:#000;
	color:#fff;
}
/** links, header menu and footer text */
h2.entry-title, a, #header ul, #footer {
	color:#fff;
}
/** links inside blog post(entry-content) and sidebar(on hover)
	should have the same color as header title highlight */
#header h1 .title-highlight,
#header p a,
#container a:hover,
.sidebar a:hover,
div.entry-content p a,
div.entry-content p a:visited {
    color:#5e93b7;
}
/** post blockquote **/
div.entry-content blockquote {
	background: transparent url(../images/blockquote-start.png) no-repeat left top;
}
div.entry-content blockquote p {
	background: transparent url(../images/blockquote-end.png) no-repeat right bottom;
	color:#;
}
/** post captioned element border */
div.wp-caption {
	border:1px solid #222;
}
div#comments-list ol li {
	border-bottom: # dotted 2px;
}
div#comments-list ol li.bypostauthor {
	background: transparent url(../images/comment-bypostauthor.png) no-repeat right top;
}