/* ---------------------------------------

	Structure

   ------------------------------------ */

body {
  background: url(../images/bg.gif);
  font-family: Helvetica, arial, sans-serif;
  text-align: center;
}
body.home {
  background: #17191c;
  background-image: none;
}
body.landingPage {
  background: #17191c url(../images/bgLandingPage.jpg) top center no-repeat;
}
.header {
  background: #17191c url(../images/bgHeader.jpg) center top no-repeat;
  min-height: 235px;
  margin: 0 0 15px;
  position: relative;
}
body.home .header {
  background: none;
  height: 302px;
}
body.home .header p.logo, body.home .header .innerShadow, body.home .footer {
  display: none;
}
.homelogo {
  display: none;
}
body.home .homelogo {
  display: block;
}
.fullWidthModule {
  width: 100%;
  overflow: hidden;
}
.homeContentWrapper {
  background: url(../images/bg.gif);
  margin: -23px 0 0;
}
.mainContent {
  margin: 25px 10px 0;
  text-align: left;
}
.postEntry {
  background: url(../images/border_2tone.gif) left bottom repeat-x;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 30px;
  text-align: left;
}
.secondaryContent {
  text-align: left;
}
.footer, .homeFooter {
  margin: 0 auto 50px;
  overflow: hidden;
  text-align: left;
}
.homeFooterWrapper {
  background: url(../images/bg_footerHome.gif) left top repeat-x;
  padding: 30px 0;
}

/* Landing Page
   ------------------------------------ */

.banner_lp {
  background: url(../images/bg_bannerLP.png) left bottom repeat-x;
  height: 58px;
  text-align: center;
}
.lpContent {
  margin: 285px auto 100px;
  overflow: hidden;
  width: 850px;
}
.lpContent .formWrapper {
  margin: 0 auto;
  width: 745px;
}
.formWrapper form {
  width: 520px;
}
.formWrapper form p {
  margin: 0;
}

/* End Landing Page
   ------------------------------------ */


/* ---------------------------------------

	End Structure

   ------------------------------------ */



/* ---------------------------------------

	Typography

   ------------------------------------ */

/* Main Nav
   ------------------------------------ */

.mainNavWrapper {
  background: url(../images/bgMainNav.png) left top repeat-x;
  margin: 0 0 20px;
  overflow: hidden;
}
   
ul#mainNav {
  margin: 0 auto;
  overflow: hidden;
  width: 940px;
}
ul#mainNav li {
  display: block;
  float: left;
  font-size: 15px;
  height: 63px;
  margin: 0;
  max-width: 150px;
  text-transform: uppercase;
}

ul#mainNav li a {
  color: #b3b3b3;
  display: block;
  float: left;
  line-height: 50px;
  height: 50px;
  padding: 18px 17px 0;
  text-decoration: none;
  text-shadow: -1px -1px 0px #000;
}
ul#mainNav li.active a, ul#mainNav li.active a:hover, ul#mainNav li a:hover {
  background: url(../images/bgNav-On.png) center top no-repeat;
  color: #231F20;
  padding: 18px 17px 10px;
  text-shadow: 1px 1px 0px #fff;
}
ul#mainNav li a:hover {height: 32px; padding: 18px 17px 0;}
   
/* End Main Nav
   ------------------------------------ */
   
/* Sec Nav
   ------------------------------------ */
ul.secondaryNav {
  margin: 0 0 15px;
}
ul.secondaryNav li {
  background: url(../images/border_2tone.gif) left bottom repeat-x;
  font-size: 22px;
  height: 45px;
  list-style: none;
}
ul.secondaryNav li a {
  color: #b3b3b3;
  display: block;
  height: 30px;
  padding: 13px 0 0;
  text-shadow: -1px -1px 0px #000;
  text-decoration: none;
}
ul.secondaryNav li.active a, ul.secondaryNav li a:hover {
  color: #fff;
}
ul.secondaryNav li.active a {
  background: url(../images/arrow_pixels.gif) right center no-repeat;
}


/* End Sec Nav
   ------------------------------------ */

/* Buttons
   ------------------------------------ */

.btn a {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  background: url(../images/bgBtn.png) left top repeat-x;  
  color: #080305;
  display: block;
  font-size: 15px;
  line-height: 27px;
  padding: 3px 0px 0 12px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
}
.btn a:hover {
  background: url(../images/bgBtn.png) left bottom repeat-x;  
}
.btn a img {
  background: none;
  border: none;
  float: right;
  margin: 2px 5px 0 0;
  padding: 0;
  vertical-align: middle;
}
.btn.audio {
  margin: 10px auto;
  width: 160px;
}
body.home .btn.audio {
  margin: 20px auto 0;
}
.btn.medium {
  float: left;
  margin: 0 5px 0 0;
  width: 135px;
}

/* End Buttons
   ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
  color: #B3B3B3;
  font-weight: normal;
  margin: 0 0 5px;
  text-shadow: -1px -1px 0px #000;
}
h1 {
  font-size: 35px;
}
h1.xl {
  color: #434752;
  font-size: 45px;
  text-align: left;
  text-transform: uppercase;
}
h1 a, h3 a {
  color: #B3B3B3;
  outline: none;
  text-decoration: none;
}
h2 {
  font-size: 27px;
}
h2.date {
  min-width: 260px;
}
h3 {
  font-size: 23px;
}
h4 {
  color: #33343F;
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.highlightWrapper.bandmates h6 {
  line-height: 30px;
}
.secondaryContent .highlightWrapper.bandmates h6 img {
  float: right;
  margin: 2px;
}
p {
  margin: 18px 0 0;
  text-align: left;
}
p, dl, ol, ul {
  color: #807D7F;
  font-size: 12px;
  line-height: 19px;
}
p img {
  vertical-align: middle;
}
.logo, .homelogo, .catalogEntry.forStore p {
  text-align: center;
}
.logo a img, .homelogo a img {
  outline: 0;
}
.postMeta, .postMeta a {
  color: #6E6B6D;
  font-size: 11px;
  margin: 8px 0 0;
}
.showMeta {
  border-left: 1px solid #000;
  float: left;
  padding: 0 0 0 10px;
  width: 369px;
}
.showMeta p {
  float: left;
  margin: 0 5px 0 0;
}
.largePink {
  color: #E9098A;
  font-size: 41px;
}
a {
  color: #C8C5C5;
}
dl, ol, ul {
  margin: 0 0 0 15px;
}
dl dt {
  font-size: 15px;
  font-weight: bold;
}
dl dd {
  margin: 0 0 0 10px;
}
ol li, ul li {
  margin: 0 0 0 0px;
}
ul.pages {
  float: right;
  list-style: none;
  margin: 0;
  overflow: hidden;
  width: 200px;
}
ul.pages li, ul.pages li a {
  display: inline;
  height: 20px;
  margin: 4px;
  text-indent: -9999px;
  width: 70px;
}
ul.pages li.left a {
  background: url(../images/arrow_pagination.png) left bottom no-repeat;
  float: left;
}
ul.pages li.right a {
  background: url(../images/arrow_pagination.png) left top no-repeat;
  float: right;
}
.footer ul, .footer ul li, .footer ul li a, .homeFooter ul, .homeFooter ul li, .homeFooter ul li a {
  list-style: none;
  margin: 0;
  text-decoration: none;
}
blockquote {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #17191C;
  border: 1px solid #000;
  margin: 21px 21px 0;
  padding: 0px 20px 18px;
}

/* Forms
   ------------------------------------ */

input[type=text], textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: none;
  border: 1px solid #7F7F7F;
  color: #b2b2b2;
  padding: 11px 16px;
  width: 92%;
}
.half input[type=text] {
  float: left;
  margin: 0 0 18px;
  width: 83%;
}
input[type=text]:focus, textarea:focus {
  border: 1px solid #E9098A;
}
input[type=submit] {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  background: url(../images/bgBtn.png) left top repeat-x;  
  border: none;
  color: #080305;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  text-decoration: none; 
}
.footer p, .homeFooter p {
  margin: 0;
}
.newsletter input[type=submit] {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: url(../images/btn_signUp.png) left center no-repeat;
  height: 38px;
  text-indent: -9999px;
  width: 217px;
}
.newsletter label {
  display: none;
}
.contact select {
  font-size: 15px;
  margin: 8px 0 0;
  width: 92%;
}
form.contact input[type=submit] {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: url(../images/btn_send.png) left center no-repeat;
  float: right;
  height: 44px;
  text-indent: -9999px;
  width: 103px;
}

/* End Forms
   ------------------------------------ */


/* ---------------------------------------

	End Typography

   ------------------------------------ */



/* ---------------------------------------

	Custom Divs

   ------------------------------------ */

#flashContent {
  left: 0;
  position: absolute;
  top: -40px;
  z-index: -100;
}
.postEntry img, .highlightWrapper, .secondaryContent .highlightWrapper.bandmates {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  background: #17191C;
  border: 1px solid #000;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
}
.secondaryContent .highlightWrapper {
  float: left;
  margin: 2px;
  padding: 2px;
}
.secondaryContent .highlightWrapper.forContact p {
  margin: 0;
  padding: 12px;
}
.darkened {
  background: rgba(0,0,0,.3);
  margin: 0 5px 0 0;
  padding: 6px 7px;
}
.innerShadow {
  background: url(../images/headerInnerShadow.png) center bottom no-repeat;
  bottom: 0px;
  height: 20px;
  position: absolute;
  width: 100%;
}
.half {
  float: left;
  margin: 0;
  width: 50%;
}
.half.last {
  margin: 0;
}
.alignleft {
  float: left;
  margin: 0 15px 0 0;
}
.alignright {
  float: right;
  margin: 0 0 0 15px;
}
.homeFooter p.alignright {
  margin: 70px 0 0;
}
.btn.medium.alignright {
  float: right;
}
.alignnone, .btn.medium.alignnone, .secondaryContent .highlightWrapper.alignnone {
  float: none;
}
.grid5photo {
  max-width: 360px;
}
.grid9photo {
  max-width: 360px;
}
.nomargin {
  margin: 0;
}
.imageWrap200 {
  height: 200px;
  overflow: hidden;
}

.catalogEntry {
  background: #17191C;
  border: 1px solid #000;
  float: left;
  height: 250px;
  margin: 5px;
  text-align: center;
  overflow: hidden;
  padding: 9px;
  width: 202px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.catalogEntry.forStore {
  height: 300px;
}
.catalogEntry:hover, .secondaryContent .highlightWrapper:hover {
  border: 1px solid #E9098A;
  cursor: pointer;
}
.catalogEntry img, .highlightWrapper.bandmates img {
  background: none;
  border: none;
  margin: 0 0 15px;
  padding: 0;
}
body.home .highlightWrapper {
  background: #17191C url(../images/bgCatHome.gif) right center no-repeat;
  margin: 0 0 20px;
}
.catEntry {
  float: left;
  text-align: left;
  width: 345px;
}
.catMeta {
  display: inline;
  float: right;
  width: 85px;
}
.catMeta p {
  color: #B3B3B3;
  font-size: 44px;
  margin: 0;
  text-align: center;
}
.catMeta span {
  display: block;
  font-size: 15px;
  margin: 10px 0 0;
  text-transform: uppercase;
}

/* Scrollable Styles
   ------------------------------------ */

.scroller {
  background: url(../images/bgScroller.png) left top repeat-x;
  height: 310px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.scrollerWrapper {
  margin: 60px auto;
  overflow: hidden;
  position: relative;
  width: 1072px;
}
.highlighter {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #E9098A;
  height: 178px;
  left: 381px;
  position: absolute;
  width: 300px;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	float:left;	
	height:184px;
	overflow:hidden;
	position:relative;
	width: 980px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	cursor:pointer;
	float:left;
	margin:0 10px;
	height:184px;
	width:306px;
	opacity: .7;
}

/* active item */
.scrollable .active {
  opacity: 1;
	position:relative;
	z-index:9999;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/arrows_scroller.png) no-repeat;
	display:block;
	width:46px;
	height:184px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -184px; clear:right;}
a.right:hover 	{ background-position:-46px -184px; }
/* a.right:active 	{ background-position:-60px -30px; }  */


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  { background-position:-46px 0; }
/* a.left:active { background-position:-60px 0; } */

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 

/* End Scrollable Styles
   ------------------------------------ */


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ---------------------------------------

	End Custom Divs

   ------------------------------------ */


/* ---------------------------------------

	DISQUS STYLING

   ------------------------------------ */


#dsq-content .dsq-options span {
color: #b3b3b3;
margin-right:10px;
}
#dsq-content .dsq-thread-settings {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:transparent url(http://mediacdn.disqus.com/1000/images/themes/narcissus/header-grey.png) repeat scroll 0 0;
border:1px solid #999999;
clear:left;
color: #b3b3b3;
margin-bottom:1em;
padding:3px 5px;
}
#dsq-content .dsq-request-user-stats {
color: #b3b3b3;
padding:0.25em 0 0 0.5em;
}
#dsq-content .dsq-subscribe a, #dsq-content .dsq-subscribe-label {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
color:#b3b3b3 !important;
display:block;
padding:6px;
text-decoration:none;
}
#dsq-content .dsq-sharing-options button.dsq-button-small {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://mediacdn.disqus.com/1000/images/themes/narcissus/gray-15.png) repeat scroll 0 0;
border:0 none;
color: #b3b3b3;
cursor:pointer;
min-width:150px;
padding:4px 7px 5px;
text-align:left;
}
#dsq-content .dsq-post-footer .dsq-button {
color: #fff;
float:right;
margin-left:3px;
}
#dsq-content .dsq-comment-footer-right button.dsq-button-small {
color: #fff;
margin-right:3px;
}
