 /* 
 ----------------------------------------------------------------------------
  Copyright robustness.org 2005. Used with Permission.                             
  May not be duplicated or reproduced.

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#A5ABB3 url("../images/bg-body.gif") repeat-x;
	text-align:center; 
	font:11px/18px "Lucida Grande","Bitstream Vera Sans", Verdana, Helvetica, sans-serif; 
	color:#2B3B52; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.3em; color:#FF9500; }
h2	{ font-size:1.1em; color:#FF9500; }
h3	{ font-size:1.0em; color:#2B3B52; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#FF9500; text-decoration:underline; }
a:hover,a:active	{ color:#000; text-decoration:underline; }

body#media a:link, body#media a:visited { color:#2B3B52; }
body#media a:hover, body#media a:active { color:#FF9500; }

/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}
	
img.img-left { 
	float:left; 
	margin:0 10px 8px 0; 
	}
	
img.img-right { 
	float: right; 
	margin:0 0 8px 10px; 
	}

	
/* ----- global form elements ----- */ 

form { 
	width:214px; 
	padding:0 0 15px 0; 
	}

form label	{ font-size:.90em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea { 
	background-color:#fff; 
	border:1px solid #465B78;
	color:#2A2A2A;
	width:214px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:5px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:11px;
	}

textarea { 
	height:120px; 
	overflow:auto; 
	}
	
input.submit { 
	background:url("../images/button-submit.gif") no-repeat;
	width:83px;
	height:25px; 
	cursor:pointer;
	border:none; 
	margin-top:5px;
	}
	
input.checkbox {
	width:auto;
	}



/* framework
 * ------------------------------------------------------------------------- */

/*-- wraps --*/

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y; 
	width:760px; 
	margin:0 auto; 
	text-align:left; 
	}

#wrap-columns {
	background:url("../images/bg-wrap-columns.gif") no-repeat bottom right;
	width:760px;
	}



/*-- masthead --*/

#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:185px;
	}
	/* home link within #masthead */		
	#masthead a {
		position:absolute;
		left:10px;
		width:452px;
		top:0px;
		height:165px;
		}
	#masthead a span {
		display:none;
		}

	
		
/*-- top-right --*/

#phone-number {
	background:url("../images/phone-number.gif");
	height:82px;
	}
	#phone-number span {
		display:none;
		}
	
#drums {
	background:url("../images/drums.jpg");
	height:227px;
	}



/*-- columns --*/

#column-left, #column-right { _display: inline }

#column-left { 
	width:462px; 
	float:left; 
	}
  
#column-right { 
	width:298px; 
	float:left; 
	padding-bottom:160px;
	}
	


/*-- content --*/

#column-left .content {
	margin:0 40px 0 38px;
	}
	
#column-right .content {
	margin:0 38px 0 32px;
	color:#fff;
	line-height:14px;
	}
	
.content ul {
	margin-left:18px;
	list-style-type:disc;
	}
		


/*-- subheads --*/

#subhead-column-right {
	background:url("../images/subhead-column-right.gif");
	height:74px;
	}
	
#subhead-index-about {
	background:url("../images/subhead-index-about.gif");
	height:68px;
	}
	
#subhead-online-community {
	background:url("../images/subhead-online-community.gif");
	height:68px;
	}
	
#subhead-areas {
	background:url("../images/subhead-areas.gif");
	height:68px;
	}
	
#subhead-indepth {
	background:url("../images/subhead-indepth.gif");
	height:68px;
	}
	
#subhead-geared {
	background:url("../images/subhead-geared.gif");
	height:68px;
	}
	
#subhead-musicians {
	background:url("../images/subhead-musicians.gif");
	height:68px;
	}
	
#subhead-teacher {
	background:url("../images/subhead-teacher.gif");
	height:68px;
	}
	
#subhead-locations {
	background:url("../images/subhead-locations.gif");
	height:68px;
	margin:10px 0;
	}
	
#subhead {
	height:78px;
	}
	
#subhead h1 {
	margin:0;
	}

body#index #subhead {
	background:url("../images/subhead-index.gif");
	}
	
body#about #subhead {
	background:url("../images/subhead-about.gif");
	}
	
body#board #subhead {
	background:url("../images/subhead-board.gif");
	}
	
body#contact #subhead {
	background:url("../images/subhead-contact.gif");
	}
	
body#lessons #subhead {
	background:url("../images/subhead-lessons.gif");
	}
	
body#media #subhead {
	background:url("../images/subhead-media.gif");
	}
	
body#sitemap #subhead {
	background:url("../images/subhead-sitemap.gif");
	}

 
 
/*-- buttons --*/

.button-more, .button-top {
	width:380px;
	height:25px;
	position:relative;
	}

.button-more a, .button-top a {
	position:absolute;
	left:312px;
	width:83px;
	height:25px;
	display:block;
	}	
	.button-more a span, .button-top a span {
		display:none;
		}

.button-more a {
	background:url("../images/button-more.gif");
	}
	
.button-top a {
	background:url("../images/button-top.gif");
	}


/*-- bottoms --*/

#bottom-wrap { 
	background:url("../images/bottom-wrap.gif"); 
	height:86px; 
	}


/*-- thank you --*/
 #thankyou-body { background-image:none; }
 #thankyou-wrap { background:url("../images/bg-thankyou.gif"); width:450px; height:300px; margin:0 auto; text-align:center; }
 #thankyou-wrap p { text-align:center; padding-top:100px; }



/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:740px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#2a2a2a;
	}

#footer a:link, #footer a:visited {
	color:#2a2a2a;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer ul { margin-bottom:5px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #2a2a2a;
	}

	#footer li.first { border: none; }



/* navigation: nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.gif") no-repeat; 
	width:462px; 
	height:77px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 77px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 80px; margin-left:11px;}
#nav-02 { width: 82px; margin-left:1px; }
#nav-03 { width: 98px; margin-left:1px; }
#nav-04 { width: 77px; margin-left:1px; }
#nav-05 { width: 110px; margin-left:1px; }


#nav-01 a:hover {background: transparent url("../images/nav.gif") -11px -77px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.gif") -92px -77px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.gif") -175px -77px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.gif") -274px -77px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.gif") -352px -77px no-repeat;}

#walana {display: none; }
iframe { height: 100% }
