

@font-face {
	font-family: 'BigNoodleTitlingRegular';
	src: url('/clients/artery/type/big_noodle_titling-webfont.eot');
	src: local('☺'), url('/clients/artery/type/big_noodle_titling-webfont.woff') format('woff'), url('/clients/artery/type/big_noodle_titling-webfont.ttf') format('truetype'), url('/clients/artery/type/big_noodle_titling-webfont.svg#webfontUc0x47cx') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BigNoodleTitlingRegular';
	src: url('/clients/artery/type/big_noodle_titling-webfont.eot');
	src: local('☺'), url('/clients/artery/type/big_noodle_titling-webfont.woff') format('woff'), url('/clients/artery/type/big_noodle_titling-webfont.ttf') format('truetype'), url('/clients/artery/type/big_noodle_titling-webfont.svg#webfontUc0x47cx') format('svg');
	font-weight: normal;
	font-style: normal;
}



html {
	background: #000 url('../img/html-bg.jpg') repeat-x top;
}

body {
	background: url('../img/body-bg.png') top ;
	font: 11px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #fff;
}

p, h1, h2, h3, h4, h5, h6, span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	line-height: 1.4em;
}

h1, h2 {
	font-size: 2.1em;
	line-height: 1.522em;
}

table {
	margin: 0;
}

th {
	padding: 2px 4px;
	font-size: 12px;
}

tfoot th {
	color: #666;
	text-align: right;
}

a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #272624;
}

a:hover {
	color: #fff;
}

.mark { background: #bb1b28; }

input, textarea, select, button {
	font: 12px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

fieldset li {
	line-height: 38px;
}

fieldset .input label, fieldset .text label, fieldset .select label {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	margin-right: .5em;
}

#aside fieldset .input label, #aside fieldset .text label, #aside fieldset .select label {
	width: 80px;
}

fieldset .input input {
	width: 200px;
}

fieldset .checkbox, fieldset .input .note, fieldset .submit button, fieldset li .error {
	margin-left: 185px;
}

fieldset .input .note {
	color: #666;
}

fieldset li .error {
	background: #900;
	padding: 0 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

form.Approve, form.Delete, form.Approve fieldset, form.Delete fieldset {
	display: inline;
}

p.note { font-size: 12px; }

/* Structure */

#header {
	text-align: center;
}

#header .client {
	background: url('../img/artery_pyknic.png') top no-repeat;
	height: 480px;
	margin-bottom: -100px;
}

#header .nav {
	padding-top: 25px;
	position: absolute;
	top: 0px;
	margin-left: 310px;
	width: 660px;
	height: 52px;
}

#header .nav li {
	margin: 0 10px;
	letter-spacing: 1.5px;
	font-size: 20px;
}

#header .nav a {
	color: #fff;
	top: 30px;
	font-family: 'BigNoodleTitlingRegular', serif;
	text-transform: uppercase;
	
}

#header .nav .selected a {
	color: #BB1B28;
}

#header .nav .community {
	position: relative;
	cursor: default;
}

#header .nav .community ul {
	display: none;
	top: 20px;
	left: 1em;
	padding: 5px 15px;
	text-align: left;
	position: absolute;
	background: url('../img/page-bg.jpg') no-repeat;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 9999;
}

#header .nav .community:hover ul {
	display: block;
}

#header .nav .community ul li {
	margin: 0;
	display: block;
	font-size: 15px;
}

#header .nav .community ul a {
	color: #ccc;
}

#header .nav .community ul a:hover {
	color: #fff;
}

#dashboard {
	background: #000;
	border-bottom: 1px solid #333;
}

#dashboard a, #header a {
	border: 0;
}

#dashboard .controls {
	padding: 0;
	right: 58px;
}

#dashboard .controls li {
	background: #000;
	padding: 1px 8px;
	margin: 0 2px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #333;
	border-top: #000;
}

#dashboard .controls a {
	font-family: BigNoodleTitlingRegular;
	color: #666;
}

#dashboard .controls a:hover {
	color: #fff;
}

#page, #footer {
	/*background: #000 url('../img/page-bg.jpg') top;*/
	padding: 50px 14px 14px 14px;
	width: 902px;
}

#page img {
	max-width: 822px;
}

#breadcrumbs {
	position: relative;
	margin: 0 auto -40px auto;
	width: 844px;
	padding: 24px 28px 0 28px;
	font-size: 12px;
	color: #313131;
}

#breadcrumbs a {
	color: #676767;
}

#breadcrumbs a:hover {
	color: #fff;
}

#engine {
	position: absolute;
	width: 100%;
	margin: 0 auto;
}

#engine .messages {
	position: relative;
	top: -300px;
	padding: 50px;
	width: 700px;
	margin: auto;
	background: url('../img/page-bg.jpg') no-repeat;
	border: 1px solid #333;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 0 25px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 0 25px;
	box-shadow: rgba(0,0,0,.5) 0 0 25px;
}

#engine .messages li a {
	background: #222;
	border: 1px solid #333;
	padding: 2px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#main, .main, #aside, .aside, #main.full, .main.full {
	margin: 14px;
	width: 490px;
}

#main.full, .main.full, .store #main.full {
	width: 844px;
}

#aside, .aside {
	width: 320px;
}

#aside .ad {
	text-align: center;
	padding: 15px 0;
	min-height: 279px;
}

#footer {
	overflow: hidden;
	text-align: center;
}

#footer .nav li {
	display: inline;
}

#footer .navigation li {
	margin: 0 .5em;
}

#footer .nav li  ul {
	display: none;
}

#footer, #footer a {
	margin: auto;
	color: #676767;
}

#footer a {
	color: #A1A1A1;
}

#footer a:hover {
	color: #fff;
}

#footer .section {
	margin: 14px;
	width: auto;
}

#footer ul, #footer p {
	padding: 0;
}

#footer .ad {
	margin: auto;
	padding: 15px 0;
}

/*#footer .sponsors {
	position: relative;
	height: 48px;
	text-align: center;
}

#footer .sponsors a {
	background: url('../img/sponsors.png') no-repeat;
	display: inline-block;
	height: 38px;
	width: 80px;
	margin: 0 8px;
	border: 0;
	text-indent: -999px;
	overflow: hidden;
}

#footer .sponsors .peta a {
	width: 58px;
	background-position: -6px 0;
}

#footer .sponsors .ezombie a {
	width: 52px;
	background-position: -74px 0;
}

#footer .sponsors .merchnow a {
	width: 46px;
	background-position: -132px 0;
}

#footer .sponsors .outerloop a {
	width: 125px;
	background-position: -190px 0;
}

#footer .sponsors .darkhorse a {
	width: 65px;
	background-position: -329px 0;
}

#footer .sponsors .engl a {
	width: 55px;
	background-position: -408px 0;
}

#footer .sponsors .victory a {
	width: 34px;
	background-position: -482px 0;
}

#footer .sponsors .toothnail a {
	width: 32px;
	background-position: -541px 0;
}

#footer .sponsors .unknown a {
	width: 24px;
	background-position: -591px 0;
}

#footer .sponsors .epitaph a {
	width: 37px;
	background-position: -636px 0;
}

#footer .sponsors .rise a {
	width: 26px;
	background-position: -689px 0;
}

#footer .sponsors .unknown2 a {
	width: 37px;
	background-position: -732px 0;
}
*/

#footer #copyright {
	text-align: center;
	margin: 1.5em 0;
}

.section + .section {
	margin-top: 28px;
}

.section > .header h1.title {
	background: none;
	padding: 0;
}

.section > .header h1.title span {
	color: #fff;
}

.section > .header {
	position: relative;
}

.section > .header .title, .section.news > .header h1.title {
	background: url('../img/headings-bg.png') 0 -20px repeat-x;
	padding: 10px 30px 15px;
}

.section.news > .header h1.title span {
	color: #000;
}

#aside .section .header h3 {
	font-size: 1.6em;
}

.section > .header .nav {
	display: none;
}

.section > .header .title span {
	font-family: BigNoodleTitlingRegular;
	font-weight: normal;
	font-size: 20px;
	text-transform:uppercase;
	color: #000;
}

.section > .footer a {
	color: #8d8d8d;
}

.section > .footer a:hover {
	color: #fff;
}

.listing .item {
	border-bottom: 1px solid #1e1e1e;
	padding: 10px 0;
}

.listing.compact .item + .item .title, .listing .item .meta {
	padding: 0;
}

.listing.compact .item .meta {
	margin: 0;
}

.header .title a {
	color: #BB1B28;
	border: 0;
}

.header .title a:hover {
	border-bottom: 1px solid #272624;
}

.article .header {
	position: relative;
}

#main .article .header .title {
	max-width: 360px;
	text-transform: uppercase;
}

.article .meta {
	color: #313131;
	margin-bottom: 1em;
}

#main .article .header .meta .comments {
	position: absolute;
	top: 2em;
	right: 0;
	display: inline-block;
	padding: 0 8px;
	background: #313131;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#main .article .header .meta .comments a {
	border: 0;
	color: #000;
}

#main .article .header .meta .comments a:hover {
	color: #fff;
}

#aside .article .meta .time {
	display: block;
}

.figure img {
	padding: 5px;
	background: #fff;
}

.pagination {
	color: #313131;
}

.pagination a, .pagination .current {
	padding: 2px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination a {
	background: #313131;
	color: #000;
	border: 0;
}

.pagination .current {
	color: #999;
}

.full .header .meta .comments a:hover, .pagination a:hover {
	color: #fff;
}

.profile .footer .actions, .member.details .footer .actions {
	text-align: right;
	padding-top: 0;
}

.profile .footer .actions li, .member.details .footer .actions li {
	display: inline;
}

.profile .footer .actions a, .comments .footer .actions a, .member.details .footer .actions a {
	background: #222;
	border: 1px solid #333;
	color: #fff;
	padding: 2px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#aside .thumbs {
	padding: 0;
}

#aside .thumbs .avatar {
	margin: 0 17px 17px 0;
}

.thumbs.flickr a {
	width: 50px;
	margin: 0 17px 17px 0;
	display: block;
	float: left;
}

#main .avatar img, .account.settings .file img {
	padding: 5px;
	background: #fff;
}

#aside .thumbs .avatar.fifth, .thumbs.flickr a:nth-child(5n+5) {
	margin-right: 0;
}

#aside .thumbs .avatar, #aside .thumbs img, td .avatar img {
	width: 50px;
}

#aside .thumbs img, #main .comments .avatar img, #main td .avatar img {
	padding: 2px;
	background: #fff;
}

.social.controls , .section.benefits .footer  {
	position: relative;
}

.social.controls #splatter, .section.benefits .footer #splatter {
	top: -25px;
	width: 322px;
	position: absolute;
	z-index: 9;
}

.social.controls .actions, .section.benefits .actions {
	position: relative;
	z-index: 99;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.1);
}

.social.controls .actions li, .section.benefits .actions li {
	display: inline-block;
	margin: 10px;
}

.event .external.ticket a, .event form.payment .add-to-cart, .social.controls .actions a, .section.benefits .actions a {
	font-family: BigNoodleTitlingRegular;
	font-size: 16px;
	padding: 10px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	border: 0;
}

.event .external.ticket a, .event form.payment .add-to-cart {
	border: 2px solid #fff;
	background: #BB1B28;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}


.social.controls .actions a, .section.benefits .actions a {
	padding: 5px 10px;
}

/* Home */

body.home .pagination, body.home .news.featured .footer, body.home .section.news.recent > .header {
	display: none;
}

body.home .section.news.recent {
	margin-top: 0;
}

.section.countdown {
	background: url('../img/countdown-bg.png') top right no-repeat;
	width: 100%;
	min-height: 180px;
	position: relative;
	border-bottom: 3px double #181818;
}

#countdown span, .section.countdown .header, .section.countdown .footer, .section.countdown .footer .nav a {
	font-family: BigNoodleTitlingRegular;
	position: absolute;
}

.section.countdown .header {
	margin-left: 10px;
	width: 50px;
	text-indent: 20px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	text-align: center;
}

.section.countdown .header .title {
	background: none;
	padding: 0;
}

.section.countdown .header h2 {
	line-height: 1.25em;
	
}
.section.countdown .header h2 span {
	color: #BB1B28;
	font-family: BigNoodleTitlingRegular;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0;
}

.section.countdown .footer {
	color: #666;
	font-weight: 100;
	text-align: right;
	font-size: 11px;
	bottom: 0;
	margin-left: 70px;
}

.section.countdown .footer p {
	line-height: 1.5em;
}

.section.countdown .footer .nav {
	position: absolute;
	top: 5px;
	left: 200px;
}

.section.countdown .footer .nav a {
	background: url('../img/social-icons.png');
	display: block;
	text-align: left;
	width: 30px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	border: 0;
}

.section.countdown .footer .facebook a {
	background-position: 0 0;
}

.section.countdown .footer .myspace a {
	background-position: -43px 0;
	left: 40px;
}

.section.countdown .footer .twitter a {
	background-position: -84px 0;
	left: 80px;
}

#countdown .days {
	left: 435px;
}

#countdown .hours {
	left: 542px;
}

#countdown .minutes {
	left: 645px;
}

#countdown .seconds {
	left: 750px;
}

#countdown > span {
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	display: inline-block;
	width: 60px;
	padding: 10px;
	top: 60px;
}

#countdown span span {
	display: block;
	font-size: 12px;
	color: #BB1B28;
	top: 75px;
}

#aside .feature.artist {
	background: url('../img/feature-artist-bg.png') top no-repeat;
	min-height: 442px;
	padding: 0 10px;
}

#aside .feature.artist .title {
	background-position: 100px -116px;
	padding-bottom: 27px;
}

#aside .feature.artist .title span {
	text-align: right;
	display: block;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}

.section.twitter {
	background: #242424;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.section.twitter a {
	color: #AFAFAF;
}

.twitter .header, .twitter .footer {	
	padding: 10px;
}

.twitter .header .title {
	display: none;
}

.twitter .header .nav, .twitter .footer .nav, .twitter .listing ol {
	display: block;
	padding: 0;
}
.twitter .listing, #twitterUpdates {
	margin: 0 1px;
}

.twitter .listing li, #twitterUpdates li {
	background: #000;
	padding: 10px;
}

.twitter .listing li + li, #twitterUpdates li + li {
	border-top: 1px dotted #fff;
}

#twitter_update_list li:first-child, #twitterUpdates li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#twitter_update_list li:last-child, #twitterUpdates li:last-child {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	
}

.home #main .news .header .nav .viewall {
	display: none;
}

/* News */

.news #main .news .title span:after {
	content: ' & Updates';
}

#main .news .header .nav {
	display: block;
	position: absolute;
	top: 10px;
	left: 440px;
}

.news .nav .rss {
	border: 0;
	display: block;
	text-indent: -9999px;
	background: url('../img/social-icons.png') -125px -5px no-repeat;
	width: 25px;
	height: 25px;
}

.news #main .news .footer {
	display: none;
}

/* Events */

#aside .events .title {
	background-position: 0 -220px;
}

.events .compact thead {
	display: none;
}

.events .full .header .nav {
	display: block;
	text-align: right;
}

.events .full .header .nav a {
	background: #222;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 6px;
}

.events .full .footer {
	display: none;
}

.events .listing.compact td {
	padding: 4px 0;
}

.events .listing.compact .location {
	color: #BB1B28;
}

.events .listing td.tickets {
	width: 90px;
}

.events .listing .tickets ul {
	padding: 0;
}

.events .listing .tickets li, .events .listing .tickets span {
	display: inline-block;
}

.events .full thead {
	display: none;
}

.events .full tr + tr {
	border-top: 1px solid rgba(255,255,255,0.05);
}

.events .full td {
	height: 63px;
	vertical-align: middle;
}

.events .full td, .events .full td ul li {
	text-align: center;
	font-size: 12px !important;
}

.events .full .date {
	background: url('../img/date-bg.png') top no-repeat;
	width: 50px;
}

.events .full tr + tr:nth-child(even) .date {
	background-position: 8px -60px;
}

.events .full .date span {
	display: block;
	line-height: 1em;
}

.events .full .date .month {
	text-transform: uppercase;
}

.events .full .date .day {
	font-size: 20px;
	font-weight: 900;
}

.events .full .location, .events .full .location a {
	text-align: left;
	color: #BB1B28;
}

.events .full .location a:hover {
	color: #fff;
}

.events .full td.actions {
	width: 280px;
}

.events .full .actions li {
	display: inline;
}

.events .full td .actions li + li:before {
	content: ' | ';
}

.events .full .actions a {
	color: #a1a1a1;
}

.events .full .tickets a {
	border: 0;
}

.event .header .title {
	background-image: none;
	padding: 0;
}

.event .header .title span, .events .full .actions a:hover {
	color: #fff;
}

.event .header .meta {
	font-size: 16px;
	color: #BB1B28;
}

.event .content {
	overflow: hidden;
}

.event .venue, .event .info {
	float: left;
	width: 220px;
	padding: 0 0 10px 0;
}

.event .info dt {
	display: none;
}

.event .info dd {
	margin: 0;
}

.event .info {
	border-left: 1px solid rgba(255,255,255,0.10);
	padding-left: 20px;
	margin-left: 20px;
}

.event .external.ticket {
	clear: both;
	border-top: 1px solid rgba(255,255,255,.1);
	text-align: center;
	padding: 30px 0;
}

.event form.payment {
	clear: both;
	border: 1px solid rgba(255,255,255,.1);
	border-width: 1px 0;
	padding-bottom: 10px;
}

.event form.payment h4, #PaymentForm h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #BB1B28;
}

.event .footer {
	display: none;
}

/* Cart / Store */

.cart td.quantity input {
	width: 2em;
}

.cart form ul {
	text-align: right;
}

.cart form ul li.submit {
	display: inline;
}

.cart form ul li.submit button, .progress li.submit button {
	margin-left: 0;
}

#progress, #PaymentForm #securitycode {
	padding: 0;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#progress li {
	padding: 10px;
	display: inline-block;
	color: #666;
}

#progress li.current {
	color: #fff;
}

fieldset.progress legend {
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 0 0 10px 0;
	width: 300px;
}

fieldset.progress ul {
	text-align: center;
}

fieldset.progress ul li {
	display: inline-block;
	margin: 0 20px;
}

#PaymentForm table {
	margin-bottom: 20px;
}

#PaymentForm tr {
	border-top: 1px solid rgba(255,255,255,.1);
}

#PaymentForm th {
	color: #666;
}

#PaymentForm #cash, #PaymentForm #paypal {
	float: left;
	width: 401px;
}

#PaymentForm #cash {
	border-right: 1px solid rgba(255,255,255,.1);
	padding-right: 10px;
	margin-right: 10px;
}

#PaymentForm #securitycode {
	line-height: 1.5em;
	overflow: hidden;
	margin: 10px 0;
	padding: 10px;
	font-family: BigNoodleTitlingRegular;
	font-size: 16px;
}

#PaymentForm #securitycode img {
	float: left;
	margin: 10px 10px 10px 0;
}

#PaymentForm #securitycode div {
	font: 12px/1.8em "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Comments */

.comments .header .title {
	background: none;
	padding: 0;
}

.comments .header .title span {
	color: #fff;
}

#main .section.comments .bubble {
	width: 420px;
}

#main.full .section.comments .bubble {
	width: 726px;
}

.bubble .footer li {
	display: inline;
}

.bubble .footer a, button {
	color: #fff;
	font-size: 12px;
	background: #222;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 6px;
}

.comments .listing .item {
	min-height: 100px;
}

.comments + .comments {
	margin: 0;
}

.comments label {
	display: none;
}

.comments .meta {
	margin: 0;
}

.comments .meta p {
	padding: 0;
}

.comments textarea {
	width: 484px;
}

.comments .footer .nav {
	text-align: right;
}

.comments .footer .nav li {
	display: inline;
	margin: .25em;
}

#add-comment .text label {
	display: none;
}

#add-comment .submit button {
	margin-left: 0;
}

/* Artists */

.artists .header .meta {
	display: none;
}

.artists .listing.full {
	text-align: center;
}

.artists .listing.full .item {
	float: left;
	text-align: left;
	border: 0;
	margin: 0 8px 8px 0;
	float: left;
	width: 246px;
	height: 236px;
	padding: 25px 15px;
	background: url('../img/artist-bg.png') top no-repeat;
}

.artists .listing.full .item.third {
	margin-right: 0;
}

.artists .item .title, #main .artist .header .title {
	font-size: 1.4em;
	text-transform: uppercase;
}

#page .artists .item .figure img {
	max-height: 140px;
	max-width: 236px;
}

.artists .item .title, .artists .item p {
	padding-bottom: 0;
	margin: 0;
}

.artists .item .footer a {
	color: #666;
}

.artists .item .footer a:hover {
	color: #fff;
}

.artists .item .footer .facebook a, .artists .item .footer .myspace a, .artists .item .footer .youtube a, .artists .item .footer .twitter a {
	background: url('../img/social-icons.png') no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	float: right;
	border: 0;
	margin: -25px 0 0 .5em;
}

.artists .item .footer .myspace a {
	background-position: -242px 0;
}

.artists .item .footer .facebook a {
	background-position: -208px 0;
}

.artists .item .footer .twitter a {
	background-position: -275px 0;
}

.artists .item .footer .youtube a {
	background-position: -306px 0;
}

#main .artist > .header .title {
	background: none;
	padding: 0;
}

#main .artist > .header .title span, .artist.social .header .title span, .account.points .title span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #BB1B28;
}

.artist .meta {
	overflow: hidden;
}

.artist .meta dt {
	display: block;
	float: left;
	clear: left;
}

.artist .meta dd {
	display: block;
	float: left;
}

.artist.social .header .title {
	float: left;
	background: none;
	padding: 0;
	margin-right: 10px;
}

.artist.social .header .title span {
	font-size: 13px;
	color: #666;
}

.artist.social ul {
	overflow: hidden;
}

.artist.social a {
	background: url('../img/social-icons.png') no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	text-indent: -999px;
	border: 0;
	margin-left: 5px;
}

.artist.social .myspace a {
	background-position: -43px 0;
}

.artist.social .facebook a {
	background-position: 0 0;
}

.artist.social .twitter a {
	background-position: -83px 0;
}

.artist.social .youtube a {
	background-position: -161px 0;
}

.artists.performing li {
	text-transform: uppercase;
	padding: 5px 0;
}

.artists.performing a {
	color: #BB1B28;
}

/* Media */

.media .section.gallery, .media .section.feature {
	border-bottom: 3px double rgba(255,255,255,.1);
}

.media .section > .header .title {
	background: none;
	padding: 0;
}

.media .section .header .title span {
	color: #fff;
}

.listing.media {
	text-align: center;
	padding-bottom: 0;
}

.listing.media .item {
	float: left;
	text-align: left;
	border: 0;
	margin: 0 8px 8px 0;
	float: left;
	width: 246px;
	height: 236px;
	padding: 25px 15px;
	background: url('../img/artist-bg.png') top no-repeat;
}

.listing.media .item:nth-child(3n) {
	margin-right: 0;
}

.listing.media .item .title {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #BB1B28;
}

#page .listing.media .item img {
	max-height: 156px;
	max-width: 236px;
}

.section.asset .footer {
	text-align: center;
}

.section.asset .footer .nav {
	margin: 0;
}

.section.asset .footer .nav li {
	display: inline;
	margin: 0 5px;
}

.section.asset .footer .nav img {
	display: none;
}

.asset.photo .content {
	text-align: center;
}

.asset.photo .content img {
	max-width: 844px;
	padding: 10px;
	background: #fff;
}

/* Users */

.users.listing > .header {
	display: none;
}

.filter .header .title span {
	font-family: BigNoodleTitlingRegular;
	color: #fff;
}

#filter .panel {
	text-align: center;
}

#filter .panel li {
	display: inline;
	margin-right: .5em;
}

#filter .panel #keyword {
	width: 200px;
}

#filter .panel label {
	margin-right: .25em;
}

.users.listing .avatar {
	width: 90px;
	margin: 7px;
}

.users.listing .avatar img {
	width: 80px;
	padding: 5px;
	background: #fff;
}

.profile.blogs .article .footer .meta, .member.details .footer .meta {
	display: none;
}

.section.profile.about {
	border-bottom: 3px double rgba(255,255,255,.1);
}

.profile .header .title {
	background: none;
	padding: 0;
}

.member.details .header .meta {
	font-size: 12px;
	margin: 1em 0;
	text-align: center;
	padding: 4px 0;
	border: 1px solid rgba(255,255,255,.1);
}

.member.details .header .meta span, .account.points thead th {
	font-family: BigNoodleTitlingRegular;
}

.member.details .avatar {
	float: left;
	width: 90px;
	margin: 10px 10px 10px 0;
}

.member.details .avatar img {
	width: 80px;
	padding: 5px;
	background: #fff;
}

.profile .header .title span {
	color: #fff;
}

.account .details .header .title, .account dt, .account.points .title {
	font-size: 14px;
	text-transform: uppercase;
}

.account .details .header .title span, .account dt {
	color: #BB1B28;
}

.account table {
	margin-bottom: 2em;
}

.account tr + tr {
	border-top: 1px solid rgba(255,255,255,.1);
}

.manage thead th, .account thead th, .section.forum thead th, .cart thead th {
	font-size: 12px;
	text-transform: uppercase;
	color: #BB1B28;
	border-bottom: 3px double rgba(255,255,255,.1);
}

.account tbody th, .account td {
	font-size: 12px;
	padding: 5px;
}

.account tbody th {
	color: #666;
}

.account td.action, #page .account .actions, #page .inbox .actions, .manage.blogs .footer .actions {
	text-align: right;
	padding: 0;
}

#page .account .actions li, #page .inbox .actions li, .manage.blogs .footer .actions li {
	display: inline;
}

#page .account td.action a, #page .account .actions a, #page .inbox .actions a, .manage.blogs .footer .actions a {
	font-size: 12px;
	padding: 2px 6px;
	background: #222;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin-left: .5em;
}

.account.settings form .file {
	margin-left: 185px;
}

.account.settings dd {
	padding-left: 0;
}

.account dl {
	background: rgba(255,255,255,.1);
	padding: 10px;
	border: 1px solid rgba(255,255,255,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 1em 0;
}

.manage.blogs .header .actions {
	display: none;
}

/* Forum */

.section.forum tr {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.section.forum td {
	padding: 5px;
}

.section.forum td h3, .section.forum td p {
	padding: 0;
}

.section.forum td h3 {
	font-size: 1.2em;
}

.section.forum td p {
	font-size: 12px;
}

.section.forum td .figure {
	float: left;
	width: 65px;
}

.section.forum td .figure img {
	width: 50px;
	padding: 2px;
}

.section.forum.topic > .header {
	display: none;
}

.forum #page .avatar  {
	position: absolute;
}

.forum .bubble {
	margin-left: 130px;
}

.forum .bubble .title {
	padding: 0;
}

.forum .article {
	padding: 12px;
}

.forum.topic .article, .forum.thread .own.article {
	padding: 10px;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.forum.topic .article .meta, .forum.thread .own.article .meta {
	color: #ccc;
}

.forum .details .pagination:first-child .title, .forum .details .pagination:first-child .results {
	display: none;
}

.forum .details .pagination:first-child {
	text-align: right;
}

.forum.reply .input label, .forum.reply .text label {
	float: none;
	width: auto;
	text-align: left;
}

.forum.reply .input input {
	width: 690px;
}

.forum.reply .submit button {
	margin-left: 0;
}

.markItUpContainer {
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(255,255,255,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.markItUpHeader {
	padding: 7px;
}

.markItUpHeader a {
	border: 0;
}

.markItUpHeader ul a {
	line-height: 16px;
		
}

.markItUpHeader ul ul li {
	border: 0;
}

.markItUpHeader ul ul li + li {
	border-top: 1px solid rgba(0,0,0,.1);
}

.markItUpHeader ul ul {
	border: 1px solid rgba(0,0,0,.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 0 5px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 0 5px;
	box-shadow: rgba(0,0,0,.5) 0 0 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=, Direction=, Color='')";
}

textarea.markItUpEditor {
	font: 13px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 0;
	width: 688px;
}

/* Login / Register */

.section.register .header .title, .section.login .header .title {
	background: none;
	padding: 0;
}

.section.register .header .title span, .section.login .header .title span {
	color: #fff	;
}

/* Error */

body.error #page {
	margin-top: 50px;
	padding-top: 0;
}
