@charset "utf-8";
/* CSS Document */

body { 
	background-color: #ccc4a5; 
	background-image: url("sands.gif"); 
	vertical-align: bottom;
	margin: 0; 
	text-align: center;
}

#page {
	background-color: #f5edd6; 
	border: 1px solid #959596;
	width: 800px;
	color: #222;
	font-size: 85%; 
	line-height: 140%;
	text-align: left;
	position:relative;
	display: block; 
	margin-left: auto;
	margin-right: auto; 
}

p, h1, h2, h3, h4, h5, hr, li, td, blockquote { 
	font-family: "Verdana","Arial","Helvetica",sans-serif; 
	margin-left: 25px;
	margin-right: 25px;
}

h1, h2, h3, h4 {
//	color: #6b5841;
	color: #e99537;
}

h3 {
	font-style: italic;
	font-weight: 500;
	margin-bottom: -6px;
/*	margin-top: 25px; */
}

h4 {
	margin-bottom: -6px;
	margin-top: 25px;
}

h4.first {
	margin-bottom: -6px;
	margin-top: 0px;
}


h5 {
	margin-bottom: -10px;
	font-style: italic;
}

blockquote {
	padding: 0 25px;
}

em { 
	font-weight: normal; 
	font-style: italic;
}

strong {
	font-weight: bold;
}

.special {
	border: 1px dashed #6b5841;
	margin: 30px;
	color: #6b5841;
	width: 500;
}

.boxWhiteRight {
	border: 1px solid #959596;
	float: right;
	clear: left;
	margin: 10 10 5 7;
	padding: 7 12;
//	font-size: 110%;
	line-height: normal;
	font-style: italic;
//	font-family: "Times","Times New Roman",serif;
	background: white;
	color: #666;
}

.floatRight {
	float: right;
	border: 0;
	clear: right;
	padding: 0 0 15 20;
}


/* For annoying IE behavior on music heading image */
.IE-cheat {
	background-color: black; 
}


/* ----------------------- */
/* BEGIN styles for images */
/* ----------------------- */
img {
	padding: 15px;
	border: 0;
}

p.boxWhiteRight img {
	padding: 0;
	border: 0;
}

img.leftSide {
	float: left;
	padding: 0;
}

img.rightSide {
	float: right;
	padding: 0;
}

img.header, img.standAlone {
	padding:0;
}	

/* ----------------------- */
/* END styles for images   */
/* ----------------------- */


/* ----------------------- */
/* BEGIN styles for lists  */
/* ----------------------- */
ul li { 
	list-style-type: circle; 
	margin-left: 8px;
	margin-bottom: 7px;
}

ol li {
	margin-bottom: 10px;
}

ul.songs li {
	list-style-type: none; 
	margin-bottom: 14px;
}

/* Use "first" to close up space between */
/* first li and the paragraph above i    */
.first { 
	margin-top: -4px; 
}
/* --------------------- */
/* END styles for lists  */
/* --------------------- */


/* ----------------------- */
/* BEGIN styles for links  */
/* ----------------------- */
a:link {
	color: #6b5841;
}
a:visited {
	color: #6b5841;
}
a:hover {
	background-color: #fff;
	outline: 1px dotted #222;
	padding: 4 0;
	text-decoration: none;
}
/* --------------------- */
/* END styles for links  */
/* --------------------- */

.notes {
	font-size: 90%;
}

.footer { 
	text-align: right; 
	font-size: 90%; 
	font-style: italic; 
}

.toc {
	float: right;
	border-left: thin dotted #6b5841; 
	clear: right;
	margin: 0 0 0 10;
	padding: 0;
}

.toc a:link {
	color: #6b5841;
}

.toc a:visited {
	color: #6b5841;
}

.listenread a:link {
	font-size: 90%;
	color: #6b5841;
}

.listenread a:visited {
	font-size: 90%;
	color: #6b5841;
}


/* ---------------------------------------------- */
/* BEGIN styles for top-of-page banners and links */
/* ---------------------------------------------- */

.watermark { 
	background-image: url("headerMain.jpg"); 
	background-position: bottom;
	vertical-align: bottom;
	text-align: right;
	white-space: nowrap; 
	font-size: 80%;
	line-height: 200%;
	padding: 0px 15px;
	color: #6b5841;
}


.watermark-music { 
	background-image: url("DSC_1524.jpg"); 
//	background-color: #f5edd6;
	background-position: bottom;
	vertical-align: bottom;
	text-align: right;
	white-space: nowrap; 
	font-size: 80%;
	line-height: 200%;
	padding: 0px 15px;
	color: #f5edd6;
}

.watermark a:link { 
	color: #6b5841;
//	text-decoration: none;
}
.watermark a:visited { 
	color: #6b5841; 
//	text-decoration: none;
}

.watermark-music a:link { 
//	color: #6b5841;
	color: #f5edd6;
//	text-decoration: none;
}
.watermark-music a:visited { 
//	color: #6b5841; 
	color: #f5edd6;
//	text-decoration: none;
}
.watermark-music a:hover { 
	color: black;
	background-color: #fff;
	outline: 1px dotted #222;
	padding: 3 0;
	text-decoration: none;
}
.separator { 
	background-color: #959596; 
}

/* --------------------------------- */
/* END styles for top-of-page banner */
/* --------------------------------- */

/* ------------------------------- */
/* BEGIN styles for blog feed div  */
/* ------------------------------- */
#feeddiv {
	float: right;
	border: 1px dashed #6b5841;
	clear: right;
	margin: 15;
	padding: 0 0 0 5;
	width: 230;
}

#feeddiv p {
	font-family: "Verdana","Arial","Helvetica",sans-serif; 
	margin-left: 5px;
	margin-right: 5px;
}

#feeddiv a:link { 
	color: #6b5841;
	text-decoration: none;
}
#feeddiv a:visited { 
	color: #6b5841; 
	text-decoration: none;
}
