/* 
Color schema for gold supports the servants of Christ Jesus Blog site
#603919  Dark Brown
#FFF5AB  Cream
#CCA875 Light Brown
#714920  Med Brown
*/
a {
	color: #603919;
}

/** BEGIN header **/
#header {
	background: url(Servants-Web-BannerGrad.jpg) no-repeat top center;
}

#navigation {
	background-color: #714920 ;
	border-color: #603919;
}

#navigation li a {
	color: #FFF5AB;
}

.post h2 a {
	background-color: #FFF5AB;
}

.first h2 a {
	background-color: #FFF5AB;
}

.post h3 {
	color: #603919;
}

#sidebar h2  {
	color: #FFF5AB;
	background-color: #714920 ;
	border-color: #603919;
}
		#sidebar a {
			color: #FFF5AB;
			text-decoration: none;
		}

		#sidebar ul li {

			border-bottom: 1px dashed #603919;
		}
		#sidebar ul li a {
			color: #603919;
		}
		#sidebar ul li a:hover {
			color: #CCA875;
		}
		
		#footer {
	background-color: #714920;
	color: #FFF5AB;
	border: 1px solid #603919;
}

	#footer a {
		color: #FFF5AB;

	}
	
	.post blockquote {

	border-left: 2px solid #603919
}

	.commentdetails img {
		border: 1px solid #603919;
	}
	
	.wp-caption {
	border: 1px solid #603919;
	background-color: #FFF5AB;
}



