* { outline: none; }

body {
	background-color: black;
}


.background-band {
	left: 0px;
	top: 110px;
	width: 50%;
	background-image: url(../img/blue-grad.png);
	background-position: 0;
	background-repeat: repeat-x;
	height: 81px;
	position: absolute;		
	float:left;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 20px 50px;
	width: 1030px;
}

	.wrapper .corner-band {
		width: 50px;
		background-image: url(../img/corner.png);
		background-position: 0;
		background-repeat: no-repeat;
		height: 150px;
		float:left;
		position: relative;
		top: 70px;
	}
	
	.wrapper .folder {
		position: relative;
		margin: 20px auto;
		padding: 0;
		width: 980px;
		float:left;
	}
		.folder .nav {
			height: 50px;
		}
		
			.nav .tab {
				float: left;
				background-image: url(../img/tab-2.png);
				height: 30px;
				padding: 10px 40px 10px 0px;
				width: 140px;
			}
			
				.nav .tab a {
					text-align: center;
					font-weight: bold;
					font-size: 24px;
					line-height: 30px;
					letter-spacing: -2px;
				}
				
			.nav .tab-1 {
				background-image: url(../img/tab-1.png);
				height: 30px;
				padding: 10px 40px;
				width: 140px;
			}
			
				.nav .tab-1 a {
					display: block;
					background-image: url(../img/text-blog.png);
					background-repeat: no-repeat;
					height: 30px;
					text-indent: -9999px;
					width: 140px
				}
			
				.nav .tab-2 a {
					display: block;
					background-image: url(../img/text-code.png);
					background-repeat: no-repeat;
					height: 30px;
					text-indent: -9999px;
					width: 140px
				}
			
			.nav .tab-4 {
				background-image: url(../img/tab-4.png);
			}
				
		.folder .header {
			background-image: url(../img/header.png);
			background-repeat: repeat-x;
			height: 80px;
			padding: 20px;
			padding-bottom: 40px;
		}
	
			.header .blog-title {
				/*
				background-image: url(../img/blog-title.png);
				height: 60px;
				text-indent: -9999px;
				width: 530px
				*/
				  
				                                             
				             
				                     
				            
				  
			}
				.header .blog-title a {
					color: #111;
				}
				.header .blog-title a:hover {
					text-decoration: none;
				}
		
		.folder .page {
			background-color: #FFF;
		}


	.post-date {
		border-color: #C00;
		border-width: 5px;
		border-style: solid;
		display: block;
		height: 43px;
		padding: 5px;
		float: left;
		text-align: center;
		width: 43px;
	}
		.post-day,
		.post-month {
			color: #C00;
			font-weight: bold;
		}
		
		.post-day
		{
			font-size: 2.6em;
			line-height: 26px;
		}
		
		.post-month {
			font-size: 1.6em;
			line-height: 16px;
			text-transform: uppercase;
		}
		
	.respond input[type=text],
	.respond textarea,
	.search-form input[type=text] {
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
		margin-bottom: 10px;
		padding: 5px;
		font-size: 18px;
	}
	.respond label {
		line-height: 18px;
		margin-left: 20px;
		font-size: 16px;
	}

	.search-form label {
		display: none;
	}
	
	.comment {
		background-color: white;
		border-color: #b3b3b3;
		border-width: 1px;
		border-style: solid;
		margin-bottom: 10px;
		padding: 10px;
	}
		.comment .comment-author {
			background-color: #F9F9F9;
			border:1px solid #b3b3b3;
			margin-bottom: 10px;
			padding: 5px;
		}	