/********************************/
/* In All Reality (Ryan's Site)	*/
/* Color Stylesheet				*/

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

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

	/* Search */
	#search div {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #FFF;
		border: solid 5px #C5D1D9;
	}
	#search #s {
		border: none;
		border-bottom: solid 1px #E5E5E5;
		color: #666;
	}
	#search #searchsubmit {
		border: none;
		color: #482A15;
	}
	#search #searchsubmit:hover {
		color: #6F9AB7;
	}
	
	/* Navigation */
	#nav a {
		color: #42220C;
	}
	#nav a:hover, #nav .current_page_item a {
		color: #48799B;
	}
	
	/* Sub Navigation */
	#nav_sub a {
		color: #979C9f;
	}
	#nav_sub a:hover {
		color: #647580;
	}
	#nav_sub a.active {
		color: #647580;
	}
	#nav_sub ul {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #F2FAFF;
		border: solid 4px #F2FAFF;
	}
	#nav_sub li li a:hover {
		color: #000;
	}

/********************************/
/* Content						*/
#page {
	background: #E9F1F6;
}
#content h2 {
	color: #000;
}
#content h2 {
	color: #333;
}
#content h2.post_title, #content h2.post_title a {
	color: #333;
}
#content h2.post_title a:hover {
	background: #B04622;
	color: #FFF;
}
#content h3 {
	color: #48799B;
}
#content h3.post_title a {
	color: #666;
}
#content h4 {
	color: #666;
}
#content h5 {
	color: #48799B;
}
#content h6 {
	color: #333;
}
#content a {
	color: #B04622;
}
#content p.update {
	background: #EFEFD9;
	border-bottom: solid 2px #E1E1CC;
}
#content .post img {
	background: #D5D5D5;
	border: solid 1px #ECECEC;
}
	/* Timestamp */
	.timestamp .month {
		background: #B04622;
		color: #FFF;
	}
	.timestamp .year {
		background: #452914;
		color: #EFEFD9;
	}
	
	/* Blog */
	#content a.post_more:hover {
		color: #000;
	}
	#content a.post_more span {
		color: #000;
	}
	.navigation {
		background: #F8F8F8;
		border-bottom: solid 2px #ECECEC;
	}
	#content .navigation h3 {
		color: #999;
	}
	#content .navigation a {
		color: #4D2D16;
	}
	#content .navigation a:hover {
		border-bottom: dotted 2px #999;
	}
	#content .navigation a:hover span {
		color: #B04622;
	}
	#content #archive_help span {
		color: #666;
	}
	#content .entry a:hover img,
	#content .entry .gallery-item a:hover img {
		background: #F9CB67;
		border-color: #F9CB67;
	}
	
	/* Code Example Formatting */
	#content ol.code {
		background: #FFF;
		border: 1px solid #E3E0D1;
	}
	#content ol.code li {
		background: #FFFFE8;
		border-bottom: 1px solid #EEEFB3;
	}
	
	/* Comments */
	#content h3.post_subtitle {
		color: #333;
	}
	#content .comment_title {
		color: #6C6E58;
	}
	.commentlist .odd {
		background: #F8F8F8;
	}
	.commentlist img {
		border: solid 5px #ECECEC;
	}
	#content .commentlist p {
		color: #3E423A;
	}
	#content .comment-meta a {
		color: #B5A48C;
	}
	#content .commentlist .reply a {
		color: #000;
	}
	#respond label {
		color: #000;
	}
	#respond label span {
		color: #666;
	}
	#respond input, #respond textarea {
		border: solid 2px #ECECEC;
	}
	#comments_submit #submit {
		color: #333;
	}

/********************************/
/* Sidebar						*/

	/* Twitter Updates */
	#sidebar_tweets .wrap {
		-moz-border-radius: 24px;
		-webkit-border-radius: 24px;
		background: #FFF;
		border: solid 10px #FFF;
	}
	#sidebar_tweets a {
		color: #813319;
	}
	
	/* About Summary */
	#sidebar_about a {
		color: #AE4621;
	}
	#sidebar_about a span {
		color: #333;
	}
	
	/* Blog */
	#sidebar_blog {
		color: #333;
	}
	#sidebar_blog h3 {
		color: #000;
	}
	#sidebar_blog ul a {
		color: #48799B;
	}
	#sidebar_blog ul a:hover {
		background: #48799B;
		color: #FFF;
	}

/********************************/
/* Footer						*/
#footer h2 {
	color: #333;
}
#footer .module ul {
	color: #6E9DBB;
}
#footer .module a {
	color: #3E240D;
}
	/********************************/
	/* How-Tos						*/
	#footer_tuts h3 a {
		color: #666;
	}
	#footer_tuts h3 a:hover {
		background: #EFE3D1;
	}
	#footer_tuts .more a {
		color: #666;
	}
	
	/********************************/
	/* Copyright					*/
	#footer #copyright {
		color: #666;
	}
	#footer #copyright .copyright {
		color: #333;
	}
