/* Style Guide 
purple: #7d4ca1
mid gray: #a1a1a1
light gray: #e3e3e3
black: #000000
teal: #145262

*/


/* Global Styles */

html{
	height: 100%;
}

body {
	background: #fff url(../images/global/tile.png);
	color: #666666;
	font-size: 12px;
}

a {
	cursor: pointer;
}

a, input[type=button], input[type=submit], button {
	outline: none;
	cursor: pointer;
}


object {
	outline: none;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #7d4ca1;
	font-weight:bold;
	cursor: pointer;
	outline: none;
}

a:hover {
	color: #000000;
}

/* Header Styles */

#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height:143px;
	background: url(../images/global/header.png) repeat-x top left;
	z-index:4;
}

/* Content Styles */

#main_container {
	margin-top:-1000px;
}

#content {
	background-color: #FFFFFF;
	line-height: 24px;
	color: #212121;
	font-size: 14px;
	margin-top:118px;
	padding:85px 50px 30px 50px;
}

#content h1 {
	background: #fff url(../images/global/headline.png);
	color: #000000;
	margin-bottom: 10px;
	margin-left:-8px;
	padding:7px;
}

#content h2 {
	font-size: 22px;
	font-weight:bold;
	color: #7d4ca1;
	line-height: 26px;
}

#content h3 {
	font-weight: bold;
	color: #7d4ca1;
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0px 5px 0px;
}

#content h4 {
	font-weight: bold;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0px 5px 0px;
}


#content input, #content textarea, #signup_form input {
	background: #333333;
	color: #a1a1a1;
	border: none;
	padding: 5px;
	font-size: 15px;
	font-family: Arial;
	margin-top: 0;
}

#signup_form input {
	font-size: 12px;
}

#content input:hover, #content textarea:hover, #signup_form input:hover, #content input:focus, #content textarea:focus, #signup_form input:focus {
	background: #000000;
	color: #FFFFFF;
}

#signup_form label.error {
	font-size: 10px;
	border: none;
	background:none;
	font-weight:normal;
	color: #a9357a;
	display:block;
	
}

.newsletter_email {
	width: 128px;
}

.newsletter_zip {
	width: 83px;
}

.submit {
	cursor: pointer;
  	height: 24px;
	margin-bottom:-1px;
}

/* event stuff */

#shows .schedule_info {
	margin-top: 10px;
	padding: 14px;
	border: 1px dashed #CCC;
}

.schedule_item {
	margin-bottom: 20px;
}

.schedule_item .location {
	color: #999999;
	font-style:italic;
}


.additional_info {
	margin-top: 10px;
}

.event_image {
	float:right;
	margin: 0px 0px 15px 15px;
}

/* Roster Stuff */

#roster .roster_item {
	background: #fff url(../images/global/headline.png);
	width: 180px;
	height: 180px;
	padding: 10px;
	margin: 17px;
	float: left;
}

#roster .roster_image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
}

#roster h3 {
	margin-top: 120px;
}

#roster h3 a, #roster h3 a:active, #roster h3 a:visited {
	background: #fff url(../images/global/headline.png);
	color: #000000;
}

#roster h3 a:hover {
	background: #000000;
	color: #FFFFFF;
}

#roster .roster_profile h1 {
	clear: both;
	margin-bottom:15px;
}

#roster .roster_photo {
	float:right;
	margin: 0px 0px 25px 25px;
}

#roster .roster_photo img {
	width: 400px;
	height: auto;
}

#roster .biography {
	margin-bottom: 15px;
}

/* Menu Styles */

#menu {
	z-index:10;
	position:relative;
}

#menu h1 a {
	font-size: 0px;
	text-indent: -2000px;
	height: 196px;
	width: 196px;
	background: url(../images/global/logo.png) no-repeat top left;
	margin-left:-20px;
	position:absolute;
	top:5px;
}

/*#logo {
	margin-left: -800px;
}*/

#menu ul {
	z-index: 5;
	position:absolute;
	margin-top:78px;
	margin-left: 210px;
}

#menu ul li {
	float:left;
	list-style: none;
	font-size: 18px;
	margin-right:37px;
}

#menu a, #menu a:visited, #menu a:active, #footer a, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #a2d442;
	cursor: pointer;
	outline: none;
}

#menu a:hover, #footer a:hover {
	color: #FFFFFF;
}

#menu .selected {
	color: #FFFFFF;
}

/* Social Links */

#social_links  {
	margin-left:745px;
	margin-top:15px;
	position:absolute;
}

#social_links .social_item {
	width: 50px;
	float: left;
}

.facebook_event {
	display:block;
	margin-top:15px;
	margin-left:-5px;
	opacity:0.8;filter:alpha(opacity=80);
}

.facebook_event:hover {
	opacity:1;filter:alpha(opacity=100);
}

/* Twitter Styles */

#tweets {
	margin-top: 10px;
}

#tweets .tweet {
	margin-bottom:18px;
}

#tweets .tweet_date {
	color: #7d4ca1;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 30px;
}

#tweets .tweet_text {
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 20px;
}


/* Footer Styles */

#footer {
	background: url(../images/global/footer.png) repeat-x;
	height: 27px;
	background-color: #333333;
	color: #CCCCCC;
	font-size: 12px;
	padding:15px 50px 5px 50px;
	margin-top:-25px;
}

#contact-icon {
	float:right;
	margin-right:-30px;
	margin-top:-10px;
}

/* Useful Effects */

.fade_in {
	display:none;
}

.alpha {
	opacity:0.6;filter:alpha(opacity=60);
	cursor: pointer;
}

.alpha:hover {
	opacity:1;filter:alpha(opacity=100);
	cursor: pointer;
}

/* Useful Classes */

.centered {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img_right {
	margin: 2px 0px 2px 20px;
	float: right;
}

.img_left {
	margin: 2px 20px 2px 0px;
	float: left;
}

.clear_float {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}