/*  
Theme Name: Theatre
Theme URI: http://www.danplows.com
Description: This is my theme for the theatre.
Version: 1.0
Author: Dan Plows
Author URI: http://www.danplows.com/

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #faede4 url('images/cityofthehillstile2.jpg') fixed repeat-x center bottom; /*1-#efefef*/
	color: #000000;
}
h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
a:link, a:visited{
	text-decoration: underline;
	color: #ff1a00; /*336699*/
}
a:hover{
	text-decoration: none;
}
p{
	padding: 10px 0 0 0;
}


#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}
#header{
	float: left;
	width: 750px;
	margin-top:10px;
}
#header_img {
	width:750px;
	height: 124px;
	background: url('images/logo3.png') no-repeat;
	float:left;
}
#header_nav {
	width:750px;
	height: 25px;
	background: url('images/navbar.png') no-repeat;
	float:left;
	padding: 0 0 0 8px;
}
.header_navBtn {
	color: #FFF;
	font-weight: bold;
	width: auto;
	height: 15px;
	float:left;
	padding: 5px 10px;
}
.header_navBtn:hover {
	background: url('images/navhover.gif') repeat-x;
}
.header_navBtn:active {
	color: #191919;
}

#container{
	float: left;
	width: 500px;
}
.post{
	padding: 10px;
	margin: 10px 0 10px 0;
	border: solid 1px #999;
	background: url('images/stripes.gif') repeat;
}
.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}
.entry{
	line-height: 18px;
}
p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.sidebar{
	float: left;
	width: 238px;
	border: solid 1px #999;
	background: url('images/stripes.gif') repeat;
	margin: 10px 0 0 10px;
	padding: 0 0 10px 0;
	display: inline;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.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: 24px;
}
.sidebar ul ul li:hover{
	padding-left: 10px;
}
table#wp-calendar{
	width: 100%;
}
#footer{
	clear: both;
	float: left;
	width: 750px;
	padding-top: 10px;
}
#footer p{
	line-height: 18px;
}
#rssS, #facebookS, #twitterS, #flickrS, #myspaceS {
	width: 32px;
	height: 32px;
	float: left;
	margin: 5px 5px 0 0;
}
#facebookS{
	background: url('icons/facebook32.png') no-repeat;
}
#twitterS{
	background: url('icons/twitter32.png') no-repeat;
}
#myspaceS{
	background: url('icons/myspace32.png') no-repeat;
}
#flickrS{
	background: url('icons/flickr32.png') no-repeat;
}
#rssS{
	background: url('icons/rss32.png') no-repeat;
}
#rssF, #facebookF, #twitterF, #flickrF, #myspaceF {
	width: 16px;
	height: 16px;
	float: left;
	margin: 11px 5px 15px 0;
}
#facebookF{
	background: url('icons/facebook16.png') no-repeat;
}
#twitterF{
	background: url('icons/twitter16.png') no-repeat;
}
#myspaceF{
	background: url('icons/myspace16.png') no-repeat;
}
#flickrF{
	background: url('icons/flickr16.png') no-repeat;
}
#rssF{
	background: url('icons/rss16.png') no-repeat;
}

.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;
}
