@import "reset.css";

/* fonts */
@font-face {
	font-family:Techno;
	src: url('/fonts/nasaliza.ttf') format("truetype");
}

/* defaults */
html, body {
	height: 100%;
}
body {
	background-color:#1f1f1f;
	font-size:14px;
	line-height:18px;
	font-family:Calibri, Arial, Helvetica;
	color:#ddd;
	text-align:center;
}
a {
	text-decoration:none;
	color:#fff;
}
p a {
	text-decoration:underline;
}
h1 {
	font-family:Techno, Helvetica, Arial;
	font-size:27px;
	line-height:28x;
	margin-bottom:20px;
	color:#FFBB00;
}
h2, h4 {
	display:block;
	font-size:24px;
	line-height:26px;
	font-family:Helvetica, Arial;
	letter-spacing:-1px;
	margin-bottom:20px;
}
h3 {
	text-transform:capitalize;
	border-bottom:solid 5px #4f4f4f;
	padding-bottom:5px;
	font-family:Arial, Helvetica;
	font-size:16px;
	line-height:20px;
	color:#888;
}
h2, h4, h2 a {
	color:#33CCCC;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
table, p, iframe {
	margin-bottom:20px;
}
.clear {
	clear:both;
}
.image {
	line-height:1px;
}
div.toggle, .stealth {
	display:none;
}

/* containers */
.wrapper {
	width:920px;
	margin:0 auto;
	text-align:left;
}
.section {
	clear:both;
	padding:40px 0;
}
#content {
	background-color:#111;
	border-bottom:solid 1px #2f2f2f;
}

/* frontpage */
#microhertz {
	display:none;
}
.album {
	margin-right:40px;
	width:200px;
	margin-bottom:40px;
}
.album .extra {
	margin:10px 0;
	font-size:12px;
}
.album, .album .image, .album .clean {
	float:left;
}
.album .image {
	border:solid 1px #333;
}
.album .image img {
	width:80px;
	height:80px;
}
.album h3 a:hover {
	color:#FFBB00;
}
.album .image:hover {
	border-color:#FFBB00;
}
ul.list .year, h3 .year {
	float:right;
	margin-top:2px;
	font-size:11px;
	letter-spacing:-1px;
}
ul.mp3 li {
	border-top:solid 1px #2f2f2f;
	padding:5px 0;
}
ul.list li:first-child, ul.mp3 li:first-child {
	border-top:none;
}
.album ul.clean {
	margin-left:10px;
}
ul.clean li {
	display:inline;
}
.album .clean li a {
	display:block;
	width:96px;
}
.clean li a {
	border:solid 1px #4f4f4f;
	padding:1px 5px;
	margin-bottom:5px;
	color:#888;
}
.clean li a:hover {
	background-color:#4f4f4f;
	color:#111;
} 
a.mp3 {
	float:left;
	width:170px;
	margin-right:10px;
	text-transform:capitalize;
}
a.mp3 .title {
	float:left;
	width:140px;
}
ul.mp3 a:hover, a.playing, a.mp3:hover {
	color:#fff;
}
.size, .modified {
	display:none;
}
a.mp3 .icon {
	float:left;
	margin-right:10px;
}
a.download {
	float:right;
}
.icon {
	margin-top:1px;
	height:16px; width:16px;
	background-color:#2f2f2f;
}
a.playing .icon, a.mp3:hover .icon, .mp3 .icon:hover {
	background-color:#009999;
}
.playing .icon {
	background-image:url("/images/icons/pause.png");
}
.loading .icon {
	background-image:url("/images/icons/time.png");
}
.loading .icon img, .playing .icon img {
	display:none;
}

/* rounders */
ul.subnav li a, .notice, .image.round, .round10 {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
input, ul.bright li, ul.stats, .button a, .round5 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.round3, .icon, .album .clean li a {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* content */
.column {
	float:left;
	width:200px;
	margin-bottom:40px;
	line-height:18px;
	margin-right:40px;
}
.column.two {
	width:440px;
}
.column.three {
	width:680px;
}
.nomargin {
	margin-right:0;
}

/* buttons */
.button {
	margin-bottom:10px;
}
.button a {
	display:block;
	background-color:#33CCCC;
	background-image:url("/images/button_gradient.png");
	color:#006363;
	padding:10px;
	text-transform:capitalize;
	text-align:center;
	font-family:Arial, Helvetica;
}
.button .icon {
	background-color:#009999;
}
.button a:hover {
	background-color:#5CCCCC;
}
.jq {
	cursor:pointer;
}
.button .icon {
	float:right;
}
.button.frame a {
	background-image:url("/images/scanlines.png");
	background-color:#111;
	border:none;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}

/* header */
#header {
	background-image:url("/images/vertBg.png");
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-color:#000;
	padding:20px 0 20px 0;
	border-bottom:solid 5px #4f4f4f;
}
#logo {
	float:left;
}
ul.nav {
	float:right;
	margin-top:5px;
	font-size:16px;
}
ul.nav li {
	display:inline;
	color:#4f4f4f;
}
ul.nav li a {
	float:left;
	color:#888;
	padding:5px 15px;
	border-left:solid 1px #2f2f2f;
}
ul.nav li:hover a {
	color:#fff;

}
ul.nav li.selected a {
	color:#f00;
	font-weight:bold;
}

/* about */
.image.round {
	border:solid 1px #2f2f2f;
}
.quote {
	font-size:28px;
	line-height:28px;
	color:#888;
	font-style:italic;
}
.quote a {
	color:#4f4f4f;
	text-decoration:none;
}
.quote .author {
	margin-top:3px;
	display:block;
	font-size:20px;
	color:#4f4f4f;
}

/* video */
ul.stats {
	margin-bottom:15px;
	border:solid 1px #1f1f1f;
}
ul.stats li {
	border-bottom:solid 1px #1f1f1f;
	padding:5px;
	color:#888;
	font-size:12px;
}
li .label {
	float:left;
	width:90px;
	border-right:solid 1px #1f1f1f;
	margin-right:10px;
}
.label .icon {
	float:left;
	margin-right:5px;
}
li.selected, li.selected a {
	cursor:default !important;
}
ul.bright li {
	margin-bottom:5px;
	padding:10px;
	background-color:#1f1f1f;
	color:#aaa;
	cursor:pointer;
}
ul.bright {
	margin-bottom:20px;
}
ul.bright li .icon {
	display:none;
}
ul.bright li.selected .icon {
	display:block;
	float:right;
	background-color:#1f1f1f;
}
ul.bright li.selected, ul.bright li:hover {
	background-color:#2f2f2f;
	color:#fff;
}
.details .description {
	margin-bottom:20px;
}
ul.mp3 a, .details .tags {
	color:#888;
}

/* album view */
#album .caption {
	margin-top:3px;
	color:#4f4f4f;
	font-size:12px;
}
#album .button {
	margin:20px 0;
}
.coverArtist, #album ul.mp3 {
	margin-bottom:20px;
}
p.quote {
	margin-top:40px;
}
h2.capitalize {
	text-transform:capitalize;
}

/* welcome */
#welcome {
	display:none;
	background-color:#050505;
	border-bottom:solid 1px #2f2f2f;
}
#welcome.section {
	padding-bottom:0;
}
#welcome .column {
	margin-bottom:20px;
}
#welcome #intro {
	position:relative;
	top:-10px;
}

/* backstage */
#warning h1 {
	color:#888;
	text-shadow:#000 2px 2px 0;
	margin-bottom:0;
}
#warning {
	background-image:url("/images/scanlines.png");
	background-repeat:repeat;
	padding:20px 0;
	background-color:#1f1f1f;
	border-bottom:solid 1px #2f2f2f;
}
input#password {
	width:178px;
	height:28px;
	background-color:transparent;
	border:solid 1px #2f2f2f;
	font-family:Helvetica, Arial;
	font-size:14px;
	color:#4f4f4f;
	padding:5px 10px;
	margin-bottom:10px;
}

/* donations */
#paypal img {
	display:none;
}

/* linkwars */
#chart {
	border-collapse:collapse;
}
#chart tr td {
	padding:5px 10px;
}
#chart td.position {
	color:#4f4f4f;
	text-align:right;
}
#chart td.id {
	text-transform:capitalize;
}
#chart td.bar {
	width:100%;
	line-height:1px;
	vertical-align:middle;
}
#chart tr.even td {
	background-color:#1f1f1f;
}
#chart tr.first td {
	font-size:18px;
	color:#5cc;
}
#bar {
	background-color:#4f4f4f;
	height:10px;
}
#chart tr.first td.bar #bar {
	height:15px;
	background-color:#5cc;
}
.notice {
	background-image:url("/images/scanlines.png");
	background-color:#1f1f1f;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
	color:#fff;
	font-size:16px;
	line-height:22px;
	cursor:default;
}
ul.list li {
	padding:5px 0;
	border-top:solid 1px #2f2f2f;
}

/* subnav */
#extended {
	background-color:#000;
	padding:10px 0;
	border-bottom:solid 1px #2f2f2f;
}
ul.subnav li {
	display:inline;
}
ul.subnav li a {
	float:left;
	font-family:Helvetica, Arial;
	font-size:14px;
	line-height:16px;
	margin-right:10px;
	padding:5px 10px;
	color:#888;
	height:16px;
}
ul.subnav li:hover a {
	color:#ddd;
}
ul.subnav li.selected a {
	background-color:#4f4f4f;
	color:#000;
}
ul.subnav li a .icon {
	float:left;
	margin-right:5px;
	background-color:transparent;
}
ul.nav li a, ul.subnav li a {
	text-shadow:#111 1px 1px 0x;
}
ul.bright li.disabled {
	background-image:url("/images/scanlines.png");
	background-color:#000;
	color:#4f4f4f;
	cursor:default;
}

/* footer */
#footer {
	color:#555;
	padding:30px 0;
	font-size:13px;
}
#footer.section {
	padding-bottom:0;
}
#footer a {
	color:#555;
	text-decoration:underline;
}
#footer .license a, .license {
	color:#888;
}

/* hype */
.tweet img, .lfm .avatar img {
	width:24px;
	height:24px;
}
.tweet img, .lfm .avatar {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.tweet .text, .lfm .text {
	margin-left:34px;
	margin-bottom:0;
}
.plays, .tweet .time, .lfm .weight {
	color:#484848;
	font-size:12px;
}
.lfm li, .tweet {
	border-top:solid 1px #2f2f2f;
	padding:10px 0;
}
.lfm li {
	height:24px;
	line-height:24px;
}
.lfm .track {
	text-transform:capitalize;
}
h3 .icon {
	float:left;
	margin-right:5px;
	margin-top:3px;
}
.lfm.tracks .plays, .lfm .weight {
	float:right;
}
.twitter .icon {
	background-color:#fff;
}
.button.facebook a {
	background-image:none;
	background-color:#3b5998;
	color:#fff;
}
.button.myspace a {
	background-color:#003399;
	background-image:none;
	color:#fff;
}
#intro p {
	margin-top:75px;
}
#social {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.nocaps * {
	text-transform:none;
}
.margin {
	margin-bottom:20px;
}
.lyrics {
	color:#888;
	font-style:italic;
}