/*
Title: Aperture 3
*/

/*=================
Required Attributes
==================*/

body  {
	background: #E9E9E9 url(bg.jpg) top repeat-x;
	color: #333;
	}
	
ul#topmenu li a {
	color: #740101;
	text-shadow: 1px 1px 0px #B74A4A;
	}
	ul#topmenu li a:active {
		position: relative;
		top: 1px; 
		}

ul#topmenu li a:hover {
	color: #DF9A9D;
	text-shadow: 1px 1px 0px #640101;
	opacity:1;
	}
	
.topmenu_li_desc {
	color: #BE5D5D;
	}
	
h1#logo a {
	background: transparent url(logo.png) no-repeat;
	}
	
/*==================================*/

	
.post_title h2 a {
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
	}
	.post_title h2 a:active {
		position: relative;
		top: 1px; 
		}
	
.post_title h2 a:hover {
	color: #990000;
	}
	
.when, .comment, .cat,
.when a, .comment a, .cat a {
	color: #999999;
	text-shadow: 1px 1px 0px #FFF;
	}
	
.when a:hover, .comment a:hover, .cat a:hover {
	color: #990000;
	}
	
.post_meta {
	color: #333;
	}
	
/*==================================*/
	
#singlepost {
	line-height: 25px;
	font-family: Times, Times New Roman, sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 0px #FFF;
	}
	#singlepost a {
		color: #DF9A9D;
		}
	#singlepost a:hover {
		color: #990000;
		}

.shadow {
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	}
	
.imgleft, .textleft {
	margin: 0 10px 0 160px;
	float: left;
	}

.imgright, .textright {
	margin: 0 160px 0 0;
	float: right;
	}
	
.textleft, .textright {
	width: 310px;
	}
	
/*==================================*/
	
h3.related_post_title {
	text-indent: -9999px;
	height: 30px;
	}
	
ul.related_post {
	margin: 0px; padding: 0px;
	}	
ul.related_post li {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 0px;
	}
	#singlepost ul.related_post li a {
		color: #CCC;
		float: left;
		border-right: 1px solid #DDD;
		display: block;
		padding: 0px 7px;
		}
	#singlepost ul.related_post li a:hover {
		color: #666;
		}
		
/*==================================*/

h2#comments,
h2#respond {
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
	}

ol.commentlist li {
	border-top: 1px solid #DDD;
	text-shadow: 1px 1px 0px #FFF;
	}
	
.comment_left {
	border-right: 1px solid #DDD;
	}
	
cite {
	border-bottom: 5px solid #DDD;
	}

cite a {
	color: #990000;
	}
	
.commentmetadata a {
	color: #999;
	}
	
.comment_entry {
	color: #666;
	}
	
label {
	color: #999;
	text-shadow: 1px 1px 0px #FFF;
	}
	
#comment_form input,
#comment_form textarea {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #D7D7D7;
	color: #666;
	}

#comment_form .button {
	color: #FFF;
	background-color: #990000;
	}

/*==================================*/
	
#footer {
	background: #333 url(../../images/footer_bg.jpg) top repeat-x;
	}
	
	
/*=================
Optional Attributes
==================*/

#opening {
	width: 950px;
	height: 240px;
	background: transparent url(opening.jpg) no-repeat;
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	margin: 20px 0 0 0;
	text-shadow: none;
	}
	#opening_text {
		width: 605px;
		padding: 20px;
		}
		
h3#awesome,
h3#wtf {
	background: transparent url(awesome.png) center no-repeat;
	width: 950px;
	height: 60px;
	margin: 20px 0;
	text-indent: -9999px;
	}
h3#wtf {
	background: transparent url(wtf.png) center no-repeat;
	}
	
h4.brush,
h4.nikk,
h4.faces {
	margin: 30px 0 30px 160px;
	width: 630px;
	font-size: 30px;
	color: #990000;
	line-height: 20px;
	text-align: center;
	}
	
h4.nikk {
	margin: 30px 0;
	width: 950px;
	}
	
h4.faces {
	font-size: 19px;
	}