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

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

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

#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;
}

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: #215139;
}

.category {
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
}

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

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

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

#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	width: 950px;
	background-color: #fdfdfd;
	/*background-color: #silver;*/
	margin-left: auto;
	margin-right: auto;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

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

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

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

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

#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: 670px;
	font-size: 87%;
	font-stretch: wider;
	line-height: 150%;
	/*background-color: #paleturquoise;*/
	background-color: #fdfdfd;
	padding: 20px 15px 15px 15px;
	border: 0px solid #fdfdfd;
}

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

#footer {
	width: 950px;
	font-size: 75%;
	text-align: left;
	background-color: transparent;
	line-height: 1.5em;
	border-top: 5px solid #990033;
	padding: 10px 10px 10px 0px;
	clear: both;
}

/*---------------------- 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.1em 0.5em 0.1em 0.5em;
}

.odd {
	background-color: #dddddd;
}

.even {
	background-color: #fdfdfd;
}

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


#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;
	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;
}

/*---------------------- OTHER -----------------------------------*/

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

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

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

.random {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	font-style: italic;
	color: #995566;
	margin-bottom: 35px;
	line-height: 135%;
}

.power {
	font-size: 85%;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 20px 0px 25px 0px;
}

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

.center {
	text-align: center;
}

div.hr {
	height: 80px;
	background: #fff url(http://www.jsbchorales.net/illus/hr2.jpg) no-repeat scroll center;
	}

div.hr hr {
	display: none;
}

div.hrsub {
	height: 80px;
	background: #fff url(http://www.jsbchorales.net/illus/hrsub.jpg) no-repeat scroll center;
	}

div.hrsub hr {
	display: none;
}

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

.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; 
}

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

.date {
	font-size: 85%;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	background: transparent;
	border-top: 0px dotted #990066;
	color: #444444;
	padding-top: 40px;
}

.blogtitle {
	font-size: 200%;
	color: #00107a;
	background: transparent;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #001369;
}

.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;
}

.posted {
	margin-top: 35px;
	margin-bottom: 1px;
	border-bottom: 0px #990066;
	padding-bottom: 20px;
	font-size: 1em 
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

.cat-title {
	margin: 35px 0 20px 0;
	font-size: 110%;
	background: transparent;
	color: #333333;
	margin-left: 0em;
}

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

.box {
	margin: 1em 0em 1em 0em;
	padding: 3px;
	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;
}

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

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

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

div.ntflx-box a:hover {
	background=color: transparent;
	color: #88aa88;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	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.0em;
}

.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: 5px 0 10px 0;
	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: .5em;
	margin-top: 0;
	line-height: 140%;
}

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

/* ----------------- EE RELATED ----------------- */

.paginate {
	 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	 font-size: 12px;
	 font-weight: normal;
	 letter-spacing: .1em;
	 padding: 35px 6px 20px 4px;
	 margin: 0;
	 background-color: transparent;
}

.pagecount {
	 font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	 font-size: 10px;
	 color: #666666;
	 font-weight: normal;
	 background-color: transparent;
}

.input {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	padding: .3em 0 0 2px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.textarea {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 1em;
	margin-top: 3px;
	margin-bottom: 3px;
}

.checkbox {
	background-color: transparent;
	margin: 3px;
	padding: 0;
	border: 0;
}

.submit {
	background-color: #ffffff;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .1em;
	padding: 1px 3px 1px 3px;
	margin-top: 6px;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #000000;
}

/*---------------------- AMAZON PAGE AREA ------------------------*/

div#mainsubheader {
	background: #transparent;
	padding: 40px 30px 10px 30px;
	height: 34px;
	vertical-align: middle;
}

table#contentsubheader {
	width: 100%;
}

td#subheaderlinks {
	text-align: right;
}

span.subheadertitle {
	font-size: 12pt;
	font-weight: bold;
}

div#contenterror {
	background: #transparent;
	padding: 14px 30px 14px 30px;      
}

span.currentpage {
	font-weight: bold;
}

span.error {
	font-weight: bold;
}

div#featuredProducts {
	background: #transparent;
	padding: 14px 6px 14px 40px;
	font-size: 84%;
}

div#featuredProducts .price {
	font-weight: bold;
}

table.products {
	width: 730px;
	font-family: 'Verdana', sans-serif;
	font-size: 9pt;
	align: center
}

table.products td {
	width: 33%;
	font-size: 84%;
	padding: 5px 40px 5px 0px;
}

table.products tr.imagerow td {
	vertical-align: bottom;
	padding-left: 20px;
}
table.products tr.textrow td {
	vertical-align: top;
	padding-bottom: 40px;
}

a.store:link { 
	border: 0;
	background-color: transparent;
	text-decoration: none;
	font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
	color: #6A0A0A;
}

a.store:hover {
	border: 0;
	background-color: transparent;
	text-decoration: none;
	font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
	color: #88aa88;
}

a.store:visited {
	border: 0;
	background-color: transparent;
	text-decoration: none;
	font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
	color: #333333;
}