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

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

/* LEGEND */
/*

004c86		Page Links, comment and featured post borders
2078bb		News Text and Cat / Folio Links
445f72		Navigation links (next, previous at bottom)
003359		Footer top line color
30536d		Footer background color
445f72		alt comment background
4f585f		comment background

*/

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

A {
	color: #004c86;
}

A:link {
	color: #004c86;
}

A:visited {
	color: #004c86;
}

#menu_top_nav .page_item {
	color: #004c86;
}

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

#news .news_entry {
	color:#2078bb;
}

#theposts .navigation A {
        color:#2078bb;
}

.post_featured, .post_welcome {
	background-color: #4f585f;
	border-bottom: 1px solid #004c86;
	border-top: 1px solid #004c86;
}

.navigation A{
	color:#445f72;
}

#footer {
	background-color: #30536d;
	border-color: #003359;
}

.commentlist LI {
	background: #4f585f;
    border-top: #004c86 1px solid;
	border-bottom: #004c86 1px solid;
}

.commentlist .alt {
	background: #445f72;
	border-top: #004c86 1px solid;
	border-bottom: #004c86 1px solid;
}