/* Default Styles*/
body { 
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
}
* html body { background-attachment: scroll; }
form, ul, li { 
	margin: 0px;
	padding: 0px;
}
body, span, div, td, a, b, i, u, li, input, textarea, select, table, td, .bold {
	color: #aaa;
	font-family: georgia;
	text-align: left;
}
h1, h2, h3, h4, h5 {
	font-size: 1em;
}
a {
	color: #bbb;
	text-decoration: none;
}
a:hover {
	color: #ddd;
	text-decoration: underline;
}
img {
	border-width: 0px;
}
.hide { display:none; }
hr.seperator {
	border: 0px;
	color: #f90;
	background-color: #f90;
	color: #666;
	background-color: #666;
	font-size: 4px;
	height: 1px;
	line-height: 4px;
	width: 100%
}
div#slw_body_right hr.seperator {
	color: #999;
	background-color: #999;
}
.italic {
	font-style: italic; 
}
.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.highlight {
	color: #f30;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.clearall {
	clear: both;
}
br.clearall {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div {
	text-align: left;
}
acronym {
	border-bottom: 1px dotted #999;
	cursor: pointer;
}
div.br {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
a.blocklink {
	display: block;
}
.altbg1 {
	background-color: #000;
}
.altbg2 {
	background-color: #111;
}
div.column_names {
	clear: both;
}
div.floatR{
	float: right;
}

div.left {
	float: left;
}
div.right{
	float: right;
}
span.small{
	font-size:0.9em;
}


/* Debug Info */
div.debug {
	background-color: #fff; /*#fff;*/
	border: 0px solid #bbb;
	border-width: 1px 1px;
	font-size: 0.8em;
	margin: 0px auto;
	margin-top: 10px;
	padding: 2px 3px;
	width: 824px;
}


/* Layout Related*/
div#slw_container {
	font-size: 0.7em;
	margin: 0px auto;
	padding: 0px 0px;
}

div#slw_header {
	clear: both;
	padding: 0px 0px;
	margin: 0px 0px;
	background-color:#f90;
	height:10px;
	width:100%;
	position:absolute;
	top:0px;
	overflow:hidden;
	z-index:100;
	display:none;
}


div#slw_body {
	width: 922px;
	margin: 0px auto;
}
div#slw_body_left {
	float: left;
	width: 68%;
	padding:7px 0px;
}
div#slw_body_right{
	float: right;
	width:32%;
	padding:2px 0px;
}
div#slw_body_right #outbound_links {
	text-align:center;
}




div#slw_menu {
	display: block;
	text-align:left;
	padding:3px;
	height:24px;
}
div#slw_menu #viewschedule { 
	font-size:1.7em; 
	margin-left:3px;
}
div#slw_menu a {
	font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
}
div#slw_menu a:hover {
	color: #fff;
}
div#slw_menu ul {
}
div#slw_menu li {
	display: inline;
}
/*
div#slw_menu li a {
	margin-right:2px;
	font-weight: bold;
	padding: 2px 3px;
	text-transform: uppercase;
}
div#slw_menu li a:hover {
}
*/






div#slw_footer {
	clear: both;
}



div#slw_full_onecol{
	border: 0px solid #f00;
	border-width: 0px 0px;
	margin: 0px 3px;
	padding: 0px 0px 0px 0px;
}
div#slw_full_twocol{
	border: 0px solid #f00;
	border-width: 0px 0px;
	margin: 0px;
	padding: 0px 3px 4px 3px;
}
div#slw_twocol_main{
	border: 0px solid #9f0;
	border-width: 0px 0px;
	float: right;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	width: 569px;
}
div#slw_twocol_sub{
	border: 0px solid #e08;
	border-width: 0px 0px;
	float: left;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	width: 252px;
}








div.contentblock {
	clear: both;
	margin-top: 3px;
	margin-bottom: 16px;
	padding: 0px;
}

div.noTopSpace div.contentblock {
	margin-top: 0px;
}
div#slw_twocol_sub div.contentblock div.content, 
div#slw_twocol_main div.contentblock div.content div.contentpad,
div#slw_full_onecol div.contentblock div.content div.contentpad
{
	padding-left: 5px;
	padding-right: 5px;
}


div.contentblock div.title {
	border-bottom: 1px solid #666;
	font-weight: normal;
	height: 21px;
	margin: 0px 0px 1px 0px;
	padding-bottom:4px;
}


div.contentblock div.title h1 {
	display: inline;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 3px 7px;
	text-transform: uppercase;
}
div.contentblock div.title h1:before {
}

div.contentblock div.content {
	clear: both;
	padding: 2px 0px;
	text-align: justify;
}







div.subcontentblock {
	clear: both;
	padding: 0px;
}
div.subcontentblock div.title {
	border-width: 0px;
	border-bottom: 1px solid #999;
	font-weight: normal;
	height: 21px;
	margin: 0px;
	padding-bottom:4px;
}
div.subcontentblock div.title h1 {
	border-width: 0px;
	color: #ccc;
	display: inline;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 3px 7px;
	text-transform: uppercase;
}
div.contentblock div.title div.floatR,
div.subcontentblock div.title div.floatR {
	color: #aaa;
	font-size: 0.9em;
	margin: 2px 2px 0px 0px;
	padding: 1px 3px;
	text-transform: lowercase;
}
div.subcontentblock div.content {
	border-bottom: 0px outset #000;
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 2px 5px;
	text-align: justify;
}




/* FILTERS : used on media and tour dates. */
div.filter_form {
}
select.filter_select {
	margin-bottom: 2px;
	width: 100%;
}



div#minical { margin-top:4px; }

div#minical div.subcontentblock div.title { border-width:0px; padding-top:4px; margin:0px 7px; margin-top:2px; b_ackground-color:#222; text-align:center; }
div#minical div.subcontentblock div.title h1 { float:none; font-size:1.3em; }
div#minical div.subcontentblock  { 
	border:1px solid #999;
	border-width: 0px 0px;
}
div#minical div.subcontentblock div.content {
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 0px 0px;
}
div#minical div.datedays { font-size:0.7em; }
div#minical div.dateblock {
	float:left;
	width:38px;
	font-size:1.3em;
	text-align:center;
	padding:4px 0px;
	margin:1px;
}
div#minical div.subcontentblock div.content {
	padding-left:7px;
}
div#minical a { font-weight:bold; }
div#minical div.curmonth { color: #666; }
div#minical div.notcurmonth { color: #333; }
div#minical a { font-size:1.1em; }
div#minical div.hasevent a { color:#bbb; }
div#hitcounter { 
	padding-top:30px;
}


div#side_about { 
	text-align: center;
	margin:7px 0px;
	padding-bottom:10px;
}
div#side_about div * {
	text-align: center;
		color: #fff;
} 




#ie_message { 
	display: none;
	padding:10px;
	background-color:#111;
	font-size:2.2em;
	color:#c00;
	text-align:center;
}
#ie_message a { color:#fff; }


