/*
Theme Name: Asthmatic Kitty Records
Author: Asthmatic Kitty Records
Author URI: http://wordpress.org/
Description: Theme for  Asthmatic Kitty Records website
Version: 1.0
License: All rights reserved.
*/

/* Colors:
Red: #186d9e;
Blues:
186d9e
0d4fdb
03a2b0
100bee;

*/

body{
   font-family: 'Helvetica Nueue', Helvetica, Arial, sans-serif;
  color:#000;
  width: 100%;
}

html,body,h1,h2{
  margin:0;
  padding:0;
}


a:link, a:visited{
  text-decoration:none;
  color:#000;
}

a:hover,a:active{
  color:#186d9e;
}
a[data-href] {
  cursor: pointer;
}

.grecaptcha-badge {
    display: none !important;
}


/*  =================================================================================================== */
/*  header styles                                                                                       */
/*  =================================================================================================== */

header{
height: 130px;
border-bottom: 10px solid #111;
/* padding: 70px 0 0 0; */
position: relative;
}


.header-logo {
background: url('images/header-kitty.jpg') 100% 20px no-repeat;
float: right;
height: 137px;
width: 135px;
display: inline-block;
}

header h1{
margin: 0;
font-size: 32px;
display: inline-block;
float: left;
padding-top: 70px;
}

header h1 a{
  color:#000;
  text-decoration:none;
}

header nav{
display: inline-block;
float: left;
padding-top: 83px;
margin-left: 17px;
}

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

header nav ul li{
  float:left;

}

header nav ul li a{
  font-weight:bold;
  font-size:15px;
  color:#000;
  text-decoration:none;
  padding:5px 10px;
}

header nav ul li:after{
  content: "•";
  font-size:15px;
  color:#000;
  padding:0 5px;
}

header nav ul li:last-child:after{
  content: "";
}

header nav ul li.current-menu-item a{
  color:#186d9e;
}


.skip-link{
  position:absolute;
  top:-9999px;
}

div.sub-header{
  padding:10px 0;
  font-size:14px;
  font-weight:bold;
  overflow:hidden;
  border-bottom:1px solid #d5d5d5;
}

div.sub-header .widget{
  width:241px;
  padding:10px 0 0 ;
  height:30px;
  float:left;
  border-right:1px solid #d5d5d5;
}

div.sub-header .widget.social{  width:241px;}
div.sub-header .widget.newsletter,
div.sub-header .widget.widget_ns_mailchimp{display: block;
    text-align:center}
div.sub-header .widget.search{padding:5px 20px 5px 20px;width:251px}

div.sub-header .widget.newsletter a{
    display: block;
    text-align:center;
}

div.sub-header .widget.search input#s{
  border: 1px solid #d5d5d5;
  padding:5px;
  width:160px;
}

div.sub-header .widget.search input#searchsubmit{
  border: none;
  background: none;
  font-weight:900;
  font-size:14px;
  padding:2px;
  cursor: pointer;
}

div.sub-header .widget.search input#searchsubmit:hover{
  color:#b21010;
}


div.sub-header .widget.cart{
  border-right:none;
  width:102px;
  float:right;
}

div.sub-header .widget.cart a{
  font-weight:900;
  font-size:14px;
  padding:2px 40px 2px 0;
  background:url('images/cart.jpg') 100% 50% no-repeat;
}

div.sub-header div.social a{
  font-weight:bold;
  text-decoration:none;
}

div.sub-header div.social a:after{
  content: "•";
  font-size:15px;
  color:#000;
  padding:0 5px;
  margin:0 0 0 4px;
}

div.sub-header div.social a:last-child:after{
  content: "";
  padding: 0 0px !important;
}

div.sub-header div.search label{
  display:none;
}

div.sub-header div.subscribe a{
    display: block;
    text-align:center;
 }

/*  =================================================================================================== */
/*  footer styles                                                                                       */
/*  =================================================================================================== */

footer{
  display:block;
  border-top:10px solid #111;
  padding:20px 0 20px 0;
  margin:16px 0 0 0;
  position:relative;
  overflow:hidden;
  clear: both;
}


footer div.footer-left{
  float:left;
}

footer div.footer-left div.widget{
  width:230px;
}

footer div.footer-left div.widget .widget-title{
  font-weight:900;
  font-size:14px;
  float:left;
}

footer div.footer-left div.widget .textwidget{
  float:left;
  font-size:11px;
  width:170px;
  padding:0 0 0 15px;
}

footer div.footer-right img {
  margin: 0px 5px 0px 0px;
}

footer div.footer-right{
  float:right;
  width:300px;
  text-align:right;
}



/*  =================================================================================================== */
/*  content styles */
/*  =================================================================================================== */


#page{
  width:968px;
  margin:0 auto;
  padding: 0 30px 0 30px;
}

div#main{
  min-height:420px;
}


/*  =================================================================================================== */
/*  showcase on homepage */
/*  =================================================================================================== */

div.page-showcase{
  padding:15px 0 0px 0;
  position:relative;
  overflow:hidden;
}

div.page-showcase div.image {
  width:968px;
  height:auto;
}

div.page-showcase div.showcase-post{
  display: none;
  position:absolute;
  left:0;
  width:968px;
  top:16px;
  z-index:1;
}

div.page-showcase div.showcase-post.active{
  display: block;
  z-index: 2;
}

div.showcase-post div.image{
  width:968px;
  height:490px;
  float:left;
}

div.page-showcase div.image img{
  width:968px;
  height:auto;
}

div.page-showcase div.post {
width: 100%;
padding: 0;
margin: 0 0 0 0px;
border-bottom: 1px solid #D5D5D5;
padding: 15px 0px 15px 0px;
}

div.page-showcase div.post h1, ul.sub-showcase h1{
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

div.page-showcase div.post h1{
  font-size:35px;

}

div.page-showcase div.post h1 a, ul.sub-showcase h1 a{
  color:#186d9e;
}

div.page-showcase div.post-content{
    font-size: 14px;
  line-height: 18px;
}

div.page-showcase div.post-content p{
  line-height:1.15em;
  font-size: 26px;
  color: black;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

div.page-showcase div.post-content p a{
  color: black;
}

div.page-showcase div.more{
  text-align:right;
}

div.page-showcase div.more a{
  text-decoration:underline;
}

div.showcase-nav{
  position:absolute;
  left:647px;
  top:320px;
  font-size:12px;
  z-index:9;
  font-weight:900;
}

div.showcase-nav a{
  padding:2px;
}

div.showcase-nav a.active{
  color:#186d9e;
}

ul.sub-showcase {
  width: 100%;
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  display: inline-block;
 /* border-bottom: 1px solid #D5D5D5; */
}

.secondary {
  display: none;
}

ul.sub-showcase li {
  width: 470px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 13px;
  overflow: hidden;
  float: left;
}

ul.sub-showcase li:first-child {
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #D5D5D5;
  padding: 0px 13px 0px 0px;
}

ul.sub-showcase li:last-child {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 13px;
  border-left: 1px solid #D5D5D5;
}

ul.sub-showcase li img {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

ul.sub-showcase h1 {
  font-size: 20px;
  font-weight: 600;
}

ul.sub-showcase p {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0px 0px 0px;
}

ul.album-showcase {
  width: 100%;
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  display: inline-block;
  border-bottom: 1px solid #D5D5D5;
}

/*  =================================================================================================== */
/*  Album slider on homepage */
/*  =================================================================================================== */

div.album-slider{
  border-top:1px solid #d5d5d5;
  border-bottom:1px solid #d5d5d5;
  border-left:1px solid #d5d5d5;
  border-right:1px solid #d5d5d5;
  height: 98px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

div.album-slider ul {
  list-style:none;
  display: block;
  padding: 0;
  height: 70px;
  overflow: hidden;
}

div.album-slider li{
  width:200px;
  float:left;
  border-left:1px solid #d5d5d5;
  font-size:11px;
  display: block;
  padding: 0px 10px 0px 10px;
}

div.album-slider ul li a{
  display:inline-block;
  }

div.album-slider ul li a:hover{
  background-color: #EFEFEF;
}

div.album-slider ul li a:active{
  text-decoration: none;
  color: #186D9E;
}


div.album-slider ul li span.details{
  font-size: 11px;
}

div.album-slider ul li span.artist{
  font-weight: bold;
}

div.album-slider ul li span.title{
  font-style:italic;
  font-weight: normal;
}

div.album-slider li img{
  float: left;
  padding-right: 5px;
}

div.album-slider a.slider-action{
  position:absolute;
  height:98px;
  line-height:98px;
  width:25px;
  text-align:center;
  top:0;
  z-index:9;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
}

div.album-slider a.slider-action.prev{left:-1px;background:#efefef url('images/slider-prev.png') 50% 50% no-repeat;}
div.album-slider a.slider-action.next{right:-1px;background:#efefef url('images/slider-next.png') 50% 50% no-repeat;}


div.album-slider ul li.headline{
  width:100px;
  border-left:none;
}

div.album-slider ul li.headline h2{
  text-align:center;
  padding:10px;
  color:#186d9e;
  font-size:12px;
  vertical-align: middle;
}


/*  =================================================================================================== */
/*  Tetrary content on homepage */
/*  =================================================================================================== */

div.content.tetrary{
  overflow:hidden;
  padding:16px 0 0 0;
}

div.content.tetrary h2{
  font-size:14px;
  margin:0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #D5D5D5;
}



div.upcoming-shows, div.featured-release, div.tabbed-news{
  min-height:475px;
}

div.upcoming-shows, div.featured-release, div.tabbed-news{
  min-height:475px;
}

div.content div.upcoming-shows{
  width: 297px;
  border-left: 1px solid #D5D5D5;
  padding: 0 15px 0 14px;
  float: left;
}

div.content div.upcoming-shows .scroll-pane{
  height:475px;
  overflow: auto;
}

div.content.tetrary div.featured-release{
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  float: left;
  padding: 0 14px 0 14px;
  width: 302px;
  margin: 0px 0px 0 0px;
  min-height: 512px;
}

div.content div.upcoming-shows ul{
  font-size:11px;
  list-style:none;
  margin:0;
  padding:0px 0 0 0;
}


div.content div.upcoming-shows ul li a{
  display:block;
  padding:5px 0;
  border-bottom:1px dashed #d5d5d5;
  line-height:15px;
}

div.content div.upcoming-shows ul li:hover{
  background-color: #EFEFEF;

}

div.content div.upcoming-shows ul li a strong{
  display:block;
  font-size:12px;
}
div.content div.upcoming-shows ul li a span{
  display:block;
}

div.content .previous, div.content .previous a{
  color: #BEBEBE;
}

div.content .previous, div.content .previous h2{
  padding-top: 10px;
}

div.content div.featured-release h3{
  font-size:14px;
  margin:10px 0;
}

div.content div.featured-release p{
  font-size:12px;
  font-weight: normal;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}



/* tabbed news */

div.tabbed-news ul.tabs{
  list-style:none;
  margin:0 0 10px 0;
  padding:0 0 10px 0;
  border-bottom:1px solid #d5d5d5;
}

div.tabbed-news ul.tabs li{
  display:inline;
  border-right:1px solid #d5d5d5;
  padding:0 10px 0 0;
  margin:0 5px 0 0;
}

div.tabbed-news ul.tabs li:last-child{
  border:none;
}

div.tabbed-news ul.tabs li a{
  font-weight:900;
  font-size:14px;
}

div.tabbed-news ul.tabs li a.current,
div.tabbed-news ul.tabs li.active a {
  color:#186d9e;
}

div.tabbed-news{
  width:380px;
}

div.content div.tabbed-news{
  border-right:1px solid #d5d5d5;
}


div.content div.tabbed-news{
  width: 279px;
  float: left;
  padding: 0 15px 0 14px;
  border-right: 1px solid #D5D5D5;
}

div.blog-sidebar div.tabbed-news{
  margin: 0px 0px 15px 0px;
}

/* scrollable setup */

.panes-wrapper{
  width:281px;
  height:475px;
  position:relative;
  overflow:hidden;
}

div.tabbed-news .panes{
  width:1140px;
  height:475px;
  position:absolute;
  left:0;
  top:0;
}

div.tabbed-news .tab-pane{
  float:left;
  width:281px;
}


aside.artist div.artist-news .tab-pane, aside.album div.artist-news .tab-pane{
  float:left;
  width:270px;
}

/* end scrollable setup */


div.tabbed-news .scroll-pane{
  height:500px;
  width:281px;
  overflow:auto;
}

aside.artist div.artist-news .scroll-pane,
aside.album div.artist-news .scroll-pane{
  height:220px;
  width:270px;
  overflow:auto;
}

aside.artist div.artist-news .panes-wrapper,
aside.album div.artist-news .panes-wrapper{
  width:270px;
  height:220px;
}

div.tab-pane ul{
  font-size:11px;
  list-style:disc inside;
  margin:0;
  padding:0px 0 0 0;
}

div.tab-pane ul li{
  vertical-align: top;
  font-size:12px;
  color: #444;
  padding:5px;
  border-bottom:1px dashed #d5d5d5;
  list-style: none;
}

div.tab-pane ul li.featured{
  min-height: 65px;
  padding: 10px 0px 15px 80px;
  position:relative;
  list-style:none;
  margin:0 0 0 0;
}

div.tab-pane ul li.featured:hover, div.tab-pane ul li:hover{
  background-color: #EFEFEF;
}

div.tab-pane ul li.featured h3{
  margin:0 0 0px 0;
  padding: 0px;
}

div.tab-pane ul li.featured p{
  margin:0 0 0px 0;
  padding: 0px;
}

div.tab-pane ul li.featured img{
  position:absolute;
  left:0;
  top:10px;
  width: 70px;
  height: auto;
}


/*  =================================================================================================== */
/*  Artist page */
/*  =================================================================================================== */

div.page-content{
  padding: 15px 0px 0px 0px;
  overflow:hidden;
}

div.longform{
  margin-left: auto !important;
  margin-right: auto !important;
  width: 691px !important;
  float: none !important;
}

div.tourdates{
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  float: none !important;
}


div.page-content h3 {
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;

}

article.artist, article.album{
  width:472px;
  float:right;
  font-size: 14px;
  line-height: 18px;
  color: #5E5E5E;

}

div.tourdates article.artist{
  width: 100% !important;
  float: none !important;
}

div.article-content {
  padding: 0px;
  margin: 0px;
}

div.article-content img {
	max-width: 100%;
	height: auto;
}

div.press-quotes {
  padding: 15px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-top:1px solid #d5d5d5;
}

div.press-quotes h3 {
  font-size: 14px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

div.press-quotes span.quote {
}

div.press-quotes span.publication {
  font-size: 12px;
  font-style: italic;
}

div.press-quotes ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

div.press-quotes li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}
article.artist a, article.album a {
  text-decoration: none;
  color: #186D9E;
}

article.artist a:hover, article.album a:hover {
  text-decoration: underline;
  color: #186D9E;
}

article.artist h1, article.album h1, .mobile h1{
  color:#186d9e;
  font-size:32px;
  display: inline;
  padding-right: 5px;
  line-height:35px;
}

.mobile {
	display: none;
}

div.merch-title {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;

}

article.artist h2, article.album h2{
  color:#186d9e;
  font-size:25px;
  display: inline;
  font-style: italic;
  line-height: 20px;
}

article.artist .social, .mobile .social {
  border-top:1px solid #d5d5d5;
  border-bottom:1px solid #d5d5d5;
  padding:10px 0;
  margin-top: 10px;
}

article.artist .social a, .mobile .social a {
  background:#efefef;
  color:#000;
  padding:5px 10px;
}

article.artist .social a:hover, .mobile .social a:hover {
  background-color: #D1D1D1;
  color:#186d9e;
  text-decoration: none;
}

aside.artist, aside.album{
  width:470px;
  float:left;
}

aside.artist div.contact, aside.album div.contact{
  /* border-top:1px solid #d5d5d5; */
  border-bottom:1px solid #d5d5d5;
  padding: 15px 0px 15px 0;
  margin: 0px 0 15px 0;
}


aside.artist .featured-photo, aside.album .featured-photo {
  clear:both;
  padding: 0 0 10px 0;
  max-width: 471px;
  height: auto;
}

.featured-photo img {
  max-width: 471px;
  height: auto;

}

#phototip{
  position:absolute;
  border:1px solid #333;
  background:white;
  padding:2px 5px;
  color:#333;
  display:none;
  }

.left-bar-artist {
display: inline-block;
}

aside.album div.album-artist, aside.artist div.album-artist{
  border-bottom:1px solid #d5d5d5;
  margin:0px 0 0px 0;
  padding: 0 0 10px 0;
}

aside.album div.album-artist, aside.artist div.album-artist p{
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 0px 0px;
  padding: 0px;
}

aside.album div.album-artist, aside.artist div.album-artist p a{
  text-decoration: none;
  color: black;
}

aside.album div.album-artist, aside.artist div.album-artist p a:hover{
  text-decoration: none;
  color: black;
}

aside.album div.album-artist h3, aside.artist div.album-artist h3{
  font-size:14px;
  margin:10px 0 10px 0px;
}

aside.album div.album-artist, aside.artist div.album-artist a img{
	width: 100%;
}

aside.album div.album-video h3, aside.artist div.album-video h3{
  font-size:14px;
  margin:10px 0;
}

aside.album div.album-video, aside.artist div.album-video {
  margin:0px 0 0px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d5d5d5;

}

aside.artist div.contact h3, aside.album div.contact h3{
  font-size:14px;
  margin:0 10px 0 0;
  display:inline-block;
}

aside.artist div.contact ul, aside.album div.contact ul{
  display:inline-block;
  list-style:none;
  margin:0;
  padding:0;
}

aside.artist div.contact ul li, aside.album div.contact ul li{
  color:#000;
    font-size: 14px;
  line-height: 18px;
  display:inline-block;
  text-decoration:none;
}

aside.artist div.contact ul li:after, aside.album div.contact ul li:after{
  content: "•";
  font-size:15px;
  color:#000;
  padding:0 3px;
  margin:0 0 0 3px;
}

aside.artist div.contact ul li:last-child:after, aside.album div.contact ul li:last-child:after{
  content:"";
}

aside.artist .press-photos, aside.album .press-photos{
  border-right: 1px solid #d5d5d5;
  float:left;
  padding:0px 0px 0 0;
  width:170px;
  min-height: 200px;
  margin:0 0 0px 0;
}

aside.artist .press-photos h3, aside.album .press-photos h3 {
  font-size:14px;
  margin: 0px 15px 10px 0px;
  padding: 0px 0px 11px 0px;
  border-bottom: 1px solid #D5D5D5;
}

aside.artist .press-photos a, aside.album .press-photos a{
  display:block;
  margin:0 8px 8px 0;
  float:left;
}

aside.artist div.artist-news, aside.album div.artist-news{
  float:right;
  width:270px;
  border-right:none;
  min-height:220px;
}

aside.artist div.artist-news h3, aside.album div.artist-news h3{
  font-size:14px;
  margin:10px 0;
}

/* merchandise on artist page */

aside.artist .artist-merchanise{
  clear:both;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding:10px 0;
}

aside.artist .artist-merchanise .mechandise-tab{
  overflow:hidden;
}

.artist-merchanise .item{
  width:210px;
  float:left;
  margin-bottom: 10px;
  padding-left:15px;
 /* border-right:1px solid #d5d5d5; */
  font-size:12px;
}

.artist-merchanise .item:last-child{
  border-right:none;
}

.artist-merchanise .item:nth-child(odd){
  border-right:1px solid #d5d5d5;
}


/* Scroll pane */

div.artist-tabbed-news{
  float:right;
  width:270px;
  border-right:none;
  padding: 15px 0px 0px 0px;
  min-height:260px;
}

div.artist-tabbed-news .scroll-pane{
  height:225px;
  width:270px;
  overflow:auto;
}

/* End Scroll pane */


.artist-merchanise .item a{
  display:inline-block;
  position:relative;
  padding-left:72px;
  height:68px;
}

.artist-merchanise .item span.cover{
  position:absolute;
  left:-1px;
  top:0;
}

.artist-merchanise .item span.artist{
  font-weight:900;
  display:block;
  padding:5px 0 2px 0;
}

.artist-merchanise .item span.title{
  font-size:11px;
  font-style:italic;
}

.artist-merchanise .item span.type{
  font-size:11px;
  font-weight:900;
  position:absolute;
  left:72px;
  bottom:5px;
  width:120px;
}
©


div.content ul.tabs{
  list-style:none;
  margin:0 0 10px 0;
  padding:0 0 9px 0;
  border-bottom:1px solid #d5d5d5;
}

div.content ul.tabs li{
  display:inline;
  border-right:1px solid #d5d5d5;
  padding:0 10px 0 0;
  margin:0 5px 0 0;
}

div.content ul.tabs li:last-child{
  border:none;
}

div.content ul.tabs li a{
  font-weight:900;
  font-size:14px;
}

div.content ul.tabs li a.current{
  color:#186d9e;
}


#gallery-1 img {
    border: 0px;
}

/*  =================================================================================================== */
/*  Store page */
/*  =================================================================================================== */


div.store-tabs{
  text-align: center;
  padding:0 0 10px 0;
  border-bottom:1px solid #c7c6c6;
}

div.store-tabs a{
  display:inline-block;
  font-weight:900;
  padding:5px 20px;
  border-right:1px solid #c7c6c6;
}

div.store-tabs a:last-child{
  border-right:none;
}

div.store-tabs a.active{
  color:#c44747;
}

div.store-artists {
 border-bottom:1px solid #c7c6c6;
 padding: 15px 15px 15px 15px;
 text-align: center;
 margin: 0px;
 display: none;
}

div.store-artists a {
  padding-right: 5px;
}

div.store-artists a:after {
  content: " |";
  padding: 0px 10px 0px 0px;
}

div.listen-artists {
 border-bottom:1px solid #c7c6c6;
 padding: 15px 15px 15px 15px;
 text-align: center;
 margin: 0px;
 display: none;
}

div.listen-artists a {
  padding-right: 5px;
}

div.listen-artists a:after {
  content: " |";
  padding: 0px 10px 0px 0px;
}


div.store-paginator{
  text-align: center;
  padding:10px 0 10px 0;
  font-size: 18px;
}

div.store-paginator a{
  font-size:16px;
}

div.store-paginator a.active{
  color:#c44747;
}

div.store-paginator a:after{
  content: "•";
  font-size:15px;
  color:#000;
  padding:0 10px;
  margin:0 0 0 0px;
}

div.store-paginator a:last-child:after{
  content:"";
}

ul.store-albums{
  margin:0;
  padding:0px 0;
  list-style:none;
  overflow:hidden;
}

ul.store-albums li.album{
  float:left;
  width:300px;
  padding:10px;
  border-left:0px solid #c7c6c6;
}

ul.store-albums li.album:last-child{
  border-right:0px solid #c7c6c6;
}

ul.store-albums li.album h3{
  font-size:15px;
  margin:5px 0 0 0;
}

ul.store-albums li.album h3 em{
  font-size:12px;
}

ul.store-albums li.album p{
  font-size:12px;
}

ul.store-albums li.album p a{
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

ul.price-listing{
  margin:5px 0 0 0;
  padding:3px 0;
  border-top:1px solid #c7c6c6;
  border-bottom:1px solid #c7c6c6;
  list-style:none;
}

ul.price-listing li{
  background:#efefef;
  font-size:12px;
  padding:0;
  margin:3px 0;
  font-weight:900;
  position:relative;
}

ul.price-listing li span.type{
  display:inline-block;
  padding:5px 10px;
  width:110px;
}

article.album ul.price-listing li span.type{width:110px;}

article.album ul.price-listing li span.comment{font-weight: 500;max-width: 205px;
display: inline-block;}

ul.price-listing li span.price{
  display:inline-block;
  padding:5px 10px;
  width:40px;
  text-align:left;
  position:absolute;
  left:225px;
  top:0;
}

article.album ul.price-listing li span.price{left:319px;border-right:3px solid #fff}

ul.price-listing li a{
  background:#dadada;
  font-weight:900;
  display:inline-block;
  padding:5px 10px;
  width:70px;
  position:absolute;
  top:0;
  right:0;
  text-align: center;
}

ul.price-listing li a:hover{
  text-decoration: none;
  background-color: #EFEFEF;
}

ul.price-listing form {
display: inline;
margin: 0px;
padding: 0px;
float: right;
}

ul.price-listing .text-button {
border: none;
cursor: pointer;
background: #DADADA;
display: inline-block;
padding: 4px 1px;
width: 90px;
position: absolute;
top: 0;
right: 0;
text-align: center;
color: #186D9E;
font-weight: bold;
font-size: 12px;
font-family: 'HelveticaNeueW01-65Medi', Helvetica Nueue, Helvetica, Arial, sans-serif;
height: 24px;
}

ul.price-listing .text-button:hover {
background: #EFEFEF;
}


/*  =================================================================================================== */
/*  Roster page */
/*  =================================================================================================== */

ul.roster{
  margin:0 0 15px 0;
  padding:0 0 15px 0;
  list-style: none;
  overflow: hidden;
  border-bottom:1px solid #c7c6c6;
}

ul.roster:last-child{
  border:none;
}

ul.roster li{
  float:left;
  margin:0;
  padding: 0 15px;
  border-left:1px solid #c7c6c6;
}

ul.roster li:last-child{
  border-right:1px solid #c7c6c6;
}

ul.big-roster li{width:452px}
ul.medium-roster li{width:210px}
ul.small-roster li{width:210px}

ul.roster li a{
  display:block;
  font-weight: 900;
}

ul.big-roster li a{font-size:15px}
ul.medium-roster li a{font-size:13px}
ul.small-roster li a{font-size:12px}

ul.roster li a img{
  display: block;
  margin:0 0 10px 0;
}

ul.small-roster li a img{display:inline;vertical-align:top;margin:0 10px 0 0;}

/*  =================================================================================================== */
/*  Static page, blog posts */
/*  =================================================================================================== */

.blog-content{
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;

}

div.blog-primary{
  width:542px;
  float:left;
}



div.blog-primary h1,
div.blog-primary h1 a{
  color:#186d9e;
  font-size:32px;
}

div.blog-content h1 {
  font-size:32px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.blog-content h1 a{
  color:#186d9e;
  text-decoration: none;
}

div.blog-content div.multiple {
  margin: 15px 0px 0px 0px;
}

div.blog-content h4 {
  color: black;
  font-size:18px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.blog-content h4 a{
  color: black;
  text-decoration: none;
}

div.blog-content div.image {
  width: 968px;
  margin-bottom: 10px;
}

div.blog-content div.image img {
  width: 968px;
  height: auto;
 }

div.single-title {
  margin: 0px 0px 15px 0px;

}

div.news-flush {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

div.blog-primary div.post,
div.blog-primary div.hentry{
  border-bottom: 1px solid #c7c6c6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

div.blog-primary div.post:last-child,
div.blog-primary div.hentry:last-child{
  border-bottom: none;
}

div.blog-primary div.post .entry-content,
div.blog-primary div.hentry .entry-content{
  font-size: 14px;
  line-height: 18px;
  color: #444;
font-weight: normal;
letter-spacing: normal;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

div.entry-content .image {
  margin: 0px 0px 0px 0px;
  max-width: 471px;
}

div.entry-content .image img {
  height: auto;
  max-width: 542px;
}

div.entry-content img {
  height: auto;
  width: 100%;
}

div.entry-content a {
  text-decoration: none;
  color:#186D9E;
}

div.entry-content p {
  margin-top: 0px;
}

div.blog-sidebar{
  width: 380px;
  float: left;
  padding: 0px 14px 0px 14px;
  margin: 20px 0px 0px 15px;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  font-size: 12px;
  line-height: 16px;
}

div.blog-sidebar .widget_tag_cloud {
  padding: 0px 0px 0px 10px;

}

div.sidebar-widget, div.blog-sidebar .widget {
    border-bottom:1px solid #d5d5d5;
    padding: 0px 0px 15px 0px;
    margin: 0 0 15px 0px;
    display: inline-block;
    width: 380px;
}

div.sidebar-widget h3{
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    padding: 0px 0px 10px 0px;
}

div.sidebar-widget p{
    margin: 5px 0px 0px 0px;
}

div.sidebar-widget img.resize {
    width: 380px;
    height: auto;
}

div.widget-album-info {
  display:block;
  overflow: auto;

}

div.sidebar-widget .widget-cover{
    float: left;
    margin: 0 0 0 0;
}

div.sidebar-widget .widget-info {
  margin: 0px 0px 0px 110px;

}

div.sidebar-widget ul.price-listing {
  margin: 0px 0px 0px 0px;
  border-top: none;
  border-bottom: none;
  padding: 15px 0px 0px 0px;

}

div.blog-sidebar h3.widget-title{
  font-size:15px;
  margin:0 0 0 0px;
  padding: 0px 0px 10px 0px;
}


/* Twitter feed style */

.widget_twitter ul{
  margin:0;
  padding: 0px 0px 0px 10px;
  list-style:none;
}

.widget_twitter li{
  margin:0;
  padding: 0px 0px 10px 0px;
  font-size: 12px;
  line-height: 16px;
}

.widget_twitter li .entry-meta {
  margin:0;
  padding: 0px 0px 5px 0px;
}

article.page-content{
  padding:10px 0;
}

article.page-content h1{
  color:#186d9e;
  font-size:32px;
}

div.search-results{
  padding:10px;
  text-align:center;
  background:#fafafa;
  margin:0 0 10px 0;
}

div.search-results h3{
  margin:0;
}

/*  =================================================================================================== */
/*  Tourdates Page */
/*  =================================================================================================== */


div.column-one {
  float: left;
  width: 200px;
  border-right: 1px solid #d5d5d5;
  margin: 15px 0px 15px 0px;
  padding: 0px 15px 0px 15px;
}

div.column-two {
  float: left;
  width: 707px;
  margin: 15px 0px 15px 0px;
  padding: 0px 15px 0px 15px;
}

div.subcolumn-one {
  width: 357px;
  padding: 0px 15px 0px 15px;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;

}

div.subcolumn-two {
  width: 322px;
  padding: 0px 15px 0px 15px;


}

div.column-two-header {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #D5D5D5;
  display: block;
  width: 700px;
  font-weight: bold;
  padding-bottom: 10px;
}

div.tourdates ul {
  list-style: none;
  font-size: 11px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;

}

div.tourdates ul.previous{
  color: #BEBEBE;

}

div.tourdates li {
  display:block;
  padding:5px 0;
  border-bottom:1px dashed #d5d5d5;
  line-height:15px;
}

div.tourdates ul li:hover{
  background-color: #EFEFEF;

}
div.tourdates ul li a strong{
  display:block;
  font-size:12px;
}
div.tourdates ul li a span{
  display:block;
}



div.tourdates li {
  list-style: none;
}

div.tourdates h3 {
  font-size:14px;
  margin: 0;
  padding: 0;
}



/*  =================================================================================================== */
/*  jScrollPanbe styles */
/*  =================================================================================================== */


.jspContainer{
  overflow: hidden;
  position: relative;
}

.jspPane{
  position: absolute;
}

.jspVerticalBar{
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
}

.jspHorizontalBar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *{
  margin: 0;
  padding: 0;
}

.jspCap{
  display: none;
}

.jspHorizontalBar .jspCap{
  float: left;
}

.jspTrack{
  background: #efefef;
  position: relative;
}

.jspDrag
{
  background: #dadada;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
  float: left;
  height: 100%;
}

.jspArrow{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled{
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow{
  height: 16px;
}

.jspHorizontalBar .jspArrow{
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus{
  outline: none;
}

.jspCorner{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
  margin: 0 -3px 0 0;
}

/*  =================================================================================================== */
/*  slider styles                                                                                       */
/*  =================================================================================================== */

#merch-images img {
  width: 470px !important;
  min-height: 470px;
}

#merch-thumbs  {
  margin-top: 10px;
}

#merch-thumbs img {
  width: 90px;
  height: auto;

}

#merch-images span {
  background-color: rgba(255, 250, 250, 0.9);
  width: 471px;
  display: none;
  position: absolute;
  bottom: 0;
  left:0;
  font-size: 14px;
  line-height: 18px;
  color: #5E5E5E;
  padding: 5px;
}

/*  =================================================================================================== */
/*  Wordpress Gallery Code */
/*  =================================================================================================== */

body dl.gallery-item + br { display: none; }


#gallery-1 img {
    border: 0px !important;
}

/*  =================================================================================================== */
/*  Wordpress styles                                                                                    */
/*  =================================================================================================== */

.alignright {
float: right;
}

.alignleft {
float: left;
}

/*  =================================================================================================== */
/*  FlexSlider styles                                                                                   */
/*  =================================================================================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


a.link-button {
 padding: 15px 0px 15px 0px;
display: block;
width: 100%;
margin: 10px 0px 10px 0px;
background-color: #000;
color: #FFF !important;
font-weight: bold;
font-size: 18px;
text-align: center;
text-decoration: none;
}
}

a.link-button span {
    display: block;
    line-height: 14px;
    padding: 8px 0 9px 10px;
}


/*  =================================================================================================== */
/*  Responsive Video Container */
/*  =================================================================================================== */



	.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


/*  =================================================================================================== */
/*  Wants Responsive Layout? use following queries */
/*  =================================================================================================== */

/* Landscape phones and down */
@media (max-width: 480px) {
  #page {
    width: 98% !important;
    padding: 10px;
    margin: 0 auto;
  }

  header {
	  text-align: center;
	  height: auto;
	  border-bottom: 5px solid #111;
	  padding-bottom: 5px;
  }

  header h1 {
  	margin: 0 auto 10px auto;
  	float: none;
  	padding: 0px;
  	font-size: 25px;
  }

  header nav {
  	display: inline-block;
  	  padding: 0px 0px 0px 0px;
  	  margin: 0px;
  	  width: auto;
  	  float: none;
  }

  header nav ul li a {
    font-size: 12px;
    padding: 0px;
  }

.header-logo {
  background: url('images/header-kitty.jpg') 50% 10px no-repeat;
  float: right;
  height: 120px;
  width: 100%;
  display: inline-block;
}

  .sub-header {
    display: none;
  }

  div.page-showcase div.image img {
  width: 100%;
  height: auto;
  }

  div.page-showcase div.image {
  width: 100%;
  height: auto;
  }

 div.page-showcase div.post h1 {
  font-size: 28px;
  }

  div.page-showcase div.post-content p {
  font-size: 14px;
  font-weight: bold;
  }

  ul.sub-showcase li {
  width: 100%;
  padding: 0px;
  }

  ul.sub-showcase li img {
  width: 100%;
  }

  ul.sub-showcase li {
  margin: 0px 0px 20px 0px;
  height: auto;
  border-right: none;
  border-bottom: 1px solid #D5D5D5;
  padding: 0px 0px 20px 0px;
  }

  ul.sub-showcase li:first-child {
  margin: 0px 0px 20px 0px;
  border-right: none;
  padding: 0px 0px 20px 0px;
  }

  div.album-slider{
  }

  div.content div.upcoming-shows {
  	display: none;
  }

  div.content div.tabbed-news {
	display: none;
	}
	div.content.tetrary {
	overflow: auto;
	padding: 0;
	margin: 0px;
	}

	ul.sub-showcase li:last-child {
	  margin: 0px 0px 20px 0px;
  height: auto;
  border-left: none;
  border-bottom: 1px solid #D5D5D5;
  padding: 0px 0px 20px 0px;
	}

	div.content.tetrary div.featured-release {
	border-left: none;
	border-right: none;
	padding: 0px;
	width: 100%;
	margin: 0px;
	min-height: 512px;
	}

	div.content.tetrary h2 {
	border-bottom: none;
	}

	div.blog-content div.image {
	width: 100%;
	margin-bottom: 10px;
	}

	div.blog-primary {
	width: 100%;
	float: left;
	}

	div.blog-sidebar {
	width: 100%;
	float: none;
	padding: 0px ;
	margin: 0px;
	border-left: none;
	border-right: none;
	font-size: 12px;
	line-height: 14px;
	}

	div.page-showcase div.post {
	  padding: 0px;
	}

	footer div.footer-right {
	  float: none;
	}

	div.page-showcase div.post h1 {
	  font-size: 20px;
	}

	div.blog-content h1 {
	  font-size: 20px;
	}

	div.blog-content h4 {
	  font-size: 12px;
	}

	div.blog-content div.image img {
	  width: 100%;
]	  height: auto;
	}

	div.sidebar-widget, div.blog-sidebar .widget {
	  width: 100%;
	}

	ul.price-listing li span.price {
	  position: initial;
	}

	ul.roster li {
	  display: table;
	  margin: 0px auto 10px auto;
	  border-bottom: 1px solid Black;
	  padding-bottom: 10px;
	  border-left: 0px;
	  float: none;
	  padding: 5px 0px 5px 0px;
	}

	ul.roster li:last-child {
	  border-right: 0px solid #c7c6c6;
	}

	ul.roster {
	  margin: 0px;
	  padding: 0px;
	  list-style: none;
	  overflow: hidden;
	  border-bottom: 0px;
	}

	article.artist, article.album {
	  width: 100%;©
	  /* display: inline-block; */
	}

	article.mobile {
		display: block;
		margin-top: 10px;
	}

	aside.artist, aside.album {
	  width: 100%;
	}

	.featured-photo img {
	  max-width: 100%;
	  height: auto;
	}

	aside.artist .press-photos, aside.album .press-photos {
		display: none;
	}

	.not-mobile {
		display: none;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Large desktop */
@media (min-width: 1200px) {
  }

