/*
HE SEEMS NICE
*/

body{
	font: 12px Georgia, serif;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

li{
	margin-left: 0px;
}

h1{
	font: 36px Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2{
	font: 18px Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h3{
	font: 12px Georgia, serif;
	text-transform: uppercase;
}

a:link, a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #D31C1B;
	text-decoration: underline;
}

img {
	border: none;
}

p{
	padding: 0 0 10px 0;
}

#wrapper{
	width: 750px;
	margin: 0 auto 0 auto;
}

#header{
	width: 750px;
	padding: 40px 55px 40px 55px;
	text-align: center;
}

#header a{
}

#header a:hover{
}

#logo{
	float: left;
	display: block;
	margin: 0 0 40px 0;
	height: 223px;
	width: 640px;
	background: url("logo.png") no-repeat 0 0; 
}

#logo:hover { 
	background-position: 0 -223px;
}

#logo span {
	display: none;
}


#navbar {
	float: left;
	text-transform: uppercase;
	width: 750px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #8a8c8b;
	text-align: center;
}

#navbar ul{
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}

#navbar li{
	display: inline; 
	padding: 0 7px 0 8px;
}

#sidebar{
}

#sidebar li{
}

#sidebar ul{
	line-height: 20px;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul{
}

#sidebar h2{
}

#container{
	float: left;
	width: 750px;
	border-top: double 3px #8a8c8b;
	overflow: hidden;
}

.post img {
}

.post{
	line-height: 20px;
	padding: 20px 0 0 0;
}

.post h2 a{
}

.post h2 a:hover{
}

.entry{
	padding: 10px 0 10px 0;
}

.entry a{
	color: #8A8C8B;
	text-decoration: underline;
}

.entry img{
	padding: 0 0 10px 0;
}

.page{
	line-height: 20px;
	padding: 20px 0 10px 0;
	list-style-type: none;
	list-style-image: none;
}

.page ul{
	line-height: 20px;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}


p.postmetadata{
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 20px 0 20px 0;
	border-top: solid 1px #8a8c8b;
	border-bottom: double 3px #8a8c8b;
}

p.metadata2{
}

p.category{
	font-style: italic;
	font-size: 11px;
	text-transform: uppercase;
}

p.category a{
}

.navigation{
	text-transform: uppercase;
	padding: 20px 0 20px 0;
}

#footer{
	width: 750px;
	font-size: 10px;
	padding: 15px 0 40px 0;
	float: left;
	clear: both;
	border-top: solid 1px #8a8c8b;
}

.col1{
	float: left;
	padding-right: 5px;
	width: 250px;
}

.col2{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 240px;
}

.col3{
	float: left;
	padding-left: 5px;
	width: 240px;
}

.comments-template{
	float: left;
	width: 750px;
	border-top: solid 1px #8a8c8b;
	padding: 20px 0 15px 0;
	margin-bottom: 20px;
	border-bottom: double 3px #8a8c8b;
}

.comments-template ol{
	font-size: 11px;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	list-style-type: none;
	list-style-image: none;
	border-bottom: solid 1px #8a8c8b;
}

.comments-template ol li{
}

.comments-template h2, .comments-template h3{
}

.commentmetadata{
	text-transform: uppercase;
	font-style: italic;
}

.comments-template p.nocomments{
}

.comments-template textarea{
	width: 375px;
	height: 50px;
}

#searchbox{
	border-top: 1px solid #d7d7d0;
	border-left: 1px solid #d7d7d0;
	border-right: none;
	border-bottom: none;
	background-color: #eeeeed;
	height: 23px;
	width: 150px;
	float: left;
	margin-top: 5px;
	clear: right;
}

#searchsubmit{
	background: url('search.png') no-repeat center; 
	background-color: #eeeeed;
	border-top: 1px solid #d7d7d0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width: 26px; 
	height: 26px; 
	float: left;
	padding: 0;
	margin-top: 5px;
}


