/* Lan Logic Custom Styles */

a:link, a:visited {
	color: #086051;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #0080a0;
	text-decoration: none;
}

/* Header Background Color */
#header_wrap { background: #0A273C; }

/* Header Colors */
h1 {
	color: #004060;
}

#sidebar h3 {
	color: #666666;
}

#sidebar ul li a { text-decoration:underline }

/* Page Navigation Colors */
#header .navigation li a { background: #004768; color: #fff; border: 1px solid #004768; font: bold 12px Arial, Helvetica, sans-serif; text-transform: uppercase; }
#header .navigation li a:hover, 
#header .navigation li.current_page_item a,
#header .navigation li.current_page_parent a {
	background: #fff;
	color: #004768;
	border-color: #fff;
}

#welcome_text { color:#666666; background: #ffffff url(images/welcome_gradient.jpg) repeat-x 0px 0px; border: 1px solid #cccccc; }

#content .post_wrap h2 a {
	color:#666666;	
}
