
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* * * * * * * * * * * * * * Basic Structure * * * * * * * * * * * * * */
body {
	font-size: 14px; 
	line-height: 21px;
	font-family: 'georgia', "times new roman", Serif;
	background: #fff;
	color: #3f3f3f;
	text-align: left;
	
	}
	
#page{
	width:800px;
	margin:30px auto;
}	

#main{
	width:530px;
	float:left;
}

#sidebar{
	float:left;
	margin-left:30px;
	width:230px;
	font-family: 'Verdana', arial, sans-serif;
	font-size:12px;
	color: #8c7d77;
	line-height: 18px;
}

#sidebar h3{
	font-size: 19px;
	font-family: Georgia;
	font-weight: normal;
	color:#5c3929;
	border-bottom: dotted 1px #999999;
	padding-bottom: 4px;
	margin-bottom: 6px;
}


h4{
	font-weight: bold;
}

p{
	padding-bottom: 15px;
	}
	

p.nopad{
	padding-bottom: 0px;
}
	
a{
	color:#ff792b;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}
	
	
#home #header .nav li.home a,
#lessons #header .nav li.lessons a,
#recitals #header .nav li.recitals a,
#rebecca #header .nav li.rebecca a,
#links #header .nav li.links a {
	color:#784b35
	}
	
#home #header .nav li.home a:hover,
#lessons #header .nav li.lessons a:hover,
#recitals #header .nav li.recitals a:hover,
#rebecca #header .nav li.rebecca a:hover,
#links #header .nav li.links a:hover {
	text-decoration:none;
	}

/* * * * * * * * * * * * * * Header * * * * * * * * * * * * * */
#header{
	width:800px;
	margin-bottom: 20px;
}

#header .logo a{
	background: #fff url(images/logo.jpg) no-repeat;
	float:left;
	width:269px;
	height:123px;
}

#header .nav{
	background: #fff url(images/nav.jpg) no-repeat;
	float:left;
	width:531px;
	height:123px;
}

#header .logo h1,
#header .logo h2 {
	display: none;
}

#header .nav ul {
	margin-top:58px;
	margin-left:108px;
}

	
#header .nav ul li{
	display:inline;
	font-size: 17px;
	font-style:italic;
	margin-left:22px;
}
	
/* * * * * * * * * * * * * * Misc * * * * * * * * * * * * * */

#home #main img{
	padding:7px;
	border: 1px solid #c2c2c2;
	margin-bottom: 10px;	
}


.clearboth{
	clear:both;
}

.addpad{
	padding-bottom:15px;

}
.align-left { 
	float:left;
	margin: 0 15px 15px 0; }

.fineprint {
	font-style:italic;
	font-size:13px;
	line-height:20px;}

.bold{
	font-weight: bold;
	}	

p.quote{
	font-style:italic;
	font-size:11px;
}

p.quote_author{
	font-size:11px;
	line-height:13px;
}

span.underline{
	text-decoration: underline;
}

	
#lessons ul{
	margin-left:20px;
	margin-bottom:15px;
	margin-top:0;
	list-style-position: outside;
	list-style-type: disc;
}

#links p{
	padding-bottom: 2px;
}

#links #main {
	height:200px;}

/* * * * * * * * * * * * * * Footer * * * * * * * * * * * * * */

#footer{
	background: #fff url(images/footer_bar.jpg) no-repeat;
	width:800px;
	height:14px;
	margin-top:15px;
	}
	
	
		
