@charset "UTF-8";
/* CSS Document */


/*Blue:#00bfff*/
/*Header Image Size: 260px x 180px*/

/*====================================DEFAULT STYLING=======================================*/
*{
	margin:0px;
	padding:0px;
}


/*=====================================LAYOUT STYLING=======================================*/
body{
	background:url(../images/bodyBG.jpg) repeat-x top left;
	
}
#banner{
	clear:both;
	height:15px;
	background-color:#000000;
}
#container{
	position:relative;
	width:1035px;
	margin:0px auto;
	
}
#leftCol{
	position:relative;
	width:230px;
	float:left;
}
#nav{
	position:relative;
	margin-top:210px;
	float:left;
 }

#rightCol{
	position:relative;
	width:800px;
	float:right;
}
#header{
	position:relative;
	width:800px;
	height:180px;
	margin-top:10px;
	clear:both;
}
#header img{
	position:absolute;
	top:0px;
	right:0px;
}
#main{
	position:relative;
	float:right;
	width:800px;
	height:500px;
	background:url(../images/contentGrad.jpg) no-repeat bottom right;
	border:#000000 solid 15px;
}
#main img{
	position:absolute;
	bottom:0px;
	right:0px;
}
#content{
	position:relative;
	margin:30px;
	width:450px;

}
#footer{
	position:relative;
	width:830px;
	margin-top:10px;
	float:right;
}
#footer img{
	float:right;
}

/*===================================TYPOGRAPHY STYLING=======================================*/
body{
	font-family:"Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
a {
	color:#FFFFFF;
	
}
#nav .current{
	/*background:url(../images/nav-underline.png) no-repeat bottom right;*/
	border-left:#FFFFFF solid 8px;
}


#title h1{
	font-size:18px;
	text-align:right;
	margin:5px 110px;
	clear:both;
}
#nav li{
	list-style-type:none;
	font-weight:bold;
	display:block;
	padding:5px 10px 5px 10px;
	margin:5px;
	background:#000000;
	border-left:#000000 solid 8px;
	
}
#nav a{
	text-decoration:none;
}
#nav a:hover{

}
#main a{
	color:#000000;
}
#main p{
	margin-bottom:15px;
}

#main .bold{
	font-weight:bold;
}
#main .small{
	font-size:9px;
}
#main h2{
	font-size:14px;
	margin-bottom:3px;
}
#main h3{
	font-size:12px;
	margin-bottom:5px;
}
#footer p{
	float:left;
	font-size:10px;
	font-style:italic;
}
#footer ul{
	text-align:right;
	float:right;
	margin:0px 10px;
}
#footer li{
	list-style-type:none;
}
#footer a{
	color:#000000;
	font-size:10px;
}


/*===================================PAGE SPECIFIC STYLING=======================================*/



/*------------------------------------Drumming for Fanatics--------------------------------*/
#drumming-for-fanatics #text{
	position:relative;
	margin:25px;
	width:450px;

}
#drumming-for-fanatics #text li{
	list-style-type:none;
}

/*------------------------------------Reader Overview-------------------------------------*/
#reader-overview #text{
	position:relative;
	margin:25px;
	width:475px;
	
}
#reader-overview #text h2{
	display:inline;
}
#reader-overview #text ul{
	margin-top:10px;
}
#reader-overview #text li{
	list-style-type:none;
	margin-bottom:2px;
}

/*------------------------------------Print Rates-------------------------------------*/

#print-rates #text{
	position:relative;
	margin:25px;
	width:600px;
}
#print-rates #text p{
	margin-bottom:3px;
}
/*------------------------------------Print Specifications-------------------------------------*/
#print-specifications #text{
	position:relative;
	margin-top:35px;
	margin-left:50px;
	width:600px;
}
#print-specifications #text table{
	margin-bottom: 15px;
}
#print-specifications img{
	margin-right:25px;
	margin-bottom:35px;
}
/*------------------------------------Production Schedule----------------------------------------*/


#production-schedule #text{
	position:relative;
	margin:25px;
	width:700px;
}
#production-schedule #text p{
	margin-bottom:3px;
}


/*------------------------------------Specifications and File Submission-------------------------------------*/

#specifications-and-file-submission #text{
	position:relative;
	margin:25px;
	width:450px;
}
#specifications-and-file-submission #text li{
	list-style-type:none;
}
/*------------------------------------Custom Drum Shop-------------------------------------*/
#custom-drum-shop #text{
	position:relative;
	margin:25px;
	width:550px;
}
#custom-drum-shop #text h2{
	display:inline;
}
#custom-drum-shop #text table{
	margin-bottom:15px;
}
/*------------------------------------Classified Rates-------------------------------------*/
#classified-rates #text{
	position:relative;
	margin:25px;
	width:600px;
}
#classified-rates #text table{
	margin-bottom:15px;
}
/*------------------------------------Special Rates-------------------------------------*/
#special-rates{
	position:relative;
	margin:25px;
	width:700px;
}
#special-rates h3{
	display:inline;
}
#special-rates .indent{
	margin-left:20px;
}
/*------------------------------------Online Rates-------------------------------------*/
#online-rates #text{
	position:relative;
	margin:25px;
	width:700px;
}
#online-rates #text table{
	margin-bottom:15px;
}
#online-rates #text li{
	list-style-type:none;
}
#online-rates img{
	margin-right:35px;
	margin-bottom:73px;
}
/*------------------------------------Email Rates-------------------------------------*/
#email-rates #text{
	position:relative;
	margin:25px;
	width:600px;
}

/*------------------------------------Contacts and Ad Contract Rules-------------------------------------*/
#contacts-and-ad-contract-rules{
	position:relative;
	margin:25px;
	width:715px;
}
#contacts-and-ad-contract-rules ol li{
	margin-left:20px;
	margin-bottom:5px;
}

/*------------------------------------Why Magazines Work-------------------------------------*/
#why-magazines-work{
	position:relative;
	margin:25px;
	width:750px;
}
#why-magazines-work li{
	list-style-type:none;
	font-size:11px;
	margin-bottom:2px;
}
#why-magazines-work p{
	font-size:11px;
}
#why-magazines-work ul .bullets{
	list-style-type:square;
	margin-left:20px;
}




