/*************************************/
/** CREDITS
/** Jorrit Tinholt, 2009, the Netherlands. E-mail: d-e-j-o-r-r-i-t@gmail.com (without the dashes)
/** DO NOT COPY
/*************************************/

/**************/
/** GENERAL
/**************/

body, input {
	font:12px arial;
	color:#333;
}

html {
	overflow:hidden;
}

h1 {
	font:bold 17px arial;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px #ddd solid;
}

h2 {
	font-family:"trebuchet ms","tahoma","arial",sans-serif;
	padding:0px;
	margin:0px;
	font-size:14px;
}

a { color:#333; text-decoration:underline; outline-style:none; }
a:hover { text-decoration:none; outline-style:none; }

input:focus {outline: none;}

#middle {
	position:absolute;
	top:68px;
	left:0px;
	width:1000px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:68px;
	background: transparent url('/gfx/sprites.png') 0 -94px repeat-x;
	color:#fff;
}

#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:86px;
	background: transparent url('/gfx/sprites.png') 0 -5px repeat-x;
	color:#fff;
}

/**************/
/** SEARCHBAR
/**************/

#searchbar {
	position:absolute;
	margin-top:9px;
	width:1000px;
	height:43px;
	background: transparent url('/gfx/sprites.png') 0 -342px repeat-x;
}

#searchbar #left {
	float:left;
	width:6px;
	height:43px;
	background: transparent url('/gfx/sprites.png') -166px -426px no-repeat;
}

#searchbar #right {
	float:right;
	width:6px;
	height:43px;
	background: transparent url('/gfx/sprites.png') -174px -426px no-repeat;
}

#searchbar #center {
	padding:7px 0 0 1px;
}

#searchbar #center #input {
	float:left;
	border:0px;
	padding:1px 6px 0 6px;
	width:199px;
	height:26px;
	font:12px 'verdana', sans-serif;
	font-style:italic;
	color:#999;
	background: transparent url('/gfx/sprites.png') 0 -391px no-repeat;
}

#searchbar #center #submit {
	cursor:pointer;
	float:left;
	border:0px;
	margin-left:5px;
	width:93px;
	height:27px;
	background: transparent url('/gfx/sprites.png') -115px -589px no-repeat;
}

#searchbar #center #choice {
	float:left;
	margin-left:5px;
	margin-top:3px;
}

#searchbar #center #login, #searchbar #center #logout {
	float:right;
	margin-right:15px;
	margin-top:3px;
}

#searchbar #center #logout {
	display:none;
}

.navigation {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.navigation li {
	cursor:pointer;
	float:left;
	margin-left:15px;
	padding-top:2px;
	padding-bottom:5px;
}

.active {
	color:#f0ff00;
}

/**************/
/** PLAYER CONTROLS
/**************/

#controls {
	position:absolute;
	width:500px;
	text-align:center;
}

#controls #title {
	clear:both;
	margin-top:5px;
	height:19px;
	font-weight:bold;
	overflow:hidden;
}

#controls #time1, #controls #time2 {
	margin-top:-2px;
	text-align:center;
	font-size:12px;
	color:#999;
	overflow:hidden;
}

#controls #time1 {
	float:left;
	height:13px;
	width:50px;
}

#controls #time2 {
	float:right;
	height:13px;
	width:50px;
}

#controls #progress {
	float:left;
	width:400px;
	height:13px;
	overflow:hidden;
	text-align:left;
}

#controls #progress #empty {
	width:400px;
	height:13px;
	background: transparent url('/gfx/sprites.png') 0 -310px repeat-x;
}

#controls #progress #empty #buffer {
	width:0px;
	height:13px;
	background: transparent url('/gfx/sprites.png') 0 -294px repeat-x;
}

#played {
	position:absolute;
	bottom:49px;
	width:400px;
	height:13px;
}

#controls #volume {
	float:left;
	padding-top:15px;
	padding-left:50px;
	width:141px;
	text-align:left;
}

#controls #volume #min {
	cursor:pointer;
	float:left;
	width:10px;
	height:17px;
	background: transparent url('/gfx/sprites.png') -161px -532px no-repeat;
}

#controls #volume #max {
	cursor:pointer;
	float:left;
	width:19px;
	height:17px;
	background: transparent url('/gfx/sprites.png') -174px -532px no-repeat;
}

#controls #volume #bar {
	float:left;
	width:70px;
	height:13px;
	overflow:hidden;
	margin:2px 10px 0 10px;
	background: transparent url('/gfx/sprites.png') 0 -310px repeat-x;
}

#barvol {
	position:absolute;
	bottom:19px;
	height:13px;
	width:70px;
}

#controls #buttons {
	float:left;
	width:119px;
}

#controls #buttons #previous, #controls #buttons #next {
	cursor:pointer;
	margin-top:5px;
	float:left;
	width:36px;
	height:36px;
}

#controls #buttons #previous {
	background: transparent url('/gfx/sprites.png') -37px -426px no-repeat;
}

#controls #buttons #next {
	background: transparent url('/gfx/sprites.png') 0 -426px no-repeat;
}

#controls #buttons #play, #controls #buttons #pause {
	cursor:pointer;
	margin-top:1px;
	float:left;
	width:44px;
	height:46px;
}

#controls #buttons #play {
	background: transparent url('/gfx/sprites.png') -45px -501px no-repeat;
}

#controls #buttons #pause {
	background: transparent url('/gfx/sprites.png') 0 -501px no-repeat;
	display:none;
}

#controls #options {
	padding:11px 0 0 10px;
	float:left;
	width:180px;
}

#controls #options #shuffle {
	cursor:pointer;
	float:left;
	width:26px;
	height:24px;
	background: transparent url('/gfx/sprites.png') -126px -501px no-repeat;
}

#controls #options #repeat {
	cursor:pointer;
	float:left;
	margin-left:10px;
	width:31px;
	height:24px;
	background: transparent url('/gfx/sprites.png') -126px -426px no-repeat;
}

#controls #options #fullscreen {
	cursor:pointer;
	float:left;
	margin-left:10px;
	width:29px;
	height:24px;
	background: transparent url('/gfx/sprites.png') -83px -426px no-repeat;
}

/**************/
/** CONTENT
/**************/

#content {
	float:left;
	width:544px;
	padding:5px 5px 5px 0;
	margin-right:7px;
	overflow:scroll;
}

/**************/
/** PLAYLIST
/**************/

#playlist {
	position:absolute;
	top:349px;
	width:444px;
	overflow:scroll;
	border-top:1px #a2a2a2 solid;
}

#ploptions {
	position:absolute;
	top:325px;
	width:443px;
}

#ploptions #plcopy {
	cursor:pointer;
	float:right;
	width:34px;
	height:22px;
	margin-right:-1px;
	background: transparent url('/gfx/sprites.png') -34px -740px no-repeat;
}

#ploptions #plsearch {
	cursor:pointer;
	float:right;
	width:34px;
	height:22px;
	margin-right:-1px;
	background: transparent url('/gfx/sprites.png') -102px -740px no-repeat;
}

#ploptions #plnew {
	cursor:pointer;
	float:right;
	width:34px;
	height:22px;
	margin-right:-1px;
	background: transparent url('/gfx/sprites.png') -68px -740px no-repeat;
}

#ploptions #plcookie {
	cursor:pointer;
	float:right;
	width:34px;
	height:22px;
	margin-right:-1px;
	background: transparent url('/gfx/sprites.png') 0 -740px no-repeat;
}

/**************/
/** OTHERS
/**************/

#bottomlinks {
	position:absolute;
	bottom:10px;
	right:10px;
	color:#666;
}

#onlineusers {
	position:absolute;
	bottom:47px;
	right:10px;
	color:#a3a3a3;
	text-align:right;
}

#bottomlinks a { color:#666; text-decoration:none; }
#bottomlinks a:hover { color:#ccc; text-decoration:none; }

#logo {
	cursor:pointer;
	position:absolute;
	bottom:12px;
	left:0px;
	width:166px;
	height:59px;
	background: transparent url('/gfx/sprites.png') 0 -674px no-repeat;
}

#videobg {
	position:absolute; 
	bottom:84px;
	left:0;
	height:100%; 
	width:100%;
	background:#000;
	display:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#videowrap {
	position:absolute;
	/*width:350px;
	height:165px;*/
	width:444px;
	height:250px;
	z-index:9;
}

#overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	display:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index:15;
}

#popupwrap {
	position:absolute;
	padding:1px;
	background:#fff;
	display:none;
	z-index:15;
}

#popup {
	min-width:300px;
	max-width:580px;
	padding:10px;
	color:#2a2a2a;
	background:#fff;
	border:5px #2a2a2a solid;
	text-align:left;
	overflow:auto;
}

#popup label, #content label {
	width:150px;
	float:left;
	margin-right:5px;
	display:block;
}

#popup p, #content p {
	clear:both;
}

#close {
	cursor:pointer;
	position:absolute;
	width:16px;
	height:16px;
	background:url('/gfx/remove.png');
	display:none;
	z-index:16;
}

#freeze {
	cursor:wait;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:99999;
}

#preloading {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background:#151515;
	z-index:20;
	color:#999;
}

#preloading a {
	color:#999;
}

#preloadingbox {
	width:152px;
	height:15px;
	border:1px #828282 solid;
	text-align:left;
}

#preloadingprogress {
	width:0px;
	height:100%;
	background:#313131;
}

.loading {
	width:16px;
	height:16px;
	background:url('/gfx/loading.gif');
}

/**************/
/** SEARCH RESULTS
/**************/

.searchresults ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.searchresults ul li {
	height:70px;
	padding:15px;
	margin-bottom:5px;
	border:1px #ccc solid;
	background: transparent url('/gfx/sprites.png') 0 -192px repeat-x;
}

.searchresults ul li .thumbshadow {
	width:92px;
	height:68px;
	float:left;
	clear:left;
	background-color:#999;
	padding:1px;
	margin-right:5px;
}

.searchresults ul li .thumb {
	width:90px;
	height:66px;
	border:1px #fff solid;
}

.searchresults ul li .length {
	width:80px;
	height:25px;
	float:right;
	text-align:right;
	color:#999;
}

.searchresults ul li .add {
	float:right;
	clear:right;
	height:16px;
	font-size:11px;
	color:#333;
}

.searchresults ul li .add img {
	cursor:pointer;
	margin-top:4px;
	margin-left:5px;
	border:0;
}

.searchresults ul li .title {
	font:bold 15px arial;
	color:#333;
}

.searchresults ul li .description {
	font:13px arial;
	color:#999;
}

#pagiprev {
	float:left;
	padding:25px 50px 25px 50px;
}

#paginext {
	float:right;
	padding:25px 50px 25px 50px;
}

#pagiprev a, #paginext a { text-decoration:none; }

.ui-effects-transfer {
	border:1px #333 dashed;
}

/**************/
/** PLAYLIST
/**************/

#currentlist ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#currentlist ul li {
	height:17px;
	padding:3px;
	border:1px #ccc solid;
	margin-top:3px;
	background: transparent url('/gfx/sprites.png') 0 -164px repeat-x;
}

#currentlist ul li .play {
	float:left;
	width:16px;
	height:16px;
	margin-right:5px;
}

#currentlist ul li .remove {
	float:right;
	width:16px;
	height:16px;
}

#currentlist ul li .move {
	float:right;
	cursor:n-resize;
	width:16px;
	height:16px;
}

#currentlist ul li .length {
	float:right;
	width:35px;
	color:#999;
	font-size:13px;
	text-align:center;
}

#currentlist ul li .title {
	white-space:nowrap;
	overflow:hidden;
	color:#1d1d1d;
	font-size:13px;
	height:16px;
}

#currentlisttitle {
	position:absolute;
	top:328px;
	height:25px;
}

#emptymessage {
	margin-top:50px;
	text-align:center;
}

/**************/
/** USERPLAYLISTS
/**************/
#userplaylists ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#userplaylists ul .default {
	cursor:pointer;
	height:16px;
	padding:5px;
	border:1px #ccc solid;
	margin-top:3px;
	background: transparent url('/gfx/sprites.png') 0 -164px repeat-x;
}

#userplaylists ul .default .title {
	float:left;
	height:16px;
	white-space:nowrap;
	overflow:hidden;
}

#userplaylists ul .default .arrow {
	cursor:pointer;
	float:left;
	width:16px;
	height:16px;
	background:url('/gfx/arrow.png');
}

#userplaylists ul .default .arrowdown {
	cursor:pointer;
	float:left;
	width:16px;
	height:16px;
	background:url('/gfx/arrowdown.png');
	display:none;
}

#userplaylists ul .default .songs {
	float:right;
	height:16px;
	width:80px;
	margin-left:5px;
	color:#999;
	text-align:right;
}

#userplaylists ul .moreinfo {
	border:1px #ccc solid;
	margin-top:3px;
	padding:5px;
	display:none;
}

#userplaylists ul .moreinfo .buttons {
	color:#333;
	margin-bottom:15px;
}

#userplaylists ul .moreinfo .buttons a {
	color:#333;
	text-decoration:none;
}

#userplaylists ul .moreinfo .buttons a:hover {
	color:#999;
	text-decoration:none;
}

#userplaylists ul .moreinfo .buttons img {
	vertical-align:top;
}

.viewplaylisttracks ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.viewplaylisttracks ul li {
	height:19px;
	margin-bottom:3px;
	border-bottom:1px #dcdcdc solid;
}

.viewplaylisttracks ul li .number {
	float:left;
	width:30px;
	height:16px;
	color:#999;
}

.viewplaylisttracks ul li .title {
	float:left;
	height:16px;
	width:400px;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	display:table-cell;
}

.viewplaylisttracks ul li .length {
	float:right;
	height:16px;
	color:#999;
	margin-right:5px;
}

.viewplaylisttracks ul li .add {
	cursor:pointer;
	float:right;
	width:16px;
	height:16px;
	background:url('/gfx/add.png');
}

.viewplaylisttracks ul li .play {
	cursor:pointer;
	float:right;
	width:16px;
	height:16px;
	background:url('/gfx/play.png');
}

.viewplaylisttracks .totaltime {
	padding-right:21px;
	padding-top:6px;
	color:#999;
	text-align:right;
	border:0px;
}

#users ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#users li {
	height:20px;
	border-bottom:1px #ccc solid;
	padding-top:3px;
}

#users ul li .title {
	float:left;
	height:16px;
	white-space:nowrap;
	overflow:hidden;
}

#users ul li .registered, #users ul li .province, #users ul li .age, #users ul li .gender {
	float:right;
	height:16px;
	color:#999;
	text-align:left;
	width:85px;
}

#users ul li .title_registered, #users ul li .title_province, #users ul li .title_age, #users ul li .title_gender { 
	cursor:pointer;
	float:right;
	height:16px;
	text-align:left;
	width:85px;
}

#users ul li .arrow {
	float:left;
	width:16px;
	height:16px;
	background:url('/gfx/arrow.png');
}

.news ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	border-top:1px #ccc solid;
}

.news ul li {
	height:20px;
	border-bottom:1px #ccc solid;
	padding-top:3px;
}

.news ul li .date {
	float:left;
	color:#999;
	width:75px;
}

.news ul li .comments {
	float:right;
	color:#999;
	width:75px;
	text-align:right;
}

.news ul li .title {
	float:left;
	white-space:nowrap;
	overflow:hidden;
	width:359px;
}

.news ul li .arrow {
	float:left;
	width:16px;
	height:16px;
	background:url('/gfx/arrow.png');
}

.news ul li a {
	text-decoration:none;
}

.news ul li a:hover {
	text-decoration:underline;
}

.comments ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.comments ul li {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #ccc dashed;
	overflow:hidden;
}

.comments ul li .info {
	padding-bottom:5px;
	color:#666;
	height:16px;
}

.comments ul li .info a {
	color:#666;
	text-decoration:none;
}

.comments ul li .info a:hover {
	color:#666;
	text-decoration:underline;
}

.faqanswer {
	display:none;
}

#debug {
	position:absolute;
	top:5px;
	left:5px;
	background:#fff;
	width:100px;
	height:300px;
	overflow:auto;
	border:1px #999 solid;
	padding:3px;
	font-size:11px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#useractivity {
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
}

.carousel-wrap {
	width:527px;
	height:194px;
	padding:0px;
	margin:0px;
}

.carousel {
	padding:0px;
	margin:0px;
}

.carousel ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.carousel ul li {
	cursor:pointer;
	float:left;
	padding:0px;
	margin:0px;
}

.carousel .previous {
	display:none;
	cursor:pointer;
	float:left;
	width:17px;
	height:33px;
	margin-right:3px;
	margin-top:60px;
	background:url('/gfx/carousel_previous.png');
}

.carousel .next {
	display:none;
	cursor:pointer;
	float:left;
	width:17px;
	height:33px;
	margin-left:3px;
	margin-top:60px;
	background:url('/gfx/carousel_next.png');
}

.carousel-pagination p {
	margin-top:-3px;
	margin-bottom:3px;
	padding:0px;
	text-align:right;
}

.carousel-pagination p a {
	cursor:pointer;
	border:1px #ccc solid;
	border-top:0px;
	padding:0 5px;
	margin-left:1px;
	color:#999;
}

.carousel-pagination p a:hover {
	text-decoration:none;
}

.carousel-pagination p .active {
	color:#000;
}

#tagcloud {
	line-height:20px;
}

#tagcloud a { color:#666; text-decoration:none; }
#tagcloud a:hover { color:#999; }

#newusers {
	float:right;
	width:35%;
}

#newusers a { text-decoration:none; }
#newusers a:hover { text-decoration:underline; }

#tooltip {
	position:absolute;
	top:43px;
	width:108px;
	height:40px;
	display:none;
	background: transparent url('/gfx/sprites.png') 0 -790px repeat-x;
}

#adspot1 {
	position:absolute;
	top:73px;
	width:444px;
	height:250px;
	text-align:center;
	z-index:10;
}

#adspot2 {
	float:right;
	text-align:right;
	width:125px;
	height:600px;
}

#adspot4 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:19;
	color:#fff;
}

#adspot4 a { color:#fff; }

#adspot4bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background:#000;
	z-index:18;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.adspot {
	display:none;
}

#contentcontainer {
	width:400px;
}

li, ul {
	list-style-type:none;
	margin:0;
	padding:0;
}