
/*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;
	}
#nav{
	text-align:left;
	background: url("/images/framework/nav_back.gif") repeat-x;
	height:60px;
	}
#main{
	float:left;
	text-align:left;
	margin:1.4em 2em 1em 2em;
	width:629px;
	}
#content{
	text-align:center;
	background:#fff;
	}

	
#nav a{margin:0 !important;}


img.productlogo{
	margin-bottom:1em;
	}
	
#sidebar{
	float:left;
	margin:0;
	width:284px;
	height:100%;
	padding:20px 0 0 0;
	}
#sidebar h2{
	text-align:left;
	font-weight:normal;
	margin-top:1em;
	}
	
	
/* default typography */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body{
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,"Trebuchet MS",Verdana,sans-serif;	
	font-size:80%;
	color:#555;
	}
h1,h2,h3,h4{
	color:#666;
	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*/
#main div.hpPost{
	background:url("/images/framework/section_divider_small_crease_down.png") no-repeat;
	clear:both;
	padding:.9em .8em .3em .3em;
	border-top:5px #fff solid;
	float:left;
	text-align:left;
	}	
	
	
	
.hpPost img{
	float:left;
	margin-right:1em;
	}
.hpPost img.newIcon {margin: 1px 6px 0 -1px;	}

.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;
	}
	
	
	
	
	
	
/* ---------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- START FOOTER */	
#fatFooter{
	margin-top:20px;
	color:#ccc;
	border-top:1px #333 solid;
	clear:both;
	background:#444;
	}
div.footerCol{
	float:left;
	width:240px;
	text-align:left;
	padding:5px 0;
	}
#fatFooter p{
	color:#bbb;
	margin:2px 10px;
	}
.footerCol ul{
	margin-left:18px;
	}

#SEOInPageTags{
	color:#777 !important;
	text-align:left;
	font-size:9px;
	height:90px;
	line-height:130%;
	overflow:hidden;
	margin:0 4px;
	}	
#fatFooter a{
	color:#4ad;
	text-decoration:none;
	}
#fatFooter a:hover{
	color:#9cf;
	}

#footerFBPanel{
	overflow:hidden;
	width:210px;
	height:60px;
	background:#555;
	padding:2px;
	margin:9px 11px;
	border:1px #888 solid;"
	}
	
	
	
/* ------------------------------------------- start web2links */
#web2links{
	color:#333;
	text-align:left;
	font-size:1em;
	padding:.5em 300px .2em 1.2em;
	}
#web2links li{
	clear:none;
	padding:.5em 1em 0 0;
	margin:.0;
	display:inline;
	list-style:none;
	}
#web2links li a{
	 text-decoration:none;
	 text-transform: uppercase;
	 font-size:85%;
	 line-height:1.2em;
	 }
#web2links li img{
	margin-bottom:-3px;
	 width:16px;
	 height:16px;
	 }
/* ---------------------------------------------- end web2links */

/* ---------------------------------------------------------------------------------------------------- END FOOTER */	

/* 2011 fixes*/
#breadcrumb{
		margin:.4em 1em 1em 1em;padding:0;text-transform:uppercase;font-size:80%;
		color:#444;	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,"Trebuchet MS",Verdana,sans-serif;	}
#breadcrumb a{color:#777;}
#breadcrumb a:hover{color:#aaa;}

.drumkits img:hover{
	opacity:.8;
	}
.image img:hover{
	opacity:.8;
	}
#main h3{
	font-weight:normal;
	font-size:16pt;
	margin:.8em .5em .4em .6em;
	}
#main.productsPageContent {
	margin:1em 0 0 0;
	padding:0;
	width:965px;}
	
#main div.productGroup{
	background:url("/images/framework/section_divider_crease_down.png") no-repeat;
	clear:both;
	padding:.5em .8em;
	border-top:5px #fff solid;
	}
	

	
#bannerWeb2Icons{
	clear:none;
	display:inline;
	width:128px;
	margin-left:120px;
	}
#bannerWeb2Icons img:hover{
	margin:0 0 12px 6px;
	opacity:1;
	}
#bannerWeb2Icons img{
	margin:0 0 12px 6px;
	opacity:.6;
	}
	
div.clearFix{clear:both;height:2px;}


input.payNowButton{
	color:#666;
	text-transform:uppercase;
	cursor:pointer;
	font-size:14pt;
	height:32px !important;
	padding:.1em 1em !important;
	border-radius:5px;
	border:none !important;
	padding:2px;
	height:21px;
	background: rgb(226,226,226); /* Old browsers */
	
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(188,188,188,1) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(188,188,188,1))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(188,188,188,1) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(188,188,188,1) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(188,188,188,1) 100%); /* IE10+ */
	
	background: linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(188,188,188,1) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
	}
	
	
input.payNowButton:hover{
	color:#fff;
	cursor:pointer;
	background: rgb(124,179,226); /* Old browsers */
	
	background: -moz-linear-gradient(top,  rgba(124,179,226,1) 0%, rgba(87,140,193,1) 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,179,226,1)), color-stop(100%,rgba(87,140,193,1))); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  rgba(124,179,226,1) 0%,rgba(87,140,193,1) 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  rgba(124,179,226,1) 0%,rgba(87,140,193,1) 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  rgba(124,179,226,1) 0%,rgba(87,140,193,1) 100%); /* IE10+ */
	
	background: linear-gradient(top,  rgba(124,179,226,1) 0%,rgba(87,140,193,1) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb3e2', endColorstr='#578cc1',GradientType=0 ); /* IE6-9 */
}
