@charset "utf-8";
/* CSS Document */
.clearfix{
	clear: both;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:100;
	letter-spacing: -1px;
	border-bottom: 1px solid #00fff0;
	color: #ff00ae;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}

p{
	background-color: #000000;
	margin: 0;
	padding: 5px;
	font-size: 10px;
	margin-bottom: 15px;
}

a, a:visited, a:active{
	color: #00fff0;
	font-size:11px;
	text-decoration: none;
}

a:hover{
	color: #ff00ae;
}

img{
	border: 0px;
}

body{
	background: url("../_inc/images/bg.gif") #1f1f1f top center repeat-y;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper{
	display: block;
	width: 1000px;
	margin: 0 auto;
}

#topper{
	display: block;
	width: 1000px;
	height: 125px;
}

#topLeft{
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

#topRight{
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

#innerWrapper{
	display: block;
	width: 1000px;
}

#mainContent{
	display: block;
	width: 680px;
	float: left;
	text-align: left;
}

#navigation{
	display: block;
	width: 671px;
	background-color: #000000;
}

ul.navLinks, ul.navLinks li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 158px;
	padding-left: 5px;
}

ul.navLinks li a{
	display: block;
	border-bottom: 1px solid #1b1b1b;
}

ul.navLinks li a:hover{
	border-bottom: 1px solid #282828;
}

ul.navLinks li a span{
	color:#333333;
}

ul.navLinks li a:hover span{
	color: #242424;
}

#content{
	display: block;
	width: 671px;
}

.musicSkinDiv{
	display: block;
	width: 660px;
	height: 95px;
	background: url("/_inc/images/skinNameBg.gif") #000000 top left no-repeat;
	padding: 5px;
	margin-bottom: 15px;
}

.musicSkinDiv h2{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
	margin: 0;
	padding: 3px;
	color: #00d8ff;
	border-bottom: 1px solid #1f1f1f;
	margin-bottom: 5px;
}

.musicSkinDiv h2 strong{
	font-size: 15px;
	color: #ff34bf;
}

.skinImageDiv{
	display: block;
	width: 300px;
	height: 50px;
	float: left;
	padding: 3px;
	overflow:hidden;
}

.skinCode{
	display: block;
	height: 50px;
	width: 350px;
	float: right;
}

textarea.skinCodeText{
	padding: 1px;
	border: 2px solid #313131;
	background-color: #191919;
	display: block;
	width: 340px;
	height: 22px;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	cursor:pointer; 
}

.skinImageDiv a span {
	display:block;
	height:51px;
	opacity:1;
	position:relative;
	width:295px;
	top: -53px;
}

.skinImageDiv a:hover span{
	display:block;
	height:51px;
	opacity:0.6;
	width:295px;
}

#rightMenu{
	display: block;
	width: 320px;
	background-color: #000000;
	float: right;
}

#latest{
	display: block;
	width: 671px;
	background-color:#000000;
}

#latest h3{
	display: block;
	font-size: 12px;
	font-weight:100;
	border-bottom: 1px solid #00fff0;
	color: #ff00ae;
	margin: 0;
	padding: 3px;
}

span.leftTitle{
	float: left;
}

span.rightTitle{
	float: right;
	color: #00fff0;
}

#latest p{
	padding: 5px;
	font-size: 10px;
}

#notifySkinCopy{
	position:absolute;
	z-index:99;
	width:200px;
	height:12px;
	text-align:center;
	font: 9px verdana;
	color:white;
	border:1px solid white;
	background-color:#ff00ba;
	padding:3px;
}

/* Pagination */
a.currPagination{
	font-size: 15px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 1px;
	margin: 2px;
	border: 1px solid #ff00ae;
}

a:link.pagination, a:active.pagination, a:visited.pagination{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 15px;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 1px;
	margin: 2px;
	border: 1px solid #00fff0;
}

a:hover.pagination{
	background-color: #000000;
	border: 1px solid #ff00ae;
}