@charset "UTF-8";
/* CSS Document */

html,body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.4em;
	font-size: .8em;
	font-family: helvetica,arial,clean,sans-serif;
	color: #000;
	background: #f2f2f2 url(../images/Home/BlueBG.jpg) top no-repeat;
}

a:link, a:visited {
	color: #006;
	text-decoration: none;
	border: 0;
}
a:hover {
	color:#069;
}
a img {
	border: 0;
}

#outside {
	margin: 0 auto;
	width: 1000px	
}

#header {
	position: absolute;
	z-index: 1;
	top: 0;
	background: transparent url(../images/Home/header.png) center no-repeat;
	width: 1000px;
	height: 160px;
}


#main {
	position: relative;
	width: 960px;
	z-index: 2;
	padding: 0 20px;
	top: 90px;
}

#top {
	height: 20px;
	width: 960px;
	background: url(../images/Home/top.png);
}

#mid {
	width: 960px;
	background: url(../images/Home/mid.png);
}

#bottom {
	height: 20px;
	width: 960px;
	background: url(../images/Home/bottom.png) no-repeat;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
#bottom a {
	text-decoration: none;
	font-weight: 900;
	color: #000;
}


#contentLEFT {
	position: relative;
	width: 650px;
	height: 450px;
	margin-left: 20px;
	background: url(../images/Home/ContentBG.jpg) repeat-x;
}

#contentRIGHT {
	position: relative;
	width: 250px;
	height: 450px;
	float: right;
	margin-right: 20px;
	text-align: center;
	background: url(../images/Home/ContentBG.jpg) repeat-x;
}
#contentRIGHT p {
	padding: 0 10px;
}
.bump img {
	display: inline-block;
	vertical-align: middle;
	border: 0;
}
.text {
	display: none;
	margin: 0;
	border: 0;
	width: 650px;
	height: 450px;
	overflow-y:scroll;
}
.text p, .text h2, .text table {
	padding: 0 10px;
}
#text0 {
	display: block;
}
#text2 {
	text-align: center;
}
#text4 {
	padding-left: 30px;
	width: 620px;
}

.artists {
	position: relative;
	float: left;
	padding-right: 20px;
	text-align: center;
}
#artistList{
	position: relative;
	float: left;
	padding-right: 20px;
	width: 270px;
	text-align: center;
}

#counter {
	position: absolute;
	bottom: 20px;
	left: 0px;
	height: 20px;
	width: 250px;
}
#ticketMaster {
	background: transparent url(../images/current/TicketMaster.png) top no-repeat;
	display: inline-block;
	width: 150px;
	height: 26px;
	line-height: 26px;
}
#ticketMaster2 {
	background: transparent url(../images/current/TicketMaster2.png) top no-repeat;
	display: inline-block;
	width: 150px;
	height: 26px;
	line-height: 26px;
}

#iTickets {
	background: transparent url(../images/current/iTickets.png) center no-repeat;
	display: inline-block;
	width: 150px;
	height: 20px;
}
.headliner {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
}

#logo {
	position: relative;
	float: left;
	background: transparent url(../images/Home/LPlogo.png) 0 0 no-repeat;
	width: 270px;
	height: 70px;
	top: 25px;
	left: 40px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

#navbar {
	position: relative;
	float: right;
	white-space: nowrap;
	z-index: 300;
	right: 20px;
	top: 60px;
	width: 600px;
	margin: 0;
	list-style-type: none;
	text-align: right;
	position: relative
}

#navbar li {
	position: relative;
	float: right;
	display: block;
	font-size: 12px;
	font-weight: 700;
	background-color: #003;
	padding: 3px 0;
}

#navbar li.last {
	background:transparent url(../images/Home/Nav_fade.png) 0 0 repeat-y;
	width:111px;
}

#navbar li.spacer {
	color:#fff;
}

#navbar li a {
	padding:0 15px;
	text-decoration:none;
	color:#fff;
}

#navbar li.active a {
	color:#fff;
}

#navbar li:hover a {
	color:#069;
}
#stream_content {
	overflow-x: hidden !important;
}