/* ////////// other */

body {
	background: #fff url("../img/bg.jpg") repeat;
	min-width: 940px;
	font-family: skolar, courier, monospace, serif;
	font-size: 14px;
	line-height:1.4;
}
.breaker {
	clear: both;
}
/* ////////// top-bar */

#top-bar-wrapper {
	width: 100%;
	height: 60px;
	background: url("../img/top-bar.png");
}
#top-bar {
	margin: 0 auto;
	width: 940px;
	height: 60px;
}
/* ///// top-bar > social */

#top-bar ul {
	float: right;
}
#top-bar ul li {
	text-indent: -9999px;
	float: left;
}
#top-bar ul li a {
	display: block;
	height: 20px;
	margin: 15px 20px 0 0;
	position: relative;
}
#top-bar ul li.twitter a {
	width: 29px;
	background: url("../img/twitter.png") no-repeat;
}
#top-bar ul li.facebook a {
	width: 20px;
	background: url("../img/facebook.png") no-repeat;
}
#top-bar ul li.vimeo a {
	margin-right: 0;
	width: 20px;
	background: url("../img/vimeo.png") no-repeat top;
}
#top-bar ul li.twitter a:hover, #top-bar ul li.facebook a:hover, #top-bar ul li.vimeo a:hover {
	background-position:bottom;
}
/* ////////// header */

#header {
	margin: 13px auto 0;
	width: 940px;
	height: 125px;
}
/* ///// header > logo */

#header .logo {
	margin: 0 auto;
	width: 180px;
	height: 125px;
}
#header .logo a {
	display: block;
	width: 180px;
	height: 125px;
	background: url("../img/logo.png");
	text-indent: -9999px;
}
/* ///// header > nav */

#header nav ul {
	margin: 42px 0 0 0;
}
#header nav ul li {
	padding: 0 0 4px 0;
}
#header nav ul li a {
	padding: 0 0 4px 0;
	font-family: pill-gothic-300mg, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #585a5c;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: bottom;
}
#header nav ul li a:hover, #header nav ul li.current-menu-item a, #header nav ul li.current-page-ancestor a {
	background: url("../img/nav-highlight.png") repeat-x bottom;
}
/* ///// header > nav.left */

#header nav.left {
	float: left;
}
#header nav.left ul li {
	float: left;
	margin: 0 84px 0 0;
}
/* ///// header > nav.right */

#header nav.right {
	float: right;
}
#header nav.right ul li {
	float: left;
	margin: 0 0 0 84px;
}
/* ////////// container */

.container {
	margin: 30px auto 160px;
	padding-top: 20px;
	width: 940px;
	background: url("../img/bar-hash-top.png") repeat-x top;
}
.container-home {
	margin: 40px auto 160px;
	width: 940px;
}

.container.bottom-nav {
	margin-top: -50px;
}
/* ////////// footer */

#footer-wrapper {
	width: 100%;
	height: 160px;
	background: url("../img/footer.jpg");
}
#footer {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 160px;
}
#footer .copyright {
	float: left;
	margin: 50px 0 0 0;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #fafaf8;
}
#footer form #confirmation {
	position: absolute;
	top: -40px;
	right: -1px;
	width: 300px;
	height: 20px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #585a5c;
	background-color:#999;
}
#footer form {
	position: absolute;
	top: 0;
	right: -1px;
	width: 360px;
	height: 102px;
}
#footer form label {
	position: absolute;
	top: 26px;
	left: 2px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #fafaf8;
}
#footer form input[type="email"] {
	position: absolute;
	top: 47px;
	left: 0;
	padding: 0 94px 0 10px;
	width: 256px;
	height: 34px;
	background: url("../img/input-1.png");
	background: #000;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color: #585a5c;
}
 #footer form input:invalid, #footer form textarea:invalid {
 border-radius: none;
 box-shadow: none;
}
#footer form input[type="submit"] {
	position: absolute;
	top: 50px;
	right: 4px;
	width: 80px;
	height: 28px;
	background: url("../img/submit-1.png");
	cursor: pointer;
	text-indent: -9999px;
}
#footer .badge {
	position: absolute;
	top: -54px;
	left: 50%;
	margin: 0 0 0 -55px;
	width: 110px;
	height: 110px;
	background: url("../img/badge.png");
}
/* ////////////////////////////// home ////////////////////////////// */

/* ////////// slider */

#home .slider-wrapper {
	overflow: hidden;
	position: relative;
	margin: 24px 0 0 0;
	width: 100%;
	height: 436px;
	background: transparent url("../img/slider.png");
}
#home .slider {
	position: absolute;
	width: 999999px;
	top: 8px;
	height: 400px;
}
#home .slider li {
	display: none;
	position: relative;
	float: left;
}
#home .slider li img {
	display: block;
	width: 800px;
	height: 420px;
}
#home .slider li a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 420px;
	background: transparent url("../img/slider-rollover.png");
	text-indent: -9999px;
}
#home .slider-wrapper .overlay-left {
	display: none;
	z-index: 9998;
	position: absolute;
	top: 8px;
	right: 50%;
	margin: 0 400px 0 0;
	width: 1000px;
	height: 420px;
	background: url("../img/slider-overlay-left.png") repeat-y;
}
#home .slider-wrapper .overlay-right {
	display: none;
	z-index: 9998;
	position: absolute;
	top: 8px;
	left: 50%;
	margin: 0 0 0 400px;
	width: 1000px;
	height: 420px;
	background: url("../img/slider-overlay-right.png") repeat-y;
}
#home .slider-wrapper .arrow {
	display: none;
	z-index: 9999;
	position: absolute;
	overflow:hidden;
	top: 174px;
	width: 89px;
	height: 90px;
	background-image: url("../img/slider-1-arrows.png");
	text-indent: -9999px;
}
#home .slider-wrapper .arrow.previous {
	left: 50%;
	margin: 0 0 0 -444px;
	background-position: 0 0;
}
#home .slider-wrapper .arrow.previous:hover {
	background-position: 0 -90px;
}
#home .slider-wrapper .arrow.next {
	right: 50%;
	margin: 0 -444px 0 0;
	background-position: -89px 0;
}
#home .slider-wrapper .arrow.next:hover {
	background-position: -89px -90px;
}
/* ////////// brushfire-artists */

#home .brushfire-artists {
	display: block;
	margin: 0 auto 20px;
	height: 65px;
	background: url("../img/hdr-artists.png") no-repeat top center;
	text-indent: -9999px;
}
/* ////////// artists-nav */

#home .artists-nav {
	margin: 0 auto 0;
	text-align: center;
}
#artists .artists-nav,
.bottom-nav .artists-nav {
	margin: 0 0 30px;
	padding: 0 0 20px;
	text-align: center;
	background: url("../img/bar-hash.png") no-repeat bottom;
	text-align: center;
}
#artists .artists-nav > img,
.bottom-nav .artists-nav > img {
	display: inline-block;
	margin: 20px auto;
}
#artist .artists-nav {
	margin: 0 0 30px;
	padding: 0 0 20px;
	text-align: center;
	background: url("../img/bar-hash.png") no-repeat bottom;
}
.artists-nav ul li {
	display: inline-block;
 *display: inline;
	padding: 0 6px 0 0;
	margin: 0 4px;
}
.artists-nav ul li a {
	display: inline-block;
	padding: 0 4px 0 10px;
	height: 36px;
	line-height: 38px;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 16px;
	color: #564f4f;
}
.artists-nav ul li a:hover, .artists-nav ul li.active {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.artists-nav ul li:hover, .artists-nav ul li.active {
	background: url("../img/nav-rollover-right.png") no-repeat right;
}
.artists-nav ul li:hover a, .artists-nav ul li.active a {
	color: #fff;
	background: url("../img/nav-rollover-left.png");
}
.artists-nav .arrow-artists a {
	display: block;
	margin: 14px auto 0;
	width: 160px;
	height: 80px;
	background-color:#c6c0ba;
	background: url("../img/artist-arrow.png") no-repeat top;
	color: #d73816;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 3.5px;
	line-height: 122px;
}
.artists-nav .arrow-artists a:hover {
	color: #564f4f;
	background-position: bottom;
}
/* ////////////////////////////// artists & projects landing pages ////////////////////////////// */

/* ////////// artists */
#artists header h2 {
	display: block;
	margin: 20px auto 20px;
	height: 65px;
	background: url("../img/hdr-artists.png") no-repeat top center;
	text-indent: -9999px;
}
#artists .artists li {
	position: relative;
	float: left;
	margin: 0 0 20px 20px;
	width: 290px;
	height: 230px;
	border: 5px solid #fff;
	background: #000;
}
#artists .artists li .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 230px;
}
#artists .artists li .rollover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 230px;
	background: url("../img/artist-rollover.jpg");
}
#artists .artists li .rollover strong {
	position:absolute;
	top: 102px;
	display: block;
	width: 290px;
	font-family: pill-gothic-300mg, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	letter-spacing:2px;
	color: #fff;
}
#artists .artists li.announcement {
	width: 610px;
	height: 230px;
	margin-left: 0;
	background: #000 url("../img/announcement.jpg");
}
#artists .artists li.announcement h3 {
	text-indent: -9999px;
}
#artists .artists li.announcement p {
	text-align: center;
	color: #baa78f;
	font-size: 13px;
	letter-spacing: 3px;
	margin: 103px 0 0;
	text-transform: uppercase;
}
/* ////////// the shop */

#shop .shop-nav {
	margin: 0 0 30px;
	padding: 0 0 20px;
	text-align: center;
	background: url("../img/bar-hash.png") no-repeat bottom;
}
.shop-nav ul li {
	display: inline-block;
 *display: inline;
	padding: 0 6px 0 0;
	margin: 0 4px;
}
.shop-nav ul li a {
	display: inline-block;
	padding: 0 4px 0 10px;
	height: 36px;
	line-height: 38px;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 16px;
	color: #564f4f;
}
.shop-nav ul li a:hover, .shop-nav ul li.active {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.shop-nav ul li:hover, .shop-nav ul li.active {
	background: url("../img/nav-rollover-right.png") no-repeat right;
}
.shop-nav ul li:hover a, .shop-nav ul li.active a {
	color: #fff;
	background: url("../img/nav-rollover-left.png");
}
.shop-nav .arrow-artists a {
	display: block;
	margin: 20px auto 0;
	width: 160px;
	height: 80px;
	background-color:#c6c0ba;
	background: url("../img/artist-arrow.png") no-repeat top;
	color: #d73816;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 3.5px;
	line-height: 122px;
}
.shop-nav .arrow-artists a:hover {
	color: #564f4f;
	background-position: bottom;
}
#shop-filter {
	border-bottom: 1px dashed #555;
	padding: 14px 0;
	margin: -20px 0 30px;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 16px;
}
#shop-filter span {
	margin-right: 15px;
}
#shop-filter select {
	color: #111;
	font-size: 13px;
	font-family:"Courier New", Courier, monospace;
	font-weight: normal;
	text-transform:none;
	vertical-align: top;
	padding: 1px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #b6b6b6;
	margin-right: 20px;
	position:relative;
	top: -1px;
}
#shop header h2 {
	display: block;
	margin: 20px auto 20px;
	height: 45px;
	background: url("../img/hdr-shop.png") no-repeat top center;
	text-indent: -9999px;
}
#shop .shop-gallery .shop-item {
	float: left;
	margin: 0 20px 20px 0;
	width: 220px;
	height: 255px;
}
#shop .shop-gallery .shop-item .shop-item-artwork {
	position: relative;
	width: 210px;
	height: 210px;
	border: 5px solid #fff;
	background: #fff;
}
#shop .shop-gallery .shop-item .shop-item-artwork .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 210px;
}
#shop .shop-gallery .shop-item .shop-item-artwork .rollover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 210px;
	background: url("../img/shop-rollover.jpg");
}
#shop .shop-gallery .shop-item .shop-item-artwork .rollover strong {
	position:absolute;
	top: 80px;
	display: block;
	width: 210px;
	font-family: pill-gothic-300mg, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	letter-spacing:1px;
	color: #fff;
}
#shop .shop-gallery .shop-item .shop-item-artwork .rollover strong em {
	display: block;
	font-family: skolar, courier, monospace, serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 11px;
	letter-spacing:2px;
	color: #baa78f;
}
#shop .shop-gallery .shop-item .shop-item-artwork .rollover strong span {
	color: #d73816;
	font-weight: 400;
	font-size: 13px;
}
#shop .shop li.announcement {
	width: 610px;
	height: 210px;
	margin-left: 0;
	background: #000 url("../img/announcement.jpg");
}
#shop .shop li.announcement h3 {
	text-indent: -9999px;
}
#shop .shop li.announcement p {
	text-align: center;
	color: #baa78f;
	font-size: 13px;
	letter-spacing: 3px;
	margin: 103px 0 0;
	text-transform: uppercase;
}
.price-menu a, .price-menu a:hover {
	text-decoration:none;
	border-bottom:0;
}
.price-menu {
	display:inline-block;
	width:210px;
	height:24px;
	position:relative;
	top:7px;
	left:5px;
	z-index:200;
}
.price-menu>ul.dropdown {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
.price-menu:hover>ul.dropdown {
	-moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.price-menu>ul.dropdown>li>a {
	display:none;
	width:190px;
	height:24px;
	padding: 2px 10px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	text-transform: uppercase;
	border:0;
	background: #000 url("../img/btn-buy-off.png");
	font-family: pill-gothic-300mg;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.price-menu>ul.dropdown>li>a span {
	text-align: right!important;
	float: right;
}
.price-menu>ul.dropdown>li>a>img {
	vertical-align:middle;
	border:0;
}
.price-menu>ul.dropdown>li:first-child>a {
	display:block;
	background: #000 url("../img/btn-buy-off.png");
	-moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.price-menu:hover>ul.dropdown>li>a {
	display:block;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	position:static;
}
.price-menu>ul.dropdown>li>a:hover {
	border:0;
	background: #000 url("../img/btn-buy-on.png");
}
.price-menu:hover>ul.dropdown>li>a.active:active, .price-menu>ul.dropdown>li>a:active {
	border:0;
	background: #000 url("../img/btn-buy-off.png");
}
.price-menu:hover>ul.dropdown>li>a.active {
	border:0!important;
}
/* ////////// projects-nav */
#projects header h2 {
	display: block;
	margin: 20px auto 20px;
	height: 65px;
	background: url("../img/hdr-projects.png") no-repeat top center;
	text-indent: -9999px;
}
#project .projects-nav {
	margin: 0 0 30px;
	padding: 0 0 20px;
	text-align: center;
	background: url("../img/bar-hash.png") no-repeat bottom;
}
#projects .projects-nav {
	margin: 0 0 30px;
	padding: 0 0 20px;
	text-align: center;
	background: url("../img/bar-hash.png") no-repeat bottom;
}
.projects-nav ul li {
	display: inline-block;
 *display: inline;
	padding: 0 6px 0 0;
	margin: 0 4px;
}
.projects-nav ul li a {
	display: inline-block;
	padding: 0 4px 0 10px;
	height: 36px;
	line-height: 38px;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 16px;
	color: #564f4f;
}
.projects-nav ul li a:hover, .projects-nav ul li.active {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.projects-nav ul li:hover, .projects-nav ul li.active {
	background: url("../img/nav-rollover-right.png") no-repeat right;
}
.projects-nav ul li:hover a, .projects-nav ul li.active a {
	color: #fff;
	background: url("../img/nav-rollover-left.png");
}
/* ////////// projects */

#projects .projects li {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 290px;
	height: 230px;
	border: 5px solid #fff;
	background: #000;
}
#projects .projects li .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 230px;
}
#projects .projects li .rollover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 230px;
	background: url("../img/project-rollover.jpg");
}
#projects .projects li .rollover strong {
	position:absolute;
	top: 102px;
	display: block;
	width: 290px;
	font-family: pill-gothic-300mg, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	letter-spacing:2px;
	color: #fff;
}
/* ////////////////////////////// artist ////////////////////////////// */

/* ////////// image */

#artist .image, #project .image {
	position: relative;
	float: left;
	width: 380px;
	height: 410px;
	border: 5px solid #fff;
	background: #000;
}
#artist .image img, #project .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 410px;
}
#artist .image a, #project .image a {
	position: absolute;
	bottom: 45px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #161616;
	width: 380px;
	text-align: center;
}
#artist .image a:hover, #project .image a:hover {
	color: #baa78F;
}
/* ////////// slider */

#artist .slider, #project .slider {
	position: relative;
	float: right;
	margin: 0;
	width: 540px;
	height: 420px;
	background: #fff;
}
#artist .slider .slides, #project .slider .slides {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 530px;
	height: 350px;
	overflow:hidden;
}
#artist .slider .slides li img, #project .slider .slides li img {
	display: block;
	width: 530px;
	height: 350px;
}
#artist .slider .slides li strong, #project .slider .slides li strong {
	position: absolute;
	top: 377px;
	left: 16px;
	padding: 0 0 1px 0;
	font-size: 18px;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	color: #272727;
	display: none;
}
#artist .slider .arrow, #project .slider .arrow {
	position: absolute;
	bottom: 25px;
	width: 47px;
	height: 20px;
	background-image: url("../img/slider-3-arrows.png");
	text-indent: -9999px;
}
#artist .slider .arrow.previous, #project .slider .arrow.previous {
	left: 17px;
	background-position: 0 0;
}
#artist .slider .arrow.next, #project .slider .arrow.next {
	right: 17px;
	background-position: -47px 0;
}
#artist .slider .arrow.previous:hover, #project .slider .arrow.previous:hover {
	background-position: 0 -20px;
}
#artist .slider .arrow.next:hover, #project .slider .arrow.next:hover {
	background-position: -47px -20px;
}
/* ////////// aside */

#artist aside, #project aside {
	float: right;
	margin: 18px 0 0 0;
	width: 540px;
}
/* ////////// biography / story */

#artist .biography, #project .story {
	float: left;
	width: 380px;
	margin: 26px 0 0 0;
}
#artist .biography h2, #project .story h2 {
	width: 380px;
	height: 80px;
	background: url("../img/profile.png");
	text-indent: -9999px;
}
#artist .biography article, #project .story article {
	margin: 14px 0;
	width: 380px;
	font-size: 14px;
	color: #564f4f;
}
#project .story article {
	margin: 0 0 28px;
}
#artist .biography article p, #project .story article p {
	margin: 0 0 14px 0;
	font-size: 14px;
	line-height: 1.8em;
}
#artist .biography article a, #project .story article a {
	color: #d73816;
}
/* ////////// tour_dates */

#artist .tour_dates {
	float: right;
	clear: both;
	margin: 40px 0 0 0;
	width: 540px;/*background: url("../img/bar-bottom.png") repeat-x bottom left;*/
}
#artist .tour_dates h2 {
	width: 540px;
	height: 80px;
	background: url("../img/tour-dates.png");
	text-indent: -9999px;
}
#artist .tour_dates ul {
	margin: 14px 10px;
}
#artist .tour_dates ul li {
	padding: 7px 0;
	font-size: 14px;
	color: #564f4f;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	border-bottom: 1px dashed #c6c0ba;
}
#artist .tour_dates ul li:first-child {
	margin: 0;
}
#artist .tour_dates ul li time {
	margin: 0 12px 0 0;
	color: #d73816;
}
#artist .tour_dates ul li a {
	float: right;
	color: #564f4f;
}
#artist .tour_dates ul li a:hover {
	color: #d73816;
}
/* ////////// discography */

#artist .discography {
	float: left;
	margin: 20px 0 0;
	width: 390px;
}
#artist .discography li {
	position: relative;
	float: left;
	margin: 0 14px 14px 0;
	width: 120px;
	height: 144px;
}
#artist .discography li.last {
	margin-right: 0;
}
#artist .discography li img {
	position: absolute;
	border: 5px solid #fff;
	width: 110px;
	height: 110px;
}
#artist .discography li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	font-family: pill-gothic-300mg;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color: #c6c0ba;
	text-align: center;
}
#artist .discography li p a {
	color: #564f4f;
}
#artist .discography li p a:hover {
	color: #d73816;
}
/* ////////// video */

#artist .video, #project .video {
	position: relative;
	float: left;
	margin: 0;
	width: 540px;
	height: 308px;
	background: #fff;
}
#artist .video .content, #project .video .content {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 530px;
	height: 298px;
	background: #000;
}
/* ////////////////////////////// project ////////////////////////////// */

/* ////////// story */
#project .story {
	float: left;
	width: 380px;
	margin: 22px 0 0 0;
}
#project .story h2 {
	background: url("../img/story.png");
}
#project .story article {
	margin: 14px 0;
}
#project a.btn-buy {
	display: block;
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 2px;
	color: #d73816 !important;
	text-align: center;
	text-transform: uppercase;
	line-height: 65px;
	width: 380px;
	height: 60px;
	margin: 28px auto;
	background: url("../img/btn-buy.png") top center no-repeat;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#project a.btn-buy:hover {
	color: #564f4f !important;
}
/* ////////// discography */

#project .discography {
	float: right;
	margin: 17px 0 0 0;
}
#project .discography li {
	width: 540px;
	height: 160px;
}
#project .discography li img {
	float: left;
	border: 5px solid #fff;
	width: 150px;
	height: 150px;
}
#project .discography li h3 {
	float: right;
	margin: 5px 0 0 0;
	width: 380px;
	font-family: alternate-gothic-no-3-d, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #564f4f;
	text-indent: 15px;
	text-transform: uppercase;
}
#project .discography li p {
	float: right;
	width: 380px;
	font-family: pill-gothic-300mg;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color: #c6c0ba;
	text-indent: 17px;
}
#project .discography li p a {
	color: #d73816;
}
#project .discography li p a:hover {
	color: #564f4f;
}
/* ////////////////////////////// blog ////////////////////////////// */

/* ////////// post */

#blog #side {
	width: 240px;
	float: right;
}
#blog aside {
	margin-top: 41px;
	float: right;
	width: 240px;
}
#blog aside h3 {
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 21px;
	color: #564f4f;
	padding-bottom: 7px;
	background: url("../img/bar.png") no-repeat bottom center;
}
#blog aside ul li {
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px 0;
	border-bottom: 1px dashed #c6c0ba;
}
#blog aside ul li a {
	color: #564f4f;
}
#blog aside ul li a:hover {
	color: #d73816;
}
#blog aside ul li.current-cat a {
	color: #d73816;
}
#back-top {
	display: none;
	position: relative;
	top: 21px;
}
#back-top a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 85px;
	color: #565a5b;
	width: 240px;
	height: 70px;
	margin: 0 auto;
	background: url("../img/back-top.png") top center no-repeat;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #d73816;
}
#blog article {
	float: left;
	width: 620px;
	display: block;
	margin-bottom: 60px;
}
#blog article:after {
	background: url("../img/divider.png") no-repeat bottom center;
	content: "";
	display: block;
	height: 5px;
	margin-top: 28px;
}
#blog .post {
	margin: 0 0 0 0;
}
#blog .post .entry-format {
	border: 10px solid #fff;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	background: #000;
	display:block;
	margin-bottom: 0;
}
#blog .post .entry-format.video iframe {
	height: 340px;
	display:block;
}
#blog .post .image img {
	display:block;
}
#blog .post time {
	display:block;
	height: 90px;
	z-index: 999;
	position: relative;
	top: 40px;
	left: 35px;
	background: url("../img/time-stamp.png") no-repeat top left;
	float: right;
}
#blog .post time .stamp {
	text-align: center;
	font-family: pill-gothic-300mg, sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	width: 90px;
	line-height: 1;
	position: relative;
	top: 18px;
	text-shadow: 1px 1px 2px #161616;
}
#blog .post time .stamp .month {
	font-size: 14px;
}
#blog .post time .stamp .day {
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 35px;
}
#blog .post time .stamp .year {
	position: relative;
	top: -5px;
}
#blog .post header {
	float: left;
}
#blog .post h3 {
	margin: 40px 0 0 0;
	font-family: pill-gothic-300mg, sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #565a5b;
	text-transform: uppercase;
}
#blog .post h3 a {
	font-family: pill-gothic-300mg, sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #565a5b;
	text-transform: uppercase;
	border-bottom:none;
}
#blog .post h3 a:hover {
	color: #d73816;
}
#blog .post p {
	margin: 14px 0 14px 0;
	line-height: 1.4;
	font-size: 14px;
	color: #565a5b;
	text-align: justify;
}
#blog .post .more {
	font-size: 14px;
	color: #d73816;
	text-decoration: underline;
}
#blog .post a {
	color: #d73816;
	text-decoration: none;
	border-bottom: 1px #565a5b dotted;
}
#blog .post a:hover {
	border-bottom: 1px #d73816 solid;
}
#blog hr {
	clear: both;
	display: block;
	margin: 120px 0 0 0;
	padding: 0;
	width: 100%;
	height: 7px;
	color: none;
	border: none;
	background: url("../img/bar-hash.png");
}
.pagination-box {
	clear: both;
	color: #565a5b;
	display: block;
	margin: 40px 0;
	text-align: center;
	width: 620px;
}
.pagination-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pagination-box ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pagination-box ul li.prev {
	float: left;
}
.pagination-box ul li.prev a:before {
	display:block;
	width: 47px;
	height:20px;
	content: "";
	float: left;
	padding-right:8px;
	background: url("../img/arrow-prev.png") top left no-repeat;
}
.pagination-box ul li.next {
	float: right;
}
.pagination-box ul li.next a:after {
	display:block;
	width: 47px;
	height:20px;
	content: "";
	float: right;
	padding-left:8px;
	background: url("../img/arrow-next.png") top right no-repeat;
}
.pagination-box ul li a {
	color: #d73816;
}
.pagination-box ul li a.active {
	color: #d73816;
	text-decoration: none;
}
.pagination-box ul li a:hover, .pagination-box ul li a.active:hover {
	color: #565a5b;
	text-decoration: line-through;
}
.pagination-box ul li.label {
	color: #565a5b;
	font-size: 13px;
	font-style: italic;
}
/* ////////////////////////////// info ////////////////////////////// */

/* ////////// images */

#info .image-1, #contact .image-1 {
	position: relative;
	float: left;
	width: 416px;
	height: 336px;
	background: url("../img/frame-11.png");
	margin-bottom: 21px;
}
#info .image-1 img, #contact .image-1 img {
	position: absolute;
	top: 8px;
	left: 8px;
}
#info .image-2, #contact .image-2 {
	position: relative;
	float: right;
	width: 416px;
	height: 336px;
	background: url("../img/frame-7.png");
}
#info .image-2 img, #contact .image-2 img {
	position: absolute;
	top: 8px;
	left: 8px;
}
/* ////////// content */

#videos .content {
	margin: 50px 0 0 0;
}
#videos header h2 {
	display: block;
	margin: 20px auto 40px;
	height: 65px;
	background: url("../img/hdr-videos.png") no-repeat top center;
	text-indent: -9999px;
}
#videos .content p {
	line-height: 1.5;
	font-size: 16px;
	color: #565a5b;
}
#videos .content .left {
	float: left;
	width: 470px;
}
#videos .content .right {
	float: right;
	width: 400px;
}
/* ////////////////////////////// contact ////////////////////////////// */

/* ////////// article */

#info article {
	float: left;
	margin: 40px 0 0 0;
	width: 400px;
	padding-right: 69px;
	border-right: 1px dashed #c3c5c5;
}
#info article p {
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 0 28px 8px;
	text-align:justify;
}
/* ////////// aside */

#info aside {
	float: right;
	margin: 40px 0 0 0;
	width: 400px;
	text-align: justify;
}
#info aside h2 {
	margin: 0 0 28px 0;
	width: 400px;
	height: 80px;
	background: url("../img/contact-us.png");
	text-indent: -9999px;
}
#info aside p {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform:uppercase;
	text-align: center;
}
#info aside a {
	display: inline-block;
	border-bottom: 1px dashed #c3c5c5;
	margin: 0 0 14px;
	padding: 0 0 14px;
	width: 400px;
	font-size: 14px;
	color: #c6251e;
	text-align: center;
}
#info aside a:hover {
	color: #565a5b;
}
/* ////////// form */

#info .form {
	float: left;
	margin: 28px 0 0 0;
	width: 400px;
}
#info .form label {
	display: none;
}
#info .form input[type="text"], #info .form input[type="email"] {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 15px;
	width: 370px;
	height: 41px;
	background: url("../img/input-2.png");
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #565a5b;
}
#info .form textarea {
	display: block;
	padding: 12px 15px;
	width: 370px;
	height: 117px;
	background: url("../img/textarea-1.png");
	resize: none;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #565a5b;
}
#info .form input[type="submit"] {
	display: block;
	margin: 21px 0 0 -2px;
	width: 124px;
	height: 43px;
	background: url("../img/submit-2.png");
	cursor: pointer;
	text-indent: -9999px;
}
/* ////////// store-nav */

#store header h2 {
	display: block;
	margin: 0 auto 20px;
	width: 940px;
	height: 80px;
	background: url("../img/brushfire-store.png");
	text-indent: -9999px;
}
#store .store-nav {
	margin: 0 0 30px;
	padding: 0 0 20px;
	text-align: center;
	background: url("../img/bar-hash.png") no-repeat bottom;
}
.store-nav ul li {
	display: inline-block;
 *display: inline;
	padding: 0 6px 0 0;
	margin: 0 4px;
}
.store-nav ul li a {
	display: inline-block;
	padding: 0 4px 0 10px;
	height: 36px;
	line-height: 38px;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size: 16px;
	color: #564f4f;
}
.store-nav ul li a:hover, .store-nav ul li.active {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.store-nav ul li:hover, .store-nav ul li.active {
	background: url("../img/nav-rollover-right.png") no-repeat right;
}
.store-nav ul li:hover a, .store-nav ul li.active a {
	color: #fff;
	background: url("../img/nav-rollover-left.png");
}
#store-side {
	width: 940px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	background: url("../img/bar-hash.png") no-repeat top center;
	position:relative !important;
	top: 0 !important;
	left: 0 !important;
}
#store-back-top {
	display: none;
	margin: 0 auto;
}
#store-back-top a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 85px;
	color: #565a5b;
	width: 240px;
	height: 70px;
	margin: 0 auto;
	background: url("../img/back-top.png") top center no-repeat;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#store-back-top a:hover {
	color: #d73816;
}
/* ////////////////////////////// lightbox ////////////////////////////// */

/* ////////// lightbox */

#lightbox-wrapper {
	display: none;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url("../img/lightbox-wrapper.png") repeat;*/
	background: #1f1d1a;
}
#lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -285px;
	width: 570px;
	height: 600px;
	background: url("../img/lightbox.jpg") no-repeat top;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
#lightbox .content {
	margin: 60px auto 0;
	width: 370px;
}
#lightbox .close {
	position: absolute;
	display:block;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url("../img/close.png") top left no-repeat;
}
/* ////////// lightbox > cover */

#lightbox .content .cover {
	position: relative;
	float: left;
	width: 130px;
	height: 131px;
}
#lightbox .content .cover img {
	position: absolute;
	top: 2px;
	left: 3px;
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
}
/* ////////// lightbox > info */

#lightbox .content .info {
	float: right;
	width: 215px;
	height: 131px;
	text-shadow: 2px 1px 2px #161616;
}
#lightbox .content .info h1 {
	color: #fff;
	clear:none;
	font-family: alternate-gothic-no-3-d, sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	font-size:21px;
	margin:7px 0 0 0;
}
#lightbox .content .info h2 {
	font-family: pill-gothic-300mg;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color:#baa78f;
	font-size: 14px;
	margin: 0 0 28px 0;
}
#lightbox .content .info h2 em {
	font-style: italic;
	font-size: 12px;
	color: #727272;
}
#lightbox .content .info .rating {
	display: block;
	margin: 10px 0 0 0;
}
#lightbox .content .info .rating .star {
	float: left;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	background-image: url("../img/stars.png");
	background-position: 0 0;
}
#lightbox .content .info .rating .star.inactive {
	background-position: -17px 0;
}
#lightbox .content .info .buy {
	float: left;
	width: 120px;
	text-align:center;
	text-decoration:none;
	text-transform: uppercase;
	color:#fff;
	display:block;
	background: #d73816;
	font-family: pill-gothic-300mg;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 4px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	-moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#lightbox .content .info .buy:hover {
	background: #1f1d1a;
}
#lightbox .content .info .price {
	float:left;
	font-family: pill-gothic-300mg;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 14px;
	margin-left: 14px;
	line-height: 38px
}
/* ////////// lightbox > player */

#lightbox .content .player {
	float: left;
	margin: 42px 0 0 0;
	width: 370px;
	height: 47px;
	background: url("../img/player.png");
}
#lightbox .content .player .controls {
	float: left;
	margin: 8px 0 0 18px;
	width: 333px;
	height: 30px;
	background: url("../img/player-controls.png");
}
#lightbox .content .player .controls .prev {
	float: left;
	margin: 11px 0 0 10px;
	width: 14px;
	height: 9px;
	background: url("../img/player-prev.png");
	text-indent: -9999px;
}
#lightbox .content .player .controls .next {
	float: left;
	margin: 11px 0 0 8px;
	width: 14px;
	height: 9px;
	background: url("../img/player-next.png");
	text-indent: -9999px;
}
#lightbox .content .player .controls .play {
	float: left;
	margin: 9px 0 0 8px;
	width: 12px;
	height: 13px;
	background: url("../img/player-play.png");
	text-indent: -9999px;
}
#lightbox .content .player .controls .pause {
	display: none;
	float: left;
	margin: 9px 0 0 8px;
	width: 12px;
	height: 13px;
	background: url("../img/player-pause.png");
	text-indent: -9999px;
}
#lightbox .content .player .controls .timeline {
	float: left;
	margin: 11px 0 0 10px;
	width: 211px;
	height: 8px;
	background: url("../img/player-timeline.png");
}
#lightbox .content .player .controls .timeline .progress {
	float: left;
	margin: 1px 0 0 0;
	width: 0;
	height: 6px;
	background: url("../img/player-progress.png");
	border-radius: 10px;
}
#lightbox .content .player .controls .time {
	float: left;
	width: 46px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #febf4f;
	text-shadow: 2px 1px 2px #161616;
}
/* ////////// lightbox > tracklist */

#lightbox .content .tracklist {
	float: left;
	margin: 5px 0 0 0;
	width: 370px;
	height: 238px;
	background: url("../img/tracklist.png");
}
#lightbox .content .tracklist .tracks {
	width: 330px;
}
#lightbox .content .tracklist .tracks li {
	height: 33px;
	line-height: 31px;
	background: url("../img/tracklist-separ.png") repeat-x bottom;
	list-style: decimal inside;
	font-size: 12px;
	color: #999;
}
#lightbox .content .tracklist .tracks li.active .track_title, #lightbox .content .tracklist .tracks li.active .duration {
	color: #febf4f;
}
#lightbox .content .tracklist .tracks li .track_title {
	margin: 0 0 0 5px;
	color: #999;
	text-shadow: 2px 1px 2px #161616;
}
#lightbox .content .tracklist .tracks li .duration {
	float: right;
	margin: 0 10px 0 0;
	text-shadow: 2px 1px 2px #161616;
}
#lightbox .content .tracklist .tracks li .buy {
	float: right;
	margin: 7px 0 0 0;
	width: 37px;
	height: 17px;
	line-height: 17px;
	background: url("../img/tracklist-buy.png");
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
	display: none;
}
/* ////////// lightbox > tracklist > scroll */

#lightbox .content .tracklist #scroll {
	float: left;
	margin: 1px 0 0 0;
	width: 370px;
	height: 236px;
}
#lightbox .content .tracklist #scroll .viewport {
	overflow: hidden;
	position: relative;
	float: left;
	width: 345px;
	height: 236px;
}
#lightbox .content .tracklist #scroll .overview {
	position: absolute;
	left: 0;
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
}
#lightbox .content .tracklist #scroll .scrollbar {
	float: right;
	margin: 0 6px 0 0;
	width: 10px;
}
#lightbox .content .tracklist #scroll .scrollbar.disable {
	display: none;
}
#lightbox .content .tracklist #scroll .scrollbar .track {
	position: relative;
	background: #000;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
#lightbox .content .tracklist #scroll .scrollbar .track .thumb {
	position: absolute;
	left: 0;
	width: 10px;
	background: #999;
	cursor: pointer;
}
#top-bar form #confirmation {
	position: absolute;
	top: -40px;
	right: -1px;
	width: 300px;
	height: 20px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #585a5c;
	background-color:#999;
}
#top-bar form {
	float: left;
	position: relative;
	top: 4px;
	left: 0;
	width: 260px;
}
#top-bar form label {
	position: absolute;
	top: 26px;
	left: 2px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #fafaf8;
}
#top-bar form input[type="email"] {
	position: absolute;
	top: 3px;
	left: 0;
	padding: 0 44px 0 10px;
	width: 206px;
	height: 32px;
	background: url("../img/input-1.png");
	background: #f2ebe4;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color: #646464;
	border: 1px solid #dad4cd;
}
 #top-bar form input:invalid, #top-bar form textarea:invalid {
 border-radius: none;
 box-shadow: none;
}
#top-bar form input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 3px;
	width: 80px;
	height: 28px;
	background: url("../img/submit-1.png");
	cursor: pointer;
	text-indent: -9999px;
}
/* ////////// social media */
.addthis_toolbox {
	padding: 0 0 7px;
	margin-bottom: 14px;
	border-bottom: 1px dashed #c6c0ba;
}
.addthis_toolbox a {
	border-bottom: none !important;
}
/* ////////// the shadow */
.the-shadow {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
.the-shadow:before, .the-shadow:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 35%;
	max-width: 350px; /* avoid rotation causing ugly appearance at large container widths */
	max-height: 100px;
	height: 30%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg);
}
.the-shadow:after {
	left: auto;
	right: 10px;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg);
}

.tubepress-thumb {
   width: 310px !important;
   text-align: center;
}

.tubepress-thumb dd.tubepress-meta-title a {
    font-family: pill-gothic-300mg;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #565a5b;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.tubepress-thumb dl.tubepress-meta-group {
    padding: 10px 0;
}
.tubepress-thumb img {
     border: 5px solid #fff;
    -moz-box-shadow: 0px 0px 3px 1px #a09c97;
    -webkit-box-shadow: 0px 0px 3px 1px #a09c97;
     box-shadow: 0px 0px 3px 1px #a09c97;
}
.tubepress-pagination a, .tubepress-pagination span {
     border: 0;
     color: #565a5b;
}
.tubepress-pagination a:hover, .tubepress-pagination .active span {
     background-color: transparent !important;
}


    