/*********************************** Homepage Styles ***************************************/
html, body {
    height: 100%;
}
body {	
	margin:0;
	padding: 0;
	color:#FFFFFF;
	font-family: 'Helvetica', sans-serif;
	font-size:12px;
	line-height: 15px;
	background-color:#0e0c0e;
	background-position:top center;
	background-repeat:no-repeat;
}
a:link, a:active, a:visited {
	color:#E26911;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img{
	border: none;
}
#container {
	position: relative;
	margin: 0px auto;
	width: 100%;
    min-height: 100%;
}
#contentContainer {
    position: relative;
    margin: 0 auto;
    padding-bottom: 47px;
	width: 705px;
	height: 730px;
}

/* Begin Styles for CR-5505 */
form {
	margin:0;
	padding: 0;
}
.metalFlier {
	position: absolute;
	top: 10px;
	left: 0px;
}
.metalIntroText {
	position: absolute;
	top: 580px;
	left: 10px;
	width: 270px;
}
.rsvpHdr {
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	color: #ff6600;
}

.rsvpForm {
	position: absolute;
	top: 580px;
	left: 290px;
	width: 405px;
}
.formLabel { font-weight: bold; color: #E26911; }
.submit {
	margin-top: 5px;
	padding: 5px;
	background-color: #E26911;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.rsvpMessage {
	position: absolute;
	top: 600px;
	left: 0px;
	width: 705px;
	font-size: 24px;
	font-weight: bold; 
	color: #E26911;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
}
/* End Styles for CR-5505 */

#header {
	width:720px;
}
#events {
	margin: 60px auto;
}
.cityInfo {
	width: 235px;
	text-align: left;
}
#city1 {
	margin: 0 auto;
}
#city2 {
	margin-left: 20px;
}
.bandNames {
	font-size: 14px;
	color:#E26911;
	font-weight: bold;
}
.at_symbol {
	color:#E26911;
}
.hrule {
	height: 19px;
	width: 213px;
	background: url('/pub-share/rsvp/metalshow-images/intro/hrule.jpg') top left repeat-x;
}
a.rsvp_link {
	display: block;
	
}
a.rsvp_link:hover {
	background-position: -203px 0;
}
.access {
	display: none;
}
.central_divider { 
	float: left; 
	width: 22px;
	height: 500px;
	
}

/*********************************** RSVP Styles ***************************************/

.form { padding-right: 10px; font-weight: bold; line-height: 30px; }
.error { font-weight: bold; color: #ff0000; }
.closing { font-size: 14px; line-height: 17px; font-weight: bold; padding-left: 5px }
.showInfo { width: 450px; font-size: 14px; line-height: 17px; text-align: left; float:left;margin-top: 30px;}
.showInfo .flyer{width: 100%;}
.showInfo h1, .showInfo h2 { color: #E26911; }
.showInfo h1 { font-size: 21px; }
.showInfo h2 { margin-top: -15px; }
.showInfo h3 { margin-top: 0px; font-size: 16px; }
#rsvp_form_holder .submitBtn { background: #EA8624; border: none; margin-right: 0px; font-weight: bold; cursor: pointer; font-size: 16px; padding: 5px 10px; }
.submitBtn:hover { background-color: #666666; }
.message { font-weight: bold; }
#rsvp_form_holder {
	float: right;
	width: 250px;
	text-align: left;
	padding-top: 30px;
}

#rsvp_form_holder h1{
	
	font-weight: normal;
	font-size: 2em;
	letter-spacing: 5px;
}


#rsvp_form_holder h1,
.metalshow_landing h1,
span.at{
	color: #fe9900;
}

.venue_name{
	font-weight: bold;
}
.rsvp #events {
	margin-top: 30px;
}

/* multi-column layout */
.metalshow_landing #content{
	width: 580px;
	margin: 60px auto;
}
.metalshow_landing .column{
	width: 225px;
}

.metalshow_landing .column .flyer{
	width: 100%;
}
.metalshow_landing .col1{
	float: left;
}
.metalshow_landing .col2{
	float: right;
}

.metalshow_landing h1{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	margin: 1em 0px;
}

.metalshow_landing .rsvp_link{
	width: 100%;
	text-align: center;
	background: #fe9900;
	font-size: 30px;
	color: #000000;
	padding: 20px 0;
	margin-top: 10px;
}

