/* Global Styling ---------------------- */

#contentWrapper {
	width: 100%;
	background: #1d1d1d url(../images/tapes-bg-tmp.jpg) center repeat;
	float: left;
	padding-bottom: 32px;
}

	#content {
		width: 940px;
		margin: 0 auto;
		padding: 32px 0;
	}

#sideBar {
	position: relative;
	width: 300px;
	background: #2b2b2b;
	float: right;
	box-shadow: 0px 4px 20px black;
	-moz-box-shadow: 0px 4px 20px black;
	-webkit-box-shadow: 0px 4px 20px black; 
	border-radius: 8px;  
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;  
}

	#sideBar > div {
		margin-bottom: 32px;
	}
	
		#sideBar > div h3 {
			margin-left: -10px;
			padding: 20px 0;
			clear: both;
		}
	
			#sideBar > div h3 span {
				background: #a91f23;
				padding: 10px;
				color: white;
			}
		
	#sideBar div#twitter p, #sideBar div#about p {
		padding: 0 20px;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0;
	}
	
	#sideBar div#about { margin-bottom: 20px; }

	#sideBar div#categories ul {
		margin-left: 10px;
		padding-bottom: 32px;
	}
	
	#sideBar div#categories ul li {
		float: left;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
		#sideBar div#categories ul li a {
			display: block;
			background-color: #3b3b3b;
			border: 1px #4b4b4b solid;
			padding: 8px;
			width: 108px;
			text-decoration: none;
		}
		
		#sideBar div#categories ul li a:hover { background: #4b4b4b; }
			
	#sideBar div#recentPosts ul {
		margin: 0px 20px;
	}
	
		#sideBar div#recentPosts ul li {
			border-bottom: 1px #4b4b4b solid;
			margin-bottom: 24px;
			font-size: 14px;
		}
		
			#sideBar div#recentPosts ul li h4 { 
				margin-bottom: 8px; 
				font-weight: normal;
				text-transform: capitalize;
			}
			
			#sideBar div#recentPosts ul li a { text-decoration: none; }
			#sideBar div#recentPosts ul li a:hover { text-decoration: underline; }
	
	#sideBar div#recentPosts > a {
		background-color: #3b3b3b;
		border: 1px #4b4b4b solid;
		padding: 8px;
		margin-left: 20px;
		text-decoration: none;
	}
	
	#sideBar div#recentPosts > a:hover { background-color: #4b4b4b; }
		
#footer {
	clear: both;
	margin-top: 32px;
	background: #1d1d1d url(../images/content-bg.jpg) top repeat-x;
}

	#footer #footerWrapper { width: 940px; margin: 0 auto; }

	#footerWrapper div {
		width: 470px;
		margin: 0 auto;
		padding: 10px 0px;
		font-size: 12px;
		float: left;
	}		

		#footer div a { text-decoration: none; }
		#footer div a:hover { text-decoration: underline; }
	
	#footer div#backToTop { text-align: right; }


/* Posts listing -------------------- */

.postsHead { 
	width: 578px;
	background: #2b2b2b;
	padding: 20px;
	color: #8b8b8b; 
	border: 1px #4b4b4b solid;
	margin-bottom: 20px;
	box-shadow: 0px 4px 20px black;
	-moz-box-shadow: 0px 4px 20px black;
	-webkit-box-shadow: 0px 4px 20px black; 
}

#posts {
	position: relative;
	width: 620px;
	float: left;
}

	#posts .post {
		background: #2b2b2b;
		margin-bottom: 32px;
		padding-bottom: 18px;
		box-shadow: 0px 4px 20px black;
		-moz-box-shadow: 0px 4px 20px black;
		-webkit-box-shadow: 0px 4px 20px black; 
	}
	
	#posts .post > p, #posts .post > div {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#posts .post h3 { color: #cfd100; }
	
	#posts .post h3.title, #posts .post h2.title {
		position: relative;
		display: block;
		width: 480px;
		background: #a91f23;
		font-size: 28px;
		line-height: 34px;
		text-transform: capitalize;
		letter-spacing: -1px;
		margin: -56px 0 16px -20px;
		box-shadow: 0px 2px 10px black;
		-moz-box-shadow: 0px 2px 10px black;
		-webkit-box-shadow: 0px 2px 10px black; 
	}

		#posts .post h3.title a, #posts .post h2.title a {
			display: block;
			color: #fff;
			text-decoration: none;
			cursor: pointer;
			padding: 10px 10px 10px 40px;
		}

		#posts .post h3 a:hover, #posts .post h2 a:hover {
			border-left: 10px #cfd100 solid;
			padding-left: 30px;
		}
	
	.postCategories { text-align: right; }
	.postDate { float: left; }
	
	#posts .wp-pagenavi span, #posts .wp-pagenavi a {
		padding: 5px 10px;
		margin: 0 5px 5px 0;
		background: #2B2B2B;
		border: 1px solid #404040;
		box-shadow: 0px 4px 15px black;
		-moz-box-shadow: 0px 4px 15px black;
		-webkit-box-shadow: 0px 4px 15px black; 
	}

/* Single Post ---------------------- */

div#postComments { 
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px #3b3b3b solid;
}

	div#postComments h4 {
		margin-left: 60px;
		margin-bottom: 32px;
		font-size: 28px;
		color: #a91f23
	}

	div#postComments ol {
		list-style: none;
		margin-left: 0px;
	}

		div#postComments ol li {
			clear: both;
			margin-bottom: 16px;
		}
		
			div#postComments ol li img {
				margin-right: 20px;;
				float: left;
			}
			
			div#postComments ol li div.commentContent {
				width: 500px;
				padding: 10px;
				background: #3b3b3b;
				float: left;
				box-shadow: 0px 4px 5px black;
				-moz-box-shadow: 0px 0px 5px black;
				-webkit-box-shadow: 0px 4px 5px black; 
			}
			
				div#postComments ol li.author div.commentContent { background-color: #222; }
			
				div#postComments ol li div.commentContent .user {
					margin: 0 12px 0 0;
				}
				
					div#postComments ol li div.commentContent .user a { text-decoration: none; }
					div#postComments ol li div.commentContent .user a:hover { text-decoration: underline; }
				
				div#postComments ol li div.commentContent .date {
					font-size: 12px;
					color: #a0a0a0;
				}
			
form#commentForm {
	margin-left: 60px;
}

	form#commentForm input {
		width: 298px;
		padding: 10px;
		background: #3b3b3b;
		border: 1px #4b4b4b solid;
		color: #fff;
	}
	
	form#commentForm textarea {
		width: 438px;
		padding: 10px;
		background: #3b3b3b;
		border: 1px #4b4b4b solid;
		color: #fff;
	}
	
	form#commentForm input#submit {
		width: 160px;
		color: #cfd100;
		cursor: pointer;
	}
	
	form#commentForm #submit:hover {
		background: #4b4b4b;
	}
