/*	Resets
-------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, input, select,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
margin: 0;	padding: 0;	border: 0;}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
display: block;}

a img {border: 0;}

img{max-width:auto;}

/* The 1140px Grid by Andy Taylor – http://cssgrid.net – http://www.twitter.com/andytlr – http://www.catchingzebra.com */
.container{padding: 0 20px 0;}.row{width:100%;max-width:980px;margin:0 auto;zoom:1}.row::before,.row::after,.clearfix::before,.clearfix::after{content:"";display:table}.row::after,.clearfix::after{clear:both}.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol{margin-right:3.8%;float:left}.onecol{width:4.85%}.twocol{width:13.5%}.threecol{width:22.15%}.fourcol{width:30.8%}.fivecol{width:39.45%}.sixcol{width:48.1%}.sevencol{width:56.75%}.eightcol{width:65.4%}.ninecol{width:74.05%}.tencol{width:82.7%}.elevencol{width:91.35%}.twelvecol{width:100%;float:left}.last{margin-right:0}img,object,embed{max-width:100%}

/*	Typography */



/* General
-------------------------------------------------------------------------------*/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.3em;
    font-size: 13px;
    text-shadow: 0 -1px 1px rgba(0,0,0,.4);
}
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
    font-family: 'Doppio One', Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    font-weight: normal!important;
    text-decoration: none!important;
    
}
h1 {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    background: url("../images/header-line.png") no-repeat scroll bottom left transparent;
    font-weight: normal;
}
h2 {
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

h3, h4, h5, h6 {
padding: 0 0 5px 0;
}

p{
margin: 10px 0;}

a {
   outline: 0;
}

a:link,
a:visited {
    text-decoration: none;     
    -webkit-transition: color .3s ease-in, background-color .2s ease-in;
    -moz-transition: color .3s ease-in, background-color .2s ease-in;
    -o-transition: color .3s ease-in, background-color .2s ease-in;
    transition: color .3s ease-in, background-color .2s ease-in;
}

a:hover,
a:active {
    text-decoration: none;
    color: rgba(255,255,255,1);
}

.row a:active, #main-menu a:active{
position: relative;
top:1px;
left: 1px;}


#main-menu a {opacity: 0.6;
	color: #FFFFFF;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;}
#main-menu a:hover {opacity: 1.0;}


input, textarea {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;
    margin: 6px 0;
    overflow: auto;
    padding: 8px 11px;
    resize: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: block;
    height: 32px;

}

textarea {
    min-height: 140px;
}

input:focus, textarea:focus {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1), 0 2px 2px rgba(0, 0, 0, 0.5) inset;
    outline: 0 none;
}

a.button, button.button, input.button, #respond input#submit, #content input.button, input, textarea, input[type="submit"], #side .widget .button, .buy-button .button {
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
    border-radius: 0!important;
    line-height: 15px;
}




a.button, button.button, input.button, #respond input#submit, #content input.button, input[type="submit"] {
    text-transform: uppercase;
    cursor: pointer;
}
input[type="submit"]:active {
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	position: relative;
	top:1px;
	left:1px;
}

article ul, article ol, .product li {padding: 5px 40px;}

article ul li, article ol li, .product li {margin: 10px 0;}


article ul, .product ul {
    list-style: none;
}

article.page li:before, article.post li:before, .product li:before {
    content: "•";
    display: block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 12px;
    margin-top: 1px;
}

article.page ol li:before, article.post ol li:before, .product ol li:before {
    content: "–";
    display: block;
    float: left;
    font-size: 16px;
    height: 18px;
    margin-right: 12px;
    }

article blockquote {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    margin: 10px 25px;
    padding: 15px 25px;
}

.album-meta ul li:before {
margin-right: 0;
content: }


/* Masthead
-------------------------------------------------------------------------------*/
#masthead {
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: 10;
}
#masthead-inner {
    position: relative;
    width: 970px;
    height: 60px;
    margin: 0 auto;
}
/* Branding
-------------------------------------------------------------------------------*/
#masthead-inner h1#logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 42px;
    text-indent: -20000em;
    width: 77px;
    border: none;
    margin: 8px 0 0 55px;
}
#masthead-inner h1#logo a {
    display: block;
    height: 42px;
}
#masthead-inner h1#logo:hover {
    cursor: pointer
}
#masthead-inner h1#logo:active {
    position: relative;
    top: 2px;
}
/* Nav
-------------------------------------------------------------------------------*/
nav{
	float:left;
	margin:10px 0 0 60px;
	font-size: 15px;
	font-family: 'Doppio One', Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    font-weight: normal!important;
}

nav #main-menu li a {
font-weight: normal;}

.sub-menu {
font-size: 14px;}

#mobile-menu {display: none;}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			267px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.4em; /* match top ul list item height */
	z-index:		99;
}

.sf-menu li li {
padding: 2px 1px;}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			267px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1.5em;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
}

.sf-menu li {
	background:	 none;
}
.sf-menu li li{
	background:	url('../images/nav-div-shadow.png') no-repeat bottom center;
}

.sf-menu li:hover, 
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:none;
	outline:		0;
	
}
.sf-menu li li:hover, .sf-menu li li:active, .sf-menu li li:focus{
	background:	url('../images/nav-div-shadow.png') no-repeat bottom center;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.9em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	margin:3px 0 0 0;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			11px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/

}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


.sf-shadow ul {

-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);

}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Slider
-------------------------------------------------------------------------------*/
#slider-wrapper{
	float:left;
	padding:0 0 1px 0;
	width: 100%;
	margin-bottom: 34px;
}

#slider{
	position: relative;
	overflow: hidden;
	height:371px;

}

#slider .container{

	height:456px;
	float:left;
	z-index:1;
	width:100%;
	background-position:50% 0px;
	background-repeat: no-repeat;

}

#slider .container .content{
	position: relative;
	z-index: 2;
	max-width: 960px;
	margin:85px auto 0;
}


#slider .video {
	float: left;
	box-shadow: 0 0 0 3px #444444, 0 0 0 5px #18545F, 0 0 50px #000000;
	-moz-box-shadow: 0 0 0 3px #444444, 0 0 0 5px #18545F, 0 0 50px #000000;
	-webkit-box-shadow: 0 0 0 3px #444444, 0 0 0 5px #18545F, 0 0 50px #000000;
	
}

#slider .video.video-without-newsletter {
	position: relative;
	left: 50%;
	margin-left: -300px;
}

.video {
	background: #101010;
	height: 342px!important;
    padding: 1px;
    width: 604px!important;}

.newsletter{
	width:336px;
	height: 342px;
	position: relative;
	float:right;

}

.newsletter p{
	font-weight:bold;
	text-align: center;
	font-size: 16px;
	padding: 55px 35px 0px 35px;
	line-height: 1.4;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.7);
	}

#slider .newsletter form{
	width:200px;
	margin:0 auto;
}


#mc_embed_signup h2, #mc_embed_signup .input-group, .indicates-required {
display: none;}



.newsletter input {
border: 2px;
box-shadow: none;
width: 100%; }

.newsletter input[type="submit"]{
border-width: 1px;
  margin-top: 8px;
	
}

#slider .newsletter input[type="submit"]:hover{
	cursor:pointer;

}
/* Content Wrapper and Content Area
-------------------------------------------------------------------------------*/
.row.widget-top {
    background: url("../images/social-top-shadow.png") no-repeat bottom center;
    padding-bottom: 58px;
}
.row.widget-bottom {
    background: url("../images/social-bottom-shadow.png") no-repeat top center;
    margin-top: 26px;
    padding-top: 82px;
}
.content-wrapper {
    width: 970px;
    position: relative;
    margin: 0 auto;
    clear: both;
    z-index: 4;
}
#content-main {
    width: 600px;
    min-height: 600px;
    padding: 40px 0;
    float: left;
}
/* Blog
-------------------------------------------------------------------------------*/
article.post {
    margin: 0 0 20px 0
}
article.post img, .gallery img {
    max-width: auto;
    border: 3px solid rgba(255, 255, 255, 0.12)!important;
}
article.post p.img-wrap {
    background: url("../images/blog-image-shadow.png") no-repeat bottom center transparent;
    padding: 0 0 10px 0;
    margin: -1px 0 0 0;
}
article.post p {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 21px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
article.post .postmetadata,
article.page .postmetadata{
    width: 100%;
    height: 75px;
    margin: 10px 0 0 0;
    clear: both;
}
article.post .postmetadata p {
    font-style: italic;
    font-size: 12px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .75);
    display: block;
    text-align: center;
    padding: 15px 0 0 0;
    opacity: 0.9;
}
article.post .postmetadata .count {
    padding: 3px 6px 2px 5px;
    border-radius: 3px;
    color: #FFFFFF;   
}


article.post .postmetadata span.count:hover {
    text-decoration: none
}

time {
    font-weight: bolder;
    margin: 0 25px 0 0;
    float: left;
}

article.post .postmetadata .comments-number {
	text-decoration: none;
}

article.post .postmetadata a:hover .count {
	color:#fff;
}

.post .btn-view {display: none;}



/* Comments
-------------------------------------------------------------------------------*/


.comments-list {
	width:100%;
	padding-bottom:13px;
}
.comments-list .comment {
	width:100%;
	padding-bottom:15px;
	position: relative;
	clear: both;
}
.comments-list .comment:after {
	content:"";
	display:block;
	clear:both;
}
.comments-list .comment .visual {
	width: 68px;
	margin-right:10px;
	float:left;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 1px;
}
.comments-list .comment .visual img {display:block;}
.comments-list .comment-body > .text-holder {
	padding:0 0 3px 7px;
	height:1%;
	overflow:hidden;
}

.depth-2 .text-frame {
width: 470px;
margin-left: 87px;}

.depth-3 .text-frame {
width: 440px;
margin-left:117px;}

.depth-4 .text-frame {
width: 410px;
margin-left:147px;}


.comments-list .text-frame {
    background: rgba(0,0,0,0.1);
    padding: 10px 21px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}
.comments-list .title {
	width:100%;
	padding-bottom:3px;
}
.comments-list .name {
	font: bold 15px Helvetica, Arial, sans-serif;
}
.comments-list .date {
	font-size:11px;
}
.comments-list p {
	line-height:22px;
	margin: 8px 0 !important;
}
.comments-list .comment .comment {padding:13px 0 0;position:relative;clear:both;}
.comments-list .comment .comment .visual {
	float:right;
	margin:0 0 0 10px;
}
.comments-list .comment .comment .comment-body > .text-holder {
	padding:0 7px 3px 0;
}
#respond {
	width:100%;
	padding: 0 0 26px 5px;
}
#respond .text,
#respond .comment-form-comment {
	width:100%;
	padding-bottom:3px;
}



/* Homepage Columns
-------------------------------------------------------------------------------*/
.col-1 {
    float: left
}
.col-2 {
    float: right
}
.full-width {
    height: auto
}

.full-width p {
width: 90%;}

.wp-smiley {width: 100%}

/* Widgets
-------------------------------------------------------------------------------*/
#side .widget {
	margin: 30px 0;}
	
#side .widget a {
  	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05);
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 20px;
	text-decoration: none;
	display: inline-block;
	opacity: 0.7;
	-webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

#side .widget a:hover {
	opacity: 1.0;
}

#side .widget a:active {
	position: relative;
	top:1px;
	left: 1px;
}

.widget .thumbnail {
    background: url("../images/thumbnail-shadow.png") no-repeat scroll bottom center transparent;
    position: relative;
    width: 95px;
    height: 98px;
    padding-bottom: 12px;
}

.widget .thumbnail img {
border: 2px solid rgba(255,255,255,0.12);
}

.thumbnail.left {
    float: left;
    margin-right: 13px;
}
.thumbnail.right {
    float: right;
    margin-left: 13px;
}

.fb-container {
    border:1px solid rgba(255,255,255,0.1);
}


.widget .latest-item {
    padding: 6px 0 9px 0;
    background: url("../images/story-div-shadow.png") no-repeat scroll bottom center transparent;
    margin-bottom: 10px;
}

.widget h2 {
	background: url("../images/header-line.png") no-repeat scroll -178px bottom transparent;
    font-size: 19px;
    margin: 0 0 6px;
    padding: 0 0 8px;
}

.widget p {
    font-size: 13px;
    line-height: 20px;
}
.widget span.title {
    text-overflow: ellipsis;
}

.latest-item p {
margin: 0;}

.widget p > span.title {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 0;
}
.soundcloud {
    margin: 10px 0
}

.shows {
	width: 100%;
}

.shows tbody tr {
	height: 40px;
}

.shows td {
	vertical-align: top;
}

td.time {
	font-weight: bold;
	padding-right: 20px;
}
td.venue {
	padding-right: 10px;
}
td.tickets {
    font-size: 11px;
    font-weight: bolder;
    text-transform: uppercase;
    width: 80px;
}

/* Facebook
-------------------------------------------------------------------------------*/
.fb-container {
    width: 450px;
    height: 212px;
    overflow: hidden;
    background: #131313;
}
.fb-container > div {
    margin: -1px 0px 0px -1px
}
#side .fb-container {
    width: 298px;
    height: 378px;
    overflow: hidden;
    background: #131313;
}
#side .fb-container > div {
    margin: -1px 0px 0px -1px
}
/* Social
-------------------------------------------------------------------------------*/
.social-wrapper {
     margin: 30px 0 0 15%;
    min-height: 140px;
}

.social-wrapper p {
width: 680px;
}

.social-wrapper div.img {
    min-height: 150px;
    float: left;
    position: relative;
    top: 27px;
    width: 85px;
}
.social-wrapper span.date {
    color: #8a9096;
    font-size: 12px;
    font-style: italic;
}
.social-wrapper p {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding: 9px 0 21px 0;
}
.social-wrapper a.bnt:link,
.social-wrapper a.bnt:visited {
    padding: 5px 15px;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.social-wrapper a.bnt:active {
    position: relative;
    top: 1px;
    left: 1px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
/* Footer
-------------------------------------------------------------------------------*/
#footer-wrapper {
    width: 100%;
    height: 182px;
    position: relative;
    clear: both;
    margin: 40px 0 0;
}
#footer {
    border-bottom: solid 1px #050a10;
    float: left;
    height: 178px;
    padding-top: 60px;
    width: 100%;
    font-weight: bold;
}
#footer p.copyright {
    font-size: 15px;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 30px 0 0 0;
}
#footer p.nightLife {
    font-size: 13px;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0 0 0 0;
}
#footer {
    color: #000;
}
#footer p.nightLife a:link,
#footer p.nightLife a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}
#footer p.nightLife a:hover,
#footer p.nightLife a:active {
    text-shadow: none!important;
}
.social {
    position: relative;
    top: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 0;
    list-style: none;
}
.social li {
    float: none;
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 41px;
    text-indent: -999em;
    padding: 0;
    margin: 0 30px;
}
.social li a {
    display: block;
    height: 25px;
}
.social li img {
    vertical-align: top
}
/** Footer social icons **/
#footer .icons li {
    background: url(../images/social-icons.png) 0px 0px;
    opacity: .7;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -khtml-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#footer .icons li:hover {
    opacity: 1
}
#footer .icons li,
#footer .icons li a {
    width: 100px;
    height: 35px;
}
/* Icon Images */
#footer .icons li.itunes a,
#footer .icons li.itunes {
    background-position: 0px 0px;
    width: 70px;
}
#footer .icons li.facebook a,
#footer .icons li.facebook {
    background-position: 0px -35px;
    width: 80px;
}
#footer .icons li.myspace a,
#footer .icons li.myspace {
    background-position: 0px -70px;
    width: 78px;
}
#footer .icons li.purevolume a,
#footer .icons li.purevolume {
    background-position: 0px -105px;
    width: 101px;
}
#footer .icons li.youtube a,
#footer .icons li.youtube {
    background-position: 0px -140px;
    width: 62px;
}
#footer .icons li.twitter a,
#footer .icons li.twitter {
    background-position: 0px -175px;
    width: 98px;
}
#footer .icons li.soundcloud a,
#footer .icons li.soundcloud {
    background-position: 0px -210px;
    width: 72px;
}
#footer .icons li.lastfm a,
#footer .icons li.lastfm {
    background-position: 0px -245px;
    width: 57px;
}
#footer .icons li.bandsintown a,
#footer .icons li.bandsintown {
    background-position: 0px -280px;
    width: 68px;
}
#footer .icons li.tumblr a,
#footer .icons li.tumblr {
    background-position: 0px -315px;
    width: 73px;
}
#footer .icons li.ilike a,
#footer .icons li.ilike {
    background-position: 0px -350px;
    width: 43px;
}
#footer .icons li.reverbnation a,
#footer .icons li.reverbnation {
    background-position: 0px -385px;
    width: 110px;
}
#footer .icons li.bandcamp a,
#footer .icons li.bandcamp {
    background-position: 0px -420px;
    width: 54px;
}
#footer .icons li.amazon a,
#footer .icons li.amazon {
    background-position: 0px -455px;
    width: 65px;
}
#footer .icons li.foxhound a,
#footer .icons li.foxhound {
    background-position: 0px -490px
}




/*GigPress */


h3.gigpress-artist-heading {
}
span.gigpress-artist-subscriptions {
    float: right;
    margin-left: 5px;
}
.gigpress-menu-container {
    padding: 5px 0;
    text-align: right;
}
.gigpress-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: rgba(255,255,255,0.2) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: none;
    border-width: 0px;
    margin: 0.5em 0 1em;
    width: 100%;
}

.gigpress-header {
background: rgba(0,0,0,0.3);
font-size: 14px;
line-height: 24px;
color: #bbbbbb;


}
tr.gigpress-header th {
    font-weight: bold;
}
.gigpress-table th {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}
th.gigpress-heading {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
    margin: 0;
}
.gigpress-table td {
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}
.gigpress-row td {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
tr.gigpress-alt {
}
th.gigpress-date {
}
th.gigpress-artist {
}
th.gigpress-city {
}
th.gigpress-venue {
}
th.gigpress-country {
}
td.gigpress-date {
}
td.gigpress-artist {
}
td.gigpress-city {
}
td.gigpress-venue {
}
td.gigpress-country {
}
tr.gigpress-tour td {
}
tr.gigpress-divider.gigpress-row td {
    border-top: 2px solid rgba(255,255,255,0.2);
}
tr.gigpress-info td {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 90%;
    color: rgba(255, 255, 255, 0.15);
}
tr.gigpress-info td.description {
    visibility: visible !important;
}
tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
}
span.gigpress-info-item {
}
span.gigpress-info-label {
}
a.gigpress-tickets-link {
    font-weight: bold;
    text-transform: uppercase;
}
strong.gigpress-cancelled, strong.gigpress-soldout {
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px;
    text-transform: uppercase;
}
a.gigpress-address {
}
td.gigpress-links-cell {
    vertical-align: top;
}
.gigpress-calendar-add {
    position: relative;
}
a.gigpress-links-toggle {
    background: url("../../../plugins/gigpress/plugins/images/calendar-toggle.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
a.gigpress-links-toggle:hover {
    background-position: -11px 0;
}
a.gigpress-link-active {
    background-position: -33px center;
}
a.gigpress-link-active:hover {
    background-position: -22px center;
}
div.gigpress-calendar-links {
    background: url("../../../plugins/gigpress/images/calendar-links-bg.png") no-repeat scroll left center transparent;
    display: none;
    left: 20px;
    padding-left: 7px;
    position: absolute;
    top: -1.2em;
    width: 15em;
}
.gigpress-calendar-links-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255,255,255,0.2);
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    font-size: 11px;
    line-height: 16px;
    padding: 6px 8px;
}
div.gigpress-calendar-links span {
    display: block;
}
p.gigpress-subscribe {
    text-align: left;
}
p.gigpress-subscribe a {
    display: inline-block;
    margin: 0 3px;
    text-indent: -9999px;
    width: 12px;
}
a.gigpress-rss, a.gigpress-rss:hover {
    background: url("../../../plugins/gigpress/images/feed-icon-12x12.png") no-repeat scroll left center transparent;
}
a.gigpress-ical, a.gigpress-ical:hover {
    background: url("../../../plugins/gigpress/images/icalendar-icon.gif") no-repeat scroll left center transparent;
}
ul.gigpress-listing {
}
.gigpress-listing li {
}
h3.gigpress-list-artist-heading {
}
span.gigpress-list-tour-heading {
    font-size: 110%;
    font-weight: bold;
}
li.gigpress-alt {
}
span.gigpress-sidebar-date {
    display: block;
    font-weight: bold;
}
ul.gigpress-listing strong.gigpress-soldout {
    display: block;
}
ul.gigpress-related-show {
    margin-bottom: 2em;
}
.gigpress-related-label {
    font-weight: bold;
}
.gigpress-related-item {
}
.hide {
    display: none;
}
abbr {
    border: medium none;
    font-size: 100%;
    text-decoration: none;
}


.vevent .gigpress-tickets-link {
float: left;
    padding-right: 10px;
    font-size: 12px;}


.vevent:nth-child(odd) { background: rgba(0,0,0,0.15); }

.widget .gigpress-listing li {
display: block;
padding: 8px 10px 10px 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
margin: 0;}

.widget .gigpress-listing li:before {
content: "";
margin-right:0;}

.widget .gigpress-sidebar-status {
	float: right;
    position: relative;
    top: -6px;
}

#side .widget .gigpress-sidebar-status {
display: none;}




/*woocommerce stuff for fun */

ul.products li.product a img, div.product div.images img, #content div.product div.images img {

box-shadow: 0 0 0 3px #000000, 0 0 0 5px rgba(255, 255, 255, 0.1)!important;
-moz-box-shadow: 0 0 0 3px #000000, 0 0 0 5px rgba(255, 255, 255, 0.1)!important;
-webkit-box-shadow: 0 0 0 3px #000000, 0 0 0 5px rgba(255, 255, 255, 0.1)!important;
}

ul.products li.product a {
position: relative;
}

ul.products li.product .button, .woocommerce_message .button {
box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);}

ul.products li.product .onsale {
    left: 0!important;
    margin: 2px 0 0 -2px!important;
    padding: 4px 6px!important;
    right: auto!important;
    top: 0!important;
}

ul.cart_list li img, ul.product_list_widget li img {

margin-left:9px!important; }

ul.cart_list li, ul.product_list_widget li {
width: 100%;}

ul.cart_list li a, ul.product_list_widget li a {
line-height: 30px!important;
overflow: hidden;}

.quantity, #content .quantity {
    line-height: 30px;
    margin: 5px 0 5px 10px!important;
}

div.product form.cart div.quantity, #content div.product form.cart div.quantity {
margin: 0!important;
float: none!important;}

ul.products li.product .price {
margin-bottom: 15px!important;}

.woocommerce_message, .woocommerce_error, .woocommerce_info, div.product .woocommerce_tabs ul.tabs li, #content div.product .woocommerce_tabs ul.tabs li {
background: rgba(0,0,0,0.3)!important;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05)!important;
-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05)!important;
-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05)!important;}

div.product .product_title, #content div.product .product_title {
background: none;}

div.product .woocommerce_tabs ul.tabs li, #content div.product .woocommerce_tabs ul.tabs li {

margin: 0 18px 0 -13px!important;}

div.product .woocommerce_tabs ul.tabs:before, #content div.product .woocommerce_tabs ul.tabs:before {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);}

#side .widget .cart_list a {display: block;}




/* MISC.
-------------------------------------------------------------------------------*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cboxLoadedContent {
overflow: hidden!important;}

.clear {
    clear: both
}

/* Layout for mobile version */

@media handheld, only screen and (max-width: 769px) {

	.row, .body, .container {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.sf-menu li {
		float: none;
	}
	
	#masthead-inner h1#logo {float: none;
	margin: 7px auto 0 auto!important;}

	#mobile-menu {
		display: block;
		   background: none repeat scroll 0 0 #0B1521;
    color: #FFFFFF;
    padding: 15px 15px;
    width:100%;
    margin: 0;
    float: left;
    text-align: center;
	}

	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.social-wrapper div.img {
		display: none;
	}

	.sf-menu {
		height: 0;
		overflow: hidden;
		background: #0B1521;
		opacity: 0;
		-webkit-transition: height 0.1s ease, opacity 0.8s ease;
		-moz-transition: height 0.1s ease, opacity 0.8s ease;
		-o-transition: height 0.1s ease, opacity 0.8s ease;
		-ms-transition: height 0.1s ease, opacity 0.8s ease;
		transition: height 0.1s ease, opacity 0.8s ease;
	}

	.sf-menu.on {
		height: 100%;
		opacity: 1;
		overflow: visible;
	}

	#slider-wrapper.sub {
		margin-bottom: 34px;
		height: 302px !important;
		display: block;
	}

	#masthead-inner {
		width: 100%;
height: 100%	}

	#masthead-inner h1#logo {
		margin: 8px 0 0 0;
	}

	nav {
		margin: 11px 0 0 0;
		width: 100%;
	}
	
	#main-menu {
	width:100%;}


	#slider-wrapper {
		margin-bottom: 120px;
	}
	
	#slider .container .content {
	margin-top: 50px;}
	
	.bx-prev, .bx-next {
	top: 415px!important;
	display: inline-block;}
	
.bx-prev {
right: 44%!important;}

.bx-next {
right: 56%!important;}

.newsletter {display: none;}
	
	#footer {height: 100%;
	-webkit-background-size: 500px 500px;}
	#footer-wrapper {
overflow: hidden;
height: 100%;}


#slider .video.video-without-newsletter {
margin: 0;
left: 0;}


#slider-wrapper {
margin-top: 106px;
width: 100%;
}

.bx-wrapper, .bx-window {
width: 100%!important;}

#slider, .video {
width: 100%!important;}

iframe {
width: 100%!important;}


#slider .container .content {
max-width: 100%;}

#slider-wrapper {
margin-bottom: 40px;}

.home .widget {
margin-bottom: 50px;}

.fb-container {width:100%;}

.sc-scrubber {
    position: absolute!important;
    width: 100%!important;
}

.comments-list .comment .visual {
display: none;}

.depth-2 .text-frame, .depth-3 .text-frame, .depth-4 .text-frame {
width: auto;}

#footer p.nightLife {margin-bottom: 15px;}



}


/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
	body {}
	#masthead-inner {
		width: 100%;
	}
	.newsletter {
		display: none !important;
	}
	a.bx-prev,a.bx-next {
		top: -90px;
	}
	#slider .video {
		margin-left: 12%;
	}
	#masthead-inner h1#logo {
		margin: 8px 0 0 0;
	}

	div.slider-nav {
		display: none !important;
	}

	div.orbit-wrapper {
		height: 456px !important;
	}

	#slider-wrapper {
		display: block;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
 body {-webkit-text-size-adjust: 120%;}
 .fb-container {
 	width: 100%;
 	height: auto;
 }
 .bnt {
 	float: left;
 	clear: both;
 }
 .soundcloud {
 	width: 100%;
 	height: auto;
 }
}