/* @override 
	http://bananastandmedia.com/assets/css/temp.css
	http://www.bananastandmedia.com/assets/css/temp.css
	http://bananastandmedia.com/assets/css/style.css
*/

html {
	background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(45deg, #4c4c4c 0%, #1c1c1c 49%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#4c4c4c), color-stop(49%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #4c4c4c 0%,#1c1c1c 49%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #4c4c4c 0%,#1c1c1c 49%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #4c4c4c 0%,#1c1c1c 49%,#131313 100%); /* IE10+ */
background: linear-gradient(45deg, #4c4c4c 0%,#1c1c1c 49%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

body {
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Sans-Serif;
}

#wrapper {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #fff;
}

/* @group Misc Styles */

img[style^="float: left"]{
	margin: 0 12px 0 0;
}

img[style^="float: right"]{
	margin: 0 0 0 12px;
}

a:link img, a:visited img {
	background: transparent;
	border: none;
	outline: none;
}

a:hover img {
	border: none;
	outline: none;
}

section.album-copy #bandcamp-embed object {
	margin-top: 0;
	padding-top: 10px;
}
/* @end */

/* @group Text Formats */

a:link, a:visited {
	text-decoration: underline;
	color: #111;
}

a:hover, a:active {
	text-decoration: none;
	color: #111;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.4em;
}


blockquote {
	font-size: 1.2em;
	margin-left: 0;
	border-left: 4em solid #fd0;
	padding-left: 1em;
}

#single-post ul, #single-post ol {
	margin-bottom: 1em;
	margin-top: 1em;
}

/* @end */

/* @group Page Structure */

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#page-header {
	width: 960px;
	position: relative;
	margin: 52px 0 12px;
	padding: 10px;
	height: 182px;
	background-color: #fd0;
}

#header-top-posts div.top-post p.toplink-meta {
	color: #fff;
}

div.main-content {
	width: 660px;
	float: left;
}

div.asides {
	width: 290px;
	float: right;
}

div.page-header {
	position: relative;
	margin-bottom: 12px;

}

#page-footer {
	width: 968px;
	margin-right: auto;
	margin-top: 12px;
	height: 300px;
	padding-top: 10px;
	background-color: #222;
	color: #fff;
	padding-left: 12px;
  	-webkit-box-shadow:#000000 0px 0px 12px inset, #000000 0px 0px 12px;
  	box-shadow:#000000 0px 0px 12px inset, #000000 0px 0px 12px;
}

/* @end */

/* @group Page Headers */

.page-header a {
	background-color: transparent;
	text-decoration: none;
}

img.page-header-image {
	margin: -12px -10px 12px;
}

.page-header h1 {
	font-size: 36px;
	left: 0;
	color: #111111;
	font-weight: 300;
}

.page-header #page-header-excerpt {
	right: 0;
	bottom: 0;
	color: #222;
	padding: 4px;
}



#single-post header {
	position: relative;
	width: 660px;
	height: 330px;
	margin-bottom: 12px;
	overflow: hidden;
}

.page-header p.post-meta {
	color: #222;
	line-height: 1em;
	display: block;
}

#page-header-excerpt {
}

.main-content #comment-form span.sub-header {
	line-height: .8em;
	background-color: #000000;
	left: 0;
	right: 0;
	padding: 8px;
	margin-bottom: 8px;
	clear: both;
	margin-top: 12px;
	font-weight: bold;
	display: block;
	color: #fd0;
}

/* @end */

/* @group Pagination */

p#paginate_link {
	display: block;
	margin: 4px 0 12px;
	clear: both;
}

p#paginate_link strong {
	color: #FFE02A;
	text-decoration: none;
	background-color: #222;
	margin: -2px;
}

p#paginate_link a, p#paginate_link strong {
	padding: 4px;
}

p#paginate_link a:link, p#paginate_link a:visited, p#paginate_link a:hover, p#paginate_link a:active {
	color: #222;
	text-decoration: none;
	background-color: #FFE02A;
}

/* @end */

/* @group Aside */

.aside-box {
	margin-bottom: 12px;

}

.aside-box h1 {
	color: #fd0;
	font-size: 1.2em;
}

#aside-socialbuttons {
	text-align: center;
}

/* @group Posts */

.aside-box a {
	color: #222;
	text-decoration: none;
}




/* @end */

/* @group Next Show */

div#next-show {
	padding-bottom: 12px;
}

.asides #next-show #next-show-info {
	width: 266px;
	background-color: #FFE02A;
	margin: 0;
	position: relative;
	border: 12px solid #222;
}

.asides #next-show a #next-show-info h1 {
	padding: 4px 4px 8px;
	line-height: .9em;
	text-decoration: none;
	color: #FFE02A;
	background-color: #222;
	font-weight: 900;
	font-size: 22px;
}

.asides #next-show a #next-show-info h2 {
	padding: 4px;
	line-height: .8em;
	text-decoration: none;
	color: #000;
	font-weight: 100;
	font-size: 51px;
	text-align: center;
}

/* @end */

/* @group Show Some Love */

#aside-showsomelove {
	font-weight: bold;
	font-size: 16px;
}

#aside-showsomelove p {
	display: inline;
}

form#paypal-donate {
	display: inline-block;
	position: relative;
	top: -3px;
}

#paypal-donate input {
	color: #222;
	background-color: #FFE02A;
	border-width: 0;
	border-style: none;
	font-weight: bold;
	position: relative;
}

div.foot-box #paypal-donate input {
	color: #222;
	background-color: #FFE02A;
	border-width: 0;
	border-style: none;
	position: relative;
	font-weight: normal;
	font-style: normal;
	margin: 2px -2px -2px;
	padding: 3px;
}

#paypal-donate input:hover {
	color: #FFE02A;
	border-width: 0;
	border-style: none;
	background-color: #222;
}

/* @end */



/* @end */

/* @group Page Footer */



.foot-box {
	width: 180px;
	margin-right: 12px;
	float: left;
	}

#page-footer div.foot-box h1 {
	font-size: 14px;
	margin: 0 0 12px;
	padding: 0;
	font-weight: bold;
	background-color: transparent;
}

	#page-footer ul {
	margin: 1em 0 0;
	padding: 0;
	list-style-type: none;
}

#page-footer a:link, #page-footer a:visited {
	text-decoration: none;
	color: #222;
	background-color: #FFE02A;
	padding: 2px;
	margin: -2px;
}

#page-footer a:hover, #page-footer a:active {
	text-decoration: none;
	color: #FFE02A;
	background-color: #222;
}

/* @end */

/* @group Page Header */

a.logolink {
	display: inline-block;
	width: 220px;
	position: absolute;
	top: 2px;
	left: 2px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 204px;
	background: url(../images/bananastand_logo.png) no-repeat 4px 0;
	background-size: 100% auto
}

#header-top-posts {
	float: right;
}



.top-post {
	position: relative;
	overflow: hidden;
	width: 166px;
	height: 192px;
	text-align: center;
	font-weight: bold;
	margin-right: 9px;
	float: left;
}

.top-post.first {
	margin-left: 0px;
}

.top-post.last {
margin-right: 0px;	
}

.top-post a:link, .top-post a:visited {
	text-decoration: none;
	display: block;
}

.top-post a:hover {
	text-decoration: none;
	display: block;
}

.top-post img {
	-webkit-box-shadow: #000 0px 0px 14px;
	border: 2px solid #e3ad39;
}

#upcoming_release a img {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 2px;
		-webkit-box-shadow: #000 0px 0px 14px;
}

#page-header #page-navigation {
	width: 1000px;
	background-color: #333;
	z-index: 9999999;
	position: absolute;
	margin-left: -20px;
	top: 0;
	margin-top: -28px;
}

#bsm-wordmark {
	color: #ffffff;
	font-weight: bold;
}

#page-header #page-navigation li a#bsm-wordmark.active {
	background-color: #fd0;
	font-weight: bold;
	color: #000;
	border: none;
}

#page-header #page-navigation  ul {
	list-style: none;
	list-style-image: none;
}

#page-header #page-navigation  li {
		list-style: none;
	list-style-image: none;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: 12px;
	float: left;
}

#page-header #page-navigation  li a:link, #page-header #page-navigation li a:visited {
	text-decoration: none;
	color: #FFE02A;
	padding: 6px;
	background: transparent;
	font-size: 22px;
}

#page-header #page-navigation li a:hover, #page-header #page-navigation li a:active {
	color: #222;
	background: #FFE02A;
	-webkit-box-shadow: 0px 0px 2px #222;

}

#page-header #page-navigation li a.active:link, #page-header #page-navigation li a.active:visited {
	color: #fff;
	background: #000;
	box-shadow: 0px 0px 2px #222;
	border: 1px solid #f3f3f3;
}

#page-header #page-navigation li.dropdown:hover ul {
	display: block;
	width: 240px;
	position: absolute;
	background: #333;
	z-index: 100;
	top: 27px;
}

form#searchbox {
	position: absolute;
	top: 0;
	right: 6px;
	text-align: right;
	width: 302px;
	padding: 6px 12px 5px 4px;
}

form#searchbox input.search-input {
	width: 220px;
	border: none;
	background: #FFE02A;
	color: #222;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}



/* @end */

/* @group Admin */

a#edit-this {
	display: inline-block;
	top: 0;
	margin-bottom: 4px;
	background-color: #dd0000;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-top: 4px;
	text-align: right;
	padding: 4px;
}



/* @end */

/* @group Archives */

div#archive-sorter {
	text-transform: uppercase;
	font-weight: bold;
}

#archive-sorter p a {
	margin-right: 4px;
}

div.archive-post {
	width: 212px;
	display: block;
	float: left;
	position: relative;
	margin: 4px;
	height: 210px;
	overflow: hidden;
}

div.archive-post:hover p {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	color: #fff;
	padding: 20px;
	margin: 0;
}

div.archive-post a div#archive-post-header {
	display: block;
	position: absolute;
	padding: 4px;
	top: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.85);
	width: 204px;
}

div.archive-post a {
	display: block;
	position: absolute;
	top: 0;
	color: #222222;
	width: 212px;
	background-color: transparent;
}



/* @end */

/* @group Blog Roll */

div#archive-sep {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	background-color: #c3c3c3;
	margin: 24px -10px 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-transform: uppercase;
	color: #d9d9d9;
}

div.blog-roll-post a {
	display: inline-block;
}

div.blog-roll-post-thumbnail {
	position: relative;
	padding-bottom: 0;
	float: left;
}


span.post-comments {
	display: inline-block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #fff;
	background-position: center center;
}

#blog-roll p#archiveLink {
	padding-left: 234px;
	clear: both;
}

.blog-roll-post {
	position: relative;
	clear: both;
	margin-bottom: 12px;
	margin-top: 12px;
}

img.article-thumbnail {
	margin-right: 12px;
}

.blog-roll-post.right {
	float: right;
	clear: right;
}

.blog-roll-post-header h2 {
	background-color: #111;
	color: #fff;
	font-size: 18px;
	clear: both;
	padding: 6px 12px 6px 10px;
	margin-left: -10px;
	margin-bottom: 0;
	margin-top: 0;
}

#blog-roll div.blog-roll-post-header {
	background-color: #f4f4f4;
	margin-top: 12px;
	margin-bottom: 12px;
	border-right: 12px solid #fd0;
}

/* @end */

/* @group Gallery Roll */

div.gallery-roll-post-thumbnail img.article-thumbnail {
	width: 217px;
	height: 217px;
}

.main-content .gallery-roll-post a {
background: transparent;
}



.gallery-roll-post a:hover {
	color: #222;
}

.gallery-roll-post .post-meta {
}


span.post-comments {
	display: inline-block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #fff;
	background-position: center center;
}

#gallery-roll p#archiveLink {
	padding-left: 234px;
	clear: both;
}

.gallery-roll-post {
	position: relative;
	margin-bottom: 12px;
	clear: left;
	float: left;
}

.gallery-roll-post.right {
	float: right;
	clear: right;
}

.gallery-roll-post-header h2 {
	color: #333;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* @end */

/* @group Gallery View */

#gallery {
	display: block;
	clear: both;
}

#gallery a.fancybox.brick img {
	padding: 0;
	width: 128px;
}

#gallery a.fancybox {
	background-color: transparent !important;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}

#gallery a.fancybox img {
	margin-left: 0;
	margin-right: 0;
}

#gallery a.fancybox img.right {
}

/* @end */

/* @group Album Roll */



div#bandcamp-player {
	width: 300px;
	height: 100px;
}

#page-header-excerpt div.bandcamp-small {
	padding: 12px;
	display: inline-block;
}

#album-roll div.album {
	width: 324px;
	display: inline-block;
}

#album-roll div.album.left {
	float: left;
	clear: left;
}
#album-roll div.album.right {
	float: right;
}

#album-roll div.album img {
	border: #e3e3e3 solid 1px;
}

#album-roll #page-header-excerpt p {
	height: 100px;
}



#page-header-excerpt p.album-excerpt {
	float: left;
	width: 350px;
}


#page-header-excerpt div#bandcamp-embed {
}

/* @end */

/* @group Albums */

div#single-album-header.page-header {
	height: 355px;
	position: relative;
}

div#single-album-header.page-header div#bandcamp-embed {
	float: right;
}

img#album-artwork {
	width: 355px;
	float: left;
	height: 355px;
	border: 1px solid #afafaf;
}



/* @end */

/* @group Tagging */

/* @group Tag Archives */

.tagged h1 {
	font-size: 32px;
	font-weight: 200;
	margin: -12px -10px -10px;
	padding: 10px;
	color: #fff;
	background-color: #000;
}

.tagged #pager {
	padding-left: 132px;
	margin-top: 12px;
	margin-bottom: 24px;
}



#tagged-posts-roll a {
	text-decoration: none;
}

#tagged-posts-roll a:link .tagged-post , #tagged-posts-roll a:visited .tagged-post {
	opacity: .9;
}

#tagged-posts-roll a:hover .tagged-post , #tagged-posts-roll a:active .tagged-post {
	opacity: 1;
}

#tagged-posts-roll a div.tagged-post div.tagged-post-content {
	display: inline;
}

#tagged-posts-roll a div.tagged-post {
	float: left;
	padding-right: 12px;
	margin-bottom: 12px;
	clear: both;
	width: 100%;
}

#tagged-posts-roll a div.tagged-post img.article-thumbnail {
	float: left;
	
}

/* @end */

.asides h2 {
	font-size: 24px;
	font-weight: 300;
}

#tag-related-entries div.related-entry {
	margin-bottom: 12px;
	position: relative;
}



#tag-related-entries div.related-entry a span.title {
	color: #111;
	background-color: #fd0;
	padding: 4px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 6px;
}


.tag-cloud a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em;
	margin-bottom: .3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */
	color: #fff;
	font-weight: bold;
	margin-right: .5em;
	margin-top: .3em;
}

.tag-cloud.light a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em;
	margin-bottom: .3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background: #cdcdcd; /* Old browsers */
	color: #fff;
	font-weight: bold;
	margin-right: .5em;
	margin-top: .3em;
}

.tag-cloud a span.tag-count {
	background: #f3f3f3;
	border-radius: 2em;
	color: #333;
	padding: 0em .5em;
}

.tag-cloud a:hover {
	text-decoration: none;
	background: #5b5f66; /* Old browsers */
background: -moz-linear-gradient(top, #5b5f66 0%, #161719 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5f66), color-stop(100%,#161719)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5b5f66 0%,#161719 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5b5f66 0%,#161719 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #5b5f66 0%,#161719 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5f66', endColorstr='#161719',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #5b5f66 0%,#161719 100%); /* W3C */
}

.tag-cloud a:active {
	position: relative;
	top: 1px;
}

#tag-popular a {
	font-weight: bold;
	font-size: 10px;
}



/* @end */

/* @group Mix */

.round3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
		}

.round6 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
		}
		
.round9 {
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
		}

.round3l {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
		}

.round6l {
	border-radius:  6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius:  6px 0px 0px 6px;
		}
		
.round9l {
	border-radius:  9px 0px 0px 9px;
	-webkit-border-radius: 9px 0px 0px 9px;
	-moz-border-radius:  9px 0px 0px 9px;
		}

.round3r {
	border-radius:  0px 3px 3px 0px;
	-webkit-border-radius:  0px 3px 3px 0px;
	-moz-border-radius:  0px 3px 3px 0px;
		}

.round6r {
	border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
		}
		
.round9r {
	border-radius: 0px 9px 9px 0px;
	-webkit-border-radius: 0px 9px 9px 0px;
	-moz-border-radius: 0px 9px 9px 0px;
		}		

.nearShadow {
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

}

/* @end */



/* @group Main Content */

.main-content a:link, .main-content a:visited {
}

.main-content p a:hover, .main-content p a:active {
	padding: 2px;
	margin: -2px;
	background-color: #fd0;
	text-decoration: none;
}

.

/* @end */