/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* SLUGS BEGINS */

body {
	background-color: #000000;
	background-image:url('http://nightslugs.net/resources/back.png');
	background-repeat:repeat;
	padding:0px;
	margin:0px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
}

p, .post img, .embedcode {
	margin-bottom: 13px;
}

.social iframe {
	position:relative;
	left:18px;
}

.socialtwo iframe {
	position:relative;
	left:18px;
}

#container-all {
	width:959px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	position:relative;
}

#foott {
	width:600;
	height:100px;
}

img {
	margin:0px;
	padding:0px;
	border:none;
}

a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.post {
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top:16px;
	padding-bottom:16px;
	margin-bottom:12px;
}

.shadow {
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=130, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
}

.title-9 {
	font-size:9px;
	font-weight:bold;
}

.title-12 {
	font-size:12px;
	font-weight:bold;
}

.title-15 {
	font-size:15px;
	font-weight:bold;
}

.title-18 {
	font-size:15px;
	font-weight:bold;
}

.post-title {}

.arrow {
	background-image:url('http://nightslugs.net/resources/arrow.png');
	background-position:top left;
	background-repeat:no-repeat;
	width:18px;
	height:13px;
	display:inline-block;
}

.rule {
	background-image:url('http://nightslugs.net/resources/rule.png');
	background-position:top left;
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	display:block;
	margin-top:6px;
	margin-bottom:9px;
}

.trans-rule {
	background-image:url('http://nightslugs.net/resources/rule_trans.png');
	background-position:top left;
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	display:block;
	margin-top:6px;
	margin-bottom:9px;
}

.dot {
	background-image:url('http://nightslugs.net/resources/dot.png');
	background-position:top left;
	background-repeat:no-repeat;
}

.noexcerptblock {
	display:block;
	height:10px;
}

.more {
	text-align:right;
	font-size:9px;
	padding-bottom:3px;
}

.more2 {
	position:relative;
	top:5px;
	text-align:right;
	font-size:9px;
	padding-top:3px;
	padding-bottom:0px;
}


.meta {
	font-size:9px;
	font-style:italic;
	display:block;
}

.tags {
	text-transform:uppercase;
}

table tr td {
	padding:0px;
	margin:0px;
	border:none;
}

.social, .socialtwo {
	margin-top:25px;
}

/* H E A D E R */

#header {
	width:959px;
	height:90px;
	margin:16px 0px 0px 0px;
	position:relative;
}

#header-logo {
	width:247px;
	height:90px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ffffff;
	background-image: url('http://nightslugs.net/resources/logo.png');
	border-top-left-radius: 3px; border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px;
	margin:0px;
	padding:0px;
}

#header-player {
	width:498px;
	height:90px;
	display:block;
	position:absolute;
	top:0px;
	left:247px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}

#header-rinse {
	width:214px;
	height:90px;
	display:block;
	position:absolute;
	top:0px;
	left:745px;
	background-color:#ffffff;
	background-image: url('http://nightslugs.net/resources/rinse.jpg');
	background-position: 0px 0px;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px;
	margin:0px;
	padding:0px;
}

#header-rinse.liveOnAir {
	background-position: 0px -90px;
}

#header-error {
	width:213px;
	height:78px;
	display:block;
	position:absolute;
	top:0px;
	left:257px;
	background-color:#ffffff;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px;
	margin:0px;
	padding:6px 17px 6px 17px;
}

#playercontainer {
	position:absolute;
	left:75px;
	top:25px;
	z-index:15;
}

#player-mesh {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url('http://nightslugs.net/resources/overlay_player.png');
	background-position:top left;
	background-repeat:repeat;
	z-index:10;
}

#player-back {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-position:center;
	z-index:5;
}

#player-text {
	font-size:10px;
	font-weight:bold;
	color:#9e9e9e;
	text-align:center;
	position:absolute;
	left:0px;
	top:29px;
	width:100%;
	z-index:20;
}


/* C O N T E N T */

#content {
	width:959px;
	position:relative;
	margin: 13px 0px 0px 0px;
}

.col-head {
	background-color:#ffffff;
	display:block;
	border-top-left-radius: 3px; border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;
	padding-top:8px;
	padding-bottom: 6px;
	margin: 0px 0px 6px 0px;
}

.col-head2 {
	background-color:#ffffff;
	display:block;
	border-top-left-radius: 3px; border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;
	padding-top:8px;
	padding-bottom: 6px;
	margin: 0px 0px 13px 0px;
}

.news-col {
	padding-left:17px;
	padding-right:19px;
	width:211px;
}

#news-column {
	float:left;
	width:247px;
	padding-right:12px;
}

.releases-col {
	padding-left:18px;
	padding-right:16px;
	width:198px;
}

#releases-column {
	float:left;
	width:232px;
	padding-right:12px;
}

#mixes-column {
	float:left;
	width:232px;
	padding-right:10px;
}

.events-col {
	padding-left:19px;
	padding-right:20px;
	width:175px;
}

.events-coll {
	padding-left:19px;
	padding-right:20px;
	width:175px;
}

.events-col img {
	margin-bottom:12px;
}

#events-column {
	float:left;
	width:214px;
}

/* P O S T   P A G E */

#post-column {
	float:left;
	left:0px;
	top:0px;
	width:479px;
	margin-right:10px;
	position:relative;
}

.post-col {
	padding-left:17px;
	padding-right:18px;
	width:444px;
}

#featured-column {
	float:left;
	top:0px;
	width:246px;
	margin-right:10px;
	position:relative;
}

.linkk {
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:7px;
}

.featured-col {
	width:87px;
	height:91px;
	padding-right:18px;
	padding-left:141px;
	position:relative;
}

.featured-col span {
	height:91px;
	vertical-align:middle;
	display:table-cell;
}

a.linkkk:hover {
	text-decoration:none;
}

.featured-thumbnail {
	position:absolute;
	left:18px;
	top:0px;
	z-index:10;
}

.featured-arrow {
	position:absolute;
	left:118px;
	top:37px;
	width:14px;
	height:14px;
}

.featured-rss-head {
	width:16px;
	padding-left:18px;
	padding-right:18px;
	margin-right:10px;
	position:absolute;
	left:0px;
	top:0px;
}

.featured-featured-head {
	width:147px;
	padding-left:18px;
	padding-right:18px;
	display:inline-block;
	position:relative;
	left:63px;
}

#related-column {
	float:left;
	top:0px;
	width:214px;
	position:relative;
}

.related-col {
	width:176px;
	padding-left:18px;
	padding-right:20px;
	position:relative;
}

.related-link {
	padding-top:20px;
	padding-bottom:18px;
}

.overlay-mesh {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url('http://nightslugs.net/resources/overlay.png');
	background-position:top left;
	background-repeat:repeat;
	z-index:50;
	display:none;
}

/* C A T A L O G   P A G E */

.whole-head {
	position:relative;
	width:959px;
	background-color:#ffffff;
	display:block;
	border-top-left-radius: 3px; border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;
	padding-top:11px;
	padding-bottom:11px;
	margin-bottom:7px;
}

.cat-center {
	position:relative;
	left:50%;
	margin-left:-84px;
}

#catalog-content {
	position:relative;
	width:959px;
}

.cat-post {
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top:27px;
	padding-bottom:18px;
	margin-bottom:7px;
}

.cat-col {
	padding-left:17px;
	padding-right:18px;
	margin-right:10px;
	width:148px;
	height:148px;
	float:left;
}

#cat-digi-column {
	float:left;
	width:386px;
	margin-left:1px;
	display:block;
}

#cat-12-column {
	float:left;
	width:192px;
	margin-right:2px;
	display:block;
}

#cat-wl-column {
	float:left;
	width:192px;
	margin-right:2px;
	display:block;
}

#cat-cd-column {
	float:left;
	width:183px;
}

/* R E L E A S E   M O U S E O V E R */

.release-mouseover {
	position:absolute;
	width:200px;
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image:url('http://nightslugs.net/resources/mesh_mouseover.jpg');
	background-position:top left;
	background-repeat:repeat;
	border:solid 1px #4d4d4d;
	padding:8px;
	margin-left:18px;
	display:none;
	z-index:300;
}

.release-mouseoverr {
	position:absolute;
	width:35px;
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image:url('http://nightslugs.net/resources/mesh_mouseover.jpg');
	background-position:top left;
	background-repeat:repeat;
	border:solid 1px #4d4d4d;
	padding:5px;
	display:none;
	z-index:300;
}

.mo-left {
	margin-left:18px;
}

.moarrow-left {
	position:absolute;
	left:-18px;
	top:-1px;
	background-image:url('http://nightslugs.net/resources/moarrow_left.png');
	background-position:top left;
	background-repeat:no-repeat;
	width:24px;
	height:22px;
	display:block;
}

.mo-right {
	margin-right:18px;
}

.moarrow-right {
	position:absolute;
	right:-18px;
	top:-1px;
	background-image:url('http://nightslugs.net/resources/moarrow_right.png');
	background-position:top left;
	background-repeat:no-repeat;
	width:19px;
	height:11px;
	display:block;
}

.mo {
	position:relative;
}

.moo {
	position:relative;
}

.mouseover-info {
	display:block;
	padding-left:14px;
}

a.nou {
	text-decoration:none;
}

/* R E L E A S E   P O P */

#release-mesh {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url('http://nightslugs.net/resources/overlay_release.png');
	background-position:top left;
	background-repeat:repeat;
	z-index:100;
	display:none;
}

#ajax-loader {
	width:32px;
	display:block;
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px;
	position:absolute;
	left:-16px;
	top:38px;
	z-index:300;
	display:none;
}

#release-content {
	width:997px;
	position:relative;
}

#release-release {
	width:769px;
	display:block;
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 44px 48px 23px 44px;
}

table tr td {
	vertical-align:top;
}

#release-container {
	width:997px;
	position:absolute;
	top:90px;
	left:-16px;
	z-index:200;
	display:none;
}

.release-tab {
	display:inline-block;
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 11px 30px 11px 30px;
	margin-right:10px;
	position:relative;
}

#release-load {
	width:997px;
	display:block;
	margin-top:6px;
}

#release-related-col {
	position:absolute;
	left:871px;
	top:0px;
	width:126px;
}

.release-related {
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top:10px;
	padding-bottom:10px;
	width:126px;
	text-align:center;
	font-weight:bold;
}

.release-related-post {
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
	width:106px;
	margin-top:7px;
	float:left;
	display: none;
}

.release-related-post.rC1 {
	display: block;
}

#release-related-col::selection {
	background-color: rgba(0,0,0,0);
}

#release-related-col .rNav {
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
	float:right;
	margin-top: 7px;
	cursor: pointer;
}

#release-related-col .rNav .cont {
	width:10px;
	height:13px;
	background-image:url('http://nightslugs.net/resources/da.jpg');
	background-repeat: no-repeat;
}

#release-related-col .rNav.up {
	display: none;
	float:left;
}

#release-related-col .rNav.up .cont {
	background-position: -10px 0px;
}

#release-related-col .rNav.down .cont {
	background-position: 0px 0px;
}

.release-infoo {
	padding-top:20px;
	padding-left:15px;
	display:block;
}
	

/* E V E N T   P A G E */

.eve-center {
	position:relative;
	left:50%;
	margin-left:-67px;
}

#eventa-content {
	position:relative;
	width:970px;
}

#eventa-content .post-title {
	text-transform: uppercase;
}

.eventsa-col {
	padding-left:17px;
	padding-right:18px;
	width:149px;
	float:left;
	position:relative;
	padding-bottom:80px;
	margin-right:10px;
}

.eventsa-col img {
	margin-bottom:12px;
}

.event-meta-bottom {
	position:absolute;
	bottom:0px;
	width:149px;
	margin-bottom:16px;
}

.navigation {
	float:left;
	opacity:0;
}

.float-space {
	float:left;
	width:959px;
	height:12px;
	display:block;
}

/* F E A T U R E D   P A G E */

.feat-center {
	position:relative;
	left:50%;
	margin-left:-65px;
}

.features-col {
	padding-left:17px;
	padding-right:18px;
	width:438px;
	height:287px;
	display:block;
	overflow:hidden;
	float:left;
	position:relative;
	margin-right:13px;
}

.features-bottom {
	position:absolute;
	bottom:13px;
	width:438px;
}

.text-features {
	height:170px;
	display:block;
	overflow:hidden;
}

#features-content {
	position:relative;
	width:972px;
}

table.features {
	width:438px;
	height:175px;
	overflow:hidden;
}

td.features {
	height:171px;
	overflow:hidden;
}

img.features {
	max-width:171px;
	max-height:171px;
}

.embed-feat {
	margin-left:auto;
	margin-right:auto;
}

/* ARTIST PAGE */

#artist-content {
	display:block;
	width:922px;
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 17px 20px 17px 17px;
	margin-top:13px;
}


/* MAILING LIST */

#mc_signup {
	padding:0px;
	margin-top:-10px;
	border:none;
}

.mc_var_label {
	display:none;
}

.mc_signup_submit {
	margin:0px;
	padding:0px;
	text-align:left;
	display:inline-block;
}

.email_signup, .updated, #mc_message, .mc_form_inside {
	font-size:9px;
	color:#000000;
}

.mc_success_msg, .mc_error_msg {
	margin-top:10px;
}

input#s {
	width:96%;
}

input.mc_input {
	width:96%;
}

/* GIG PRESS */

.gigpress-title {
	font-style:italic;
	text-transform:uppercase;
}

.gigpress-arrow {
	font-size:12px;
	line-height:0px;
}

/* INFINITE */

.inf-load {
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
	width:16px;
}

.events-coll .arrow {
	position:relative;
	top:-4px;
}

.release-hs {
	display:none;
}

.release-hs.shown {
	display:block;
}

.release-click:hover {
	cursor:pointer;
}

.release-click.shown {
	text-decoration:underline;
}

.caps {
	text-transform:uppercase;
}

.tweet iframe {
	position:absolute;
	left:0px;
}

#news-column .tweet iframe, #post-column .tweet iframe {
	position:absolute;
	left:18px;
}

#glide-bg {
	width:2000px;
	height:2000px;
	position:fixed;
	left:50%;
	top:0px;
	margin-left:-1000px;
}

.clear {
	clear:both;
	height:10px;
}

#infscr-loading {
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px;
	margin-bottom:12px;
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=130, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
	background-image:url('http://nightslugs.net/resources/inf-load.gif');
	background-position: 8px 8px;
	background-repeat: no-repeat;
	width:16px;
	height:16px;
}


#infscr-loading em, #infscr-loading img {
	display: none;
}