html
{
	background-color: #e6e6e6;
	color: #262626;
}

a:link, a:visited
{
	color: #3a77a6;
}

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

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


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

#commentform input:focus ~ label, #commentform textarea:focus ~ label
{
	color: #151f26;
}

blockquote
{
	color: #151f26;
	background-color: #ccd2d9;
}

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

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

.section-title
{
	color: #000000;
}

.previewimage img, .previewimage a img
{
	background-color: #c0c6cc;
	border: solid 1px #b4babf;
}

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

.sidebar-box
{
	background-color: #ccd2d9;
}

.entry ul, .entry ol
{
	color: #3a77a6;
}

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

#content .entry-header a:visited
{
	color: #3a77a6;
}

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

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

#content a:visited
{
	color: #285273;
}

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

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

#commentform label
{
	background-color: #ccd2d9;
}
