/*  
Theme Name: Around Town Productions
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/background.jpg);
	font-size: 11px;
	color: #fff;
	font-family:Tahoma;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d63030;
}

h1 {
	font-size: 2.2em;
	font-weight:500;
	padding:10px 0 0 0;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	text-decoration: underline;
}

h3 {
	font-size: 1.1em;
	color: #ffffff;
	text-transform:uppercase;
	letter-spacing:.15em;
	font-weight:normal;
	margin-left:0px;
}

p, ul, ol {
	line-height: 1.3em;
}

li {
	line-height: 1.3em;
	list-style-position:outside;
}

blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #F9F9F9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 594px;
	height: 95px;
	margin: 0 auto;
	margin-bottom:10px;
	background: url(images/logo.png) no-repeat bottom left ;
}

.infobar {
	background: #030405 url(images/main-img1.jpg) right no-repeat;
	color:#fff;
	height:184px;
	margin-bottom:0;
	width: 594px;
	margin: 0 auto;
	}

#logo {
	float: left;
	padding: 90px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#search {
	float: right;
	width: 200px;
	padding: 135px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 190px;
	padding: 3px 5px;
	background: #FFFFFF url(images/img03.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 594px;
	margin: 0 auto;
	background:  #af1c18 url(images/content-bg.jpg) repeat-x;
}

#wrap {
	width: 594px;
	margin: 0 auto;
	background:  #af1c18 url(images/content-bg.jpg) repeat-x;
}
/* Content */

#content {
	float: right;
	width: 437px;
}

#page-content {
	float: right;
	width: 437px;
	/*width: 595px;*/
	min-height: 300px;
}

.post {
	padding: 0 15px 20px 15px;
/*	border:1px solid #bf4946;*/

}

.red {
	color: #e43636;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
	color: #d8d5d5;
}

.title a:hover {
	text-decoration: underline;
}

.byline {
	margin: 0;
}

.meta {
	padding: 0;
	/*border: 1px solid #EFEFEF;
	background: #F9F9F9;*/
	line-height: normal;
}

.meta .more {
	padding-left: 0px;
/*	background: url(images/img04.gif) no-repeat left center;*/
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img05.gif) no-repeat left center;
}

#comment {
	width: 400px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.posts li {
	margin-bottom: 2em;
}

.posts h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.posts p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	margin-left: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:1.1em;
	font-size:.9em;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding-left: 10px;
	background: url(images/img06.gif) no-repeat left center;
	/*border-bottom: 1px dotted #CCCCCC;*/
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #e43636;
}

/* Menu */

#menu {
	float: left;
	width: 157px;
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	font-size:1.3em;
	padding:8.7px 5px;
	letter-spacing:.08em;
	font-weight:normal;
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	border-bottom:1px dotted #333333;
	vertical-align:bottom;
}

#menu li:hover {
/*	font-size:1.4em;*/
	padding:8.7px 5px;
	letter-spacing:.08em;
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	border-bottom:1px dotted #333333;
	vertical-align:bottom;
	background-color: #231d1d;
}

#menu li ul {
}

#menu li li {
	padding-left: 10px;
	background: url(images/img06.gif) no-repeat left center;
}

#menu h2 {
	margin: 0;
	padding: 20px 0;
}

#menu a {
	text-decoration: none;
	color:#FFFFFF;
	vertical-align:bottom;
}

#menu ul li a:hover {
	color: #e43636;
}

/* Footer */

#footer {
	padding: 0;
	text-align: center;
	font-size: smaller;
	background-color:#030405;
}

.shadow  { position:relative; display:block; color:#fff; }
.shadow span { position:absolute; display:block; top:0px;  }
.shadow:before { display:block; padding:1px; content: attr(title); color:#666;  } 
