
/* ----------------- GENERAL STYLES ----------------- */

html.center, body.center {
	height: 100%;
}

body {
	background-color: #f6e0b9;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #333333;
}

#topofpage {
margin: 0;
}

div {
	position: relative;
}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

h1 {
	font-family: georgia, "times new roman", times, serif;
	background-color: transparent;
	color: #666666;
	font-size: 160%;
}

h2 {
	font-family: georgia, "times new roman", times, serif;
	background-color: transparent;
	color: #666666;
	letter-spacing: 1px;
}

h3 {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	background-color: transparent;
	color: #666666;
	font-size: 95%;
	letter-spacing: 1px;
}

h4 {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin-bottom: 4px;
	background-color: transparent;
	color: #666666;
}

a:link { 
	border: 0;
	background-color: transparent;
	text-decoration: none;
	font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #6a0a0a;
}

a:hover {
	border: 0;
	background-color: transparent;
	text-decoration: none;
	font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #88aa88;
}

a:visited {
	border: 0;
	background-color: transparent;
	text-decoration: none;
	font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #115577;
}

/*---------------------- STRUCTURE BLOCKS ------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}

#header {
	width: 960px;
	height: 118px;
	background-color:#ffffff;
	background-image: url(http://www.jsbchorales.net/front/manu.jpg);
	margin-left: auto;
	margin-right: auto;
}

#container {
	background-color: #fdfdfd;
	/*background-color: #yellow;*/
	width: 960px;
	margin: 0 auto 0 auto;
	border: 0px solid #000000;
}

#contentholder {
	float: left;
	width: 720px;
	background-color: #fdfdfd;
	/*background-color: #thistle;*/
	font-size: 87%;
	padding: 3px 0 0 5px;
	border: 0px solid #f5f5f5;
}

#main {
	width: 690px;
	font-size: 87%;
	font-stretch: wider;
	line-height: 150%;
	/*background-color: #paleturquoise;*/
	background-color: #fdfdfd;
	padding: 20px 15px 15px 5px;
	border: 0px solid #fdfdfd;
}

div#side {
	float: left;
	width: 220px;
	padding: 10px 5px 10px 10px;
	border: 0px solid #000000;
	font-size: 1em;
	line-height: 2em;
	margin: 0;
	text-align: left;
	/*background-color: #aquamarine;*/
	background-color: #fdfdfd;
	color: #000000;
}

#bottom {
	width: 960px;
	background-color: #fdfdfd;
	/*background-color: #silver;*/
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 15px 0px;
	clear: both;
}

#botnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	width: 950px;
	height: 45px;
	background-color: #fdfdfd;
	/*background-color: #silver;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	clear: both;
}

#botnav ul {
	padding: 5px 5px 5px 5px;
	margin: 0 auto 0 auto;
}

#botnav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
}

#botnav a:link, #botnav a:visited {
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	background-color: transparent;
	color: #6a0a0a;
	padding-bottom: 5px;
}

#botnav a:hover {
	background-color: transparent;
	color: #88aa88;
}

#footer {
	width: 960px;
	height: 122px;
	font-size: 75%;
	text-align: left;
	background-color: #fdfdfd;
	line-height: 1.5em;
	border-top: 6px solid #993300;
	padding: 10px 0px 10px 0px;
	clear: both;
	margin-bottom: 1em;
}

/*---------------------- CONTENT STYLES ------------------------*/
/*-------------------------- TABLES ----------------------------*/

table {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 87%;
}

.table {
	margin-left: 0em;
	margin-bottom: .5em;
	margin-top: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 70%;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}


caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0;
}

th {
	font-weight: bold;
}

th, td {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-bottom: 1px dotted #990066;
}

.odd {
	background-color: #dddddd;
}

.even {
	background-color: #fdfdfd;
}

tr.colorhover {
	background-color: #aaaaaa;
}

table.toc {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 87%;
}

th.toc {
	font-weight: bold;
}

th.toc, td.toc, tr.toc {
	padding: 1.5em 0.5em 1.5em 0.5em;
	border-bottom: 0px dotted #990066;
	vertical-align: top;
}

.odd.toc {
	background-color: #dddddd;
}

.even.toc {
	background-color: #fdfdfd;
}

#ref {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 75%;
	background: #fff;
	margin: 1px;
	width: 670px;
	border-collapse: collapse;
	border: 1px dotted #990066;
	text-align: left;
}

#ref th {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	padding: 3px 2px;
	border-bottom: 1px dotted #990066;
}

#ref td {
	border-bottom: 1px dotted #990066;
	color: #000000;
	padding: 1px 4px 1px 4px;
	vertical-align: top;
}

/*-------------------------- lists ----------------------------*/

.list {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

ol
{
padding: 0;
margin-left: 3em;
}

.li {
	margin: 0;
	padding: 5px 0 .25em 15px;
	/*
	text-indent: -15px;
	*/
	line-height: 1.0em;
	background: transparent;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #333333;
}

ul {
	list-style: square;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3em;
	padding-left: 2em;
}

li {
	margin: 0;
	padding: 5px 0 .25em 15px;
	/*
	text-indent: -15px;
	*/
	line-height: 1.0em;
	background: transparent;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #333333;
}

/*-------------------------- general ----------------------------*/

.made {
	border: 0px;
	margin-right: auto;
	margin-left: auto;
}

.plain {
	border: 0px;
	margin-right: auto;
	margin-left: auto;
}

caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0;
}

.jump {
	border-top: 1px dotted #990066;
	text-align: center;
}

.center {
	text-align: center;
}

blockquote {
	font-family: "Georgia", "times new roman", times, serif;
}

.summary {
	font-size: 1em;
	font-weight: 500;
	font-style: oblique;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin-top: 17px;
}

.indent1 {
	margin-left: 2em;
	margin-bottom: .5em;
	margin-top: 0;
	line-height: 160%;
}

.indent2 {
	margin-left: 4em;
	margin-bottom: .5em;
	margin-top: 0;
	line-height: 160%;
}

.indent3 {
	margin-left: 6em;
	margin-bottom: .5em;
	margin-top: 0;
	line-height: 160%;
}

.indent4 {
	margin-left: 10em;
	margin-bottom: .5em;
	margin-top: 0;
	line-height: 160%;
}

.dialog {
	margin-left: 0em;
	margin-bottom: .5em;
	margin-top: 0;
	line-height: 130%;
}

.wider {
	margin-left: 0em;
	margin-bottom: .7em;
	margin-top: 0;
	line-height: 155%;
}

.poem {
	margin-left: 1em;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 160%;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 90%;
}

.subhead {
	margin-left: .75em;
	margin-bottom: 1em;
	margin-top: 2em;
	line-height: 100%;
	font-family: georgia, times new roman, times, serif;
	font-size: 110%;
	color: #990000;
	font-style: italic; 
}

.subsub {
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 2em;
	line-height: 100%;
	font-family: georgia, times new roman, times, serif;
	font-size: 90%;
	color: #990000;
	font-style: italic; 
}

.hr {
	border-top:1px dotted #990066;
	padding-top:1em;
	margin-top:1em;
	width:300px;
}

.book-title {
	margin-left: 0em;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 160%;
	text-decoration: underline;
}

.blog-title {
	font-family: georgia, times new roman, times, serif;
	font-size: 140%;
	letter-spacing: 3px;
	text-decoration: none;
	border-bottom: 1px dotted #990066;
	background-color: transparent;
	color: #aa0011;
	margin-top: 15px;
}

.title {
	font-size: 110%;
	background-color: transparent;
	color: #555555;
	margin-top: 15px;
}

/*---------------------- SIDEBAR STYLES ------------------------*/

.box {
	margin: 1em; 0em; 1em; 0em;
	padding: 1px;
	background-color: transparent;
	font-size: 70%;
	line-height: 170%;
	color: #000000;
	border-bottom: 1px dotted #990066;
}

.visitor {
	margin: 0;
	padding: 20px 1px 20px 1px;
	background-color: transparent;
	font-size: 70%;
	line-height: 170%;
	color: #000000;
	border-bottom: 1px dotted #990066;
}

div.box a:link {
	background=color: transparent;
	color: #6A0A0A;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
}

div.box a:visited {
	background=color: transparent;
	color: #215139;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
}

div.box a:hover {
	background=color: transparent;
	color: #88aa88;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
}

.side {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	line-height: 2em;
	margin-left: 0em;
}

.side-indent {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	line-height: 210%;
	margin-left: 1em;
}

.side-ul {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	list-style: none;
}

.side-li {
	margin: 0;
	padding: 5px 0 .25em 15px;
	text-indent: -15px;
	line-height: 1.5em;
}

.music-ul {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	list-style: none;
}

.music-li {
	margin: 0;
	padding: 5px 0 0 20px;
	line-height: 1.5em;
}

.side-p {
	background-color: transparent;
	color: #999999;
	line-height: 1.5em;
}

.clock {
	margin: 1px 0px 0px 0px;
	font-size: 125%;
	background-color: transparent;
	color: #2e8857;
}

.sidetitle {
	margin: 5px 0 0 0;
	font-size: 100%;
	background-color: transparent;
	color: #444444;
}

/* ----------------- FOOTER STYLES ----------------- */

.footer {
	margin-left: 4em;
	margin-bottom: 0em;
	margin-right: 4em;
	margin-top: 0;
	line-height: 140%;
}

.copy {
	font-size: 80%;
	font-weight: 400;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin-left: 6em;
	margin-right: 4em;
	margin-top: 20px;
}
