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

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */

#noscroll {
	padding-top: 20px;
	padding-bottom: 0px;
}

/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}

#wrap {
	margin: 0px;
	padding: 0px;
}

/* NOTE: some pages have particular DIVs font-styles
They will be under that PAGE's section*/

/* CAP/BOLD Headers */

h1 {
	font-size: 16px;
	padding: 0;
	font-weight: normal;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
}

/* Secondary to Headers, ex: posted dates*/

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}

/* Tour Date/Venue/Info headers*/

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999;
	line-height: 20px;
}


li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999;
	list-style-type: none;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #7373ae;
	font-weight: bold;	
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #7373ae;
}

.smalltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#999;
}

.tinytext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color:#999;
}

.tinytext a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color:#7373ae;
}


.italic {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
}

hr {
	height: 2px;
	background-color: #CCC;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: -5px;
	margin-top: 5px;
}

/* Arrow CSS */

a.fancy_link, a.fancy_link:link, a.fancy_link:visited, a.fancy_link:active {
	color: #7373ae;
	padding-right: 10px;
    width: auto;
	background-image: url(/images/arrow.png);
	background-repeat:no-repeat;
	background-position: right center;
}

/* HEADER content */

#header {
	width: 960px;
	height: 95px;
	margin: 0 auto;
	padding: 0px;
}

/* Menu */

#menu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: 960px;
	height: 20px;
	font-size: 16px;
	font-weight: bolder;
	font-family: Helvetica, Arial, sans-serif;
	border: 0px;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
}
	
#menu li a {
	display: block;
	float: left;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	height: 20px;
	padding: 10px 9px 0px 9px;
	background-image: url(/images/nav_bg_1.png);
	background-repeat: no-repeat;
}
	
#menu li a:hover {
	color: #666;
	height: 20px;
	background-image: url(/images/nav_bg.png);
	background-repeat: no-repeat;
}
	

#menu li.current_page_item {
	color: #666;
	text-decoration: none;
	height: 20px;
	font-size: 16px;
	margin-top: 5px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 9px;
	background-image: url(/images/nav_bg.png);
	background-repeat: no-repeat;
}

.musicplayer {
	float: right;
	margin-top: -10px;
	width: 192px;
	height: 47px;
}

/* PAGE */

#page {
	width: 960px;
	height: 650px;
	margin: 35px auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
}

#page_long {
	width: 960px;
	height: 700px;
	margin: 35px auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
}

#page_noscroll {
	width: 960px;
	height: 100%;
	padding: 0px;
	background-color:#FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

/* Page with Blank Background*/

#main_area_blank {
	float: left;
	width: 960px;
	height: 600px;
	background-color:#FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#main_area_noscroll {
	float: left;
	width: 960px;
	height: 100%;
	background-color:#FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -22px;
}

#internal_header_long {
	float: left;
	width: 890px;
	height: 50px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
	margin-bottom: -20px;
}

/* HOMEPAGE */

#main_area_home {
	float: left;
	background:url(/images/hometodd2.png) no-repeat;
	width: 1169px;
	height: 720px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

/* latest news box */
#homepage_latestnews {
	float: left;
	width: 200px;
	height: 270px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#homepage_latestnews p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999;
	line-height: 14px;
}

/* upcoming shows box */
#homepage_upcomingshows {
	float: left;
	width: 225px;
	height: 270px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: -10px;
}

#homepage_upcomingshows p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999;
	line-height: 14px;
}

.dates {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#7373ae;
}


/* sign-up box */
#homepage_signup {
	float: left;
	width: 200px;
	height: 270px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
}

#homepage_signup p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999;
	line-height: 14px;
}

#homepage_deadspace1 {
	float: left;
	width: 100px;
	height: 270px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
}

/* photos box */
#homepage_photos {
	width: 250px;
	height: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
}

#homepage_latestvideo {
	float: left;
	width: 225px;
	height: 200px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: -10px;
}

#homepage_deadspace2 {
	float: left;
	width: 350px;
	height: 200px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
}

#homepage_fanpoll {
	float: left;
	width: 300px;
	height: 350px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
}

/* JOIN PAGE */

#main_area_join {
	float: left;
	background:url(/images/JOINpage_background.png) no-repeat;
	width: 1006px;
	height: 653px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}

#join_header {
	float: left;
	width: 400px;
	height: 90px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#join_deadspace {
	float: right;
	width: 400px;
	height: 600px;
	padding-top: 10px;
}

#join_form {
	float: left;
	width: 500px;
	height: 520px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#join_header p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999;
	line-height: 14px;
	margin-bottom: 8px;
	margin-top: 5px;
}

.form_copy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: regular;
	color:#999;
	line-height: 36px;
}


/* MUSIC PAGE */

#main_area_music {
	float: left;
	background:url(/images/musicpage_background.png) no-repeat;
	width: 1169px;
	height: 690px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}

#music_header {
	float: left;
	width: 600px;
	height: 50px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#music_deadspace {
	float: right;
	width: 450px;
	height: 625px;
	padding-top: 10px;
}

#music_CDlist {
	float: left;
	width: 225px;
	height: 450px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#music_CDlist a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #7373ae;
	font-weight: bold;	
	font-size: 12px;
}

#music_CDlist ul {
	margin: 20px;
	padding-left: 0px;
	width: 225px;
	font-size: 12px;
	font-weight: bolder;
	font-family: Helvetica, Arial, sans-serif;
	border: 0px;
	display: inline-block;
	float: left;
}

#music_CDlist li {
	white-space: normal;
	list-style-type: decimal;
	line-height: 16px;
}

#music_lyrics {
	float: left;
	width: 370px;
	height: 420px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#music_albums {
	float: left;
	width: 500px;
	height: 120px;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
	text-align: left;
}

/* TOUR PAGE*/

#main_area_tour {
	float: left;
	width: 960px;
	height: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	margin-top: -23px;
	background-color: #000;
	background-image: url(/images/TOUR_background.jpg);
	background-repeat: no-repeat;
}

#tour_dates {
	float: left;
	width: 450px;
	height: 650px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
}

#tour_dates h1{
	font-size: 14px;
	padding: 0px;
	font-weight: normal;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
}

#tour_dates p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999;
	line-height: 14px;
}

#tour_dates a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #7373ae;
	font-weight: bold;	
	font-size: 12px;
	line-height: 14px;
}

#main_area_tourarchive {
	float: left;
	width: 960px;
	height: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	margin-top: -23px;
}

#tour_dates_archive {
	float: left;
	width: 560px;
	height: 700px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
}
#tour_dates_archive p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999;
	line-height: 14px;
}

#tour_dates_archive a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #7373ae;
	font-weight: bold;	
	font-size: 12px;
	line-height: 14px;
}

#tour_dates_archive h2{
	font-size: 14px;
	padding: 0px;
	font-weight: normal;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
}

#tour_pictures {
	float: left;
	width: 300px;
	height: 650px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

/* MORE NEWS COLUMN and ARCHIVES ONE COLUMN */

#column_one {
	float: left;
	width: 960px;
	height: 600px;
	padding: 30px;
	margin-top: 10px;
}

#column_noscroll {
	float: left;
	width: 900px;
	height: 100%;
	padding: 30px;
	margin-top: 0px;
}

/* LINKS PAGE */

#links_contact {
	float: left;
	width: 400px;
	height: 500px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#links_more {
	float: left;
	width: 400px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#links_logos {
	float: left;
	width: 950px;
	height: 75px;
	padding-top: 40px;
	padding-left: 10px;
}

/* NEWS PAGE */

#news_news {
	float: left;
	width: 550px;
	height: 650px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#news_scroll {
	float: left;
	width: 300px;
	height: 550px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}


#news_press {
	float: left;
	width: 300px;
	height: 80px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}

#news_twitter {
	float: left;
	width: 300px;
	height: 490px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}

#news_twitter p {
	float: left;
	width: 300px;
	height: 490px;
	line-height: 14px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}

/* TODD PAGE */

#todd_bio {
	float: left;
	width: 420px;
	height: 650px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#todd_scroll {
	float: left;
	width: 300px;
	height: 550px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}


#todd_blog {
	float: left;
	width: 430px;
	height: 600px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}

/* PHOTOS PAGE*/

#photo_main {
	float: left;
	width: 900px;
	height: 650px;
	padding: 30px;
	margin-top: 10px;
}

#photo_thumbs {
	float: left;
	width: 900px;
	height: 100px;
	margin-top: 10px;
}

/* FOOTER */

#footer_noscroll {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 200px;
	clear: both;
	background-color: #000;
}

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear: both;
	background-color: #000;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: lighter;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	vertical-align: bottom;
}

#footer a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: lighter;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	vertical-align: bottom;
}

#footer a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: lighter;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	vertical-align: bottom;
}

/* SCROLL */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #CCC;
}

.jScrollPaneDrag {
	position: absolute;
	background: #7373ae;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
			
.holder {
	height: 580px;
	float: left;
	margin: 0px;
}

.holder_noheight {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.scroll-pane {
	width: 550px;
	height: 580px;
	overflow: auto;
	background: #fff;
}

.scroll-pane-bio {
	width: 420px;
	height: 390px;
	overflow: auto;
	background: #fff;
	padding-top: 0px;
}

.scroll-pane-blog {
	width: 440px;
	height: 490px;
	overflow: auto;
	background: #fff;
	padding-top: 0px;
}

.scroll-pane-wide {
	width: 720px;
	height: 650px;
	background: #fff;
}

.scroll-pane-widest {
	width: 890px;
	height: 550px;
	background: #fff;
}

.scroll-pane-lyrics {
	width: 360px;
	height: 380px;
	margin-top: 10px;
	background: #fff;
}
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	overflow: auto;
}

#pane2 {
	overflow: auto;
}
