/*
HE SEEMS NICE
*/

body{
	margin: 0;
	font-family: Georgia, Times;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #dbdbd6;
	background-image: url('background.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #2a2728;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

li{
	margin-left: 0px;
}

h1{
	font-family: Helvetica, Sans-Serif;
	letter-spacing: -1px;
}

h2{
	font-family: Helvetica, Sans-Serif;
	letter-spacing: -1px;
	font-size: 14px;
	text-transform: uppercase;
}

.sidebar h2{
	padding: 10px 0 5px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #2a2728;
}

a:hover{
	text-decoration: none;
	color: #8a8c8b;
}

img {
	border: none;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 75px;
	width: 1000px;
	text-align: left;
}

#header{
	float: left;
	width: 149px;
	margin: 75px 0 1px 0;
	padding: 25px 25px;
	background-color: #fff;
}

#container{
	float: right;
	width: 750px;
	background-color: #fff;
	margin-top: 75px;
	padding: 25px;
}

.post{
	padding: 0;
}

.post h2 a{
	font-size: 18px;
	text-transform: uppercase;
}

.entry{
	line-height: 18px;
	padding-top: 10px;
}

.entry a{
	text-decoration: underline;
	color: #745040;
}

.entry a:hover{
	text-decoration: none;
}

p.postmetadata{
	background: url('border.gif') repeat-x bottom;
	padding: 20px 0 25px 0;
	margin: 25px 0 25px 0;
	border-top: solid 1px #8a8c8b;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2a2728;
	font-family: Helvetica, Sans-Serif;
	font-size: 14px;
}

p.postmetadata a{
	text-decoration: none;
	color: #2a2728;
}

p.postmetadata a:hover{
	text-decoration: none;
	color: #8a8c8b;
}

p.metadata2 a{
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
}

p.metadata2{
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	color: #2a2728;
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
}

p.thedate{
	font-family: Helvetica, Sans-Serif;
	letter-spacing: -1px;
	color: #2a2728;
	font-size: 14px;
	padding: 10px 0 0 0;
}

.navigation{
	padding: 0;
	font-size: 14px;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	font-family: Helvetica, Sans-Serif;
	float: left;
	width: 149px;
	margin: 0 0 1px 0;
	padding: 15px 25px 25px 25px;
	background-color: #fff;
}

.sidebar li{
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	line-height: 16px;
}

.sidebar ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#footer{
	font-family: Helvetica, Sans-Serif;
	font-size: 10px;
	clear: both;
	float: left;
	margin-left: 225px;
	width: 800px;
	padding: 40px 0 50px 0;
}

.comments-template{
	margin: 10px 0 25px 0;
	padding: 10px 0 25px 0;
	background: url('border.gif') repeat-x bottom;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
	font-family: Helvetica, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Helvetica, Sans-Serif;
	font-size: 12px;
}

#searchbox{
	border-top: 1px solid #d7d7d0;
	border-left: 1px solid #d7d7d0;
	border-right: none;
	border-bottom: none;
	background-color: #eeeeed;
	height: 23px;
	width: 100px;
	float: left;
	margin: 0 0 10px 0;
}

#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: 0 0 10px 0;
}

