/************************************/
/* ProdigyPixel.com					*/
/* Color Stylesheet					*/
/************************************/

/************************************/
/* General Formatting				*/

/************************************/
/*	Header							*/

	/* Navigation					*/
	#nav a {
		color: #FFF;
	}
	#nav a:hover {
		background: #DFD2B5;
	}
	#nav .current_page_item a, #nav .current_page_item a:hover {
		background: #bdae8f;
	}
	
	/* Headline & Quotes		 	*/
	#page .wrapper.pad {
		border-bottom: solid 14px #61543a;
	}
	h2#page_slug {
		color: #e1d9ca;
	}
	h2#page_slug span {
		color: #ab8942;
	}
	h2#page_slug.alt {
		color: #ab9995;
	}
	h2#page_slug.alt span {
		color: #9d5745;
	}
	#quotes p {
		color: #432E0C;
	}

/************************************/
/*	Page Content					*/
#page_content {
	background: #FFF;
}
	/* Content 						*/
	#content {
		color: #000;
	}
	#content a {
		color: #AB895B;
	}
	#content a:hover {
		background: #9d5745;
		color: #FFF;
	}

	#content h1 {
		color: #432e0c;
	}
	#content h2 {
		color: #000;
	}
	#content h3 {
		color: #9d5745;
	}
	#content h4 {
		color: #61543a;
	}
	#content h4.post_title {
		color: #9d5745;
	}
	#content h4 a {
		color: #2d1f08;
	}
	#content h4 a:hover {
		background: #2d1f08;
		color: #e1d9ca;
	}
	#content h5 {
		color: #ab8942;
	}
	#content h6 {
		color: #9d5745;
	}
	#content blockquote, #content blockquote p {
		color: #666;
	}
	#content ul, #content ol, #content dl, #content table {
		background: #f3eee4;
	}
	#content .post_more a {
		color: #9d5745;
	}
	#content .post_more a:hover {
		color: #FFF;
	}
	#content .post_meta_info {
		background: #FBF9EA;
	}
	
		/* Philosophy				*/
		#philosophy h3 {
			color: #413633;
		}
		#philosophy p {
			color: #806a64;
		}
	
		/* Sociable					*/
		#content .sociable ul {
			background: none;
		}
		#content .sociable img {
			margin: 5px 5px 5px 0;
		}
	
	/* Sidebar						*/
	#sidebar h2 {
		color: #9d5745;
	}
	#sidebar a {
		color: #666;
	}
	#sidebar a:hover {
		color: #AB895B;
	}
	#sidebar p strong a {
		color: #000;
	}
	
	/* Sidebar - Blog				*/
	#sidebar.blog h2 {
		color: #000;
	}
	#sidebar.blog a {
		color: #666;
	}
	#sidebar.blog a:hover {
		color: #AB895B;
	}
	#searchform div div {
		border-bottom: solid 2px #ECECEC;
	}
	#searchform #s {
		border: solid 3px #C8BCA2;
	}

/************************************/
/*	Footer							*/

	/* Column 1						*/
	#footer #col1 {
		color: #E1D9CA;
	}
	#footer #col1 li a {
		color: #E1D9CA;
	}
	#footer #col1 li a:hover {
		color: #AB8942;
	}
	
	/* Column 2						*/
	#footer #col2 h2 {
		color: #E1D9CA;
	}
	#footer #col2 h3 a {
		color: #9C4435;
	}
	#footer #col2 li a {
		color: #FFF;
	}
	#footer #col2 li .rss-date {
		color: #BD984A;
	}
	#footer #col2 li .rssSummary {
		color: #E1D9CA;
	}
	
	/* Column 3						*/
	#footer #col3 .flickr-photos img {
		background: #61543A;
		border: solid 3px #BDAE8F;
	}
	#footer #col3 .flickr-photos a:hover img {
		border: solid 3px #FFF;
	}
	#footer #col3 .more-photos {
		color: #BD984A;
	}
	#footer #col3 .more-photos:hover {
		color: #E1D9CA;
	}
	#footer #col3 #copyright {
		color: #E1D9CA;
	}
	#footer #col3 #affiliate {
		color: #FFF;
	}