/****************************************/
/* Happenstance - Home of Brenda Driver	*/
/* Color Stylesheet						*/

/****************************************/
/* General Formatting					*/
body {
	background: #48261A;
}
#wrapper {
	background: #FFF2F2;
}

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

	/* Navigation */
	#nav a {
		color: #40321E;
	}
	#nav a:hover {
		color: #ECB86F;
	}
	#nav li ul a:hover {
		color: #FFF;
	}
	#nav li ul li li a:hover {
		color: #ECB86F;
	}
	#nav li:hover ul {
		background: #ECB86F;
	}
	#nav li li:hover ul {
		background: #FDF1CB;
	}
	
/****************************************/
/* Content								*/
#content h1.post_title a {
	border-bottom: solid 4px #FFF;
	color: #020202;
}
#content h1.post_title a:hover {
	border-bottom: dotted 4px #EDB45D;
}
#content h3 {
	color: #E9BA6A;
}
#content h5 {
	color: #B5A38B;
}
#content a {
	color: #E09100;
}
#content a:visited {
	color: #C3AF97;
}
#content blockquote p {
	color: #666;
}
#content blockquote cite {
	color: #333;
}
#content img {
	border: solid 2px #B5A38B;
	padding: 4px;
}
	/* Post Navigation					*/
	.post_nav a {
		color: #C3AF97;
	}
	.post_nav a:hover {
		color: #E09100;
	}

	/* Timestamp						*/
	.timestamp .month {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #ECB86F;
		border: solid 3px #ECB86F;
		color: #FFF;
	}
	.timestamp .year {
		background: #FFF;
		border: solid 2px #FFF;
		color: #695231;
	}
	/* Search Form 						*/
	#searchform div div {
		background: #FFF;
		border: solid 5px #6C5D56;
	}
	#searchform #s {
		border: 0;
		border-bottom: solid 1px #F8DC88;
		color: #666;
	}
	
	/* Meta 							*/
	.meta .tags a {
		color: #B5A48C;
	}
	.meta .meta_data {
		border-bottom: dashed 1px #E8D2B3;
	}
	.meta .meta_data span {
		background: #F9EBC4;
		color: #666;
	}
	.meta .meta_data a {
		color: #000;
	}
	
	/* Comments							*/
	#respond h2 {
		color: #ECB86F;
	}
		/* Comments Form 				*/
		#comments_form {
			border-right: dotted 3px #EDB45D;
		}
		#comments_form legend, #comments_submit legend {
			color: #695231;
		}
		#comments_form strong a, #comments_submit strong a {
			color: #C3AF97;
		}
		#comments_form strong a:hover, #comments_submit strong a:hover {
			color: #E09100;
		}
		#comments_form label {
			color: #695231;
		}
		#comments_form input, #comments_form textarea, #comments_submit input, #comments_submit textarea {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border: solid 3px #EAE6E7;
			color: #333;
		}
		#comments_form input:focus, #comments_form textarea:focus, #comments_submit input:focus, #comments_submit textarea:focus {
			border: solid 3px #F9EBC4;
		}
		#comments_form .submit, #comments_submit .submit {
			border: none;
			color: #ECB86F;
		}
		#comments_form .submit:hover, #comments_submit .submit:hover {
			color: #FFF;
		}
		
		/* Comments Listing 			*/
		#comments_users img.avatar {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border: solid 3px #FBF4EA;
		}
		#comments_users li cite, #comments_users li cite a {
			color: #ECB86F;
		}
		#comments_users li .comment-meta a {
			color: #C3AF97;
		}
		#comments_users li .reply a, #comments_users li .cancel-comment-reply a {
			color: #6C5D56;
		}
	
/****************************************/
/* Sidebar								*/	
#sidebar h2 {
	color: #695231;
}
	/* Archives 						*/
	#sidebar #archives select {
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border: solid 2px #F9EBC4;
		color: #6C5D56;
	}
	
	/* Categories						*/
	#sidebar #categories a {
		color: #695231;
	}
	#sidebar #categories a:hover {
		color: #000;
	}
	
	/* Friend Feed						*/
	#sidebar #friendfeed {
		color: #333;
	}
	#sidebar #friendfeed h2 {
		color: #4C3B24;
	}
	#sidebar #friendfeed a {
		color: #4F819F;
	}
	#sidebar #friendfeed a:visited {
		color: #C3AF97;
	}
	
/****************************************/
/* Footer								*/
#footer_inner {
	background: #48261A;
	color: #FFF;
}
#footer_inner a {
	color: #FFF;
}
#footer_inner a:hover {
	border-bottom: dotted 2px #F9EBC4;
}
#footer_info #wordpress:hover, #footer_inner a.rss:hover {
	border: none;
	color: #F9EBC4;
}