/*   
Theme Name: Basic Template - Nav Buttons - Not Centered - E List
Theme URI: http://www.greatseats.com/
Description: Basic Template with nav buttons.
Version: 0.5
Author: Barry Dutton
*/

body { 
	font-family: "Myriad Pro", "Times New Roman", Times, serif;
	background: #000000 url("../../../files/images/Background.jpg") no-repeat fixed;
}

* { 
	padding: 0; 
	margin: 0; 
}

a {
	text-decoration: none;
}

img, fieldset {
	border: none;
}

#skiplinks {
	display: none;
}

#outer-wrapper {
	width: 900px;
	text-align: left;
	float: left;
/*	height:1780px;*/
}

/* Content */

#content-wrapper {
	float: left;
	padding: 20px 10px;
	margin: 20px 0px;
/*	height:1595px;*/
}

#nav {
	float: left;
}

#nav li {
	float: left;
	width: 100%;
	font: 14pt bold;
	margin-bottom: 5px;
	list-style-type: none;
}

#nav li a {
	float: left;
	background: url("../../../files/images/nav_unsel.png") no-repeat;
	padding: 5px 0px 5px 10px;
}

#nav li a#selected {
	background: url("../../../files/images/nav_sel.png") no-repeat;
}

#posts, #related, #elist {
	float: left;
	margin: 0px 10px;
}

#posts .widget {
	margin-bottom: 30px;
}


.post p {
	margin:0px 0px 15px 0px;
}
           
.post {
	margin-bottom: 15px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 30px;
}

h4 {
	font-size: 11pt;
	font-style: italic;
	margin-bottom: 10px;
}

.post p {
	font-size: 11pt;
}

.entry_mod {
	font-weight: bold;
}

#commentlist {
	list-style-type: none;
}

#comment {
	width: 95%;
}

#sidebar {
  float: left;
}

#sidebar .widget {
	width: 100%;
	float: left;
}

#group-img {
	width: 100%;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar .widget h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom:5px;
	float: left;
	background: url("../../../files/images/sideHeadBG.png") no-repeat;
	line-height: 8pt;
	position: relative;
	left: -1px;
	background: #FFFFFF;
	width:200px;
}

.widget h4 {
	margin-left: 4%;
	font-style: normal;
}

.widget ul {
	list-style-type: none;
	margin-bottom: 10px;
	clear: left;
}

.widget ul li {
	font-size: 13pt;
	font-weight: bold;
	margin-left: 4%;
	margin-bottom: 10px;
}

.widget table {
	width: 100%;
	clear: both;
}

table tr th {
	text-align: left;
}

#e_col1 {
	width: 15%;
}

#e_col2 {
	width: 40%;
}

#e_col3 {
	width: 40%;
}

#e_col5 {
	width: 5%;
	text-align: center;
}

#elist #e_col1 {
	width: 10%;
}

#elist #e_col3 {
	width: 30%;
}

#elist #e_col4 {
	width: 15%;
}

table {
	border-spacing: 0px 5px;
}

table tbody tr td, table thead tr th {
	padding: 0px 5px;
}

table tbody tr td h4 {
	margin: 0;
}

.es_col1 {
	text-align: right;
}

.es_col1 p {
	font-weight: bold;
}

#side_event tbody tr td.es_col1 {
	width: 22%;
}

#side_event tbody tr td.es_col2 {
	width: 52%;
}

#side_event tbody tr td.es_col3 {
	width: 20%;
}

.event_extra {
	display: none;
}

#related ul li {
	float: left;
	width: 30%;
	margin-left: 60px;
}

#search_box {
	margin-left: 10px;
	float: left;
}

#search_go {
	float: right;
	position: relative;
	top: -7px;
}

#event_hidden {
	display: none;
}

.widget form {
	margin-bottom: 10px;
}

#footer {
	clear: left;
	width: 90%;
	margin: 0% 5%;
	text-align: center;
}

#footer p {
	font-size: 12pt;
}
#htag_intro {
	float:right;
	margin:10px 30px 0px 0px;
}
#htag_intro h1 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.eventlist_container {
	margin:0px 0px 15px 0px;
	font-size:14px;
}
.eventlist_container a:link {
	color:#0033FF;
	text-decoration:underline;
}
.eventlist_container a:visited {
	color:#0033FF;
	text-decoration:underline;
}
.eventlist_container a:hover {
	color:#0099FF;
	text-decoration:none;
}

.eventlist_item {
	margin:0px 0px 5px 0px;
	padding:4px;
	text-align:center;
	background-color:#F2F2F2;
	border:1px solid #E4E4E4;
	font-size:14px;
	line-height:18px;
	height:63px;
}
.eventlist_item:hover {
	border:1px solid #000000;
	background-color:#D8D8D8;
}
.eventlist_date {
	float:left;
	width:80px;
	padding:3px;
	background-color:#FFFFFF;
	height:55px;
	border:1px solid #E4E4E4;
}
.eventlist_eventinfo {
	float:right;
	height:55px;
	background-color:#FFFFFF;
	text-align:left;
	padding:3px;
	border:1px solid #E4E4E4;
}
