/*
Theme Name: Nelsen Grover
Theme URI: http://www.nelsengrover.com/
Description: Nelsen Grover
Version: 3.0
Author: Nelsen Grover
Author URI: http://www.nelsengrover.com/
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg.png) center top fixed;
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #e0e0e0;
	letter-spacing: 0px;
	line-height: 1.2;
	list-style-type: none;
}

br {
	line-height: 1.2;
}

p {
	margin: 0;
	padding: 0;
}
a {
	color: #50c0f0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 940px;
	height: 272px;
	margin: 0 auto;
	margin-top: 48px;
	margin-bottom: 48px;
	background: url(/wp-content/themes/nelsen-grover/images/hd.png);
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

#header-home a {
	position: relative;
	float: left;
	width: 272px;
	height: 272px;
}

#header-tracks {
	position: relative;
	float: right;
	width: 621px;
	height: 272px;
	letter-spacing: -1px;
	overflow: hidden;
}

.track {
	position: relative;
	height: 42px;
	font: 18px bold 'Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	color: transparent;
	letter-spacing: -1px;
}

.track:hover {
	background: url(/wp-content/themes/nelsen-grover/images/track.png);
}

.track span {
	position: relative;
	float: right;
	clear: both;
	top: -16px;
	left: 0px;
	font: normal 12px Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	border: none;
	line-height: 1.2;
	padding: 0 7px 2px 5px;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.track:hover span {
	color: #ffffff;
	background: #000000;
	opacity: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.track img {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	border: solid 1px transparent;
}

.track:hover img {
	border: solid 1px #ffffff;
}

.track-play {
	position: relative;
	float: left;
	width: 130px;
	height: 40px;
	padding-top: 2px;
	text-align: center;
	font: bold 7px Arial, Helvetica, sans-serif; 
	color: #ffffff;
	letter-spacing: 0px;
	border: none;
	line-height: 1.2;
	text-transform: uppercase;
}

.track-title {
	position: relative;
	float: left;
	top: 2px;
	margin-right: -20px;
	height: 18px;
	font: bold 17px "Century Gothic", "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans-serif;
	color: #ffffff;
	line-height: 1.2;
	text-shadow: 0px 1px 0px #000000;
}

.track-artist {
	position: relative;
	float: left;
	top: 2px;
	left: 5px;
	margin-left: 20px;
	margin-right: -200px;
	height: 18px;
	font: bold 17px "Century Gothic", "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans-serif;
	color: #c0c0c0;
	line-height: 1.2;
	text-shadow: 0px 1px 0px #000000;
}

.track-remix {
	position: absolute;
	float: left;
	top: 20px;
	left: 172px;
	height: 14px;
	font: normal 13px "Century Gothic", "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans-serif;
	color: #e0e0e0;
	line-height: 1.2;
	text-shadow: 0px 1px 0px #000000;
}

#rightcol {
	position: relative;
	width: 300px;
	margin-right: 10px;
/*	margin-left: 10px; */
	float: right;
/*	float: left; */
	padding: 0;
}

#nelsengrover {
	height: 25px;
	width: 300px;
	margin-bottom: 5px;
	background: url(/wp-content/themes/nelsen-grover/images/nelsengrover.png);
}

#podcast {
	text-align: center;
	margin-bottom: 30px;
}

#searchform {	
	position: relative;
	padding: 0;
	text-align: center;
	margin-bottom: 30px;

}
#searchsubmit {
	padding: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
}
#s {
	padding: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	width: 150px;
}

.block {
	font: normal 12px Arial, Helvetica, sans-serif; 
	color: #d0d0d0;
	letter-spacing: 0px;
	line-height: 1.2;
	text-align: justify;
	-moz-border-radius: 15px 0 0 0;
	border-radius: 15px 0 0 0;
	margin-bottom: 20px;
}

.block-header {
	height: 20px;
	border-left: solid 2px #d0d0d0;
	border-top: solid 2px #d0d0d0;
	-moz-border-radius: 15px 0 0 0;
	border-radius: 15px 0 0 0;
	margin-bottom: 6px;
}

.block-header p {
	position: relative;
	top: 1px;
	left: 7px;
	font: normal 20px 'Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	color: #d0d0d0;
	text-align: left;
	letter-spacing: 0px;
	border: none;
	line-height: 1.2;
	text-transform: uppercase;
}

.block-header a {
	position: relative;
	top: 1px;
	left: 7px;
	font: normal 20px 'Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	color: #d0d0d0;
	text-align: left;
	letter-spacing: 0px;
	border: none;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
}

.event {
	position: relative;
	clear: both;
	width: 300px;
	height: 36px;
}

.date {
	position: relative;
	float: left;
	width: 30px;
	border: solid 1px #d0d0d0;
	text-align: center;
	margin-right: 5px;
}
.d-month {
	background: #d0d0d0;
	font: bold 9px Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	color: #000000;
}
.d-day {
	font: bold 15px Arial, Helvetica, sans-serif; 

}

#twitter {
	margin-top: -24px;
}

#soundcloud {
}

#youtube {
}

#hypem {
	margin-top: -5px;
	margin-bottom: -20px;
}
#hypem-widget {
	width: 300px;
}

#hypem-widget img {
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
}


#heroes {
/*	font-size: 10px;  */
}

#copyright {
	position: relative;
	font: normal 9px Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}

#leftcol {
	position: relative;
	float: left;
/*	float: right; */
	margin-left: 10px;
/*	margin-right: 10px; */
	padding: 0;
}

#leftcol a {
}

.message {
	width: 600px;
	height: 40px;
	font-weight: bold;
	text-align: center;
}

.post {
	width: 600px;
	height: 300px;
	background: #000000;
	letter-spacing: -1px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 30px;
/*	border: solid 5px #0080ff; */
}
.post-title {
	position: relative;
	left: 20px;
	top: 11px;
	width: 260px;
	height: 84px;
/*	margin-bottom: 16px; */
}

.post-title a {
	font: normal 29px 'Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	color: #ffffff;
	text-align: left;
	line-height: 1.2;
	letter-spacing: -1px;
	border: none;
	text-decoration: none;
}

.post-img {
	position: relative;
	float: right;
	top: 0px;
	top: -84px;
	width: 300px;
	height: 300px;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

.post-i img {
	position: relative;
	float: right;
	top: -84px;
	width: 300px;
	height: 300px;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

.post-play {
	position: relative;
	left: 20px;
	top: -2px;
	width: 227px;
	height: 24px;
	text-align: center;
}

.post-share {
	position: relative;
	float: right;
	top: -21px;
	left: -17px;
	height: 24px;
}

.post-dl {
	position: relative;
	float: left;
	left: 20px;
	top: -28px;
	height: 24px;
	width: 280px;
	text-align: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 1.2;
}

.post-content {
	position: relative;
	top: -30px;
	left: 20px;
	width: 275px;
	height: 154px;
	overflow: auto;
	font: normal 12px 'Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	color: #ffffff;
}

.post-label {
	position: relative;
	height: 24px;
	width: 260px;
	font-size: 12px;
	font-weight: normal;
	color: #a0a0a0;
	line-height: 1.2;
}

.post-tr {
	border-top: 1px solid #202020;
	width: 260px;
}

.post-trn {
	position: relative;
	float: right;
	width: 20px;
	min-height: 17px;
	margin-right: 8px;
	font-size: 17px;
	font-weight: bold;
	color: #c0c0c0;
	line-height: 1.2;
	text-align: right;
}

.post-tra {
	position: relative;
	width: 275px;
	min-height: 17px;
	font-size: 17px;
	font-weight: bold;
	color: #e0e0e0;
	line-height: 1.2;
}

.post-trt {
	position: relative;
	min-height: 17px;
	font-size: 17px;
	font-weight: bold;
	color: #808080;
	line-height: 1.2;
	padding-bottom: 4px;
}

.post-trr {
	position: relative;
	font-size: 13px;
	color: #c0c0c0;
	line-height: 1.2;
}

.post-trl {
	position: relative;
	padding-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #303030;
	line-height: 1.2;
}

.post-datcat p {
	position: relative;
	float: right;
	top: -27px;
	left: 300px;
	padding: 0px 10px 1px 10px;
	background: url(/wp-content/themes/nelsen-grover/images/datcat.png);
	text-align: left;
	text-transform: uppercase;
	-moz-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	font: normal 13px 'Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	color: #c0c0c0;
	text-shadow: 0px 1px 0px #000000;
	line-height: 1.2;
	letter-spacing: 0px;
}
.post-datcat a {
	font: bold 13px 'Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	color: #ffffff;
	text-shadow: 0px 1px 0px #000000;
	border: none;
}
.post-datcat a:hover {
	text-decoration: none;
}

.nav a:hover {
	text-decoration: none;
}

.nav-t {
	width: 598px;
	height: 23px;
	background: #101010 url(images/nav.png);
	letter-spacing: -1px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-align: left;
	font: bold 14px Arial, Helvetica, sans-serif; 
	letter-spacing: 0px;
	color: #c0c0c0;
	text-shadow: 0 -1px 0 #000000;
	line-height: 1.6;
	cursor: 
	border: solid 1px #101010;
	text-decoration: none;
	margin-bottom: 30px;
}
.nav-t span {
	position: relative;
	left: 260px;
}
.nav-t:hover {
	color: #ffffff;
	background: #202020;
}

#comment {
	width: 50%;
	background: #ffffff;
	border: none;
}
.result {
	padding: 0;
}
.result p {
	margin: 0;
}

#TB_ajaxContent {
	font: normal 13px Arial, Helvetica, sans-serif; 
	color: #ffffff;
	letter-spacing: 0px;
	border: none;
	line-height: 1.2;
	background: #ffc060 url(images/bg.png) center fixed;
}

#TB_title {
	font: normal 18px 'Century Gothic', 'Lucida Grande', 'Lucida Sans', 'Bitstream Vera Sans', 'Verdana', sans-serif;
	color: #ffffff;
	background-color: #000000;
	text-align: left;
	letter-spacing: 1px;
	border: none;
	line-height: 1.2;
	text-transform: lowercase;
}



.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 15px;
	background-color: transparent;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

.vscrollerbar {
	width: 15px;
	background: url(images/flexcroll.png);
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

.hscrollerbase {
	height: 15px;
	background-color: transparent;
}

.hscrollerbar {
	height: 15px;
	background-color: black;
}

.scrollerjogbox {
	width: 15px;
	height: 15px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: transparent;
}
