@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------ */
/* begin STYLE & COLOR */
/* ------------------------------------------------ */

/* LEGEND */
/*

860000		Page Links, menu links
bb2020		News Text and Cat / Folio Links
bb2020		Navigation links (next, previous at bottom)
580000		Footer top line color
860000		Footer background color
613f40		alt comment background
744445		comment background

*/

#header {
	background:url(images/header_redhead01.JPG) no-repeat bottom center;
}

A {
	color: #860000;
}

A:link {
	color: #860000;
}

A:visited {
	color: #860000;
}

#menu_top_nav .page_item {
	color: #860000;
}

#sidebar LI.categories ul li.cat-item ul.children li.cat-item A, #sidebar .linkcat a {
	color:#bb2020;
}

#news .news_entry {
	color:#bb2020;
}

#theposts .navigation A {
        color:#bb2020;
}

.post_featured, .post_welcome {
	background-color: #585f4f;
	border-bottom: 1px solid #860000;
	border-top: 1px solid #860000;
}

.navigation A{
	color:#bb2020;
}

#footer {
	background-color: #860000;
	border-color: #580000;
}

.commentlist LI {
	background: #744445;
    border-top: #860000 1px solid;
	border-bottom: #860000 1px solid;
}

.commentlist .alt {
	background: #613f40;
	border-top: #860000 1px solid;
	border-bottom: #860000 1px solid;
}
