/**************** Generic Selectors ****************/ 

html { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	margin:  4px 10px;
	padding: 0px;
	background-image: url(images/bgd2.jpg);
	border: 1px groove white;
	}
	
body { 
/*	position: relative; */
	margin: 2px;
	border: 6px #9C3D0F;
	border-style: ridge;
	font-size: 10pt;
	}
	
table { 
	margin: 0px;
	padding: 0px;
	}

dl { 
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	}
	
dt {
	font-weight: bold;
	margin-left: 10px;
	line-height: 2em;
	}
	
dd {
	margin-left: 40px;
	}
	
h3 {				/** Instruments -- specific instruments text**/ 
	font-size: 12pt;
	font-weight: bold;
	}	

h4 {				/** Sheet Music downloads -- categories text; Instruments -- categories text**/ 
	font-size: 14pt;
	font-weight: 500;
	display: block;
	background-color: #9C3D0F;
	color: white;
	padding: 3px;
	}	

h5 {				/** Sheet Music downloads -- download title text**/ 
	font-size: 11pt;
	font-weight: normal;
	}	
	
h6 {				/** Sheet Music downloads -- suggested donation text**/ 
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}	

	
li { 				/** autobiography and download sheet music contents **/ 
	list-style-type: disc;
	text-align: left;
	padding: 0px 0px 3px 0px; /*top right bottom left*/ 
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	} 
	

/**************** Pseudo classes ****************/ 
	
a:link { 
	color: #880000; 	
} 

a:visited { 
	color: #880000; 
	padding-bottom: 0px; 
} 

a:hover { 
	color: red; 
} 
	
a:active { 
	color: #561C00; 
} 

/************************* ID's *************************/ 

#header { 
	position: relative;
	height: 230px;
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	padding: 0px 0px 0px 0px; /*top right bottom left*/ 
	background-image: url(images/DHprofileTHM2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#name { 
	height: 230px;
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	padding: 0px 0px 0px 10px; /*top right bottom left*/ 
	border: 2px ridge #872C0D;
	background-color: #090909;
}

#container{
	background-color: #9C3D0F;
	border: 2px ridge #9C3D0F;
}
    
#navlist-page {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 180px;
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	padding: 0px; 
	height: 100%;
}
       
#navlist-page a {
	display: block; 
	text-align: left; 
	border: 0px; 
	text-decoration: none;
}
	
#content {
	position: relative;	
	color: #000000; 
	padding: 15px;
	margin: 0px 0px 0px 163px; /*top right bottom left*/ 
	border-left: 6px double #9C3D0F; 
	border-bottom: 2px solid #9C3D0F;
	background-image: url(images/bgd2.jpg);
	}
		
#content h3 { 				/** Used under each page title**/ 
	margin-bottom: 0.05em;
	}
  
#footer {
	position: relative;
}
       
#footer a {
	display: inline; 
	letter-spacing: 0.11em;
	font: bold 1em serif;
	padding: 2px 3px 2px 3px; /*top right bottom left*/ 
	margin: 0 0 2px; 
	border: 0px; 
	width: 15em; 
	text-decoration: none;
}
	
#credit {
	font-family: sans-serif;
}
	
#credit a {
	text-decoration: none;
	color: #000000;
}
	
#credit a:hover {
	color: #000000;
	text-decoration: underline;
	} 

#credit a:active {
	color: #000080;
	} 
   
#small_text {                 /** Used where? **/ 
	font-size: 9pt;
	}
	
#header_text {                 /** CD Reviewers **/ 
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
	}
	
#medium_text {                 /** CD Titles **/ 
	font-size: 11pt;
	font-weight: bold;
	}
	
#large_text {                 /** Titles of pages, i.e. Compositions **/ 
	font-size: 13pt;
	font-variant: small-caps;
	font-weight: bold;
	}
	
#float_left {
	float: left;
	position: relative;
	margin-right: 10px;
	} 
	
#float_right {
	float: right;
	position: relative;
	margin-left: 10px;
	} 

#hr_dashed {                  /** betwen CD Reviews **/ 
	border: none;
	border-top: dashed 1px gray;
	color: #FFFFFF;
	height: 1px;
	}
	
#calendar {
	width: 100%;
}

div#calendar table {
	border: solid 1px #9C3D0F;
	margin: 2px 0 2px 0;
}

div#calendar td {
	padding: 1px 4px 1px 4px;
}

div#calendar .crpoint	   	{ cursor: pointer; }
div#calendar .headcr	   	{ font-size: 8pt; color: #FFFFFF; font-weight: bold; background-color: #9C3D0F; }
div#calendar .monthcr	   	{ font-size: 8pt; color: #9C3D0F; font-weight: bold; background-color: #f2ebd9; }
div#calendar .evencr 	   	{ font-size: 8pt; background-color: #f2ebd9; }
div#calendar .oddcr	  	 	{ font-size: 8pt;  background-color: #e2dbc9; }
div#calendar .evencrpoint { font-size: 8pt; background-color: #f2ebd9; cursor: pointer; }
div#calendar .oddcrpoint	{ font-size: 8pt;  background-color: #e2dbc9; cursor: pointer; }


div#calendar .tip	{ font-size: 8pt; color: #9C3D0F; font-weight: bold; }
	
	
#guestbook {
	width: 300px;
}

/* Form styling */
div#guestbook fieldset {padding: 0.25em; border:2px solid #9C3D0F; }
div#guestbook legend {color:#9C3D0F; font-size: 10pt; }
div#guestbook input    { color: black; font-weight: normal; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
div#guestbook textarea { color: black; font-weight: normal; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
div#guestbook option   { color: black; font-weight: normal; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
div#guestbook label   { color: black; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }

/************************* CLASSES *************************/ 
