/*
Blue on White
*/

body {
	color: #333333;
	background: #ffffff;
}
#wrapper {
	background: url(images/bg_top.jpg) no-repeat top right;	
}
#header {
	background: #000000 url(images/header_bg.jpg) no-repeat bottom right; padding: 0 15px 0 0;  
}

/* HEADER ---------------------------------------------------------- */
#header ul li {
	color: #666666;
}
#header ul li a {
	color: #999999;
}
#header ul li a:hover {
	color: #61b5df;
}
#header ul#feeds li a {
	border: 1px solid #999999;
}
#header ul#feeds li a:hover {
	border: 1px solid #61b5df;
}
#header form input {
	border: 1px solid #999999;
	color: #fafafa;
        background: #000000;
}
#header form button {
	border: 1px solid #999999;
        background: #000000;
	color: #999999;
}
/* TOP CONTENT ----------------------------------------------------- */

/* ----------------- NAVIGATION ------------------------------------ */
ul#navigation li a {
	color: #ffffff;
	background-color: #61b5df;
}
ul#navigation li a:hover {
	background-color: #0097de;
}
/* ----------------- FEATURE --------------------------------------- */
#feature .blurb {
	background-color: #61b5df;
	color: #ffffff;
}
#feature h2 a {
	color: #ffffff;
	text-decoration: none;
}

/* MAIN CONTENT ---------------------------------------------------- */
#mainContent h3 {
	border-bottom: 1px solid #0097de;
}
#mainContent dl dt a {
	color: #0097de;
}
#mainContent dl dt a:hover {
	color: #66cbff;
}
#mainContent dl dd {
	color: #666666;
}
#mainContent p {
	color: #666666;
}
/* CONTENT --------------------------------------------------------- */
#content h2 {
	border-bottom: 1px solid #0097de;
}
#content .post h3 a {
	color: #0097de;
}
#content .post h3 a:hover {
	color: #61b5df;
}
#content .post small {
	color: #666666;
	}
#content a {
	color: #0097de;
}
/* SIDEBAR --------------------------------------------------------- */
#sidebar h4 {
	border-bottom: 1px solid #0097de;	
}
#sidebar dl dt, #sidebar dl dt a {
	color: #0097de;
	text-decoration: none;
}
#sidebar dl dd {
	color: #a3b1b1
}
#sidebar p {
	color: #666666;
}