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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background-color: white;
	font: 62.5% Helvetica, "Trebuchet MS", Arial;
	color: #fff;
}
html, body {
	width:100%;
	height:100%;
	overflow:hidden
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p {
	margin-bottom: 12px;
}
a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
.date {
	font-size: 0.9em;
	color: #ea2027;
}
.heart {
	background-image: url(../images/heart.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	height: 15px;
}
.hideIt { display: none !important;  }
.singletweet {
	display: block;
	margin-bottom: 8px;
}


.topBorder {
	border-top: 4px solid #EA2027;
}
#bandBackground , #twitterBackground{
	width: 293px;
	background-color: #000;
	padding: 6px 8px;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 12px;
}
#bandBackground h2 {
	font-weight: normal;
	color: #EA2027;
	margin-bottom: 12px;
}
#twitterBackground ul {
	margin: 0px;
}

#body {
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	overflow:auto;
	text-align: center;
	left: 0px;
	top: 0px;
}
#container {
	text-align: left;
	width: 687px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #EA2027;
	padding: 3px 5px;
	width: 621px;
	font-size: 1.1em;
	margin: 0px 0px 12px 28px;
}
#header {
	height: 143px;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#header #headerImage {
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 50;
}
#header #homeLink {
	position: absolute;
	left: 41px;
	top: 63px;
	height: 73px;
	z-index: 1;
}
#holder {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%
}
#holder[id] {
	display:table
}
#holder div {
	position:absolute;
	left:0;
	top:50%
}
#holder[id] div {
	display:table-cell;
	vertical-align:middle;
	position:static
}
#holder img {
	position:relative;
	top:-50%;
	margin:0 auto;
	display:block;
	-ms-interpolation-mode:bicubic;
	width:100%
}
*:first-child+html #holder div {
	position:absolute
}/*force IE 7 back to position:absoulte*/
#leftColumn {
	float: left;
}
#mainImage {
	float: left;
	background-repeat: no-repeat;
}
#nav {
	height: 171px;
	width: 93px;
	background-repeat: no-repeat;
	float: left;
	padding-top: 7px;
	padding-left: 43px;
	color: #FFF;
	margin-bottom: 4px;
}
#nav ul li a {
	color: #000;
	text-decoration: none;
	margin-bottom: 9px;
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}
#nav ul li a:hover, a.on {
	background-position: -102px 0px !important;
}
#nav ul li #bandBio {
	height: 10px;
	width: 48px;
}
#nav ul li #bulletinBoard {
	height: 10px;
	width: 83px;
}
#nav ul li #discography {
	height: 10px;
	width: 71px;
}
#nav ul li #media {
	height: 9px;
	width: 34px;
}
#nav ul li #merchandise {
	height: 10px;
	width: 72px;
}
#nav ul li #photoGallery {
	height: 11px;
	width: 79px;
}
#nav ul li #tourDates {
	height: 10px;
	width: 62px;
}
#rightColumn {
	float: left;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 11px Helvetica, "Trebuchet MS", Arial;
	color: #333333;
}
#TB_secondLine {
	font: 10px Helvetica, "Trebuchet MS", Arial;
	color:#666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background-image: url(../images/macFFBgHack.png);
	background-repeat: repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #ea2027;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

