body{
	background: #fffcf9 url('img/bg.gif') center repeat fixed;	
	color: #1a1a1a;
	font-family: verdana, arial, sans-serif, helvetica;
}

.container {
	width: 1000px;
	display:table; 
	min-width: 1000px;
}

a:link, a:visited {
	color: rgb(168, 165, 157);;
}

a:hover, a:active {
	color: rgb(153, 204, 204);
}

.hidden {
	display: none;
}

:focus{
	outline: none;
}

.columns {
	
}

.pushup {
	margin-top: 52px;
}

#retweet {
	width: 50px;
	float: right;
	margin-left: 10px;
}

.twitterlogo {
	display: block;
	text-indent: -5000em;
	background: url('img/twitterlogo.png') no-repeat top left;
	width: 190px;
	height: 80px;
}

.twitterlogo:hover{
	background: url('img/twitterlogo.png') no-repeat top right;
	cursor: pointer;
}

#pagination {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 200px;
	overflow: hidden;
}

#pagination a {
	text-decoration: none;
}

#pagination li {
	float: left;
	display: inline;
	margin-right: 1em;
}

.error, .notice, .success {
	background: none;
	border: none;
	color: #1a1a1a;
	font-weight: bold;
	padding-bottom: 0;
	margin: 0.4em 0;
}

li.conn_error {
	background: url('img/error.png') no-repeat center left;
}

.error ul, .notice ul {
	list-style: none;
	padding: 4px 0 4px 32px;
	margin: 0;
}

.notice p {
	padding: 0;
	margin: 0;
}

.success {
	margin-bottom: 15px;
	padding-left: 32px;
}

.error ul {
	background: url('img/error.png') no-repeat center left;
}

.notice ul {
	background: url('img/warning.png') no-repeat center left;
}

.success {
	background: url('img/accept.png') no-repeat center left;
}

h1, h2, h3, h4 {
	color: #5c5954;
	text-shadow: none;
	font-family: "Futura", Tahoma, Arial, Sans-serif;
}

/* Site Specific Styles */

#wrapper {
	position: relative;
	width: 1000px;
}

/* Navigation */
#nav ul{
	list-style: none;
	padding: 12px 0 0 10px;
	margin: 0;	
	width: 700px;
	
	position: fixed;
	top: 0;
	left: 0;
	
	overflow: hidden;
}

#nav li {
	float: left;
	display: inline;
	margin-right: 1em;
}

#nav li img {
	margin-top: -2px;
}

#nav {
	padding: 0;
	margin: 0;
	background: url('img/nav.png') repeat-x top;
	width: 100%;
	position: fixed;
	
	top: 0;
	left: 0;
	
	height: 45px;
	z-index: 1001;
	text-shadow:2px 2px 3px #555;
}

#nav ul a{
	color: #f7f7f7;
	/*color: #d0d0d0;*/
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
}

#nav ul a:hover, #nav ul a:active{
	color: #d0d0d0;
}

#nav .fb, #nav .ms, #nav .yt, #nav .fl, #nav .tw, #nav .rss {
	width: 26px;
	text-indent: -5000em;
	height: 26px;
	margin-top: -3px;
	margin-right: 0.6em;
}

#nav .fb a, #nav .ms a, #nav .yt a, #nav .fl a, #nav .tw a, #nav .rss a {
	display: block;
	width: 26px;
	height: 26px;
}

#nav .fb a {background: url('img/fb.png') top left no-repeat;}
#nav .fb a:hover, #nav .fb a:active {background: url('img/fb.png') bottom left no-repeat;}

#nav .ms a {background: url('img/ms.png') top left no-repeat;}
#nav .ms a:hover, #nav .fb a:active {background: url('img/ms.png') bottom left no-repeat;}

#nav .yt a {background: url('img/yt.png') top left no-repeat;}
#nav .yt a:hover, #nav .fb a:active {background: url('img/yt.png') bottom left no-repeat;}

#nav .fl a {background: url('img/fl.png') top left no-repeat;}
#nav .fl a:hover, #nav .fb a:active {background: url('img/fl.png') bottom left no-repeat;}

#nav .tw a {background: url('img/tw.png') top left no-repeat;}
#nav .tw a:hover, #nav .fb a:active {background: url('img/tw.png') bottom left no-repeat;}

#nav .rss a {background: url('img/rss.png') top left no-repeat;}
#nav .rss a:hover, #nav .fb a:active {background: url('img/rss.png') bottom left no-repeat;}


#pagenav {
	clear: both;
	width: 1000px;
	padding: 1em 0;
	height: 44px;
	background: url('img/mainnav.png') no-repeat top center;
}

#pagenav ul {
	list-style: none;
	padding: 4px 0 0 24px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "Futura", verdana, arial, sans-serif, helvetica;
	text-align: center;
	width: 630px;
}


#pagenav ul li {
	float: left;
	display: inline;
	margin-right: 1.1em;
}

#pagenav ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#pagenav a:hover {
	color: rgb(168, 165, 157);
	text-decoration: none;
}

/* End Navigation */




#content {
	background: #fffcf8; /*url('img/content.png') repeat-y top center*/;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	width: 498px;
	min-height: 1400px;
	z-index: 0;
	
}

#content .pagehead {
	text-transform: uppercase;
	background: url('img/pagehead.png') repeat-x top center;
	height: 80px;
	width: 498px;
	margin: auto;
	padding-bottom: 10px;
}

#content .pagehead h2 {
	
	margin: 0 auto;
	padding-top: 10px;
	display: compact;
	text-align: center;
}

#pop {
	padding-left: 20px;
	background: url('img/pop.png') no-repeat center left;
	font-weight: normal;
}

#content .output {
	padding: 0 14px;
}

.entry p {
	width: 100%;
	margin: 0 auto 1em 0;
}



#content .output p img {
	margin: 0 auto;
	text-align: center;
	border: 1px rgb(89,88,84) solid;
	width: 420px;
	display: block;
    	vertical-align: middle;
    	position: relative;
}

#content p, #content ul {
	font-size: 8pt;
}

#content h3 {
	clear: both;
}

#content h4 {
	line-height: 1;
	padding: 0;
	margin: 10px 0 0 0;
}

#content .entry, #content .result {
	margin-bottom: 2.4em;
	font-size: 8pt;
	overflow: hidden;
	padding: 0;
}

#content .entry h3 {
	text-align: center;
}

#content .entry h3 a {
	text-decoration: none;
	color: #595854;
	font-weight: normal;
	text-transform: uppercase;
}

#content .entry small {
	color: gray;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

#content .entry object, #content .entry embed {
	border: 1px rgb(89,88,84) solid;
	margin: 0 auto 6px auto;
	text-align: center;
	width: 430px;
	display: block;
    	vertical-align: middle;
}

.entry #poster {
	float: right;
}


#logo {
	float: right;
	position: relative;
	margin: 2px 10px 0 0;
}

#logo img {
	border: 0;
	margin: 0;
}

#logo a {
	width: 253px;
	height: 50px;
	display: block;
}

.panel{
	overflow: hidden;
	padding: 0.4em 0 0 0;
	width: 1080px;
	height: 550px;
	background: url('img/bannerbg.png') no-repeat top center;
}

.panel a {
	background: black;
}

.panel img {
	margin: auto;
	display: block;
	margin-top: 52px;
}

.light {
	background: #e6e4e5;
}

.dark {
	background: #000;
}

.section h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.section a {
	color: rgb(102, 102, 102);
}

#billboard {
	height: 485px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#billboard img {
	margin: 0 auto;
	position: relative;
}

#sidebar {
	padding-top: 20px;
	margin-top: 20px;
	float: left;
	display: table-row;  
	background: url('img/contentbg.png') repeat-y right;
}

#sidebar .section {
	font-size: 8pt;
	overflow: hidden;
	float: left;
}

#sidebar .section .content {
	float: right;
	width: 193px;
	margin-top: -34px;
	padding: 20px 4px 20px 8px;
}

#sidebar .section h3 {
	background: url('img/l.png') no-repeat top left;
	height: 73px;
	width: 250px;
	text-align: center;
	padding-top: 18px;
	z-index: 1000;
	display: block;
	vertical-align: middle;
}

#networking, #sidebar{
	width: 250px;
	padding: 1em 0 0 0;
	margin: 0;
}

#networking ul, #sidebar ul {
	list-style: none;
	padding: 0 0 6px 0;
	margin: 0;
	overflow: hidden;
}

#networking .section {
	clear: both;
}

#networking {
	background: url('img/contentbg2.png') repeat-y left;
	overflow: hidden;
}

#networking .section .content {
	float: left;
	width: 193px;
	margin-top: -34px;
	padding: 20px 4px 20px 8px;
}

#networking .section h3, #networking h3 {
	background: url('img/r.png') no-repeat top right;
	height: 73px;
	width: 250px;
	text-align: center;
	clear: both;
	padding-top: 18px;
	z-index: 1000;
	display: block;
	vertical-align: middle;
}

#networking ul li {
	float: left;
	display: inline;
}

.breadcrumbs{
	list-style: none;
	padding: 0 0 17px 0;
	margin: 0;
	overflow: hidden;
}

.breadcrumbs li {
	display: inline;
	float: left;
	margin-right: 9px;
}

#tour ul, #tour h4 {
	font-size: 8pt;
}

#tour ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tour .bubbleInfo img {
	float: left;
	display: inline;
	margin-right: 5px;
	margin-top: -1px;
}

#tour .bubbleInfo h4{
	margin-top: 5px;
}

.show {
	margin-bottom: 5px;
	padding: 4px 4px 5px 4px;
	background: url('img/calendar.png') no-repeat center left;
	padding-left: 34px;
}

.show ul li {
	font-size: 10px;
}

#spotify li a{
	color: #1a1a1a;
	text-decoration: none;
	font-size: 10px;
}

#tumblr li {
	background: url('img/tumblr.png') no-repeat center left;
	margin-bottom: 8px;
	padding: 4px 0 4px 32px;
	font-size: 8pt;
}

.sub{font-size:xx-small; vertical-align:bottom;}

.tweets, #spotify {
	list-style: none;
	padding: 0;
	margin: 0;]
}

.tweets li {
	margin-bottom: 2px;
	padding: 4px;
	font-size: 10px;
}

#spotify li {
	padding: 10px 10px 10px 32px;
	background: url('img/spotify.png') no-repeat left center;
	font-size: 10px;
}

#spotify a {
	color: #e4e6e5;
}

#spotify a:hover, #spotify a:active{
	color: #fff;
}

#sidebar .rss {
	height: 24px;
	width: 24px;
	display: block;
	text-indent: -5000em;
	background: url('img/rssitem.png') no-repeat top left;
}

#sidebar .rss:hover {
	background: url('img/rssitem.png') no-repeat bottom left;
}

.item {
	width: 200px;
	float: left;
	display: inline;
	margin: 0 13px 10px 0;
	padding: 9px;
	text-align: right;
	height: 70px;
}

.item h4 {
	font-size: 1em;
	padding: 0;
	margin: 0 0 4px 0;
}

.item p {
	padding: 5px 0 0 0;
	margin: 0;
}

.item a img {
	float: left;
	display: block;
	margin-right: 5px;
	border: 2px solid #e6e4e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.item p a, .merch p a {
	border: 2px solid rgb(89, 88, 84);
	padding: 3px;
	margin: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	background: url('img/footer.png') repeat-x bottom;
}

.item p a:hover, .item p a:active, .merch p a:hover, .merch p a:active, .musicitem p a:hover, .musicitem p a:active {
	text-decoration: none;
	background: rgb(168, 165, 157);
}

#merch {
	clear: both;
}

.merch {
	text-align: center;
	border-bottom: 2px solid rgb(89, 88, 84);
	padding-bottom: 1em;
	margin-bottom: 5px;
	color: #e6e4e5;
}

.merch p{
	padding: 0;	
	margin: 0;
}

.merch img, .musicitem img, .productimage img {
	border: 2px solid #e6e4e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 4px;
}

.merch p a {
	margin-top: -40px;
	position: absolute;
	z-index: 1;
	padding: 4px 7px;
	font-size: 1.3em;
}

.merch h5 {
	padding: 0;
	margin: 0 0 5px 0;
	color: rgb(89, 88, 84);
	font-family: "Futura", Tahoma, Arial, Sans-serif;
	font-weight: normal;
}

.musicitem {
	width: 80px;
	float: left;
	display: inline;
	text-align: center;
	margin-right: 2px;
	margin-left: 12px;
}


.musicitem img {
	height: 78px;
}

.musicitem p a {
	border: 2px solid #e6e4e5;
	background: #1967f7;
	padding: 3px;
	margin: 5px 0 0 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 78px;
}


/* Store Page */ 
.productimage {
	padding-right: 0.9em;
}

#stores {
	list-style: none;
	padding: 0;
	margin: 0;
}

#stores li {
	width: 34px;
	height: 34px;
	float: left;
	display: inline;
	margin: 0 2px 4px 2px;
	text-indent: -5000em;
}

#stores li a {
	display: block;
	width: 40px;
	height: 40px;
}

li#bigcartel{background: url('img/vendors/bigcartel.png') no-repeat top left;}
li#itunes{background: url('img/vendors/itunes.png') no-repeat top left;}
li#play{background: url('img/vendors/play.png') no-repeat top left;}
li#amazon{background: url('img/vendors/amazon.png') no-repeat top left;}
li#stream{background: url('img/stream.png') no-repeat top left;}

/* End Store Page */

#audio-player{
	border: 2px solid #e6e4e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#audio-player embed {
	width: 180px;
	border: none;
	padding: 3px;
}

.band {
	border-bottom: 1px dotted #e6e4e5;
	padding: 0 7px 12px 7px;
	margin-bottom: 12px;
	font-size: 8pt;
}

.band img{
	margin: 0 auto;
	text-align: center;
	border: 2px solid #e6e4e5;
}

.follow {
	padding: 4px 7px;
	font-size: 1.3em;
	border: 2px solid #e6e4e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.follow:link, .follow:visited{
	color: #fff;
	background: #6adb37;
	text-decoration: none;
}

.follow:hover, .follow:active{
	background: #1967f7;
}

.meta {
	color: gray;
}

/* Forms */
.blur {
	color: gray;
	
}

#map {
	border:2px solid #f4f4f4;
	background:#f4f4f4;
	height: 330px;
	width: 400px;
}

/* Footer */
#footer {
	font-size: 8pt;
	background: url('img/footer.png') repeat-x top;
	height: 50px;
	color: #e6e4e5;
	width: 100%;
}

#footer ul {
	list-style: none;
	padding: 1.5em 0 0 1em;
	margin: 0 auto;
	width: 890px;
	text-align: center;
}

#footer ul li {
	float: left;
	display: inline;
	margin-right: 1em;
}

#footer a {
	color: #e6e4e5;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
}

/* Flash Banner */
#slideshow {
    position:relative;
    height:485px;
    z-index: 0;
}

#slideshow img {
    position: absolute;
    top:0;
    left:0;
    z-index:8;
    margin: 0 auto;
    text-align: center;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}








/* Forms */

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

fieldset.large label {
	font-size: 1.5em;
}

fieldset li {
	clear: both;
}

input.regular {
	background: url('img/button.png') no-repeat bottom left;
	border: none;
	width: 180px;
	display: block;
	height: 41px;
	font-size: 1.1em;
	color: rgb(92, 89, 84);
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}

input.regular:hover {
	cursor: pointer;
	background: url('img/button.png') no-repeat top left;
}

fieldset.large input, fieldset.large textarea{
	padding: 0.4em;
	font-size: 1.2em;
}

fieldset label {
	width: 10em;
	float: left;
	font-weight: normal;
	margin-top: 4px;
	color: rgb(168, 165, 157);
}

fieldset label:hover {
	cursor: pointer;
}

fieldset input .btnsmall {
	background: url('img/button.png') no-repeat top left;
}

input.search {
	padding: 0.4em;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.bubbleInfo {
      position: relative;
}

.trigger:hover{
	cursor: pointer;
}

.popup {
	position: absolute;
      display: none;
      z-index: 5000;
      border-collapse: collapse;
      font-size: 8pt;
      color: #fff;
	background: url('img/grey.png') repeat;
	height: auto;
	padding: 8px;
	width: 110px;
	border: 1px solid #1a1a1a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.popup strong, .popup ul li {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.section .popup a {
	color: #fff;
	text-decoration: none;
}

.section .popup a:hover {
	text-decoration: underline;
}


.release {
	overflow: hidden;
	margin-bottom: 1.6em;
	clear: both;
}

.release h3 {
	font-size: 1.1em;
}

.release img {
	float: right;
	margin: 8px 0 0 8px;
	border: 1px solid #1a1a1a;
}


/* Mailing List */

#ml_addr {
	width: 140px;
	float: left;
	margin: 0 0.3em 0 0;
}

.ml p {
	height: 24px;
	padding: 0;
	margin: 0;
}

input.ml {
	border: none;
	width: 24px;
	height:24px;
	margin-top: 3px;
	background: url('img/mladd.png') no-repeat top left;
}

input.ml:hover{
	background: url('img/mladd.png') no-repeat bottom left;
}

#query {
	width: 140px;
	float: left;
	margin: 0 0.3em 0 0;
}

input.srch {
	border: none;
	width:24px;
	height:24px;
	margin-top: 2px;
	background: url('img/search.png') no-repeat top left;
}

input.srch:hover{
	background: url('img/search.png') no-repeat bottom left;
}

input.custom {
	text-indent: -5000em;
}

input.custom:hover {
	cursor: pointer;
}


input.emailsend {
	border: none;
	width: 180px;
	text-align: left;
	display: block;
	background: url('img/email.png') no-repeat left top;
	color: rgb(168, 165, 157);
	text-indent: 40px;
	font-weight: bold;
	height: 32px;
}

.emailsend:hover {
	background: url('img/email.png') no-repeat left bottom;
	cursor: pointer;
}






/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

#photos {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 26px;
	background: black;
	padding-bottom: 0;
}

.galleryview{
	padding-top: 30px;
}

/* GALLERY CONTAINER */
.gallery {padding: 5px;}

/* LOADING BOX */
.loader { background: url(img/ajax.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel{ 
	width: 1000px;
	display: block;
	margin-top: 42px;
}

.nav-next, .nav-prev {
	display: block;
	/*margin-top: 20px;*/
	display: none;
}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background {}

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; padding: 4px 0;text-shadow: none;}
.panel .panel-overlay h2 { color: white; font-size: 1.3em; padding: 0; margin: 0; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip, .strip_wrapper { margin: 20px 0 0 0; clear: both; overflow: hidden;}

#bannernav {
	display: none;
}

.filmstrip li img {
	border: 2px gray solid;
}

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap {

}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap {

}

/* FRAME IMAGES */
.frame img {

}

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}