
/* Dark background */
html 
{
	background-color: #252525;
}

/* Really light background */
#secondary, .date, .comment
{
	background-color: #F7F4DC;
}

/* Light background */
.odd
{
	background-color: #F7F4ED;
}

/* white background */
#container, #primary
{
	background-color: #fff;
}



/* highlight border */
#header, .content h1
{
	border-color: #8c2626;
}


/* light border */
.widgets ul, .widgets li, .content blockquote, .post-content, #footer .content, .comment, .comment .avatar, .content .comment h4, .content img
{
	border-color: #F1E4BC;
}



/* light font */
.widgets li, .date .month, .date .year, .widgets p, .metainfo, .comment-date
{
	color: #7d7359;
}

/* lighter highlight font */
.content h1, .content h2, .widgets a, .widgets a:visited,  .content a, .content a:visited
{
	color: #964F4F;
}

/* highlight font */
.content  a:hover, .widgets  a:hover
{
	color: #870606;
}


/* light highlight font */
.widgets h2, .date .day, .content .comment h4
{
	color: #de7a01;
}

/* main font color */
.content 
{
	color: #444;
}