@charset "UTF-8";

/*normalizer */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  /*list-style-type: none;*/
  border-style: none;
  border-width: 0;
  border:0;
  margin:0;
  padding:0;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  outline:none;
 }

img {
  -ms-interpolation-mode: bicubic; /* no pixelation */
  border: 0px;
}

a {
  color: #fff;
  text-decoration: none;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px dotted #EEE;
}

a:hover {
  color: #EEE;
  border-bottom: 1px solid #EEE;
}

body {
  background: url(/images/bg.jpg);
  background-position: top; 
  background-repeat: repeat-x;
  background-color: #1a1a1a;
  /*font-family: "Segoe UI", "Bitstream Vera Sans", 'Lato', Candara, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

input.button {
  padding: 10px;
  font-family: 'Pacifico', cursive;
  font-size: 20px;
  text-shadow: 0px -1px 0px #4a4844;
  color: rgba(0, 0, 0, 0.75);
  background: -webkit-linear-gradient(top, #4a4844 0%, #2d2c29 100%);
  background: -ms-linear-gradient(top, #4a4844 0%, #2d2c29 100%);
  background: -o-linear-gradient(top, #4a4844 0%, #2d2c29 100%);
  background: -moz-linear-gradient(top, #4a4844 0%, #2d2c29 100%);
  background: linear-gradient(top, #4a4844 0%, #2d2c29 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4a4844", endColorStr="#2d2c29");
  border-radius: 8px;
  border: 1px solid black;
}

/** button styles **/
button.profile-button {
    height: 34px;
    margin: .6em 0;
    padding: .4em 1em;
    display: block;
    width: 150px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}
button.profile-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.profile-button:hover {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #ececec));
    background: -moz-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background: -o-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0, #ececec 100%);
    background: linear-gradient(top, #f8f8f8 0, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ececec', GradientType=0);
}
button.profile-button {
    -webkit-box-shadow: 0 2px 3px #333, inset 0 1px 3px #ffef5b;
    -moz-box-shadow: 0 2px 3px #333, inset 0 1px 3px #ffef5b;
    box-shadow: 0 2px 3px #333, inset 0 1px 3px #ffef5b;
    background: #e8c632;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8c632), color-stop(100%, #d8a126));
    background: -moz-linear-gradient(top, #e8c632 0, #d8a126 100%);
    background: -webkit-linear-gradient(top, #e8c632 0, #d8a126 100%);
    background: -o-linear-gradient(top, #e8c632 0, #d8a126 100%);
    background: -ms-linear-gradient(top, #e8c632 0, #d8a126 100%);
    background: linear-gradient(top, #e8c632 0, #d8a126 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c632', endColorstr='#d8a126', GradientType=0);
    border-top: 1px solid #ffef5b;
    border-bottom: 1px solid #edb73d;
    color: #664f18;
    text-shadow: 0 1px 1px #f0d194;
}
button.profile-button:hover {
    background: #f0db58;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0db58), color-stop(100%, #e7c745));
    background: -moz-linear-gradient(top, #f0db58 0, #e7c745 100%);
    background: -webkit-linear-gradient(top, #f0db58 0, #e7c745 100%);
    background: -o-linear-gradient(top, #f0db58 0, #e7c745 100%);
    background: -ms-linear-gradient(top, #f0db58 0, #e7c745 100%);
    background: linear-gradient(top, #f0db58 0, #e7c745 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0db58', endColorstr='#e7c745', GradientType=0);
}
button.profile-button.active {
    color: #606060;
    text-shadow: 0 1px 1px #eee;
    -webkit-box-shadow: 0 2px 3px #333, inset 0 1px 3px #FFF;
    -moz-box-shadow: 0 2px 3px #333, inset 0 1px 3px #FFF;
    box-shadow: 0 2px 3px #333, inset 0 1px 3px #FFF;
    background: #e4e4e4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #d4d4d4));
    background: -moz-linear-gradient(top, #efefef 0, #d4d4d4 100%);
    background: -webkit-linear-gradient(top, #efefef 0, #d4d4d4 100%);
    background: -o-linear-gradient(top, #efefef 0, #d4d4d4 100%);
    background: -ms-linear-gradient(top, #efefef 0, #d4d4d4 100%);
    background: linear-gradient(top, #efefef 0, #d4d4d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d4d4d4', GradientType=0);
    background-clip: padding-box;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #999;
}

div.error {
  background-color: rgba(255, 0, 0, 0.5);
  border-radius: 5px;
  border: 1px solid black;
  width: 1000px;
  color: white;
  text-shadow: 1px 1px 0px black;
  text-align: center;
  margin: 15px auto;
  padding: 5px;
}

div.notice {
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 5px;
  border: 1px solid rgba(255, 215, 0, 0.25);;
  width: 1000px;
  color: white;
  text-shadow: 1px 1px 0px black;
  text-align: center;
  margin: 15px auto;
  padding: 5px;
}

#header {
  height: 38px;
  margin-top: 0px;
  z-index: 11;
  position: relative;
  background-color: #E4BE2D;
  background: -moz-linear-gradient(top, #E4BE2D 0%, #D9A327 100%);
  background: -webkit-linear-gradient(top, #E4BE2D 0%, #D9A327 100%);
  background: -ms-linear-gradient(top, #E4BE2D 0%, #D9A327 100%);
  background: -o-linear-gradient(top, #E4BE2D 0%, #D9A327 100%);
  background: linear-gradient(top, #E4BE2D 0%, #D9A327 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#E4BE2D", endColorStr="#D9A327");
  border-top: 1px solid #FFE859;
  border-bottom: 1px solid #EDB83E;
  box-shadow: 1px 1px 3px #000;
}
  
#header > div {
  width: 1070px;
  margin: 0px auto;
  position: relative;
}

#logo {
  background: url(/images/logo.png) no-repeat 5px 15px;
  margin: 0px auto;
  width: 115px;
  padding-left: 45px;
  margin-top: 200px;
  /*float: left;*/
  /*margin-top: -3px;*/
  font-family: 'Varela Round', sans-serif;
  color: #30c8fc;
  font-size: 50px;
  text-shadow: 1px 1px 0px black;
}

#logo:hover {
  color: #EEE;
  text-shadow: 1px 1px 0px black;
}

#header p {
  margin-top: 20px;
  margin-left: 100px;
}

#header span {
  color: #333333;
  font-style: italic;
  margin-right: 100px;
}

#version {
	font-size: 10px;
}

#tagline {
	font-size: 15px;
	top: 9px;
	position: absolute;
}

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

/* graph legend styles */
#graph-legend {
  float: none !important;
  margin-left: 48px;
}
#graph-legend > .desc {
  display: inline-block;
  height: 14px;
  vertical-align: top;
  line-height: 19px;
  margin-right: 20px;
  margin-top: -4px;
}
.line-circle {
    height: 14px;
    width: 34px;
    overflow: hidden;
    position: relative;
    padding-top: 5px;
    display: inline-block;
}
.line-circle > .line {
    height: 4px;
    border-radius: 2px;
}
.line-circle > .circle {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    position: absolute;
    top: 0px;
    left: 10px;
}
.line-circle.green > .line,
.line-circle.green > .circle {
  background-color: green;
}
.line-circle.gold > .line,
.line-circle.gold > .circle {
  background-color: #FFD700;
}

#search {
  position: absolute;
  right: 20px;
  top: 6px;
}

#search input {
  background-image: url(/images/search.png);
  background-repeat: no-repeat;
  background-position-x: 188px;
  background-position-y: -2px;
  background-color: #EEE;
  border-radius: 12px;
  border: none;
  box-shadow: 0px 0px 2px gold;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 4px;
  outline: none;
  padding-left: 10px;
  width: 200px;
}

div#searchResults {
  position: absolute;
  background-color: white;
  top: -150px;
  width: 350px;
  padding: 10px;
  z-index: 10;
  min-height: 150px;
}

#searchResults .loading {
  text-align: center;
  padding-top: 50px;
  font-style: italic;
}

#searchResults div.users,
#searchResults div.rooms {
  display: none;
}

#searchResults > div:last-child {
  margin-top: 15px;
}

#searchResults > div > span {
  font-weight: bold;
  font-size: 16px;
}

#searchResults .results {
  border-top: 1px solid #CCC;
}

#searchResults .results a {
  color: black;
  padding: 8px 3px;
  border-bottom: 1px solid #EEE;
  display: block;
}

#searchResults .results span.points {
  float: right;
  font-style: italic;
  color: #666;
}

#searchResults .results a span.highlight {
  font-weight: bold;
}

#searchResults .results a:hover {
  background-color: #EEE;
  cursor: pointer;
}

#searchResults .results img {
  width: 25px;
  padding-right: 8px;
  vertical-align: middle;
}

#menu {
  position: absolute;
  left: 150px;
  border-left: 1px solid gold;
  border-right: 1px solid #dab96c;
  height: 39px;
  top: 0px;
}

#menu div {
  font-size: 15px;
  border-left: 1px solid #dab96c;
  border-right: 1px solid gold;
  padding: 9px;
  height: 21px;
  float: left;
  min-width: 50px;
  text-align: center;
}

#menu div a {
  border-bottom: none;
  color: black;
}

#menu div a:hover {
  border-bottom: 1px dotted black;
}

.menubutton {
	border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 8px 1px 8px;
  margin: 0 0 0 7px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  background: -moz-linear-gradient(top,  #4a4844 0%, #2d2c29 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4844), color-stop(100%,#2d2c29));
	background: -webkit-linear-gradient(top,  #4a4844 0%,#2d2c29 100%);
	background: -o-linear-gradient(top,  #4a4844 0%,#2d2c29 100%);
	background: -ms-linear-gradient(top,  #4a4844 0%,#2d2c29 100%); 
	background: linear-gradient(top,  #4a4844 0%,#2d2c29 100%); 
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4a4844", endColorStr="#2d2c29");
	box-shadow: 1px 1px 3px rgba(0,0,0,0.28);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.28);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.28);
	color: #ffffff !important;	
}

.menubutton:hover {
    background: -moz-linear-gradient(top, #67645f 0%, #4f4d47 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67645f), color-stop(100%,#4f4d47)); 
    background: -webkit-linear-gradient(top, #67645f 0%,#4f4d47 100%);
    background: -o-linear-gradient(top, #67645f 0%,#4f4d47 100%); 
    background: -ms-linear-gradient(top, #67645f 0%,#4f4d47 100%); 
    background: linear-gradient(top, #67645f 0%,#4f4d47 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#67645f", endColorStr="#4f4d47");
    border-color: #414141;
}

#show {
	display:none; /* jquery initializes */
}

.info {
 font-size: 24px;
 margin: 35px;
 line-height: 36px;
 text-shadow: rgba(0,0,0,0.5) -10px 5px 25px;
 color: #eee;
}

#blocks {
  margin-top: 30px;
  color: #eee;
  min-height: 600px;
  position: relative;
}

#blocks > div {
}

#quick-stats {
  text-align: center;
  padding: 20px 10px;
  padding-right: 0px;
}

#quick-stats > div {
  display: inline-block;
  height: 35px;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 22px;
  padding-left: 40px;
  margin-right: 100px;
  text-shadow: 1px 1px 1px black;
}

#quick-stats > div span {
  color: #999;
  font-size: 18px;
  font-style: italic;
}

#quick-stats > div:last-child {
  margin-right: 0px;
}

#quick-stats .plays {
  background-image: url(/images/plays.png);
}

#quick-stats .songs {
  background-image: url(/images/songs.png);
}

#quick-stats .rooms {
  background-image: url(/images/rooms.png);
}

#quick-stats .users {
  background-image: url(/images/people.png);
}

#leaderboards {
  margin-right: 26px;
}

#leaderboards,
#dayStats {
  width: 410px;
  text-align: center;
  display: inline-block;
}

#dayStats {
  width: 630px;
}

#blocks h2,
#optout h1 {
  background-color: #4a4844;
	background: -moz-linear-gradient(top,  #4a4844 0%, #2d2c29 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4844), color-stop(100%,#2d2c29));
	background: -webkit-linear-gradient(top,  #4a4844 0%,#2d2c29 100%);
	background: -o-linear-gradient(top,  #4a4844 0%,#2d2c29 100%);
	background: -ms-linear-gradient(top,  #4a4844 0%,#2d2c29 100%); 
	background: linear-gradient(top,  #4a4844 0%,#2d2c29 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4a4844", endColorStr="#2d2c29");
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.75);
  text-shadow: 0px -1px 0px #4a4844;
  box-shadow: 1px 1px 3px black;
}

#leaderboards > div,
#dayStats > div {
  float: left;
  width: 200px;
  margin-right: 10px;
}

#leaderboards > div:last-child,
#dayStats > div:last-child {
  margin-right: 0px;
}

#leaderboards > div h3,
#dayStats > div h3 {
  margin: 0;
  padding: 10px;
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  opacity: 0.3;
}

#dayStats .stats > span {
  padding-left: 12px;
  padding-right: 6px;
  background-repeat: no-repeat;
  background-position-y: 4px;
}

#dayStats .stats > span.awesomes {
  background-image: url(/images/arrow-up.png);
}

#dayStats .stats > span.lames {
  background-image: url(/images/arrow-down.png);
}

#dayStats .stats > span.hearts {
  background-image: url(/images/heart_1.png);
  background-position-y: 5px;
}

.arrow-con {
  width: 35px;
  height: 35px;
	position: absolute;
  left: 16px;
}

.arrow-con:hover {
  cursor: pointer;
}

.arrow-con.up {
  top: 0px;
}

.arrow-con.down {
  bottom: -25px;
}

.arrow {
  position: absolute;
  left: 18px;
}
.arrow:after, .arrow:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow:after {
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

.arrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}

.arrow-con.up .arrow {
  top: 25px;
}

.arrow-con.up .arrow:after {
  bottom: 100%;
  border-bottom-color: #333333;
}

.arrow-con.up .arrow:before {
  bottom: 100%;
  border-bottom-color: #000;
}

.arrow-con.up:hover .arrow:before {
  border-bottom-color: gold;
}

.arrow-con.down .arrow {
  bottom: 25px;
}

.arrow-con.down .arrow:after {
  top: 100%;
  border-top-color: #333333;
}

.arrow-con.down .arrow:before {
  top: 100%;
  border-top-color: #000;
}

.arrow-con.down:hover .arrow:before {
  border-top-color: gold;
}

div.users-con {
  height: 700px;
  overflow: hidden;
}

#users, #rooms {
  position: relative;
}


#blocks .avatar-con {
  float: left;
  text-align: center;
  overflow: hidden;
  height: 50px;
  width: 70px;
}

#leaderboards > div img,
#dayStats > div img {
  
}

#blocks .user img {
  max-height: 50px;
  max-width: 70px;
}

#leaderboards div.user h4,
#dayStats div.user h4,
#top100 .user {
  margin: 0px;
  /*overflow: hidden;
  width: 130px;*/
}

#blocks .user {
  height: 60px;
  padding: 5px 0px;
  width: 200px;
}

#songs .user h4 {
  font-size: 10px;
  overflow: hidden;
}

footer {
  text-align: center;
  font-weight: 100;
  margin: 30px;
  padding-top: 15px;
  clear: both;
  color: #ccc;
}
	
	#blocks {
		max-width: 1070px;
		margin-left: auto;
		margin-right: auto;
	}

/*
@media only screen and (max-width: 1294px){

	
	#leaderboards {
	margin-left: 127px;
	}
	
	#dayStats {
	margin-top: 50px;
	margin-bottom: 50px;
	}

}
*/

@media only screen and (max-width: 705px){

	#tagline, .menubutton, #dayStats {
		display: none !important;
	}

}

#profile {
  width: 150px;
  float: left;
}

#profile h3 {
  font-weight: bold;
  font-size: 20px;
}

#profile > img {
  display: block;
  margin: 0px auto;
  max-width: 165px;
}

#profile span.rank {
  font-size: 12px;
}

#profile #points,
#profile #fans {
  font-size: 15px;
}

#profile .date {
  font-size: 12px;
}

#user-songs {
  width: 700px;
}

#user-songs p.no-songs {
  margin-top: 10px;
  font-style: italic;
  text-align: center;
}

#user-songs .song {
  margin: 15px 10px;
}

#user-songs .song .details .title {
  font-size: 15px;
}

#user-songs .song .details {
  font-size: 12px;
}

#user-songs ul.stats {
  list-style: none;
}

#user-songs ul.stats li {
  font-size: 25px;
  display: inline;
  margin-right: 15px;
  text-shadow: 1px 1px 0px black;
}

#user-songs hr {
  width: 680px;
  border: none;
  border-bottom: 1px solid #4a4844;
}

#user-songs .details .dj {
  font-size: 15px;
  font-weight: bold;
}

#room-profile h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

/* top 100, super-users */
#top100 ol, #top100 ul, #top100 li,
#super-users ol, #super-users ul, #super-users li{
  list-style-type: none;
}

#top100 .user,
#super-users .user {
  width: 250px;
  height: 70px;
  float: left;
}

#top100 .user .avatar-con,
#super-users .user .avatar-con {
  padding-right: 10px;
  width: 90px;
}

#top100 .user .avatar-con > span, 
#super-users .user .avatar-con > span {
  float: left;
  padding-top: 13px;
}

/* Page Description styles */
div.page-desc {
  width: 1050px;
  padding-right: 25px;
  padding-top: 10px;
  color: white;
  margin: 0px auto;
}

div.page-desc .content {
  padding: 0px 12px;
}

div.page-desc h1,
div.page-desc h2,
div.page-desc h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0px;
}

div.page-desc h2 {
  font-size: 18px;
}

div.page-desc h3 {
  font-size: 16px;
}

div.page-desc p {
  margin: 10px 0px;
}

/* page content */
div.page-content {
  width: 1075px;
  margin: 0px auto;
}

/* dnd list styles */
#dnd-list ul {
  list-style: circle;
}

#dnd-list ul li {
  padding-bottom: 5px;
}

/* what-we-collect styles */
#what-we-collect ul {
  padding-left: 20px;
  list-style-type: circle;
}

#what-we-collect ul li {
  list-style-type: inherit;
}

/* forms */
form textarea,
form input {
  padding: 5px 10px;
  font-size: 12px;
  font-family: Arial;
  text-shadow: 1px 1px 0px #000;
  color: white;
  background-color: #1A1A1A;
  background: -webkit-linear-gradient(top, #4a4844 0%,#2d2c29 100%);
  background: -moz-linear-gradient(top, #4a4844 0%,#2d2c29 100%);
  background: -ms-linear-gradient(top, #4a4844 0%,#2d2c29 100%);
  background: -o-linear-gradient(top, #4a4844 0%,#2d2c29 100%);
  background: linear-gradient(top, #4a4844 0%,#2d2c29 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4a4844", endColorStr="#2d2c29");
  border-radius: 8px;
  border: 1px solid black;
  outline: none;
  margin-left: 0px;
  width: 300px;
}

form .row {
  
}

form .row .heading {
  font-weight: bold;
  font-size: 18px;
}

form .input {
  position: relative;
}

form .hint {
  position: absolute;
  top: 5px;
  left: 335px;
  opacity: 0.75;
}

form input.error,
form textarea.error {
  border: 1px solid rgba(255, 0, 0, 0.75);
  box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.75);
}

form input[type="submit"]:hover {
  cursor: pointer;
}

/* opt-out */
#optout form div.results {
  height: 200px;
  width: 340px;
  position: absolute;
  background-color: #1A1A1A;
  display: none;
  border: 1px solid black;
  box-shadow: 0px 0px 8px black;
  border-radius: 4px;
}

#optout div.roomResults {
  z-index: 2;
}

#optout div.userResults {
  z-index: 1;
}

#optout form div.results div.content > div {
  padding: 10px;
}

#optout form div.results div.content > div:hover {
  cursor: pointer;
  background-color: #4A4844;
}

#optout form div.results div.content > div p {
  margin: 0px;
}

#optout form div.results div.content > div p:first-child {
  font-weight: bold;
}

#optout form div.results div.content > div p:nth-child(2n) {
  font-style: italic;
  opacity: 0.5;
}

#optout #thankyou {
  padding: 20px;
}

#optout #thankyou div.loading {
  padding-left: 25px;
  background-image: url(/images/loader-linear.gif);
  background-repeat: no-repeat;
  background-position-y: 4px;
  font-style: italic;
}

#optout #thankyou div.error {
  display: none;
}

#optout #thankyou div.letter {
  padding-left: 70px;
  background-image: url(/images/green-check.png);
  background-repeat: no-repeat;
  background-position-y: 0px;
  height: 65px;
  font-style: italic;
  display: none;
  padding-top: 0px;
  font-size: 26px;
  text-shadow: 1px 1px 1px #000;
}

div.page-desc .nano .content {
  padding: 0px;
}

.nano > .pane > .slider {
  background: #EDB83E;
}

/* homepage user graph */
#home #user-graph {
  width: 1000px;
  height: 200px;
  margin: 0px;
  margin-left: 20px;
}

/* Room Styles */
#room #right-menu {
  float: right;
  width: 315px;
}

#room #right-menu > div > .content {
  padding: 10px;
}

#room #top10 ol {
  margin: 10px;
  margin-left: 30px;
}

#room #top10 li {
  padding-bottom: 10px;
}

#room #user-graph {
  width: 700px;
  height: 245px;
  padding-bottom: 10px;
}

#room #user-graph-graph {
  height: 245px;
}

#room img.loading {
  margin: 10px auto;
  display: block;
}

#room #top10 ol {
  display: none;
}

#room #room-info p {
  padding-bottom: 5px;
}

#room #room-mods ul {
  list-style: none;
}

#room #room-mods ul li {
  float: left;
  padding: 0px 15px 5px 0px;
}

#room #stats,
#user #stats {
  width: 700px;
  min-height: 150px;
}

#room #stats .content,
#user #stats .content {
  padding-top: 20px;
}

#room #stats .content .stat,
#user #stats .content .stat {
  float: left;
  width: 170px;
  background-position: 40px 0px;
  background-repeat: no-repeat;
}

#room #stats .content .stat.listeners,
#user #stats .content .stat.listeners {
  background-image: url(/images/headphone.png);
  background-position-x: 35px;
}

#room #stats .content .stat.awesomes,
#user #stats .content .stat.awesomes {
  background-image: url(/images/thumb_up.png);
  background-position-x: 30px;
}

#room #stats .content .stat.lames,
#user #stats .content .stat.lames {
  background-image: url(/images/thumb_down.png);
}

#room #stats .content .stat.snags,
#user #stats .content .stat.snags {
  background-image: url(/images/heart.png);
}

#room #stats .content .stat > p,
#user #stats .content .stat > p {
  text-align: center;
}

#room #stats .content .stat p.stat-title,
#user #stats .content .stat p.stat-title {
  font-size: 10px;
}

#room #stats .content .stat p.stat-content,
#user #stats .content .stat p.stat-content {
  font-weight: bold;
  font-size: 40px;
}

/* hide other tabs on page-load */
#user #tab-alias,
#user #tab-playlists {
  display: none;
}

#user #tabs {
  width: 880px;
  float: right;
}

#user #tabs > div div.content {
  padding: 10px 10px 0px 10px;
}

#user #tab-alias ul {
  margin-left: 20px;
}

#user #tab-alias ul li {
  font-size: 16px;
  margin: 10px 0px;
}

#user #tab-alias ul li span {
  font-size: 12px;
}

/* faq page */
#faq ul.questions {
  list-style: none;
  margin-top: 40px;
}

#faq ul.questions > li {
  padding-bottom: 15px;
}

#faq ul.questions .q {
  font-size: 18px;
  text-shadow: 1px 1px 1px black;
}

#faq ul.questions .a {
  padding-left: 20px;
}

#faq ul.questions ul {
  margin-left: 20px;
}

#faq .command {
  font-family: consolas;
}

div#hga {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

div#hgas {
  position: absolute;
  top: 0px;
  left: -145px;
  width: 120px;
  height: 600px;
}
