* {		/* RESET PADDING AND MARGINS ON EVERYTHING */
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
	background: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background: #ccc;
}



a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#wrap {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #fff;
}



#header {
	width: 100%;
	background: url("./sprite.png") 100% -104px no-repeat;
}

	#header h1 {
		background: url("./sprite.png") top left no-repeat;
		padding: 29px 0;
		text-indent: -999999px;
	}

#nav {
	position: absolute;
	top: 25px;
	left: 430px;
}

		#nav ul {
			width: 100%;
			list-style: none;
			float: left;
		}
		
		#nav ul li {
			float: left;
			display: inline;
			width: 135px;
			padding-right: 20px;
		}
		
		#nav ul li a {
			color: #fff;
			font-size: 100%;
			text-decoration: none;
		}
		
		#nav ul li a span {
			font-size: 80%;
			color: #ccc;
			text-transform: lowercase;
		}
		
		#nav ul li a:hover {
		}
		
		#nav ul li a:hover span {
		}
		


#mainBody {
	clear: both; /* stops the red vanishing from behind navigation */
}

		#post {
			width: 690px;
			float: left;
		}
		

		.content {
			padding: 0 0 0 30px;
			width: 510px;
			float: left;
		}
		
				h2 {
					margin: 30px 0 10px 0;
					border-bottom: 2px solid #333;
					color: #B52A0A;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-weight: 100;
					font-size: 175%;
				}
				
				h2 a {
					color: #B52A0A;
					text-decoration: none;
				}
				
				h2 a:hover {
					text-decoration: none;
				}
				
				h3 {
					font-weight: 100;
					padding: 20px 0 0 10px;
					font-size: 150%;
				}
				
				p {
					font-size: 90%;
					line-height: 150%;
					padding: 20px 0 0 10px;
				}
				
				img {
					margin: 0 auto;
					display: block;
				}
				
				pre {
					width: 500px;
					overflow: auto;
					margin: 20px 0;
				}
				
				.older, .newer {
					margin-top: 40px;
					padding: 5px;
					background: #eee;
					-moz-border-radius: 5px; /* Firefox */
					-webkit-border-radius: 5px; /* Safari */
					border-radius: 5px; /* Ready for CSS3 support */
				}
				
				.older a:hover, .newer a:hover {
					text-decoration: none;
				}
				
				.older {
					float: right;
				}
				
				.newer {
					float: left;
				}
				
				.content ul {
					list-style: square;
					padding: 0 0 0 30px;
					line-height: 150%;
				}
				
				.content ol {
					padding: 0 0 0 30px;
					line-height: 150%;
				}
				
				embed {
					padding: 20px 0;
				}
				
		
		#meta {
			float: right;
			width: 115px;
			background: url("./sprite.png") 0 -200px no-repeat;
			color: #333;
			font-size: 85%;
			line-height: 150%;
			padding: 10px 0 10px 20px;
			position: relative;
			top: 60px;
		}
		
				#meta ul {
					list-style: none;
					padding: 0;
					margin: 0;
				}
					
						
		#sidebar {
			width: 150px;
			float: right;
		}
		
				#sidebar h2 {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 100%;
					text-transform: uppercase;
					font-weight: 100;
					padding: 5px 0 0 0;
					color: #B52A0A;
					border: none;
				}
				
				#sidebar ul {
					list-style: none;
					font-size: 85%;
				}
				
				#sidebar ul li {
					padding: 7px 0 0 10px;
				}
				
				#sidebar a:hover {
					text-indent: 15px;
				}


#footer {
	clear: both;
	background: #000 url("./sprite.png") 100% -410px no-repeat;
	color: #fff;
	padding: 10px 0 0 0;
}

				#footer .colum {
					width: 140px;
					float: left;
					display: inline;
					padding: 0 20px;
				}
				
				#footer h2 {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 100%;
					text-transform: uppercase;
					font-weight: 100;
					padding: 5px 0 0 0;
					color: #B52A0A;
					border: none;
				}
				
				#footer ul {
					list-style: none;
					font-size: 85%;
				}
				
				#footer ul li {
					padding: 7px 0 0 10px;
				}
				
				#footer p {
					clear: both;
					font-size: 85%;
					color: #666;
				}
				
				#footer a {
					color: #ccc;
				}
				
				#footer a:hover {
					padding: 0 0 0 15px;
					text-decoration: none;
				}
				
				
				
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

				#commentform textarea {
					width: 100%;
				}
				
#commentlist li {
	border: 1px solid #999;
	list-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0;
	margin: 5px 0;
}
				
				#commentlist li .avatar {
					float: right;
					margin-right: 25px;
					border: 1px dotted #ccc;
					padding: 2px;
				}


/* Wordpress Inserted Pictures */

.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari */
	border-radius: 3px; /* Ready for CSS3 support */
	margin: 10px auto;
	padding: 15px 10px 5px 10px;
}

.wp-caption img {
	padding: 0 0 0 0;
}

.wp-caption p {
	font-size: 80%;
	color: #333;
}