/*
Theme Name: uncomment.org
Theme URI: http://uncomment.org/
Description: The default WordPress theme for Jake's site.
Version: 0.1
Author: Jake Devine
Author URI: http://uncomment.org/
Tags: blue, custom header, fixed width, two columns, widgets
*/

body {
	background: #553b3a url(images/background.png) repeat-y scroll top left;
	font: normal normal normal 1em/1.5em Helvetica,Verdana,Tahoma, sans-serif;
	padding: 0px;
	margin: 0px;
}

#header {
	background: transparent url(images/header.png) no-repeat scroll top left;
	margin-bottom: 20px;
}
#header h1 {
	text-indent: -10000px;
	margin:0px;
	padding:0px;
	height:170px;
}
.maincontent {
	margin-right:20px;
	margin-left:20px;
	width:660px;
}

.maincontent .post h2 a {
	text-decoration:none;
	color:#0073ff;
}

.maincontent .post h2 {
	margin:0px;
	padding:0px;
}

.maincontent .post h2 a:hover {
	text-decoration:underline;
	color:#0073ff;
}

