/* ---------------------------------------------

Shulamit Kleinerman CSS V 1.0

----------------------------------------------- */

/* ---------- FUNDAMENTALS ---------- */

* {
	margin: 0;
	padding: 0;
}


body {
	background: #819299 url(../img/bg_body.gif) repeat-y top left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.imgleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #f4f4f4;
	padding: 10px;
}

.imgright {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
	background-color: #f4f4f4;
	padding: 10px;
}

/* ---------- LAYOUT ---------- */
#container {
	background: url(../img/violin.gif) no-repeat left 35px;
}


#top {
	width: 100%;
	height:35px;
	background: #5f7179 url(../img/bg-top.gif) no-repeat top left;
}

#top div {
	width: 738px;
	text-align: right;
	padding: 10px;
	font-size: 85%;
	color: #FFF;
}

#content {
	margin-left: 37px;
	width: 720px;
}

#homesplash {
	float: left;
	background:#e6e0c6 url(../img/title.gif) no-repeat 100px 200px;
	border-bottom: 10px solid #3a494f;
	width: 720px;
}


#maincontent {
	padding: 20px;
	
}

#footer {
	background: #5f7179 url(../img/bg-footer.gif) no-repeat left top;
	width: 100%;
	height: 48px;
	color: #CCCCCC;
	font-size: 85%;
	position: absolute; 
}

#footer div {
	margin-left: 37px;
	padding: 10px;
}

/* ---------- NAV ---------- */

#nav {
	background: #fff url(../img/strings.gif) repeat-x bottom left;
	width: 720px;
	height: 73px;
	text-indent: -5000px;
}

#nav ul {
	list-style: none;	
}

#nav li {
	display: inline;
}

#nav li a {
	height: 42px;
	width: 144px;
	text-decoration: none;
	float: left;
	border: none;
}


li.teaching a:link, li.teaching a:visited {
	background: url(../img/nav/teaching.gif) no-repeat;
}

li.teaching a:hover, li.teaching a:active {
	background: url(../img/nav/teaching.gif) no-repeat 0 -42px;
}

li.writing a:link, li.writing a:visited {
	background: url(../img/nav/writing.gif) no-repeat;	
}

li.writing a:hover, li.writing a:active {
	background: url(../img/nav/writing.gif) no-repeat 0 -42px;	
}

li.playing a:link, li.playing a:visited {
	background: url(../img/nav/playing.gif) no-repeat;	
}

li.playing a:hover, li.playing a:active {
	background: url(../img/nav/playing.gif) no-repeat 0 -42px;	
}

li.calendar a:link, li.calendar a:visited {
	background: url(../img/nav/calendar.gif) no-repeat;	
}

li.calendar a:hover, li.calendar a:active {
	background: url(../img/nav/calendar.gif) no-repeat 0 -42px;	
}

li.links a:link, li.links a:visited {
	background: url(../img/nav/links.gif) no-repeat;	
}

li.links a:hover, li.links a:active {
	background: url(../img/nav/links.gif) no-repeat 0 -42px;
}

/* ---------- TYPOGRAPHY ---------- */

p {
	margin-bottom: 2em;
	line-height: 1.5em;
}

p.center {
	text-align: center;
	padding: 30px 50px 50px 50px;
	line-height: 1.5em;
	
}

p.centersmall {
	text-align: center;
	line-height: 1.5em;
	
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: normal;
	color: #5f7179;
	margin-bottom: 1em;
}

body#home h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: normal;
	text-align: center;
	color: #444;
	margin-bottom: 0.5em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color: #5f7179;
	margin-bottom: 1.5em;
	margin-top: 2em;
	border-top: 1px dotted #5f7179;
	padding-top: 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #5f7179;
	margin-bottom: 1.5em;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #5f7179;
	margin-bottom: 1.5em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
}

blockquote { 
	
	margin: 1em 1em 3em 0; 
	background-image: url(../img/quote_close.gif);
	background-repeat: no-repeat;
	background-position: 80% 80%;
	border-bottom: 1px dotted #5f7179;
	}
	
blockquote.alt { 
	
	margin: 1em 1em 3em 0; 
	background-image: url(../img/quote_close.gif);
	background-repeat: no-repeat;
	background-position: 80% 80%;
	border: 0;
	}
	
blockquote p { 
	background: url(../img/quote.gif) no-repeat left top; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 110%; 
	padding: 6px 0 0 28px; 
	margin: 0 0 5px 0; line-height: 21px; 
	}
	
blockquote p.cite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin: 0 0 1em 25px;
	padding: 0;
	letter-spacing: 0.2em;
	background: none;
	width: 450px;
	}
	
/* ---------- LINKS ---------- */

a:link, a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 2px dotted #000;
}

a:hover, a:active {
	text-decoration: none;
	color: #819299;
	border-bottom: 2px dotted #819299;
}

#top a:link, #top a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 2px dotted #819299;
}

#top a:hover, #top a:active {
	text-decoration: none;
	color: #adbdbd;
}

a.pdf {
	padding-left: 20px;
	background: url(../img/pdf.gif) no-repeat top left;
	padding-bottom: 2px;
}

a.music {
	padding-left: 15px;
	background: url(../img/clef.gif) no-repeat top left;
	padding-bottom: 2px;
}

a.external {
	padding-right: 18px;
	background: url(../img/external.gif) no-repeat center right;
}

h4 a:link, h4 a:visited {
	color: #5f7179;
}

h4 a:hover, h4 a:active {
	color: #819299;
}

/* ---------- MISC ---------- */

#box {
	width: 250px;
	background-color: #eeead8;
	padding: 20px;
	border: 10px solid #f6f4eb;	
}

#box ul {
	list-style: none;
}

#box li {
	background: url(../img/bullet1.gif) no-repeat 0 3px;
	padding-left: 25px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#maincontent ul {
	list-style: none;
	margin-left: 10px;
}

#maincontent li {
	line-height: 1em;
	margin-bottom: 1.5em;
	padding-left: 20px;
	background: url(../img/bullet1.gif) no-repeat top left;
}


ul#writ li {
	background: none;
	padding-left: 0;
}
