/*
Theme Name: Darcy James Argue - 2013
Theme URI: <theme uri>
Author: <author>
Author URI: http://wordpress.org/
Description: <description>
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: dja2013

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*@charset "UTF-8";
 CSS Document*/

html, body {
	width: 100%;
	height: 100%;
}

body.home {
	background: #0f0e09;
}

body {
	height: auto;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Raleway', sans-serif;
	/*display: none;*/
	min-width: 900px;
}

.hidden {
	display: none;
}

a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	color: #b4ad94;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a, img {
    border:none;
}

p {
	font-family: 'Raleway', sans-serif;
	line-height: 1.5em;
	padding: 10px 50px;
}

hr {
	height: 2px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background: transparent;
	border-left: 0px;
	border-right: 0px;
	margin: 0px 50px 30px 50px;
}

strong {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.light {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

h1 {
	font-family: 'Sorts Mill Goudy', serif;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

h5 {
	font-weight: 400;
	font-style: italic;
	color: #666;
	font-size: 10px;
	margin: 10px 0;
	padding: 0;
}

.rotated {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	

/* IE 9 */
	-moz-transform: rotate(180deg);
	

/* Firefox */
	-webkit-transform: rotate(180deg);
	

/* Safari and Chrome */
	-o-transform: rotate(180deg);


/* Opera */
}

#nav {
	width: 100%;
	background: #0a0f0a;
	
/* Old browsers */
	background: -moz-linear-gradient(top, #262e25 0%, #0a0f0a 100%);
	/*FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262e25), color-stop(100%,#0a0f0a));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #262e25 0%,#0a0f0a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #262e25 0%,#0a0f0a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #262e25 0%,#0a0f0a 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #262e25 0%,#0a0f0a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262e25', endColorstr='#0a0f0a',GradientType=0 );
	/* IE6-9 */
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.59);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.59);
	color: #b4ad94;
	text-align: center;
	font-family: 'Cutive', serif;
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	margin: 0;
}


#links {
	width: 100%;
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 0;
	margin: 0;
	min-height: 27px;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0px 45px 0px 0px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.35em;
	line-height: 1em;
}

#nav a {
	color: #b4ad94;
	text-decoration: none;
}

#nav a:visited {
	color: #b4ad94;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background-color: transparent;
	padding: 5px 0px 0px 0px;
	margin: 0;
	vertical-align: middle;
	line-height: 1.0em;
	font-size: 12px;
	color: #777;
	text-align: center;
}

#footer img {
	vertical-align: middle;
	padding-left: 5px;
}

#footer a {
	filter: saturate(0%);
	-webkit-filter: saturate(0%);
	-moz-filter: saturate(0%);
	-o-filter: saturate(0%);
	-ms-filter: saturate(0%);
}

#footer a:hover {
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
	opacity: 1.0;
}

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

#footer li {
	/*display: inline-table;*/
	float:left;
	width: 32%;
}


#footer li.left {
	padding-left:0px;
	text-align:left;
	line-height: 25px;
}
#footer li.center {
	text-align: center;	
}
#footer li.right {
	text-align: right;
	padding-right: 0px;
	line-height: 25px;
}

#social-media-buttons img {
	width: 32px;
	opacity: 0.8;
	padding: 5px;
}

#social-media-buttons img:hover {
	opacity: 1;
}


#social-media {
	text-align: center;
	width: 400px;
	margin: 0 auto;
	font-family: 'Raleway';
	}

#follow-text {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	margin-top: -5px;
}

.fixedbar .floatingbox #tips li {
	float: none !important;
}

.fixedbar {
	opacity: 1 !important;
	background: #0f0e09;
}

.fixedbar {
	height: 80px;
	padding-top: 0px;
}

/* Styling for Intro page */

#showcasewrapper {
	width: 100%;
	height: 560px;
	margin: 30px auto 0 auto;
	position: relative;
	padding: 0;
}

#showcase_logo {
	clear: left;
	width: 100%;
	height: 560px;
	background-color: #1c0d0a;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/titleslide-black.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 0 0 0px;
	padding: 0;
}

a:hover.new-york-times {
	color: #C87EED !important;
}


#showcase_live {
	width: 100%;
	height: 580px;
	background-color: #131008;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/darcyBW.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background
	float: left;
	margin: 0px 0 0 0px;
	padding: 0;
}

#showcase_live a:link.full-shows-listing,
#showcase_live a:visited.full-shows-listing {
	background-color: #a29f8e;
	padding: 7px;
	border: 2px solid #88846e;
	color: #fff !important;
	text-decoration: none !important;
}

#showcase_live a:hover.full-shows-listing {
	background-color: #c0beb0;
}

#showcase_album {
	width: 100%;
	height: 580px;
	background-color: #000;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/Real-Enemies-background-main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 0px 0 0 0px;
	padding: 0;
}

img.real-enemies-slide {
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}


img.real-enemies-slide:hover {
-webkit-box-shadow: 0px 0px 55px 2px rgba(255,255,255,1) !important;
-moz-box-shadow: 0px 0px 55px 2px rgba(255,255,255,1) !important;
box-shadow: 0px 0px 55px 2px rgba(255,255,255,1) !important;
}


#nextArrow {
	position: absolute;
	top: 45%;
	z-index: 100;
	left: 20px;
	opacity: 0.3;
	background-color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

#backArrow {
	position: absolute;
	top: 45%;
	z-index: 100;
	right: 20px;
	opacity: 0.3;
	background-color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

#backArrow:hover, #nextArrow:hover {
	opacity: 0.6;
}






#gigs-next {
	position: absolute;
	width: 18px;
	top: 10px;
	z-index: 100;
	right: 20px;
	margin-left: 10px;
	opacity: 0.3;
	background-color:transparent;
}

#gigs-prev {
	position: absolute;
	width: 18px;
	top: 10px;
	z-index: 100;
	left: 20px;
	margin-right: 10px;
	opacity: 0.3;
	background-color:transparent;
}

#gigs-next:hover, #gigs-prev:hover {
	opacity: 0.6;
}

.single #showcasewrapper, 
.paged #showcasewrapper {
	display: none;
}


/* gigslider */

#gigs-prev .disabled,#gigs-next .disabled {
	display: none;	
}


#intro {
	max-width: 1140px;
	height: auto;
	padding: 50px 0 10px 0;
	margin: 40px auto;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/introback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px solid #fff;
}

#bio {
	font-size: 14px;
	padding-top: 20px;
	word-wrap: break-word;
}

.leftrail {
	float: left;
	padding: 20px 50px;
}

/* Hand pointer thingies */

#nextPress {
	opacity: 0.7;
}

#backPress {
	opacity: 0.7;
}

#backPress:hover, #nextPress:hover {
	opacity: 1.0;
}

/* Blog page stuff */

#blog {
	width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 30px;
	margin: 0px auto;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/blogback.jpg);
	border: 0px solid #fff;
}

#blog #paper-divider {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height:98px;
	/*margin-top:40px;*/
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/paper.png);
}

.paged #blog #paper-divider {
	margin-top:40px;
	}


.single #blog #paper-divider {
	width: 100%;
	margin: 0;
	margin-top: 35px;
	padding: 0;
	overflow: hidden;
}

#blog .page-title {
	text-align: center;
}

.single #blog .page-title, .paged .page-title {
	display: none;
}

.post {
	clear: both;
	width: 75%;
	max-width: 900px;
	height: auto;
	margin: 30px auto 30px auto;
	background-color: #fff;
	padding: 20px 70px;
	box-shadow: 0px 6px 8px -3px #6B6B6B;
	-webkit-box-shadow: 0px 6px 8px -3px #6B6B6B;
	-moz-box-shadow: 0px 6px 8px -3px #6B6B6B;
	-o-box-shadow: 0px 6px 8px -3px #6B6B6B;
}
article.post {
	display: block;
}
.post p {
	font-size: 14px;
	padding: 0px;
}
.post hr {
	margin: 0;
	padding: 0;
}

.post p.wp-caption-text {
	clear: left;
	color: #666;
	font: 10px;
	font-style: italic;
	text-align: center;
}
.date {
	font-size: 101px;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0;
	color: #999;
}

.post h1.entry-title {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #797463;
	padding: 0px 0px 10px 0px;
}

.post img.alignnone {
	
	margin: 0px; 
	/*max-width: 40%;*/
	/*max-height: 300px;*/
}

.post img.alignleft {
	float: left;
	margin: 0px 15px 0px 0px; 
	/*max-width: 40%;*/
	/*max-height: 300px;*/
}

.post img.alignright {
	float: right;
	margin: 0px 0px 0px 15px; 
	/*max-width: 40%;*/
	/*max-height: 300px;*/
}

.post img.aligncenter,
.post iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	
.post .wp-caption.alignleft {
	float: left;
	margin: 5px 15px 0px 0px;
	padding: 0;
}
.post .wp-caption.alignright {
	float: right;
	margin: 5px 0px 0 15px;
}
.post .wp-caption.alignleft img, .post .wp-caption.alignright img {
	margin: 0;
}

.post .wp-caption.aligncenter {
	margin: 5px auto 0 auto;
}
.post p.wp-caption-text {
	
	font-size: 11px;
}
.readmore {
	clear: both;
	text-align: right;
	font-weight: bold;
	color: #797463;
}

#people {
	clear: both;
	font-size: 20px;
	line-height: 2.7em;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/leather.png);
	background-position: bottom;
	display: block;
	height: 515px;
	overflow: hidden;
	padding: 40px 0 10px 0;
	color: #b4ad94;
	text-shadow: -1px -1px #000;
	-webkit-box-shadow: 0px -5px 25px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 0px -5px 25px rgba(50, 50, 50, 0.7);
	box-shadow: 0px -5px 25px rgba(50, 50, 50, 0.7);
}

#people hr {
	border-bottom: 1px solid #b4ad94;
	border-top: 1px solid #b4ad94;
	opacity: 0.7;
}

#people a {
	color: #b4ad94;
}

#people a:hover {
	color: #FFF;
}

.conspirators {
	margin: 0 auto;
	width: 24%;
	float: left;
	padding: 0;
	text-align: center;
	opacity: 0.9;
}

.entry-content {
	padding-top: 10px;
}

/* Press Page Stuff */

#press {
	clear: left;
	width: 100%;
	height: 835px;
	margin: 0px auto 0 auto;
	padding: 0;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/blogback.jpg);
	background-repeat: repeat;
}

#presswrapper {
	width: 90%;
	height: 625px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.presstext {
	width: 85%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 60px;
	height: auto;
}

.medium {
	font-size: 22px;
	line-height: 1.2em;
}

.large {
	font-size: 36px;
	line-height: 1.1em;
}

p.credits-text {
	font-family: 'Sorts Mill Goudy', serif;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 50px;
}

#credits .biglabel {
	padding-top: 50px;
}

.presstext p {
	font-family: 'Sorts Mill Goudy', serif;
	margin: 0;
	padding: 0;
}

.presstext h4 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	margin: 5px 0 30px 0;
	padding: 0;
}

#quotemark {
	font-family: 'Cutive', serif;
	position: absolute;
	left: 43%;
	height: 100px;
	text-align: center;
	font-size: 320px;
	z-index: 98;
	padding-top: 20px;
	color: #b4ad94;
}

.biglabel {
	text-align: center;
	float: center;
	font-size: 24px;
	font-family: 'Sorts Mill Goudy', serif;
	padding: 0;
	margin: 0px 0 15px 0;
}

.larrow {
	width: 60px;
	height: 30px;
	float: left;
	margin: 0 0 0 40px;
}

.rarrow {
	width: 60px;
	height: 30px;
	float: right;
	margin: 0 40px 0 0;
}
/* media */

body.page-id-3987 {
	background-color: #0f0e09;
}

#videos .biglabel,
#videos .larrow,
#videos .rarrow {
	margin-top: 5px;
	margin-bottom: 20px;
}

#videos hr {
	margin-top: -10px;
	margin-bottom: 5px;
}

#media {
	/*padding-top: 82px;
	padding-left: 5%;
	padding-right: 5%;
	min-height: 610px;
	width: 90%;*/
	padding-top: 20px;	
	
min-height: 610px;
background-color: #0a0f0a;
overflow: hidden;
}

#media div.biglabel {
	padding-bottom: 0px;
	margin-bottom: -20px;
}

#media .tiled-gallery {
	margin: 0 auto;
}

.jp-carousel-image-meta {
	display: none;
}

#videoswrapper {
	width: 100%;
	height: 590px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

#videos {
	background-image:url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/blogback.jpg);
	padding-top: 20px;
}

#videos hr {
	margin-bottom: 15px;
}

#videos div.biglabel {
	padding-bottom: 0px;
}

#videos .video {
	min-height: 315px;
	min-width: 560px;
	text-align: center;
}

.video h2 {
	color: #797463;
	font-size: 32px;
	font-weight: 100;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.0em;
}
.video p.date {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0;
}
/* Shows listing */

body.page-id-86 {
	background: #0f0e09;
}

#shows {
	padding-top: 82px;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/darcyBW.jpg);
	background-repeat: no-repeat;
	background-position: 70% 0%;
	min-height: 610px;
	width: 100%;
	background-color: #0f0e09;
	overflow: hidden;
}

.showslisting {
	background-color: rgb(10, 15, 10);
	background-color: rgba(10, 15, 10, 0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	min-width: 390px;
	margin-right: 4%;
	margin-top: 50px;
	height: auto;
	min-height: 300px;
	max-height: 600px;
	float: right;
	padding: 0 20px 20px 20px;
	border: 1px solid #262216;
	position: relative;
}

.showslisting p {
	color: #ccc;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.showslisting h2 {
	color: #8c8671;
	margin: 20px 0 6px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
}

.showslisting a {
	text-decoration: underline;
}

.showslisting a:hover {
	color: #fff;
}

.showstitle {
	color: #fff;
	padding: 0 0 5px 0;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 26px;
	border-bottom: 1px solid #999;
}

#gig-slider-new {
	margin-left: -20px;
}

/* Album stuff */


body.page-id-89 {
	background-color: #000;
}

#albums .biglabel {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 20px;
}

#albums {
	padding-top: 60px;
}

#albums hr {
	margin-top: -9px !important;
}

#albums .bandcamp-mobile {
	display: none;
}

.album {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.albumcover {
	float: left;
	width: 410px;
	padding: 50px 0 0 60px;
}

.albumcover img {
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.95);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.95);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.95);
	    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

.albumcover img:hover {
	-webkit-box-shadow: 0px 0px 55px 2px rgba(0, 0, 0, 0.95) !important;
-moz-box-shadow: 0px 0px 55px 2px rgba(0, 0, 0, 0.95) !important;
box-shadow: 0px 0px 55px 2px rgba(0, 0, 0, 0.95) !important;
}

.albumtext {
	height: 100%;
	padding: 50px 0 40px 30px;
	margin: 0 0 0 440px;
	min-width: 100px;
}

.albumtext p {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}


#real-enemies {
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/Real-Enemies-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0;
	min-height: 570px;
}

#real-enemies h3 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #7A21DE;
	padding: 0 0 10px 0;
	margin: 0;
}

#real-enemies p {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
	padding: 0 50px 0 0;
	margin: 0;
}

#real-enemies li {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFF;
	padding: 0 50px 7px 0;
	margin: 0;
}

#real-enemies a {
	color: #7A21DE;
	text-decoration: none;
}

#real-enemies a:hover {
	color: #9C5DE3;
	text-decoration: none;
}

#real-enemies img.cover {
-webkit-box-shadow: 0px 0px 33px 2px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 33px 2px rgba(255,255,255,1);
box-shadow: 0px 0px 33px 2px rgba(255,255,255,1);
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

#real-enemies img.cover:hover {
-webkit-box-shadow: 0px 0px 55px 2px rgba(255,255,255,1) !important;
-moz-box-shadow: 0px 0px 55px 2px rgba(255,255,255,1) !important;
box-shadow: 0px 0px 55px 2px rgba(255,255,255,1) !important;
}



#infernalmachines {
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/brownback.jpg);
	background-repeat: repeat;
	background-color: #000;
	width: 100%;
	height: auto;
	margin: 0px 0px -30px 0px;
	padding: 0;
	min-height: 570px;
}

#infernalmachines h3 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #ba8b43;
	padding: 0 0 10px 0;
	margin: 0;
}

#infernalmachines p {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
	padding: 0 50px 0 0;
	margin: 0;
}

#infernalmachines li {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFF;
	padding: 0 50px 7px 0;
	margin: 0;
}

#infernalmachines a {
	color: #ba8b43;
	text-decoration: none;
}

#infernalmachines a:hover {
	color: #CCC;
	text-decoration: none;
}

#brooklynbabylon {
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/babylonback.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
	margin: -25px 0px 0px 0px;
	min-height: 570px;
	background-color: #fff;
}

#brooklynbabylon h3 {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #c93529;
	padding: 0 0 10px 0;
	margin: 0;
}

#brooklynbabylon p {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	padding: 0 50px 0 0;
	margin: 0;
}

#brooklynbabylon li {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	padding: 0 50px 7px 0;
	margin: 0;
}

#brooklynbabylon a {
	color: #c93529;
	text-decoration: none;
}

#brooklynbabylon a:hover {
	color: #666;
	text-decoration: none;
}

/* Recordings stuff */

#recordings {
	clear: left;
	background-color: #F9F9F9;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/blogback.jpg);
	width: 100%;
	height: 690px;
	margin: 0px auto 0 auto;
	padding: 0;
}

#recordingswrapper {
	width: 100%;
	height: 590px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.recording {
	width: 95%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 30px;
	height: auto;
}

.recording_splash {
	width: 47%;
	max-width: 530px;
	overflow: hidden;
	float: left;
	margin: 20px 5px 0 0;
}

.recording_splash img {
	border: 1px solid #DDDDD;
	width: 100%;
}

.recording_splash p {
	margin: 0;
	padding: 5px 0 0 0;
}
.recording_splash h5 {
	text-align: right;
}
.recording_audio {
	width: 48%;
	overflow: hidden;
	float: right;
	margin: 20px 0 0 0;
	padding-top: 10px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #DDD;
}

.recording_audio p {
	font-size: 14px;
	padding: 5px 20px 5px 20px;
}

.recording h2 {
	color: #797463;
	font-size: 42px;
	font-weight: 100;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.0em;
}

.recording .player 

/*bandcamp player*/ {
	float: left;
	clear: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 10px;
	display: inline-block;
	background-image: url(img/bandcamp_small_bg_lt.png);
	background-repeat: no-repeat;
	min-height: 23px;
	min-width: 46px;
}

.recording .title 

/*track title*/ {
	float: left;
	color: #B4AD94;
	font-size: 14px;
	display: inline-block;
	padding: 8px 0px 5px 0px;
}

.recording .solos p 

/*solo list*/ {
	font-size: 14px;
	text-align: left;
	clear: both;
	float: left;
	display: block;
	padding: 5px 0px 5px 76px;
	margin: 0;
}

/* Shwag */


body.page-id-91 {
	background-color: #0f0e09;
}

#swag {
	width: 100%;
	height: auto;
	padding: 30px 0 50px 0;
	margin: 0px auto;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/blogback.jpg);
	border: 0px solid #fff;
	float: left;
}

#swag .biglabel {
	margin-top: -15px !important;
	margin-bottom: 20px;
}

#sheetmusic {
	width: 100%;
	height: auto;
	padding: 25px 0 20px 0;
	margin: 0px auto;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/blogback.jpg);
	border: 0px solid #fff;
	float: left;
}

#sheetmusic hr {
	margin-top: -5px;
}

.sheet {
	float: left;
	width: 28%;
	margin: 0 0% 4% 4%;
	padding: 0;
	height: 200px;
	background-color: #fff;
	box-shadow: 0px 6px 8px -3px #6B6B6B;
	-webkit-box-shadow: 0px 6px 8px -3px #6B6B6B;
	-moz-box-shadow: 0px 6px 8px -3px #6B6B6B;
	-o-box-shadow: 0px 6px 8px -3px #6B6B6B;
}

.sheet hr {
	margin-top: 15px !important;
}

.sheet:last-child {
	margin-right: 0;
}

.sheet p {
	padding: 5px 25px;
	margin: 0;
	font-size: 12px;
}

.sheet h2 {
	text-align: center;
	font-size: 22px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 15px 25px 0px 25px;
	margin: 0;
}

.sheet h4 {
	text-align: center;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding: 0;
	margin: 3px 0 10px 0;
}

.sheet hr {
	width: 85%;
	margin: 7px auto;
	border-bottom: 0;
}

/* COntact Page */

#mailinglist h3 {
	margin-top: -13px;
}


#contact #secondary {
	padding-top: 60px !important;
}

#mc-embedded-subscribe {
	font-size: 16px;
	display: block;
	background-color: #a29f8e;
	padding: 7px 0px 7px 0px;
	border: 3px solid #88846e;
	color: #fff !important;
	text-decoration: none !important;
}

#mc-embedded-subscribe:hover {
	background-color: #C2BFB0;
}

body.page-id-55 {
	background: #0f0e09;
}

#contact .biglabel {
	margin-top: -10px;
	margin-bottom: 20px;
}


#contact {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-image: url(http://www.secretsocietymusic.org/wp-content/themes/dja_2013/img/blogback.jpg);
	border: 0px solid #fff;
}

#contact hr {
	margin-top: -10px;
}

.contactinfo hr {
	margin-top: 10px !important;
}

#contact h2 {
	font-weight: 300;
	font-size: 18px;
	margin: 20px 0 0px 0;
}

#contact p {
	margin: 0px 0 10px 0;
	font-size: 14px;
	padding: 5px 0 10px 0;
}

#contact img {
	padding: 5px;
}

.contactinfo {
	width: 35%;
	float: left;
	margin: 0 10px 50px 5%;
	text-align: center;
	background-color: #fff;
	padding: 0px 30px 10px 30px;
	box-shadow: 0px 6px 8px -3px #6B6B6B;
	-webkit-box-shadow: 0px 6px 8px -3px #6B6B6B;
	-moz-box-shadow: 0px 6px 8px -3px #6B6B6B;
	-o-box-shadow: 0px 6px 8px -3px #6B6B6B;
	color: #444;
}

.contactinfo #text-5 {
	margin-top: -45px;
}


.contactinfo hr {
	border-bottom: 0;
	margin: 3px auto 3px auto;
	width: 80%;
	border-top: 1px solid #DDD;
}

#mc_embed_signup {
	width: 45%;
	float: right;
	margin: 0px 50px 50px  0px;
	max-width: 1100px;
	height: auto;
	padding: 0;
	font-size: 14px;
}

#mc_embed_signup .mc-field-group {
	margin-top: 11px;
}

#mc_embed_signup p {
	padding: 0;
}

#mc_embed_signup hr {
	border-bottom: 0;
	margin: 3px auto 3px auto;
	width: 100%;
	border-top: 1px solid #DDD;
}

#mc_embed_signup label {
	font-weight: bold;
}

#mc_embed_signup input {
	width: 90%;
	max-width: 600px;
}

#mc_embed_signup #mce-EMAIL,
#mc_embed_signup #mce-FNAME,
#mc_embed_signup #mce-LNAME {
	width: 90%;
	max-width: 600px;
}

#mc_embed_signup #mce-MMERGE8-country,
#mc_embed_signup #mc-embedded-subscribe {
	width: 20%;
	max-width: 600px;
	min-width: 200px;
}

#mc_embed_signup .submit-button {
	text-align: center; 
	margin-top: 40px;
	width: 90%;
	max-width: 600px;
}
.textentry {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #999;
	text-decoration: none;
	text-align: left;
	min-width: 25px;
	min-height: 14px;
	padding: 6px 0px 6px 10px;
	margin: 2px 5px 0px 0;
	border: 1px solid  #d1d1d1;
	background-color: #FFF;
}

input[type=text], textarea {
	outline: none;
}

/* Live Recordings */

#recordingswrapper {
	width: 90%;
	height: 620px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.recording {
	width: 85%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 60px;
	height: auto;
}



/*wordpress article nav*/

#nav-below .nav-previous {
	float: left;
	margin-left: 5%;
	margin-bottom: 10px;
	font-size: 125%;
}

#nav-below .nav-next {
	float: right;
	margin-right: 5%;
	margin-bottom: 10px;
	font-size: 125%;
}

#nav-above {
	display: none;
}
.paged #nav-above, #nav-below {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}
.paged #nav-above .nav-previous {
	float: left;
	margin-left: 5%;
	margin-bottom: 10px;
	font-size: 125%;
}

.paged #nav-above .nav-next {
	float: right;
	margin-right: 5%;
	margin-bottom: 10px;
	font-size: 125%;
}


.visual-form-builder fieldset {
	background: transparent;
	border: 0;
}

.visual-form-builder .vfb-legend h3 {
	font-size: 20px;
	line-height: 2em;
	margin: 0;
	padding: 0;
	margin: 10px;
	color: black;
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {


body {
	min-width: 960px;
}

#albums .bandcamp-desktop {
	display: none;
}

#albums .bandcamp-outer {
opacity: 0 !important;
}

#albums .bandcamp-mobile {
	display: inline;
	padding-top: 50px;
}

#contact .biglabel {
	padding-top: 40px;
}

#albums .biglabel {
	padding-top: 40px;
}

#albums #brooklynbabylon {
	margin-bottom: -80px;
}

#videos .biglabel,
#videos .larrow,


#videos .rarrow {
	padding-top: 25px;
}

.video p.date {
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}

#social-media {
	width: 600px;
}

#social-media-buttons img {
	width: 70px;
	padding: 5px;
}

#follow-text {
	font-weight: normal;
	font-size: 30px;
	padding-bottom: 10px;
}

.fixedbar {
	height: 160px;
	padding-top: 10px;
}

#showcase_album span.big-quote {
	font-size: 44px !important;
}

#showcase_album span.medium-quote {
	font-size: 32px !important;
}

#showcase_album span.small-quote {
	font-size: 20px !important;
}

.sheet {
	min-width: 44%;
	height: auto;
	min-height: 300px;
}
.sheet:nth-child(odd) {
	clear: left;
}

div.contactinfo {
	width: 85%;
}
#contact .entry-content {
	width: 85%;
}
#mc_embed_signup {
	max-width: 85%;
	width: 85%;
}

#mc-embedded-subscribe {
	font-size: 26px;
	display: block;
	background: #a29f8e !important;
	padding: 7px 0px 7px 0px;
	border: 3px solid #88846e;
	color: #000 !important;
	text-decoration: none !important;
}

.page p, .post p, .post h1.entry-title a {
	font-size: 180% !important;
}
.single .post h1.entry-title {
	font-size: 300%;
}
p.wp-caption-text {
	font-size: 180% !important;
}
.leftrail p, .leftrail h5, .leftrail h3 {
	font-size: 200%;
}
#press {
	height: auto;
	display: inline-block;
}
#presswrapper {
	height: 800px;
	clear: both;
	display: inline-block;
}
#shows {
	min-height: 1500px;
	overflow: visible;
	background-size: cover;
	background-position: center;
}
.showslisting {
	min-width: 88%;
	height: auto;
	max-height: 1400px;
	clear: both;
}
.recording .title {
	font-size: 40px;
}
#recordings {
	height: auto !important;
	display: block;
}
#recordingswrapper{
	min-height: 1250px;
	height: auto !important;
	display: block;	
}
.recording_splash {
	 float: none;
    margin: 20px auto;
    max-width: 88%;
    overflow: hidden;
    width: 88%;
}
.recording_splash img {
	min-width: 100%;
	height: auto;
}
.recording_audio {
    float: none;
    margin: 20px auto;
    overflow: hidden;
    padding-top: 10px;
    width: 88%;
}

#brooklynbabylon h3,
#infernalmachines h3,
#real-enemies h3 {
	font-size: 45px;
	font-weight: bold;
}

#albums .albumcover,#albums .albumtext {
	width: 88%;
	float: none;
	clear: both;
	margin: 40px auto;
}

#albums .albumcover img.cover {
	width: 93%;
	height: auto;
}
#footer {
	font-size: 200%;
	display: block;
	padding: 30px 0;
}


#footer li.left {
	float:none;
	width: 90%;
	margin: 0;
	padding: 30px;
	display: none;
	text-align: center;
}
#footer li.center {
	float:none;
	width: 90%;
	padding: 30px;
	display: block;
}
#footer li.center img {
	width: 60px;
	margin-right: 15px;
	height: 60px;
}
#footer li.right {
	float: none;
	width: 90%;
	padding: 30px;
	display: none;
	text-align: center;
}

div#nav {
	min-width: 960px;
	padding: 20px 0 20px 20px;
	height: 40px;
	overflow: hidden;
}
#nav li {
	margin:0 30px 0 0;
	font-size: 1.7em;
	line-height: 1.2em;
}



.video p.date {
	font-size: 80px;
}
.biglabel {
	margin-top: 40px;
}

#gig-slider-new h2 {
	font-size: 40px !important;
}

.scroll-bar {
  max-height: 1000px;
  margin-bottom: -20px;
  margin-right: -22px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}

.scroll-bar::-webkit-scrollbar {
    width: 1em;
}

}

.lb-caption a {
	color: #a5a08a !important;
}
