@charset "UTF-8";

body { background-image: url(http://brennannovak.com/images/back.jpg); padding-top: 20px; }

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

h1 { 
	display: none;
}
h2 {
	margin: 0px;
	font-family: 'Times New Romain', Times;
	font-size: 21px;
	font-weight: normal;
}
h3 {
	margin: 0px;
	font-family: 'Times New Romain', Times;
	font-size: 21px;
	font-weight: normal;	
}

#container {
	background-color:#FFFFFF;
	border:2px solid #000000;
	width: 900px;
	height:auto;
	padding: 20px 20px 10px 20px;
	text-align: center;
}
#blocks {
	width: 201px;
	height: 172px;
	display: block;
	background: url(http://brennannovak.com/images/header_blocks.jpg) top left no-repeat;
	float: left;
	position: relative;
	left:70px;
}
#name {
	width: 260px;
	height: 172px;
	display: block;
	background: url(http://brennannovak.com/images/header_name.jpg) top left no-repeat;
	float: left;
	position: relative;
	left:130px;
	
}
#name a {
	width: 100%;
	height: 100%;
	display: block;

}

#mainNav {
	float: left;
	clear: right;
	position: relative;
	left: 260px;
	top: 7px;
}
#mainNav h2 {
	list-style: none;
	margin:3px 0px;
	font-family: 'Times New Romain', Times;
	font-size: 21px;
	line-height: 26px;
}

#mainNav h2 a {
	font-family: 'Times New Romain', Times;
	font-size: 21px;	
}

#leftBar {
	width: 161px;
	float: left;
	position: relative;
	left:53px;
	text-align: center;
	font-family: 'Times New Roman', Times;
	font-size: 14px;
}
#leftBar h3 {
	margin: 4px 0px;
	line-height: 24px;

}
#leftBar h3 a {
	margin:0px;
	font-family: 'Times New Romain', Times;
	font-size: 18px;
	font-weight: normal;
}
#leftBar h3 a:hover {
	margin:0px;
	font-family: 'Times New Romain', Times;
	font-size: 18px;
	font-weight: normal;
}


#leftBar a {
	font-family: 'Times New Roman', Times;
	font-size: 14px;	
	font-weight: bold;
	text-decoration: none;
}
#leftBar a:hover {
	font-family: 'Times New Roman', Times;
	font-size: 14px;	
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

a.navLink {
	font-family: 'Times New Romain', Times;
	font-size: 14px;
	font-weight: bold;	
}

#indexPosts {
	width: 439px;
	position: relative;
	left:75px;
	top:36px;
	font-family: Arial;
	font-size: 12px;
	float: left;
	text-align:center;
}
#indexPosts h2 a {
	margin: 0px;
	font-family: 'Times New Romain', Times;
	font-size: 18px;
	font-weight: normal;
}
p.postDate {
	font-family: 'Times New Romain', Times;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}
div.indexPostText {
	width: 390px;
	margin: 0px auto;
}
div.readArticle {
	border: 1px solid #000;
	background: #f6f6f6;
	padding: 2px;
	width: 75px;
	text-align: center;
	margin: 5px auto 30px auto;
}
div.readArticle a {
	font-family: 'Times New Romain', Times;
	font-size: 10px;
	font-weight: bold;
}

#rightBar {
	width: 161px;
	float: left;
	position: relative;
	left:85px;
	top:10px;
	text-align: center;
	clear: right;
}
#rightBar h2 a {
	margin: 0px;
	font-family: 'Times New Romain', Times;
	font-size: 18px;
	font-weight: normal;
}

#footer {
	margin: 15px auto;
	font-family:Arial, Helevetica;
	font-size: 10px; 
	font-weight: normal;
}
#footer a {
	font-family:Arial, Helevetica;
	font-size: 10px; 
	font-weight: normal;
}
