/*  
Theme Name: ESR theme
Theme URI: http://evilspacerobot.com/
Description: my theme!
Version: 1.1
Author: Les McClaine
Author URI: http://evilspacerobot.com/*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background-image: url(background.jpg);
	background-attachment: fixed;

}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #ff9933;
}

a:hover{
	text-decoration: underline;
	color: #a76829;
}

p{
	padding: 10px 0 0 0;
}

.clear{
	clear: both;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 878px;
	text-align: left;
}

#header{
	float: none;
	text-align: center;
	width: 878px;
	height: 276px;
	background: url(titlebar.jpg);
}

.headerbarlinks {
  padding: 4px 0 0 10px;
  color: #111111;
  font-family: Georgia, Sans-serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: baseline;
  text-align: center;
  letter-spacing: 4px;
  }

.headerbarlinks a{
  color: #333333;
  letter-spacing: 0;
  }

.headerbarlinks a:hover{
  color: #ff9933;
  text-decoration: none;
  letter-spacing: 0;
  }

#container{
	float: left;
	width: 698px;
	padding: 0 15px 0 15px;
	background: #ffefd2;
}

#box{
	float: left;
	width: 878px;
	padding: 0 0 0 0;
	background: #ffefd2;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
	
.sidebar{
	float: right;
	width: 135px;
	padding: 10px 0 10px 15px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 15px;
	display: inline;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 18px;
}


table#wp-calendar{
	width: 33%;
}

.comments-template{	margin: 10px 0 0;	border-top: 1px solid #ccc;	padding: 10px 0 0;}.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;	border-bottom: 1px solid #ccc;}.comments-template h2, .comments-template h3{	font-family: Georgia, Sans-serif;	font-size: 16px;}.commentmetadata{	font-size: 12px;}.comments-template p.nocomments{	padding: 0;}.comments-template textarea{	font-family: Arial, Helvetica, Georgia, Sans-serif;	font-size: 12px;}

#footer{
	clear: both;
	float: left;
	text-align: center;
	width: 878px;
	padding: 10px 0 0 0;
	background: #ffefd2;
}

#footer p{
	line-height: 18px;
}

