/****************************************/
/* Moore On The Page					*/
/* Color Stylesheet						*/

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

/****************************************/
/* Header								*/
#nav a {
	color: #4F4F4F;
}
#nav a:hover, #nav .current_page_item a {
	background: #fdedb3;
	color: #a12f00;
}
#nav a.sub_item, #nav a.sub_item:hover {
	background: #FFE27F;
	color: #a12f00;
}
#nav_sub a {
	color: #417a7e;
}
#nav_sub a:hover {
	background: #f8f8f8;
	color: #333;
}
	
/****************************************/
/* Content								*/

	/* General */
	#content {
		color: #973700;
	}
	#content h1, #content h2, #content h2 a, #layout_home #content h2 a {
		color: #a1441e;
	}
	#content a, #layout_home #content a {
		color: #552410;
	}
	#content a:hover, #layout_home #content a:hover {
		background: #FFE38F;
	}
	#content .post img {
		background: #FFDF7F;
		border-bottom: 1px solid #D5D5D5;
	}
	
	/* Post Settings */
	.post {
		border-bottom: solid 1px #F8F8F8;
	}
	.post_time {
		color: #33241e;
	}
	.post_meta {
		color: #553400;
	}
	#content .post_meta a, #layout_home #content .post_meta a {
		color: #417a7e;
	}
	#content .post_meta a:hover, #layout_home #content .post_meta a:hover {
		background: #d4eff1;
	}
	#content .post_meta .tags a, #layout_home #content .post_meta .tags a {
		color: #999;
	}
	#content .post_meta .tags a:hover, #layout_home #content .post_meta .tags a:hover {
		color: #333;
	}
	#content .more-link {
		color: #553400;
	}
	#content .more-link:hover {
		background: #ffdd78;
	}
	
	/* Homepage */
	#layout_home .col1 h3 {
		color: #33241e;
	}
	#layout_home .col1 a {
		color: #c4b49d;
	}
	#layout_home .col1 a:hover {
		color: #33241e;
	}
	#layout_home .col1 ul, #layout_home .col1 ol {
		color: #c4b49d;
	}
	#content .col3 h3 {
		color: #6b5f4d;
	}
	#content .col3 .widget_recent_entries ul, #content .col3 .widget_recent_entries ul a {
		color: #c4b49d;
	}
	#content .col3 .widget_recent_entries ul a:hover {
		color: #33241E;
	}
	
	/* Comments */
	#comments {
		color: #4f4f4f;
	}
	#comments h3 {
		color: #6B5F4D;
	}
	#comments .odd {
		background: #FFF;
		border-bottom: solid 1px #FFEBAF;
	}
	#comments .even {
		background: #FFFCDF;
		border-bottom: solid 1px #FFEBAF;
	}
	#comments .comment-meta a {
		color: #a1441e;
	}
	#comments ul input, #comments ul select, #comments ul textarea {
		border: 1px solid #E9DBB0;
	}
	#comments ul input:focus, #comments ul select:focus, #comments ul textarea:focus {
		border: 1px solid #BF8847;
	}
	#comments .bypostauthor {
		background: #FFDF7F;
	}
	
	/* 404 */
	#content.four-oh-four .post p {
		color: #33241e;	
	}
	
/****************************************/
/* Sidebar								*/
	
	/* Widget Areas */
	#content .col2 h3 {
		color: #33241e;
	}
	#content .col2 a {
		color: #c4b49d;
	}
	#content .col2 a:hover {
		color: #33241e;
	}
	#content .col2 ul, #content .col2 ol {
		color: #c4b49d;
	}
	#content .col2 .widget_links h3 {
		color: #6b5f4d;
	}
	#content .col2 .widget_links ul, #content .col2 .widget_links ul a {
		color: #c4b49d;
	}
	#content .col2 .widget_links ul a:hover {
		color: #33241E;
	}
	
	/* Recent Comments */
	#layout_home #recentcomments a, #recentcomments a {
		color: #a1441e;
	}
	#layout_home #recentcomments a.url, #recentcomments a.url {
		color: #33241e;
	}
	#recentcomments a:hover {
		background: #ffdd78;
	}
	
	/* Search */
	#s {
		border: solid 2px #e9dbb0;
		color: #999;
	}
	#searchsubmit {
		border: none;
	}
	.post_title em {
		color: #333;
	}
	
	/* Twitter Tools */
	#twitter-tools {
		color: #2d2226;
	}
	#content #twitter-tools a.aktt_username {
		color: #7d9b2a;
	}
	#twitter-tools .aktt_username:hover {
		background: #ffdd78;
	}
	#content #twitter-tools .aktt_tweet_reply, #content #twitter-tools .aktt_tweet_time {
		color: #a1441e;
	}
	
	/* RSS */
	#content #rss_sidebar {
		background: #FFF;
		border-bottom: solid 2px #f8ead7;
		color: #9b8c5b;
	}
	#content #rss_sidebar:hover {
		color: #552410;
	}
	
/****************************************/
/* Footer								*/
#footer {
	border-top: solid 2px #FFF;
}
