html
{
	background-color: #272727;
	color: #cccccc;
}

a:link, a:visited
{
	color: #4793cc;
}

a:active, a:hover
{
	color: #ffffff;
}

h1,h2,h3,h4,h5,h6
{
	color: #ffffff;
}


form input[type="text"], form textarea
{
	border: none;
	background-color: #2e3134;
	color: #ffffff;
}

#commentform input:focus ~ label, #commentform textarea:focus ~ label
{
	color: #77aed9;
}

blockquote
{
	color: #77aed9;
	background-color: #2e3134;
}

pre
{
	border: solid 1px #171717;
	background-color: #2e3134;
}

#switch-link
{
	background-color: #272727;
}

.section-title
{
	color: #ffffff;
}

.previewimage img, .previewimage a img
{
	background-color: #2e3134;
	border: solid 1px #202020;
}

.author-about-box
{
	background-color: #2e3134;
}

.sidebar-box
{
	background-color: #2e3134;
}

.entry ul, .entry ol
{
	color: #4793cc;
}

.entry ul p, .entry ol p
{
	color: #cccccc;
}

#content .entry-header a:visited
{
	color: #4793cc;
}

#content .entry-header h1 a:link, #content .entry-header h1 a:visited
{
	color: #ffffff;
}

#content .entry-header a:hover, #content .entry-header a:active
{
	color: #ffffff;
}

#content a:visited
{
	color: #366e99;
}

#content a:active, #content a:hover
{
	color: #ffffff;
}

.comment
{
	/*background-color: #2e3134;*/
}

#commentform label
{
	background-color: #2e3134;
}

.syntax_hilite
{
	border: solid 1px #171717;
	background-color: #2e3134;
	color: #cccccc;
}