
/* @group Reset */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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;}
	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; }


/* @end */

/* @group Default Styles */

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration:none; cursor:pointer;}
	.subheader { color: #777; }

	p { margin: 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #fff; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #14d1e9; text-decoration: underline; outline: 0; cursor:pointer; text-decoration:none; font-weight:bold; }
	a:hover, a:focus { color: #FFF; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	a.button,
	button,
	.posting a,
	.options a,
    span.button.success,
	#item_user_posts div.user_posts ul li a,
	.post-actions a,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #14d1e9;
	  border: none;
	  padding: 0 1.5em;
	  -moz-border-radius: 0.5em;
	  -webkit-border-radius: 0.5em;
	  border-radius: 0.5em;
	  color: #111;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 1em;
	  line-height: 2em;}
	.posting a,
	.post-actions a,
	#item_user_posts div.user_posts ul li a,
	.options a {
		background: transparent;
		padding: 0;
		color: #999;
	    text-shadow: none;
		text-transform: capitalize;
		margin: 0 .5em 0 .5em;
    }

    #item_user_posts .user_posts ul li a:hover,
    .post-options a:hover,
    .options a:hover {
		color: #14d1e9;
	}

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #111;
		background: #55ffff;
		}

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background: #14d1e9;
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }


/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #f5f5f5;
		font-size: 13px; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a.active {
		margin-left: 0; }
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }

	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		border-radius: 0.3em;
		color: #777;
		margin: 0;
		max-width: 100%;
		display: block;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; width: 100%;}
	.longtext input {
		width: 30em;
	}
	label,
	legend {
		display: inline;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #eee;
		display:inline;}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* @end */


/* @group Main Body */
#background_extra {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#loadspinner {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	z-index: 999999;
}

#ajaxprogress {
    position: absolute;
    display: block;
    text-align: center;
    width: 0;
    height: 5px;
    background: #cc1c85;
    z-index:1;
}
#ajaxprogress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}

body {

	background: #272727;

	font: .8em/2em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #eee;
}

div.main-head {
	margin-bottom: 1em;
}

span.crumb span {
	color: #444;
}

.post-entry img {
	max-width: 400px;
}
.quotebox img {
	max-width: 100px;
}

#feeds {
}
#feeds a {
	margin-top: 44px;
    opacity:0.7;
	float: right;
	display: block;
	padding: 0.1em 0 .1em 0.2em;
	font-size: 40px;
	color: #444;
}

#feeds a.feed-discord {
	margin-top: 46px;
}
#feeds a:hover {
	color: #fff;
}

.brd {
	width: 916px;
	margin: auto;
}

#brd-main-dis {
	background: #303030;
	margin: 1em 0;
	padding: 1em 2em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#brd-title {
	padding-top: 4em;
	height: 8em;
}
#brd-title a {
	display: block;
	background: url('/images/weekly_beats_2020.png') no-repeat;
	background-size: 20em;
	height: 270px;
	width: 260px;
	top: -80px;
    text-indent: -1000em;
    position: absolute;
    z-index: 0;
}

#brd-navlinks {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    //text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    margin-top: -1.5em;
    float: right;
}

#footer #brd-navlinks {
    margin: 1em 0 0 0;
}
#brd-navlinks li {
    float:left;
    margin: 0;
}

#brd-navlinks a {
	-webkit-border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	border-radius: .5em .5em 0 0;
    padding: .5em 1em;
}

#brd-navlinks #navinfo {
	-webkit-border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	border-radius: .5em .5em 0 0;
	background: #303030;
}
#brd-navlinks #navmusic a {
	color: #14d1e9;
}
#brd-navlinks #navupload a {
    padding-right: 0;
	color: #f31298;
}
#footer #brd-navlinks a {
	color: #666;
}
#navinfo a {
	position: absolute;
	display: block;
    margin: 0;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    //text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
	-webkit-border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	border-radius: .5em .5em 0 0;
	padding: .7em 2em .25em 2em;
    background: #303030;
}

p.post-actions {
	margin-bottom: 1em;
}
#navinfo a:hover {
    color: #ccc;
}
#infoarea {
	margin: auto;
	background: #303030;
	margin-top: 1em;
	margin-bottom: 1.25em;
	min-height: 1em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
#infoareadesc {
	margin: auto;
}
#infoarea p {
	padding: 1.5em 2em;
	line-height: 22px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

#brd-navlinks li a {
	color: #fff;
}


#brd-crumbs-end {
	display: none;
}

#brd-pagepost-end p.posting {
	display: none;
}

.main-foot h2 {
	display: none;
}

/* @end */

/* @group Homepage Calendar */

#calendar_head #listen_to {
	float: left;
	margin-bottom:1em;
}
#calendar_head #time_left {
	float: right;
}
#calendar_head a,
#calendar_head span.number {
	color: #f31298;
}

#calendar_head span.number {
    color: #ffffff;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

#calendar_head #listen_to span {
	color: #14d1e9;
}
#calendar_weeks {
	clear: both;
	width: 916px;
	border-collapse: separate;
	border-spacing:1px;
}

#calendar_weeks .calendar_week {
	height: 68px;
    background: #303030;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

#calendar_weeks a {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
    opacity: .3;
    word-spacing: .5em;
    font-size: .78em;
    width: 100%;
    height: 100%;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
    display: block;

}

#calendar_weeks .calendar_week a.upload {
	background: #cc1c85 url("/images/cal_weekset2020.png") -76px -2px no-repeat ;
    color: #fff;
    opacity: 1;
}

#calendar_weeks .calendar_week a.uploaded {
	background: #000 url("/images/cal_weekset2020.png") -76px -2px no-repeat ;
    color: #444;
    opacity: 0.3;
}

#calendar_weeks .calendar_week a.active {
	background: #49cfe7  url("/images/cal_weekset2020.png") -3px -2px no-repeat ;
    color: #fff;
    opacity: 1;
}

#calendar_weeks .cal-trackcount {
	display: none;
}
#calendar_weeks a.uploaded:hover .cal-trackcount,
#calendar_weeks a.upload:hover .cal-trackcount,
#calendar_weeks a.active:hover .cal-trackcount
 {
	display: block;
	margin-left:4.5em;
	width:60px;
	position: absolute;
	text-align: right;
	padding: 0;
	margin: 0;
	margin-top: 18px;
}

/* @end */

#edit_profile {
	float: right;
	margin-top: -.5em;
	margin-right: -2em;
}

#item_user_description,
.info-box,
.help-box,
.main-category,
.post-entry,
form {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	background: #303030;
	margin-bottom: 1em;
	padding: 1em 2em;
}

a.feed,
.main-head .item-info,
.item-summary {
	display: none;
}
.main-forum .main-item {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 1.5em 2em;
	clear: both;
	height: 2em;
	margin-bottom: 1px;
	background: #303030;

}

img#pun_antispam_image {
	margin: 0 !important;
	padding: 1em 1em 0 0;
}



.main-forum .item-subject .item-num {
	display: none;
}
.main-forum .main-item p,
.main-forum .main-item div,
.main-forum .main-item ul {
	margin: 0;
	display: inline;
}

.main-forum div.item-subject {
	display: block;
	float: left;
}

#profile .main-forum div.item-subject,
#brd-music .main-forum div.item-subject {
	margin-left: 24px;
}



.main-forum div.item-subject h3 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	float: left;
	width: 51em;
	height: 3em;
	position: absolute;
	margin-top: -.5em;
	z-index: 1;
}

.main-forum div.item-subject .item-status {
	display: block;
	float: left;
	height: 1.7em;
	margin-top: -.25em;
	line-height: 2em;
	overflow: hidden;
}

.main-forum div.item-subject h3 a {
	display: block;
	float: left;
	width: 27em;
	height: 1.7em;
	margin-top: -.25em;
	line-height: 2em;
	overflow: hidden;
}
.main-forum .main-item .item-subject h3 a:visited,
.main-forum .main-item.viewed .item-subject h3 a {
	/* color: #249baf; */
}
.main-forum div.item-subject p {
	position: absolute;
	z-index: 0;
	margin-top: 1em;
	line-height: 1em;
	z-index:1;
}

.main-forum ul.item-info {
	float: right;
	margin-top: -.75em;
}
.main-forum ul.item-info li {
	margin: 0;
	margin-left: 4.5em;
	float: left;
}
.main-forum ul.item-info li.info-lastpost {
	width: 20em;
}
.main-forum ul.item-info li.info-lastpost cite {
	display: block;
}

span.item-status {
	float: left;
	padding-right: 0.5em;
}
.post-entry p {
	margin: 1em 0;
}

p.paging a,
p.paging strong {
	margin: 0 .25em;
}

.quotebox {
	border-left: 4px solid #666;
	padding-left: 1em;
}
blockquote {
	border: none;
	padding: 0;
}
blockquote p {
	font-size: .7em;
	font-style: normal;
	border: none;
}
.quotebox embed {
	width: 20%;
	height: 10%;
}
.spoilerbox p {
	margin: 0 0 1em 0;
}
.spoilerbox h3 {
	cursor: pointer;
	color: #bdfb66;
}
.spoilerbox h3:hover {
	cursor: pointer;
	color: #bdfb00;
}
.spoilerbox p {
	margin-left: 1em;
}

#brd-viewtopic p.options {
	float: right;
	margin-top: -3em;
}
#brd-viewtopic .main-foot p.options {
	clear: both;
	float: right;
	margin-top: .25em;
}

#brd-qpost p.content-options.options {
	position: absolute;
	margin-top: .5em;
	margin-left: 650px;
}

#brd-viewtopic .main-foot p.options a {
	background: transparent;
}

#brd-viewtopic .post-actions a span {
	display: none;
}
.post-link a  {
	float: right;
	color: #999;
	font-size: .8em;
	padding-right: 1em;
}

.post-num {
	display: none;
}
.post-entry {
	margin-left: 6em;
	min-height: 6em;
}
.post-author {
	float: left;
	width: 5.5em;
	overflow: hidden;
}
.post-author ul,
.post-author li {
	margin: 0;
	padding: 0;
}
.post-author li {
	clear: both;
	line-height:1.2em;
	font-size: .8em;
}

div.postfoot {
	float: right;
	margin-top: -.75em;
}

.post-author .userstatus {
	display: none;
}
.post-author .username a {
	font-weight: bold;
}
.post {
	clear: both;
	margin-bottom: 1em;
}

.lastedit {
	font-size: .8em;
	color: #666;
}

img {
	-webkit-border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	border-radius:.5em .5em 0 0;
}

.main-subhead {
	clear: both;
}
.crumbs {
	clear: both;
	font-size: .85em;
}
.crumbs a {
	color: #999;
	font-weight: normal;
}

#categories_home h2.main {
	display: none;
}

#brd-profile-changepass #brd-crumbs-top,
#brd-profile-admin #brd-crumbs-top,
#brd-profile-avatar #brd-crumbs-top,
#brd-profile-signature #brd-crumbs-top,
#brd-profile-settings #brd-crumbs-top,
#brd-profile-identity #brd-crumbs-top {
	display: none;
}
#item_user_posts div.user_posts ul,
.main-menu ul,
.admin-submenu ul,
.admin-menu ul {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	width: 100%;
	height: 1.75em;
}

#item_user_posts div.user_posts li a,
.main-menu li a,
.admin-submenu li a,
.admin-menu li a {
	float: left;
	margin-right: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius:.5em;
	background: #161615;
	padding: .2em 2em;
}

.main-menu ul {
	margin-bottom: 2em;
}
.main-menu li a {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius:.5em;
	background: #303030;
	color: #fff;
}

.main-menu li.active a,
.main-menu li.active a:hover {
    background: #14d1e9;
}
.main-menu li a:hover {
    background: #222;
}

.admin-submenu li a:hover,
.admin-submenu li.active a,
.admin-menu li a:hover,
.admin-menu li.active a {
	color: #fff;
	background: #222;
}
.admin-submenu {
	border-top: 5px solid #222;
}
.admin-submenu li a {
	font-size: .8em;

}
.admin-submenu {
	clear: both;
}

#item_user_info {
	margin-top: -1em;
	margin-bottom: 1em;
	margin-left: 70px;
	height: 1em;
}

#item_user_info a {
	float: left;
	margin-right: 1em;
	display: none;
}
#item_user_description {
	margin-left: 65px;
	min-height: 36px;
}

#item_user_music {
	clear: both;
}

.avatar_bg {
	-webkit-border-radius:.5em;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
	width: 60px;
	height: 60px;
	float: left;
}

#item_user_posts div.user_posts ul {

}

#brd-viewtopic .posting a.newpost {
	display: none;
}

#brd-viewtopic h2 {
	display: none;
}
#brd-viewtopic .important {
	display: none;
}
#brd-viewtopic legend.group-legend {
	display: none;
}


#list ul.selectReplacement {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: .9em;
}

#list form {
	height: 4em;
}

#item_podcast {
	display: none;
}
#list ul.selectReplacement li {
	position: relative;
	background: #444;
	cursor: pointer;
	display: none;
	line-height: 2em;
	list-style: none;
	margin: 0;
	z-index: 101;
	padding: .1em 1em 0 1em;

	border-radius: 0.5em;
}
#list ul.selectReplacement li:hover {
}
#list ul.selectOpen li {
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: .1em 1em;
	font-size: 1em;
}

#list ul.selectReplacement li.selected {
	display: block;
}
#list ul.selectOpen li.selected {
  background: #fff;
  color: #111;
  display: block;
}
#list ul.selectOpen li:hover,
#list ul.selectOpen li.hover,
#list ul.selectOpen li.selected:hover {
  background: #ffffff;
  color: #000;

}

#list #list_file_type ul.selectReplacement {
	width: 4em;
}
#list #list_addional_options ul.selectReplacement {
	width: 22em;
	position: absolute;
}

#list #list_year ul.selectReplacement {
	width: 10em;
	position: absolute;
}

#list_search_field {
	float: left;
	padding: .3em .5em;
}
#list_search span {
	display: block;
}
#item_list_option_submit {
	float: left;
	padding: 0 .8em;
	margin: 0;
	height:2em;
	margin-left:.5em;
}
#profile .music_list_sort a,
#brd-music .music_list_sort a {
	margin-left: 20px;
}
#profile .music_list_sort .info-replies a,
#brd-music .music_list_sort .info-replies a {
	margin-left: 5.5em;
}
#profile .music_list_sort .info-views a,
#brd-music .music_list_sort .info-views a {
	margin-left: 28em;
}
#profile .music_list_sort .info-lastpost a,
#brd-music .music_list_sort .info-lastpost a {
	margin-left: 6.5em;
}
#list_search {
	float: left;
}

#list_addional_options {
	margin-left: 1em;
	float: left;
}


#list_year {
	margin-left: 18em;
	float: left;
}


.player-play {
	cursor: pointer;
	background: #ccc;
	display: block;
	text-indent: -1000em;
	width: 28px;
	height: 28px;
	background: #222;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	background: #14d1e9 url("/forums/style/jplayer/jp-play.png") 10px 8px no-repeat;
}

.listened .player-play {
	background: #333 url("/forums/style/jplayer/jp-play.png") 10px 8px no-repeat;
}

.player-play:hover {
	background: #14d1e9 url("/forums/style/jplayer/jp-play.png") no-repeat 10px 8px;
}

.listened .player-play:hover {
	background: #444 url("/forums/style/jplayer/jp-play.png") 10px 8px no-repeat;
}

.player-play.play-list {
	position: absolute;
	left: -37px;
	top: 5px;
}

/* @group Music Upload */

#item_form .top {
    background: #303030;
    padding: 1em 2em;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    margin: 0 0 1.5em 0;
}
#item_form .top p {
}
#item_form .top p br {
}
#item_form .top.error {
    background: #cc1c85;
    font-weight: bold;
    padding: 1em;
    border-radius: 0;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;

    }
#item_form .top ol {
	margin-bottom: .5em;
}
#item_form .top li {
    margin: 0;
    margin-left: 1em;
}

#item_form .frm-group {
    }
#item_form .group1 {
    padding-bottom: 2em;
}
#item_form .group3 {
    background:#000;
}

#item_form .text input {
	width: 44em;
	margin: 0;
}

#item_form textarea {
    border: none;
    font-size: 1.2em;
    padding: 1em;
    margin: 0 0 1em 0;
	width: 97%;
	min-width: 48em;
}

#popular_tags_form {
	padding: .5em;
}
#popular_tags_form span {
	display: block;
	float: left;
	padding: .4em  1em .5em 0;
}
#popular_tags_form a {
	display: block;
	float: left;
	color:#FFF;
	background: #333;
	padding: .3em 1em;
	margin-top: 1px;
	margin-right: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-transform: uppercase;
}

#popular_tags_form a:hover{
	background: #14d1e9;
	}

#item_form .switch_file_url {
	position: absolute;
	margin-top: 6.2em;
	margin-left: 11em;
}

#licenses {
    margin-top: 1em;
    margin-bottom: 1em;
	width: 100%;
}

#licenses .license {
    display:block;
    float: left;
    height: 18em;
    max-width: 22%;
    padding: 0;
    margin-right:.5em;
    margin-bottom:1px;
    background: #111;
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    font-size: 1.1em;
    cursor:pointer;
    border:1px solid #111;


}
#licenses .license input {
    display: none;
    width: 0;
    height: 0;
}
#licenses .license:hover {
    background: #444;
    border:1px solid #222;
}

#licenses .license.selected {
    color:#FFF;
    border:none;
    background:#444;
    border:1px solid #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor:pointer;
    }

#licenses .license label span b {
    font-size: 1.2em;
    }
#licenses .license label br {
    display: block;
    margin-bottom: 1em;
}
#licenses .license label span {
    font-size: .9em;
    display: block;
    cursor:pointer;
    text-align: center;
    padding: 1em;
    line-height: 1.4em;
}
#licenses .license label {
    cursor:pointer;
    text-align: center;
    }

#licenses a {
    color: #fff;
}

#item_form .sf-set.set5 {
	clear: both;
	padding-top: .5em;
}

#item_form .sf-set .checkbox label {
    display:block;
    margin-left: 2.5em;
}
#item_form .sf-set .checkbox label span {
    display:block;
    position:relative;
    margin-top: -1.7em;
    font-size: 1.1em;
    font-weight: bold;
    width: 100%;
}

#item_form .checkbox {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 1em;
    margin-bottom:1px;
    margin-right: .8em;
    }
#item_form .checkbox:hover {
}


#item_form span.submit input:hover {
    color: #cc1c85;
    background: #fff;
}
#item_form span.cancel input {
    background: #999;
    }
#item_form span.cancel input:hover {
    background: #fff;
    color: #999;
    }

#fileStatus {
	position: absolute;
    font-size: 1.1em;
    font-weight: bold;
    padding: .5em;
    color: #fff;
    z-index:10;
}

#upload_completed {
    display: block;
    position: absolute;
    width: 860px;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: -1em;
    background: #000;
    text-align: center;
    z-index: 1000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #14d1e9;
    border: 2px solid #14d1e9;
    font-size: 1.1em;
    margin-top:.2em;
}

#form-waitsubmit {
    background: #14d1e9;
    color: #FFF;
    padding: 2em;
    font-size:1.2em;
    font-weight: bold;
    border: 1px solid #14d1e9;
    border-radius: 0;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
}


#fsUploadProgress {
    height: 50px;
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    margin-bottom: 1em;
    padding: 0;
    background: #111;
    overflow:none;
}

#progress {
    position: absolute;
    //display: none;
    width: 916px;
    padding: 0;
    height: 4em;
    background-color: #111;
    border-radius: .5em;
    overflow: hidden;
}

#progress .status {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top:1em;
    font-weight: bold;
    color: #14d1e9;
}
#progress-error {
    color: red;
}

#progress .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 4em;
    background:#00c6ff url('/forums/style/Default/images/progressbar.gif');
    border-radius: .5em;
}

#spanButton {
    margin-top:-2em;
    height: 41px;
    overflow:hidden;
    position:absolute;
    z-index: 0;
}

#item_form .progressWrapper {
}

#item_form .progressContainer {
    border: none;
    overflow: hidden;
}
/* Message */
#item_form .message {
    margin: 1em 0;
    padding: 10px 20px;
    border: none;
    background: transparent;
    overflow: hidden;
    z-index: 10;
}
/* Error */
#item_form .red {
    border: none;
    background: transparent;
    z-index: 10;
}

/* Current */
#item_form .green {
    border: none;
    z-index: 10;
    padding-bottom: .2em;
}

/* Complete */
#item_form .blue {
    border: none;
    background: transparent;
    z-index: 10;
}

#item_form .progressName {
    position:absolute;
    font-size: 8pt;
    font-weight: 700;
    color: #fff;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -.5em;
    padding-left: 1em;
    z-index: 50;
    display: none;
}

#item_form .progressBarInProgress,
#item_form .progressBarComplete,
#item_form .progressBarError {
    display: block;
    font-size: 1em;
    height: 49px;
    background:#14d1e9 url('/forums/style/Default/images/progressbar.gif');
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    z-index: 1;
    padding:0;
}

#item_form .progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
    z-index: 10;
}

#item_form .progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
    z-index: 10;
}

#item_form .progressBarStatus {
	position:absolute;
	margin-top:1.5em;
    color: #fff;;
    z-index: 10;
    padding-left: 1em;
    color:#fff;
    font-weight: bold;
}

#item_form a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
    z-index: 10;
}

#item_form a.progressCancel:hover {
    background-position: 0px 0px;
    z-index: 10;
}

#item_form .group2 .set1 label small {
	font-size: 1em;
}

/* -- SWFUpload Object Styles ------------------------------- */
#item_form .swfupload {
    margin-top:1.5em;
    z-index: 10;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
/* @end */



/* @group Music Item Page */

#brd-main {
	margin-top: .5em;
}
#navigate {
	position: absolute;
	width: 914px;
	margin-top: .5em;
}
#navigate a {
	background: #444; /* Old browsers */
	color:#eee;
}
#navigate #next_item {
	float: right;
	margin-right: .5em;
}
#navigate #last_item {
	float: right;
	margin-right: .5em;
}
#item_main_content {
	clear: both;
}
#item_comments .item_user_info,
#item_main_content #item_user_info {
	margin: 0;
	padding: 0;
	float: left;
    width:80px;
}

#profile #item_main_content #item_user_info {
	margin: -1em 0 0 80px;
	padding: 0;
	float: none;
    width:auto;
}

#item_comments .item_user_info a,
#item_main_content #item_user_info a {

	display: block;
	font-size: .8em;
	width: 80px;
	overflow: hidden;
	clear: both;
	line-height: 1em;
}

#item_comments .item_user_info .avatar_bg {
	height: 60px;
	margin: 0;
}


#item_main_content #item_content_block {
	float: left;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    background: #303030;
    width: 795px;
    margin: 0 0 1em 0;
    padding: 6px 20px 0 20px;

}
#item_main_content #item_content_block #item_title {
	margin: 0 0 2em 0;
}

#item_main_content #item_content_block h3 {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
	padding: 0;
	line-height: 1.5em;
	font-size: 2em;
	width: 28em;
}
#item_main_content #item_content_block h3 div {
	float: left;
	margin-right: .5em;
}
#item_main_content #item_content_block #item_user {
	position: absolute;
	font-size: .8em;
	margin-top: -.3em;
	line-height: 1em;
}

#item_content_block #item_description {
	margin: 0 0 1em 0;
}
#item_main_content #item_license p{
	padding: 0;
	margin: 1em 0 0 0;
	font-size: .8em;
	color: #ccc;
	line-height: 2em;
}
#item_main_content #item_license a {
	color: #ccc;
}
#item_content_block #item_play_options,
#item_content_block #item_play_options ul,
#item_content_block #item_play_options ul li {
	margin: 0;
	padding: 0;
}
#item_content_block #item_play_options ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: .5em;
}

#item_main_content #item_tags {
	margin-left: 80px;
	clear: both;
	margin-bottom: 2em;
}

#item_main_content #item_tags a {
}
span.button.success,
#item_content_block a.button {
	padding: .6em 2em .6em 2em ;
	line-height: 1.5em;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
	background: #444;
	color: #eee;
}



#item_content_block a#item_download.button {
}
#item_content_block a#item_download.button:hover {
}

#item_content_block div.player-play.button {
	background: #14d1e9 url("/forums/style/jplayer/jp-play.png") no-repeat 10px 8px;
}

#item_content_block div.player-play.button:hover {
	background: #14d1e9 url("/forums/style/jplayer/jp-play.png") 10px 8px no-repeat;
}


#item_play_options ul li div.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
	margin-top: .3em;

}

#item_comment_accept {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #14d1e9;
    padding: 1em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em;
}



div.item_user_comment {
	float: left;
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    background: #303030;
    width: 815px;
    padding: 10px;
	min-height: 5em;
	margin-bottom: 1em;
}

div.item_user_comment .quotebox {
	margin-top: 1.5em;
}

div.item_user_comment a.remove {
	float: right;
}
div.item_user_comment p {
	margin: 1em 0;
}
div.item_user_comment span.comment_date {
	font-size: .8em;
	position: absolute;
	margin-top: -1em;
	opacity: .5;
	font-weight: bold;
}

/* @end */
