/*---------------------3.css-------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: .5em auto;
	background-color: #333333;
}
#page {
	margin: 0 auto;
	padding: 0 0 2em 0;
	width: 1000px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*------------------------basic elements-------------------------*/
a:link {
	color: #D52518;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D52518;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color:#FFFFFF;
	font-size:17px;
}
h4 {
	font-size:17px;
}
h5 {
	color:#FF9900;
}
h6 {
	font-size:17px;
	color:#FF0000;
}
p {
	font-family:Arial, Helvetica, sans-serif;
}
.red {
	color:#FF0000;
}
.yellow {
	color:#FFCC00;
	font-weight:bold;
}
.h7 {
	text-align:center;
	font-size:60px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.h8 {
	text-align:center;
	font-size:60px;
	font-style:italic;
	font-weight:bold;
	padding: 0 0 .2em 0;
	color:#339999;
	font-family: Georgia, "Times New Roman", Times, serif;}
/*-----------------------masthead------------------*/
#masthead {
	margin: 0;
	padding: 0;
}

.header {
	height: 140px;
	width: 310px;
	float: left;
}


#nav {
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
	letter-spacing: 2px;
	text-align: left;
	width: auto;
	float: left;
	padding-left: 35px;
	vertical-align: bottom;
	height: 28px;
	padding-top: 8px;
}
#nav li {
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	margin: 0;
}
.phoneNumber {
	font-size: 18px;
	font-weight: bolder;
	color: #D52518;
	text-align: left;
	height: 28px;
	width: auto;
	float: right;
	padding-left: 35px;
	vertical-align: bottom;
	padding-top: 8px;
	padding-right: 25px;
}

.flash_banner {
	width: 1000px;
	height: 290px;
}
.headerRight {
	height: 140px;
	width: 690px;
	float: left;
}
/*-----------------------body----------------------*/
#container {
	padding: 2.5em 0 2.5em 2.5em;
	width: auto;
	float: left;
	background-color:#FFFFFF;
	font-size:11pt;
	text-align:left;
	margin: 0;
}
.content-left {
	font-weight: bolder;
	width: 230px;
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0 1em;
}
.content-center {
	font-weight: bolder;
	width: 230px;
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.5em;
	padding: 0 0 0 0;
	margin: 0 0 0 1em;
}
.content-right {
	color: #FFFFFF;
	font-weight: bolder;
	background-color:#33CC99;
	width: 160px;
	float: right;
	text-align: left;
	line-height: 1.5em;
	padding: 1em 1em 1em 1em;
	margin: -.5em 0 0 2em;
}
.content-fullpage {
	font-weight: bolder;
	width: auto;
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.5em;
	padding: 2em 0 0 0;
	margin: 0;
}
.content-sized {
	width: 900px;
}
.content-tab {
	font-weight: bolder;
	width: 925;
	height: auto;
	float:left;
	text-align: left;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
.content-auto-column {
	font-weight: bolder;
	width: auto;
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.5em;
	padding: 1.5em 0 1.5em 1em;
	margin: 0 2em 0 0;
}
.content-auto-column-border {
	width: auto;
	height: auto;
	float: left;
	text-align: left;
	font-size:small;
	line-height: 2em;
	padding: 1.5em 1em 1.5em 1em;
	margin: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
.content-auto-column-border-left {
	width: auto;
	height: auto;
	float: left;
	text-align: left;
	font-size:small;
	line-height: 2em;
	padding: 1.5em .5em 1.5em 1em;
	margin: 0 0 0 0;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
.content-auto-column-border-right {
	width: auto;
	height: auto;
	float: left;
	text-align: left;
	font-size: small;
	line-height: 2em;
	padding: 1.5em .5em 1.5em 1em;
	margin: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
.image {
	width: auto;
	height: auto;
	float: left;
	padding: 2em 0 0 35px;
	margin: 0;
}
.storedirectory {
	font-weight:bold;
	font-size: 14px;
	line-height: 2em;
	padding: 0 .5em 0 .5em;
}
.past-events {
	font-weight:bold;
	font-size: 14px;
	line-height: 1.2em;
	padding: .6em;
}
/*-----------------------------footer------------------------*/
#footer {
	margin:0;
	padding:0;
	float:left;
	width:auto;
	

}
.directions {
	float: left;
	height: auto;
	width: 100%;
	background-color: #00AFCA;

}
.map {
	float: left;
	height: 200px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.liveEnter {
	float: right;
	height: 200px;
	width: 384px;
}
.directions_hours {
	float: left;
	height: auto;
	width: 22em;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #00AFCA;
	padding-left: 2.9em;
	padding-top: 1em;
	padding-right: 0;
}
.bottom {
	height: auto;
	width: auto;
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 35px;
	padding-top: 20px;
}
/*--------------------------------concerto----------------------------*/
.contentb {

	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	width: 965px;
	padding-left: 35px;
	float: left;
	text-align: left;
	letter-spacing: .5px;
	padding-top: 20px;
	line-height: 22px;
}
.contentb2colum {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	width: 225px;
	float: left;
	text-align: left;
	letter-spacing: .5px;
	padding-bottom: 20px;
	line-height: 22px;
}
.contentLocation {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	width: 35px;
	float: left;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 36px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-right: 10px;
}
.concertImage {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 10px;
}
.concertCopy {
	float: left;
	width: 300px;
	border-left-color: #666666;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}
.concertContainer {
	width: 920px;
	padding-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-style: solid;
}


