/* ------------------- UNIVERSAL ------------------- */
body {
	float:left;
	width:100%;
	margin: 0;
	padding:0;
	/*border-top:solid #030000 30px;*/
	background:#241e57;
	}
img{
	float:left;
}
p{
	font:15px Arial,sans-serif;
	float:left;
	width:100%;
	color:#000;
	font-weight:normal !important;
	margin:0 0 15px 0;
	line-height:25px;
}
.bottom ul, ul.generic{
	float:left;
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	list-style-type: none;
}
.bottom ul li{
	float:left;
	/*width:100%;*/
	display: inline-block;
	margin:0 0 5px 0;
	padding:0;
	font:15px Arial,serif;
	font-weight:bold;
}
ul.generic li{
	float:left;
	width:100%;
	display: inline-block;
	margin:0 0 5px 0;
	padding:0;
	font:15px Arial,serif;
	font-weight:bold;
}
img {
	border: 0;
	}
a {
	text-decoration: none
	}
a:hover {
	text-decoration: underline
	}
h1,h2,h3,h4,h5,h6{
	letter-spacing: 1px;
	font-weight:normal !important;
}
h1 {
	margin: 0;
	padding: 0;
	}
h2 {
	margin: 0;
	padding: 0;
	}
h3 {
	margin: 0;
	padding: 0;
	}
h4 {
	margin: 0;
	padding: 0;
	}
.clearfix {
	clear: both
	}
.floatleft {
	float: left
	}
section,article,header,footer,nav,aside,hgroup,figure,figcaption{
	display:block;
	padding:0;
	margin:0;
}
p{
	float:left;
	width:100%;
}
table{
	float:left;
	width:100%;
	margin:0 0 25px 0;
}
table tr th.image{
	background:url('../images/img-blue-slant.png') 0 0 repeat-x !important;
	width:140px;
	height:57px;
}
table tr th{
	background:#232b6e;
	width:134px;
	height:57px;
	color:#fff;
	text-align:center;
	font:14px 'star_avenueregular';
	letter-spacing: 2px;
	text-transform: lowercase;
}
table tr td{
	background:#6980b4;
	width:134px;
	height:57px;
	text-align:center;
	font:17px Arial,sans-serif;
}
table tr td.first{
	text-align: left !important;
	font-weight:bold;
	padding:0 0 0 10px;
	width:124px !important;
}
.section{
	float:left;
	width: 96%;
	border-bottom:solid #6980b4 1px;
	padding: 12px 2% 10px 2%;
	margin: 0;
	background: url('../images/bg-opaque-black.png') 0 0 repeat;
}
.section h5{
	float:left;
	width:100%;
	font:16px Arial,serif;
	text-align: left !important;
	font-weight:bold !important;
	margin:0 0 10px 0;
	padding:0;
}
.section h2{
	font-size:23px !important;
}

/* FONTS */

@font-face {
	font-family: 'sf_speakeasyregular';
	src: url('../fonts/sf_speakeasy-webfont.eot');
	src: url('../fonts/sf_speakeasy-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sf_speakeasy-webfont.woff') format('woff'),
		url('../fonts/sf_speakeasy-webfont.ttf') format('truetype'),
		url('../fonts/sf_speakeasy-webfont.svg#sf_speakeasyregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sf_speedwaystar_condensedRg';
	src: url('../fonts/sf_speedwaystar_condensed-webfont.eot');
	src: url('../fonts/sf_speedwaystar_condensed-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sf_speedwaystar_condensed-webfont.woff') format('woff'),
		url('../fonts/sf_speedwaystar_condensed-webfont.ttf') format('truetype'),
		url('../fonts/sf_speedwaystar_condensed-webfont.svg#sf_speedwaystar_condensedRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'star_avenueregular';
	src: url('../fonts/staravenue-webfont.eot');
	src: url('../fonts/staravenue-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/staravenue-webfont.woff') format('woff'),
		url('../fonts/staravenue-webfont.ttf') format('truetype'),
		url('../fonts/staravenue-webfont.svg#star_avenueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*

font-family: 'sf_speakeasyregular';
font-family: 'star_avenueregular';
font-family: 'sf_speedwaystar_condensedRg';

*/

/* MODIFIERS */

.color-orange{
	color:#f26522 !important;
}
.color-white{
	color:#fff !important;
}
.margin-bottom-20{
	margin-bottom:20px;
}

/*  WRAPPERS */

.bottom{
	float:left;
	width:100%;
	position: relative;
	z-index:2;
}
.bottom #wrapper,.bottom .main-wrapper{
	width:1090px;
	margin:0 auto;
	overflow: hidden;
}
.content{
	float:left;
	width:100%;
}

/* TREES */

.tree-left{
	position: fixed;
	bottom:0;
	left:0;
	z-index: -1;
}
.tree-right{
	position: fixed;
	bottom:0;
	right:0;
	z-index: -1;
}

/* HEADER */

#header{
	float:left;
	width:100%;
}
#header #header-container{
	width:1160px;
	margin:0 auto;
}
#header #header-container .countdown-container{
	float:left;
	width:auto;
	margin:0;
	padding: 12px 0 12px 29px;
	background:#030000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header #header-container .countdown-container h1{
	font:15px 'sf_speakeasyregular';
	color:#fff;
	text-transform: uppercase;
	letter-spacing:2px;
}
#header #header-container .mailing-list-container{
	float:right;
	width:200px;
	background:#030000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:0 9px 0 0;
	padding:8px 10px;
}
#header #header-container .mailing-list-container h1{
	font:15px 'star_avenueregular';
	color:#00aeef;
	letter-spacing: 2px;
	margin:0 0 5px 0;
	padding:0;
	text-align: center;
}
#header #header-container .mailing-list-container .mailing-list{
	float:left;
	width:100%;
}
#header #header-container .mailing-list-container .mailing-list input[type="text"]{
	float:left;
	width:150px;
	outline:none;
	border:none;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin:0;
	padding:5px 0;
	text-align: center;
}
#header #header-container .mailing-list-container .mailing-list input[type="submit"]{
	outline:none;
	border:none;
	float:left;
	width:50px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding:5px 0;
	margin:0;
	text-align: center;
	float:right;
	background:#00aeef;
	font-weight:bold;
}
#header #header-container ul.social{
	float:right;
	width:auto;
	margin:4px 0 0 0;
	padding:0;
	list-style-type: none;
}
#header #header-container ul.social li{
	float:left;
	width:46px;
	display: inline-block;
	margin:0 0 0 12px;
	padding:0;
}
#header #header-container ul.social li img{width:auto;}
.main-banner{
	float:left;
	width:100%;
}
.main-banner-container{
	width:840px;
	height:313px;
	margin:0 auto;
}
.main-banner .main-banner-container img{
	float:left;
	width:100%;
}
#header .logo-main{
	float:left;
	width:550px;
	height:303px;
}
#header .logo-main a{
	display:block;
	float:left;
	width:100%;
}
#header .logo-main a img{
	float:left;
	width:100%;
}
.header-right{
	float:right;
	width:474px;
	margin-right: 30px;
}
.header-right ul.featured{
	float:left;
	width:100%!important;
	margin:10px 0 0 0;
	padding:0;
	list-style-type: none;
}
.header-right ul.featured li{
	float:right;
	width:107px;
	height:135px;
	display: inline-block;
	margin:0 0 0 10px;
	padding:20px 10px;
	background:#000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:url('../images/bg-features.png') 0 0 no-repeat;
}
.header-right ul.featured li img{width:100%;max-width:100%!important;}

/* MAIN NAV */

.main-nav{
	float:left;
	width:100%;
	margin:5px 0 15px 0;
	padding:0;
}
.main-nav .nav-container{
	width:1160px;
	margin:0 auto;
}
ul.nav{
	float:left;
	position: relative;
	left:50%;
	margin:0;
	padding:0;
	list-style-type: none;
	overflow:visible;
}
ul.nav li{
	float:left;
	position: relative;
	right:50%;
	margin:0 0 0 7px;
	padding:0;
	font:15px 'star_avenueregular';
	color:#00aeef;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
ul.nav li:first-child{margin-left:0;}
ul.nav li a{
	font:14px 'star_avenueregular';
	color: #00aeef;
	display: block;
	padding:10px 15px;
	letter-spacing: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#030000;
}

ul.nav li a.nav1{
	font:14px 'star_avenueregular';
	color: #9f0000;
	display: block;
	padding:10px 15px;
	letter-spacing: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#030000!important;
}

ul.nav li a.nav1:hover{
	font:14px 'star_avenueregular';
	color: #030000;
	display: block;
	padding:10px 15px;
	letter-spacing: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#9f0000!important;
}

ul.nav li a:hover,.main-nav .nav-container ul.nav li a.active{
	color:#030000;
	background:#00aeef;
	text-decoration: none;
}
ul.nav-inner{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
	list-style-type: none;
	overflow:visible;
}
ul.nav-inner li{
	float:left;
	margin:0 32px 0 0;
	padding:0;
	font:15px 'star_avenueregular';
	color:#00aeef;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
ul.nav-inner li.last{
	margin-right:0 !important;
}
ul.nav-inner li a{
	font:19px 'star_avenueregular';
	color:#00aeef !important;
	display: block;
	padding:10px 15px;
	letter-spacing: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#030000;
}
ul.nav-inner li a:hover,ul.nav-inner li a.active{
	color:#030000;
	background:#00aeef;
	text-decoration: none;
}
ul.nav-inner-2{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
	list-style-type: none;
	overflow:visible;
}
ul.nav-inner-2 li{
	float:left;
	width:100%;
	padding:0;
	font:15px 'star_avenueregular';
	color:#00aeef;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
ul.nav-inner-2 li.last{
	margin-right:0 !important;
}
ul.nav-inner-2 li a{
	font:19px 'star_avenueregular';
	color:#00aeef !important;
	display: block;
	width:100%;
	text-align:center;
	padding:8px 0;
	letter-spacing: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:url('../images/bg-list-item.png') center center no-repeat;
}
ul.nav-inner-2 li a:hover,ul.nav-inner-2 li a.active{
	color:#030000;
	text-decoration: underline;
}

/* CONTENT */

.two-column{
	float:left;
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
}
.two-column .column{
	/*min-height:569px;*/
	/*max-height:569px;*/
	overflow:hidden;
}
.two-column .left{
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	float:left;
	width:375px;
	margin:0 15px 0 0;
}
.two-column .right{
	float:left;
	width:700px;
}
.two-column .column h1.main-title{
	background:#030000;
	margin:0;
	padding:7px 0 5px 0;
	color:#fff;
	letter-spacing: 2px;
	text-align: center;
	font:19px 'star_avenueregular';
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}
.two-column .column h1.special{
	background:url('../images/bg-header.png') 0 0 no-repeat;
}
.two-column .left .content,.two-column .content{
	width: 355px !important;
	padding:0 10px;
	min-height:400px;
	background:url('../images/bg-opaque-blue.png') 0 0 repeat;
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.two-column .right .content{
	width: 700px !important;
	padding:0;
	min-height:400px;
	background:url('../images/bg-opaque-blue.png') 0 0 repeat;
}
.two-column .column .ticket-info{
	float:left;
	width:100%;
	margin:5px 0 5px 0;
	padding: 0;
	border-bottom:solid #6980b4 1px;
}
.two-column .column .ticket-info:last-child{
	margin:0 0 30px 0;
}
.two-column .column h1{
		font:17px 'star_avenueregular';
	font-weight:bold;
	text-transform: uppercase;
	float:left;
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
	text-align: center;
	line-height: 40px;
}
.two-column .column h1 span.small-txt{
	float:left;
	width:100%;
	font-size:15px !important;
	line-height: 20px !important;
	font-family:'star_avenueregular',sans-serif !important;
}
span.small-txt-special{
	font-size:18px !important;
	font-family:'star_avenueregular',sans-serif !important;
}
span.medium-txt{
	font-size:28px;
}
span.medium-txt-2{
	font-size:30px;
}
.two-column .column h2{
	font:17px 'star_avenueregular';
	letter-spacing: 2px;
	float:left;
	width:100%;
	text-align: center;
	color:#030000;
	margin:0 0 2px 0;
	padding:0;
}
.two-column .column h3{
	float:left;
	width:100%;
	text-align: center;
	font:15px 'star_avenueregular';
	color:#030000;
	margin:0 0 2px 0;
	padding:0;
	letter-spacing:2px;
}
.two-column .column h4{
	float:left;
	width:100%;
	text-align: center;
	font:19px 'star_avenueregular';
	color:#030000;
	margin:0;
	padding:0;
}
.two-column .right .bands{
	float:left;
	width:100%;
	text-align: center;
	margin:0 0 15px 0;
	padding:0;
	list-style-type: none;
	text-align: center;
}
.two-column .right .bands li{
	text-align: center;
	float:left;
	width:100%;
	display: inline-block;
	letter-spacing: 1px;
	font:36px 'sf_speedwaystar_condensedRg';
	color:#030000;
	line-height:30px;
}
.two-column .right .bands li.alt{
	color:#00aeef !important;
}
.two-column .full-column{
	float:left;
	width:100%;
}
.two-column .full-column .content{
	float:left;
	width: 980px !important;
	padding: 55px 55px 10px 55px !important;
	text-align:left !important;
}
.two-column .full-column .content h1{
	text-align: left !important;
}
.two-column .full-column .content h2{
	text-align: left !important;
	margin:0 0 15px 0 !important;
}
.two-column .full-column .content p,.two-column .full-column .content li{
	text-align:left !important;
}

/* BAND BIOS */

.band-with-image,.tour-dates{
	float:left;
	width:100%;
	margin:0 0 15px 0;
	padding:0;
}
.band-with-image p,.tour-dates p{
	float:none !important;
	color: #a6c5d2;
	font-style: italic;
	font-family: Helvetica,sans-serif;
}
.band-with-image img,.tour-dates img{
	float:left;
	width: 350px;
	margin:10px 20px 0 0;
}
h5 a{
	display: block;
	width:auto;
}

/* PHOTO GALLERY */

ul.gallery{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.gallery li{
	float:left;
	width:165px;
	margin:0 10px 10px 0;
	padding:0;
	display: inline-block;
}
ul.gallery li.last{
	margin-right:0 !important;
}
ul.gallery li a{
	display: block;
	float:left;
	width:100%;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background:none !important;
	margin:0 !important;
	padding:0 !important;
}
ul.gallery li a img{
	float:left;
	width:100%;
}

/* FOOTER */

#footer{
	float:left;
	width:100%;
	margin:15px 0;
}
#footer a{
	float:right;
	display: block;
}
#footer a img{
	float:right;
	width:91px;
	height:31px;
}
#footer p{
	float:right;
	width:100%;
	text-align: right;
	margin:10px 0 0 0;
	color:#fff;
	font:14px 'sf_speedwaystar_condensedRg';
	letter-spacing: 2px;
}

/* LINKS */

.bottom a:link, .bottom a:visited, .bottom a:active, .bottom a:hover{
	color:#fff;
	display: inline-block;
}
.bottom a:hover{
	text-decoration: underline;
}

/* SHAME */

table.tours tr .copy{width:90% !important;margin:0 5% !important;text-align: left;}
table.tours tr ul li{float:left;width:100%;text-align: left;display: inline-block;}

img.main-image{float:left;margin-bottom:25px;}

.three-column{float:left;width:100%;margin-bottom:25px;}
.three-column table{margin-bottom:0;}
.three-column .column{float:left;width:31.33333%;margin-left:3%;outline:solid #000 5px;}
.three-column .column:first-child{margin-left:0;}

.two-column-special{float:left;width:100%;margin-bottom:25px;}
.two-column-special table{margin-bottom:0;}
.two-column-special .column{float:left;width:48.5%;margin-left:3%;outline:solid #000 5px;}
.two-column-special .column:first-child{margin-left:0;}

.home-upcoming-shows{float:left;width:100%;margin-bottom:20px;}
.home-upcoming-shows table{float:left;width:100%;}
.home-upcoming-shows table th{background:#171d20;font:23px Helvetica,sans-serif;text-align: left;color:#fff;text-transform: uppercase;padding-left:15px;}
.home-upcoming-shows table td{background:url('../images/bg-opaque-black.png') 0 0 repeat;font:23px Helvetica,sans-serif;}
.home-upcoming-shows table td.title{color:#0086be;text-transform: uppercase;}
.home-upcoming-shows table td.date,.home-upcoming-shows table td.location{color:#73838a;font-style: italic;}
.home-upcoming-shows table td a{color:#0086be !important;border:solid #0086be 4px;padding:5px 15px;text-transform: uppercase;}
ul.home-featured{float:left;width:100%;list-style-type: none;}
ul.home-featured li{float:left;display: inline-block;margin-left:50px;width:330px;}
ul.home-featured li:first-child{margin-left:0;}
ul.home-featured li img{float:none;width:100%;text-align: center;}
ul.home-featured li a{float:left;display: block;width:100%;}

.two-column-sidebar{float:left;width:100%;margin-bottom:30px;}
.two-column-sidebar .left{float:left;width:218px;margin-right:15px;}
.two-column-sidebar .left .content{float:left;width:94%;padding:10px 3%;background:url('../images/bg-opaque-black.png') 0 0 repeat;}
.two-column-sidebar .left .content p{color:#0086be;}
.two-column-sidebar .left h2{background:#171b1e;padding: 8px 2%;font:15px Helvetica,sans-serif;color:#0086be;line-height:20px;text-transform: uppercase;text-align: center;width:auto;float:right;margin-bottom:2px;width: 96%;}
.two-column-sidebar .left h3{background:#171b1e;padding:8px;font:15px Helvetica,sans-serif;color:#fffbfb;line-height:20px;text-align: right;width:auto;float:right;margin-bottom:2px;}
.two-column-sidebar .left a{color:#0086be;text-decoration: none;}
.two-column-sidebar .left img{float:left;max-width:100%;}
.two-column-sidebar .right{float:left;width:857px;}
.two-column-sidebar .right .content p{background:#171b1e;padding:8px;font:15px Helvetica,sans-serif;color:#0086be;line-height:20px;text-align: left;width:auto;float:right;margin-bottom:2px;}
.two-column-sidebar h1{float:left;width:96%;padding: 14px 2%;color: #00aeef;text-transform: uppercase;font: 19px 'star_avenueregular';background: #171b1e;margin-bottom:2px;}
ul.list-view{float:left;width:100%;margin:0 0 3px 0;padding:0;list-style-type: none;border-bottom:solid #191d20 18px;}
ul.list-view.press a{color:#0086be;}
ul.list-view li{font-size:18px;float:left;width:96%;padding:8px 2%;display: block;margin-bottom:2px;text-transform: uppercase;background:url('../images/bg-opaque-black.png') 0 0 repeat;font-style: italic;color:#fff;font-weight:100;}
ul.list-view.setlists li{text-transform: none;font-weight: 100;padding:0 2%;}
ul.list-view.setlists li a{color:#0086be;padding-top:8px;padding-bottom:8px;}
ul.list-view a{color:#0086be;text-decoration: none;font-style: normal;}
ul.four-column{float:left;width:100%;margin:0;padding:0;list-style-type: none;}
ul.four-column li{float:left;width:218px;margin-left:72px;position: relative;}
ul.four-column li:first-child{margin-left:0;}
ul.four-column li img{align:center;max-width:100%;}
ul.four-column li span{position: absolute;width:96%;padding:8px 2%;text-align:center;left:0;bottom:23px;background:#171b1e;color:#fff;text-transform: uppercase;font:16px Helvetica,sans-serif;line-height:20px;}

ul.four-column-photo{float:left;width:100%;margin:0;padding:0;list-style-type: none;border-top:solid #000 4px;}
ul.four-column-photo li{float:left;margin:0;padding:0;width: 267px;display: inline-block;min-height:200px;border-bottom:solid #000 4px;border-right:solid #000 4px;background:url('../images/bg-opaque-black.png') 0 0 repeat;}
ul.four-column-photo li.first{clear:left;border-left:solid #000 4px;}
ul.four-column-photo li img{align:center;max-width:100%;}

ul.list-view.tour li{padding:0;width:100%;}
ul.list-view span{float:left;display:inline-block;font:17px Helvetica,sans-serif;color: #fff;margin-left: 10;line-height: 25px;}
ul.list-view span.plus-sign{width:12px;height:11px;background:url('../images/icon-plus-sign.png') 0 0 no-repeat;margin-left:10px;margin-top: 15px;}
ul.list-view span.plus-sign:hover{cursor: hand; cursor: pointer;}
ul.list-view span a{color:#0086be!important;text-decoration: none;}
ul.list-view span.ticket-links{float:right;line-height: 16px;}
ul.list-view span.ticket-links a{font-style: italic;text-transform: uppercase;color:#fff!important;padding: 5px 9px;}
ul.list-view span.ticket-links a.fan-club-tickets{background:url('../images/bg-opaque-red.png') 0 0 repeat;font-size: 12px;line-height: 16px;}
ul.list-view span.ticket-links a.venue-tickets{background:url('../images/bg-opaque-blue.png') 0 0 repeat;font-size: 12px;line-height: 16px;}
ul.list-view span.ticket-links a.vip-tickets{background:url('../images/bg-opaque-green.png') 0 0 repeat;font-size: 12px;line-height: 16px;}
ul.list-view .content.hide{float:left;width:100%;}
ul.list-view .content.hide .inner-container{float:left;width:96%;padding: 1% 2%;border-top:solid #000 2px;margin-top: 1%;}
ul.list-view .content.hide p{color:#fff;text-transform: none;}
ul.list-view .content.hide strong{color:#0086be;font-weight:normal;}


.special-three-column{float:left;width:100%;}
.special-three-column .special{float:left;width:31.3333333%;margin-left:3%;margin-bottom:100px;}
.special-three-column .special.first{margin-left:0;}
.special-three-column .special.half{float:left;width:48%;}
.special-three-column .special-content{float:left;width:100%;background:#171b1e;}
.special-three-column .special-content h3{float:left;width:27.333333%;}
.special-three-column .special-content a{float:left;width:27.333333%;clear:none;}

.special h2{background:#171b1e;font:23px Helvetica,sans-serif;color:#0086be;line-height:20px;text-transform: uppercase;text-align: center;width:94%;padding:3%;float:right;margin-bottom:2px;}
.special h3{background:#171b1e;padding:3%;font:18px Helvetica,sans-serif;font-weight:100;color:#fffbfb;line-height:20px;text-align: center;width:94%;float:right;margin-bottom:2px;}
.special a{background:#171b1e;padding:3%;font:23px Helvetica,sans-serif;color:#0086be!important;line-height:20px;text-transform: uppercase;text-align: center;width:auto;float:right;margin-bottom:2px;clear:both;font-weight:100;}

.band-bio.special{border-bottom:solid #000 35px;}

.home-left{float:left;width:30%;margin-right:2%;}
.home-left ul li h2 a{color:#0086be !important;}
.home-left h1{float:left;background:#171b1e;color:#fff;text-transform: uppercase;font:20px Helvetica,sans-serif;text-align: center;width:90%;padding:15px 5%;}
.home-left ul{float:left;width:100%;margin:0;padding:0;list-style-type: none;border-bottom:solid #000 25px;}
.home-left ul li{float:left;width:94%;padding:5px 3%;display: block;background:url('../images/bg-opaque-black.png') 0 0 repeat;margin-bottom:0;border-bottom:solid #000 2px;}
.home-left ul li h2{float:left;width:70%;color:#0086be;text-transform: uppercase;font:16px Helvetica,sans-serif;line-height:21px;}
.home-left ul li h2 span{color:#61737a;display: block;margin-top:5px;}
.home-left ul li h4{float:left;width:30%;font:16px Helvetica,sans-serif;line-height:21px;color:#61737a;text-align: right;}
.home-right{float:left;width:68%;}
.home-right .two-column-home{float:left;width:100%;margin-bottom:5px;}
.home-right .two-column-home .left{float:left;width:49.5%;margin-right:1%;background:#171b1e;min-height:150px;}
.home-right .two-column-home .right{float:left;width:49.5%;background:#171b1e;min-height:150px;}
.home-right h1{float:left;width:90%;padding:15px 5%;color:#fff;text-transform: uppercase;font:18px Helvetica,sans-serif;line-height:21px;text-align: right;border-bottom:solid #000 2px;background:#171b1e;}
.home-right ul.home-news{float:left;width:100%;margin:0;padding:0;list-style-type: none;border-top:solid #000 2px;}
.home-right ul.home-news li{float:left;width:96%;display: block;padding:10px 2%;background:#171b1e;}
.home-right ul.home-news li h2{float:left;width:529px;font:20px Helvetica,sans-serif;color:#c7eeff;border-right:solid #000 2px;}
.home-right ul.home-news li a{float:left;display: block;width:180px;font:20px Helvetica,sans-serif;color:#0086be;text-transform: uppercase;text-decoration: none;text-align: center;}
.home-right ul.home-news li .hide{float:left;width:100%;display: none;}
.home-right ul.home-news li .hide p{color:#fff;font-style: italic;}
.home-right ul.home-news li .hide p a{color:#fff;font-style: italic;font-size:15px;color:#0086be;width: auto;display: inline-block;text-align: left;text-transform: none;float: none;}
.home-right .three-column-home{float:left;width:100%;}
.home-right .three-column-home .column{float:left;width:32%;margin-left:2%;}
.home-right .three-column-home .column:first-child{margin-left:0;}
.home-right .three-column-home .column h2{float:left;width:100%;text-align: center;background:#171b1e;padding:10px 0;color:#fff;font:18px Helvetica,sans-serif;text-transform: uppercase;margin-bottom:3px;}
.home-right .three-column-home .column img{float:left;width:100%;}

.special-three-column{float:left;width:90%;background:url('../images/bg-opaque-black.png') 0 0 repeat;padding:25px 5%;}
.special-three-column .column{float:left;width:32%;margin-left:2%;}
.special-three-column .column:first-child{margin-left:0;}
.special-three-column .column img{float:left;width:100%;margin-bottom:10px;}
.special-three-column .column h2{float:left;width:96%;text-align: center;text-transform: uppercase;background:#171b1e;font:13px Helvetica,sans-serif;color:#0086be;padding:15px 2%}

.two-column-sidebar h1{position: relative;}
span.filter{position: absolute;right:10px;top:10px;}
span.filter p{width:auto;float:left;color:#fff;}
span.filter select{float:left;margin-left:10px;}

.pagination-container{float:left;width:100%;background: url('../images/bg-opaque-black.png') 0 0 repeat;}
ul.pagination{position: relative;left:50%;list-style-type: none;width: auto;padding:15px 0 5px;}
ul.pagination li{float:left;margin-left:10px;position: relative;right:50%;display: inline-block;color:#fff;font-weight: normal;}
ul.pagination li:first-child{margin-left:0;}
ul.pagination li a{color:#0086be!important;}