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

a {outline: none;} /*removes the firefox dotted outline hyperlink upon click*/

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
img { border: none; }
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#f6f6f6;
	color: #636363;
}

#site_container {
	width: 960px;
	margin:0 auto;
}

#left_sidebar {
	width: 220px;
	float: left;
}

#main_content {
	width: 700px;
	float: right;
}

a:link {text-decoration: none; color: #92C1D5;}
a:visited {text-decoration: none; color: #7498A9;}
a:hover {text-decoration: underline; color: #92C1D5;}
a:active {text-decoration: none; color: #92C1D5;}



/*  SIDEBAR ELEMENTS  */

#all_mailing_list {
	color: #7d7d7d;
	padding-left:24px;
	font-size:14px;
}


#submit_fade {
	width: 70px;
	height: 34px;
	background-image: url(buttons/submit_hover.jpg);
	background-repeat:no-repeat;
}

#applynow_fade {
	width: 188px;
	height: 42px;
	background-image: url(buttons/applynow_hover.jpg);
	background-repeat:no-repeat;
	background-position:26px 0px;
	padding-left:26px;
}

.fieldHolder
{
	width: 146px;
	height: 34px;
	background: url(textbox_back.jpg) no-repeat;
	float: left;
}

.textInput
{
	font-size:15px;
	width: 138px;
	height: 29px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 7px;
	margin-left: 5px;
}

#tickets_spacer {
	padding-left:27px;
}

#gross_sidebar {
	text-decoration: none;
	border: 0px;
}


/* MENU ELEMENTS */

#home_fade {
	width: 60px;
	height: 35px;
	background-image: url(menu/hover/menu_02.jpg);
	background-repeat:no-repeat;
}

#show_fade {
	width: 89px;
	height: 35px;
	background-image: url(menu/hover/menu_03.jpg);
	background-repeat:no-repeat;
}

#mission_fade {
	width: 112px;
	height: 35px;
	background-image: url(menu/hover/menu_04.jpg);
	background-repeat:no-repeat;
}

#artist_fade {
	width: 113px;
	height: 35px;
	background-image: url(menu/hover/menu_05.jpg);
	background-repeat:no-repeat;
}

#apply_fade {
	width: 63px;
	height: 35px;
	background-image: url(menu/hover/menu_06.jpg);
	background-repeat:no-repeat;
}

#support_fade {
	width: 80px;
	height: 35px;
	background-image: url(menu/hover/menu_07.jpg);
	background-repeat:no-repeat;
}

#press_fade {
	width: 53px;
	height: 35px;
	background-image: url(menu/hover/menu_08.jpg);
	background-repeat:no-repeat;
}



/* CONTENT ELEMENTS */

#main_quote {
	height: 206px;
	font-size: 40px;
	font-style: italic;
	color: #7d7d7d;
	line-height: 52px;
}

#main_gallery {
	width:700px;
	height:257px;
	overflow:hidden;
}

#actual_content_area {
	width: 520px;
	line-height: 20px;
	padding-bottom: 55px;
}

#landing_content_area {
	width: 700px;
	line-height: 20px;
	padding-bottom: 55px;
}

#actual_blog_content_area {
	background-color:#f6f6f6;
	width: 100%;
	line-height: 20px;
	padding-bottom: 55px;
}

.text_titles {
	font-size: 20px;
	color: #707070;
	display:block;
	padding-bottom: 15px;
}

#main_footer {
	-moz-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
}

#tickets_text {
	font-size:12px;
}