/*
-----------------------------------------------
Styles
----------------------------------------------- */

/* Reset
----------------------------------------------- */

html{color:#999;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
strong {font-weight: bold;}
body {
  text-align:center;
  color:#999;
  font: 68.8% "Trebuchet",Verdana,Arial,Helvetica,Sans-serif;
}
p {
	margin: 0.5em 0;
	line-height: 120%;
}

/* Links
----------------------------------------------- */
a { color: #3399FF; text-decoration: none; font-weight:bold; }
a:link { color: #3399FF; text-decoration: none;}
a:hover { color: #3399FF; text-decoration: underline;}
a:active { color: #3399FF; text-decoration: none;}
a:visited { color: #3399FF; }

/* Rest
----------------------------------------------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	float: left;
	margin-top: 40px;
	padding-bottom: 30px;
}

#focus {
	width: 960px;
	float: left;
	padding-bottom: 30px;
}
#focus img {
	margin-bottom: 10px;
}

h1#logo, h1#logo a {
	width: 660px;
	height: 34px;
	display: block;
	float: left;
	background: url(/assets/images/page/logo.png) 0 0 no-repeat;
}
h1#logo a {
	text-indent: -9999px;
	outline: none;
}
h1#logo {
	margin-left: 8px;
}
span#fb_like {
	display: block;
	float: right;
	width: 292px;
	margin: 14px 0 0 0;
}
.section_whole {
	float: left;
	width: 960px;
}
.section_half {
	float: left;
	width: 470px;
	padding-bottom: 40px;
}
.section_half.marg {
	margin-right: 20px;
}
.section_half p {
	margin-left: 10px;
}
.darker {
	color: #666;
}
h2 {
	font-size: 1.818em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 12px;
	width: 950px;
	padding-left: 10px;
}
.section_half h2 {
	width: 460px;
}
h2 span {
	text-transform: lowercase;
}
h2#edubv001_title {
	background: url(/assets/images/page/h2_edubv001.png) 0 0 no-repeat;
	height: 80px;
	text-indent: -9999px;
	outline: none;
}
ul.releases {
	width: 100%;
	float: left;
}
ul.releases li {
	width: 140px;
	float: left;
	margin: 0 10px 40px 10px;
	min-height: 380px;
}
* html ul.releases li {
	height: 380px;
}
ul.releases.shorter li {
	min-height: 220px;
}
* html ul.releases.shorter li {
	height: 220px;
}
ul.releases.shorterstill li {
	min-height: 120px;
}
* html ul.releases.shorterstill li {
	height: 120px;
}
ul.releases li span, ul.releases li a {
	display: block;
}
ul.releases li span.cat {
	margin-top: 4px;
}
ul.releases li span.artist {
	font-size: 1.091em;
	font-weight: bold;
	color: #000;
}
ul.releases li span.tracklist {
	margin-top: 5px;
	line-height: 120%;
}
ul.releases li a.listen {
	font-size: 1.091em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}
ul.releases li .buy {
	font-size: 1.273em;
	font-weight: bold;
	text-transform: uppercase;
}

/* email form */

form#subForm {
	width: 460px;
	margin: 20px 0 0 10px;
}

form#subForm .row {
	width: 460px;
	float: left;
	clear: left;
	padding: 0.4em 0;
}
form#subForm .row label {
	float:left;
	padding-top:3px;
	width:50px;
}
form#subForm .row.text input {
	border:1px solid #CCCCCC;
	color:#666666;
	float:left;
	padding:2px 4px;
	width:200px;
}
form#subForm .row.textarea {
	padding-left: 50px;
}
form#subForm .row.textarea label {
	width: 200px;
	padding-bottom: 5px;
}
form#subForm .row.textarea textarea {
	border:1px solid #CCCCCC;
	clear: left;
	color:#666666;
	float:left;
	padding:2px 4px;
	width:300px;
	height: 150px;
}
form#subForm .row.checkbox {
	padding-left: 50px;
}
form#subForm .row.checkbox label {
	width: 250px;
	margin-left: 10px;
	padding-top: 0;
}
form#subForm .row.checkbox input {
	float: left;
	clear: none;
}
.row.submit button {
	background:#3399FF;
	border:none;
	color:#fff;
	float:left;
	font-size:12px;
	margin-left: 50px;
	outline: none;
	padding:2px 4px;
}

.release_promo {
	font-size: 1.2em;
	color: #333;
}

/* buying dropdowns */

div.trigger {
	position: relative;
}
div.trigger ul li {
	float: left;
    margin: 0;
    padding: 2px;
    min-height: 0;
    width: 136px;
    background: #eee;
}
div.trigger ul {
	display: none;
	position: absolute;
	top: 0
	left: 0;
	width: 136px;
}
.section_half div.trigger {
	margin-left: 150px;
}
div.trigger:hover ul {
	display: block;
}
div.trigger span.buylink {
	font-size: 1.273em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	color: #3399ff;
}








/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/assets/images/page/macpngfix.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




form#entry {
	width: 460px;
	float: left;
	margin: 12px 0 12px 10px;
	font-size: 12px;
}
#entry label {
	width: 50px;
	float: left;
	padding-top: 3px;
}
#entry input {
	width: 200px;
	padding: 2px 4px;
	border: 1px solid #ccc;
	float: left;
	color: #666;
}
#entry button {
	float: left;
	margin-left: 10px;
	background: #3399FF;
	color: #fff;
	border: none;
	outline: none;
	padding: 2px 4px;
	font-size: 12px;
}


div.latest {
	width: 460px;
	float: left;
	margin-left: 10px;
}
div.latest img {
	float: left;
	margin-right: 10px;
}
div.latest span {
	display: block;
}
div.latest span.cat {
	margin-top: 4px;
}
div.latest span.artist {
	font-size: 1.091em;
	font-weight: bold;
	color: #000;
}
div.latest span.tracklist {
	margin-top: 5px;
	line-height: 120%;
}
div.latest a.listen {
	font-size: 1.091em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}
div.latest .buy {
	font-size: 1.273em;
	font-weight: bold;
	text-transform: uppercase;
}
div.latest a.buy {
	display: block;
}




