/* CSS Document */

body {
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	background-color: #333333;
}
h1, h2, h3, h4, h5, p, ul {
	list-style:none;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:1.89em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:12px;
}

a {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.flt-left {
	float:left;
}
.flt-right {
	float:right;
}
.valign {
	vertical-align:middle;
}
.pad5 {
	padding:5px;
	padding-bottom:0;
}
.txt-center {
	text-align:center;
}
/*---------------LAYOUT---------------*/
#wrap {
	width: 968px;
	padding: 1px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
}

#promo_info {
	color: #ffffff;
	position: absolute;
	width: 850px;
	padding: 10px;
	text-align: right;
	font-size: 18px;
	left: 221px;
}

#header {
	height: 40px;
	width: 968px;
	background: #000;
	padding-top: 65px;
}

#logo_box {
	position: absolute;
	font-size: 24px;
	color: #eaeaea;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

/*-------------------------*/
#content {
	width:968px;
	padding: 10px 0;
}
.box-content {
	width: 960px;
	margin: 0 auto;
}
.box {
	width: 300px;
	margin: 8px;
	padding: 1px;
	border: 1px solid #ccc;
	float:left;
}

.headline h3 {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 1em;
	padding: 10px;
}

.dt1 {
	padding: 10px;
}
.dt1 h2 {
	text-transform:uppercase;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
}
.dt1 h4 {
	font-size: 12px;
	margin: 10px 0;
}
.dt1 ul {
	height: 170px;
	display: block;
}
.dt1 li {
	height: 15px;
	font-size: 13px;
}
.event_name {
	font-size: 12px;
	line-height: 15px;
	height: 30px;
}
.txt {
	display:block;
	float:left;
}
.rate {
	font-weight:bold;
	float:right;
	display:block;
	text-align:right;
}

.buy-nw {
	padding: 10px 0 10px 10px;
	float: left;
	display: inline;
	position: relative;
}
.buy-nw info {
	width: 90px;
}
.buy-nw buy {
	width: 80px;
}
.buy-nw a {
	display: block;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #FF0000;
}
.buy-nw a:hover {
	text-decoration: none;
	color: #dedede;
}

/*-----------EVENTS----------------*/
#venue_list_container {
	padding: 10px 30px;	
}
#venue_list {
	color: #FFFFFF;
	width: 320px;
	float: right;
	display: inline;
	position: relative;
}
.old_event {
	border: 1px #ff0000 solid;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
}
#venue_list_title {
	padding: 10px 15px;
	font-weight: bold;
	background-color: #2b84a0;
}

.venue_list_item {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
}
.venue_list_item a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.venue_list_item a:hover {
	text-decoration: underline;
}
.venue_list_item h3 {
	color: #000;
}

#event-container {
	float: left;
	display: inline;
	position: relative;
	width: 550px;
}
.event-title {
	background-color: #000;
	font-weight: bold;	
	color: #FFFFFF;
	height: 30px;
	padding: 4px;
}
.headlines {
	font-size: 24px;
}
.section_title {
	background-color: #000;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.section_content {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}
.section_content ul {
	list-style-type: disc;
	padding: 15px 0 15px 30px;
}
.buy-now {
	background-color: #dd0000;
	width: 161px;
	height: 26px;
	margin: 25px 0 25px 0;
}
.buy-now a {
	width: 161px;
	height: 26px;
	background: url('/images/buy-now.png') top left no-repeat;
	display: block;
}
.price_link {
	text-decoration: none;
	color:#000000;
}
.price_link:hover {
	text-decoration: underline;
	color:#666666;
}

