
/*reset*/
*{
	border:0;
	padding:0;
	margin:0;
	}


/* 1st-tier layout */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body{
	margin:0 auto;
	text-align:center;
	background:#222 url('/images/framework/back.gif');
	}
#wrap{
	text-align:left;
	width:966px;
	margin:1em auto;
	background:#eee;
	}
#nav{
	text-align:center;
	background:#eee url("/images/framework/nav_back.gif") repeat-x;
	height:40px;
	}
#content{
	text-align:center;
	background:url('/images/framework/contentback.gif') repeat-y;
	}
#footer{
	background:#200 url('/images/framework/footer.jpg');
	color:#fff;
	text-align:center;
	padding:.7em;
	font-size:85%;
	clear:both;
	}
#main{
	float:left;
	text-align:left;
	margin:1.4em 2em;
	width:629px;
	}
#sidebar{
	float:left;
	margin:0;
	width:280px;
	height:100%;
	}
	

/* 2nd-tier layout */
#breadcrumb{
	font-size:85%;
	margin-bottom:.8em;
	}		

img.productlogo{
	margin-bottom:1em;
	}
	
	
	
/* default typography */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body{
	font-family:arial,helvetica,calibri,verdana;
	font-size:85%;
	color:#555;
	}
h1,h2,h3,h4{
	color:#c69;
	font-size:1.2em;
	margin:.7em 0 .4em 0;
	padding:0;
	}
h3{
	margin:1.2em 0 .4em 0;
	}
a{
	color:#c69;
	}
a:hover{
	color:#936;
	}
p{
	line-height:140%;
	margin-top:.2em;
	}
ul,ol{
	margin:.5em;
	list-style:none;
	}
li{
	margin:.4em;
	}	
hr{
	border-bottom:1px #ccc dotted;
	clear:both;
	margin:.2em;
	}
	
/* custom components */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



	
/*homepage posts*/
.hpPost{
	margin:.3em 0;
	padding:.5em 0 1em 0;
	border-bottom:thin #aaa dotted;
	clear:both;
	float:left;
	text-align:left;
	}
.hpPost img{
	float:left;
	margin-right:1em;
	}
.hpPost .text{
	color:#555;
	}
p.dateReleased{
	color:#888;
	font-size:85%;
	margin-top:.8em;
	}
	
/*POLL*/
.voteContainer{
	background:#909481;
	border:1px #b3b5a9 solid;
	text-align:left;
	margin:.4em .8em;
	font-size:90%;
	color:#4e523f;
	}
.voteContainer .question{
	background:#9fa292;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:.2em;
	font-size:110%;
	}
.voteContainer p{
	margin:.2em;
	padding:.2em;
	}
.voteContainer p input{
	margin:.2em;
	}
.voteContainer p.submitButton{
	text-align:center;
	}
.voteContainer p input.submit{
	margin:.2em auto;
	padding:0 1em;
	text-align:center;
	border:1px #000 solid;
	}
.voteContainer p input.submit:hover{
	border:1px #900 solid;
	color:#900;
	background:#fee;
	}


.drumkits{
	float:left;
	text-align:center;
	margin:.5em 1em .7em .4em;
	font-size:90%;
	}
.drumkits img{
	margin:0 0 .5em 0;
	}

	
/* FORMS */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#freeform{
	background:#eee url('/images/framework/formback.gif') repeat-x;
	border:1px #ccc solid;
	margin:1em auto;
	padding:.5em;
	text-align:center;
	width:290px;
	}
#freeform input{
	border:1px #777 solid;
	width:270px;
	font-size:115%;
	padding:.2em;
	color:#666;
	margin:.2em;
	}
#freeform input:hover{
	border:1px #936 solid;
	color:#936;
	background:#fff url('/images/framework/textinputback.gif') repeat-x;
	}
#freeform input.submit{
	border:0;
	padding:0;
	width:208px;
	margin:.2em;
	}
#freeform span{
	border:0;
	padding:.2em;
	margin-top:.3em;
	font-size:90%;
	font-weight:bold;
	}
	
.login{
	background:#eee url('/images/framework/formback.gif') repeat-x;
	padding:.5em;
	border:1px #ddd solid;
	margin:1em auto;
	}
.login input{
	border:1px #777 solid;
	width:300px;
	font-size:115%;
	padding:.2em;
	color:#666;
	margin:.2em;
	}
.login input:hover{
	border:1px #936 solid;
	color:#936;
	background:#fff url('/images/framework/textinputback.gif') repeat-x;
	}
	
.login input.dt{
	text-transform:uppercase;
	}

.login input.submit{	
	width:125px;
	border:0;
	margin-left:2em;
}
.login input.submit:hover{
	background:inherit;
	}
.error{
	color:#f00;
	}
	
#main .download{
	background:#eee url('/images/framework/formback.gif') repeat-x;
	padding:.5em;
	border:1px #ddd solid;
	margin:1em auto;
	}
.pollTable{
	background:#eee url('/images/framework/formback.gif') repeat-x;
	padding:.5em;
	border:1px #ddd solid;
	margin:1em auto;
	}
#checkoutOrder{
	background:#eee url('/images/framework/formback.gif') repeat-x;
	padding:.5em;
	border:1px #ddd solid;
	margin:1em auto;
	}
.notes img{
	text-align:center;
	margin:1em auto;
	}
/* details table */
.details{
	background:#fff;
	margin:.5em 0;
	border:0;
	}
.details td{
	border-bottom:1px #eee solid;
	padding:.5em;
	margin:0;
	}
	
.details th{
	border-bottom:1px #eee solid;
	padding:.5em;
	margin:0;
	}
	
/* loops */
#main.loops{
	background:#dbd4be url('/images/loops_bgfade.gif') repeat-x;
	margin:0;
	padding:0;
	width:683px;
	}
.summaryInfo{
	padding-top:130px;
	background:url("/images/loops_logo.gif") no-repeat top center;
	width:652px;
	margin:40px 0 15px;
	}
.summaryInfo p{
	font-size:90%;
	margin:0 10px 20px 30px;
	}
	
#moreLoopsInfo{
	margin:0 10px 0 30px;
	text-align:center;
	}
#moreLoopsInfo p{
	margin:0;
	text-align:center;
	}
	
.loopItem{
	background:url('/images/loops_background.gif') no-repeat;
	clear:both;
	height:154px;
	width:652px;
	margin:2px 15px;
	}
.loopCategory{
	float:left;
	height:124px;
	}
.loopCategory img{
	margin:15px 0 15px 15px;
	}
.loopDetails{
	float:left;
	height:124px;
	width:318px;
	padding-top:30px;
	}
.loopDetails p{
	font-size:90%;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	text-transform:uppercase;
	line-height:125%;
	}
.loopDetails p.loopTitle{
	font-size:120%;
	color:#444;
	}
.loopBuy{
	float:left;
	height:124px;
	}
.loopBuy img{
	margin:15px 14px 15px 0px;
	}
.auditionPlayer{
	padding:4px 10px;
	}
