/************************************/
/* Crimea Project					*/
/* Color Stylesheet					*/
/************************************/

/************************************/
/* General Formatting				*/
body {
	color: #303031;
}

/************************************/
/* Header							*/
#nav a {
	color: #333;
}
#nav a:hover {
	background: #362022;
	color: #ECECEC;
}

/************************************/
/* Content							*/
#content {
}
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
}
#content h3.title, #content h3.title a {
	color: #6d575a;
}
#content h3.title a:hover {
	background: #EEE5E0;
	color: #32040f;
}
#content h3.title strong {
	color: #537c7e;
}
#content a {
	color: #32040f;
}
#content a:hover {
	background: #32040f;
	color: #ECECEC;
}
#content .entry_item img {
	border: solid 1px #36a5b5;
}
#content .post_meta {
	background: #EFD9D1;
	border-top: solid 1px #DFCAC3;
	border-bottom: solid 1px #DFCAC3;
}
#content .post_meta a {
	color: #537c7e;
}
#content .post_meta a:hover {
	background: #FFF;
	color: #537c7e;
}
#content .navigation {
	background: #fff5f2;
}
#content .navigation a {
	color: #537c7e;
}
#content .navigation a:hover {
	background: none;
	color: #32040f;
}
#content .avatar {
	border: solid 4px #FFF5F2;
}

	/* Sidebar */
	#sidebar h3 {
		color: #537c7e;
	}
	#sidebar a {
		color: #32040f;
	}
	#sidebar a:hover {
		background: #32040f;
		color: #ECECEC;
	}
	#sidebar #photos a:hover {
		background: none;
	}
	#sidebar .books img {
		background: #EFD9D1;
		border: solid 1px #DFCAC3;
		border-left: none;
		border-right: none;
	}
	#searchform label {
		color: #537c7e;
	}
	#sidebar #feeds a:hover {
		background: none;
		color: #6F1B30;	
	}
	#tweets li {
		background: #fefefe;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border: 1px solid #fefefe;
		color: #36a1b1;
	}
	#tweets a {
		color: #999;
	}
	#tweets a:hover {
		background: none;
		color: #32040F;
	}
	#tweets .aktt_tweet_time {
		display: block;
	}


/************************************/
/* Footer							*/
#footer {
	color: #537c7e;
}