* {
	margin: 0;
	padding: 0;
	border-style: none;
}

/* @group typography */

p {
	margin: 1.25em 0;
}

h1 {
	color: #c00;
	font-size: 1.8em;
	line-height: 1.25em;
	margin: .75em 0;
}

h2 {
	color: #c00;
	font-size: 1.4em;
	line-height: 1.25em;
	margin: .75em 0;
}

h3	{
	font-size: 1.2em;
	margin: .75em 0;
}

ul, ol {
	margin-left: 2em;
}


/* @end */

body {
	background: #161616 url(/template/2010.07/images/body-background2.jpg) repeat center top;
	color: #ccc;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	color: #e00;
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}

#wrap-cap {
	background: #161616 url(/template/2010.07/images/body-background.jpg) repeat-x center top;
	position: relative;	
}

#wrap-background {
	width: 940px;
	margin: auto;
	background: url(/template/2010.07/images/wrap-background.png) no-repeat center top;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	z-index: 1;
}

#wrap-content {
	width: 820px;
	position: relative;
	margin: auto;
	padding-top:  70px;
	padding-bottom: 40px;
}

#content {
	width: 420px;
	float: right;
	position: relative;
	right: 20px;
	margin-top: 20px;
}

#alert {
	border: thin dotted #333;
	color: #c00;
	background-color: #300;
	padding: 10px;
	text-align: center;
	margin: 10px 0;
}

/* @group sidebar */

#sidebar {
	float: left;
	width: 312px;
	position: relative;
	margin: 150px 0 20px 14px;
}

/* @group twitter */

#twitter {
	background: url(/template/2010.07/images/twitter-background.png) no-repeat center center;
	height: 124px;
	margin-top: 20px;
	position: relative;
}

#tweet {
	width: 270px;
	height: 62px;
	color: #999;
	font-size: .8em;
	line-height: 1.5em;
	padding: 18px 20px;
}

#tweet-date {
	font-size: 12px;
	position: absolute;
	left: 60px;
	color: #666;
	top: 108px;
}



/* @end */

#connect {
	padding-top: 20px;
}



/* @end */

/* @group tracks */

.title {
	
}

.artist {
	font-size: 14px;
	color: #999;
}



/* @end */

/* @group playlist */

.playlist ul {
	margin-left: 20px;
	list-style-type: none;
	font-size: 18px;
}

.playlist li {
	margin-bottom: 6px;
}

.playlist h2 {
	color: #000;
	opacity: 0.5;
	margin-bottom: -12px;
	font-size: 36px;
	margin-top: 0;
	text-transform: lowercase;
}

#request {
	text-align: right;
}

/* @end */

/* @group requests */

.sort {
	font-size: 1.5em;
	line-height: 1.5em;
}

.list {
	text-align: left;
}
.list a {
	text-decoration: none;
}

.requests {
	margin: 10px 0;
	padding: 0;
}

.requests li {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.request-search {
	margin: 10px 0;
}

.request-cat {
	font-size: 16px;
	margin: 10px 0;
}

.request-cat a {
	font-size: 18px;
	margin-right: 4px;
}

.request-subcat {
	font-size: 14px;
	margin: 10px 0;
}

.request-subcat a {
	margin-right: 8px;
}

.request-track-nav {
	font-size: 12px;
	margin: 10px 0;
	padding: 5px;
	border-bottom: thin dotted #333;
}

.request-count {
	float: left;
}

.request-pages {
	float: left;
}

.request-paging {
	float: right;
}

.request-list {
	clear: both;
	margin: 10px 0;
}

.request-list li {
	margin-bottom: 6px;
}

.request-link {
	font-size: 12px;
	float: right;
	margin: 5px 0 5px 5px;	
	text-align: right;
}


/* @end */

/* @group form */

table.form td {
	padding: 5px;
}

input[type="text"] {
	padding: 5px;
	border: thin solid #999;
	width: 220px;
	color: #eee;
	background-color: #444;
	font-size: 14px;
}

input[type="submit"] {
	color: #fff;
	background-color: #900;
	border: thin solid #c00;
	padding: 6px;
	width: 80px;
	font-size: 12px;
	position: relative;
	bottom: 1px;
}

textarea {
	padding: 5px;
	border: thin solid #999;
	width: 220px;
	background-color: #444;
	color: #eee;
	font-size: 14px;
}

#live-request {
	position: relative;
	margin-bottom: 20px;
}

#live-request textarea {
	width: 378px;
}


/* @end */

/* @group switch */

.switchgroup {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.handcursor {
	cursor: pointer;
}


/* @end */

#footer {
	background: url(/template/2010.07/images/footer-background.png) repeat-x center top;
	clear: both;
	position: relative;
}

#footer-content {
	color: #666;
	font-size: 10px;
	margin: auto;
	padding: 20px;
	text-align: right;
	text-transform: uppercase;
	width: 780px;
}

.clear {
	clear: both;
}

.selected {
	color: #ccc;
}