/* stylesheet for www.neilthomson.net  */
/* by Tom Hall www.ludions.com */

body {
	font: 1em verdana, arial, sans-serif;
	color: black;
	background-color: transparent; /*gray*/
}

* { margin: 0; padding: 0 }

.clear { clear: both }

div#mainwrapper {
	width: 676px; 
	margin: 0; 
	border: 0;
	border-top: 0;
	
}

dl {
	float: left;
	clear: both;
	margin: 2em 0;
}

dt {
	clear: left;
	float: left;
	width: 11em;
	border-bottom: 1px; 
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	/*background-color:#FF6600; */ /* orange */
	margin: 0.5em 0 0 0 ;
}

dd {
	margin: 0.5em 0 0 0;
	border: 1px dotted #eee;
	/*float: left;*/
	padding: 0;
}

/*
* html dd {
	float: none;
	margin: .5em 0 0 0;
}
*/


/************  HEADER  ************/

div#header {
	width: 676px; 
	border-bottom: none;
	color: black; /* cream */
	background-color: transparent;
	
	
}
div#header p#sitename {
	text-align: left; 
	font-size: 1.4em; 	
	font-style: italic; 
	font-weight: bold;  
	line-height: 1.1;
} 

div#header p#sitename span#sitename2 { 
	font-size: 1.2em;
}


/************  COLUMNS wrapper  ************/
div#columnswrapper {
	float:left; 
	width:676px; 
	background-color:#eee;  /*light gray*/	
	color: black
}

/*********** LH EMPTY  ***********/

div#leftcol { 
	float:left; width: 0px; 
	
} 


/*********** CONTENT COLUMN ***********/

div#content {
	padding: 0 0;
	float: left; 
	width: 596px; 
	margin-left: 0;  
	background-color:#eee;  /*light gray*/
	color: black;
	display:inline;  
	
} 

/* wrapper allows use of margins but avoids box model problems */
div#contentinner { margin: 0 70px 40px 0; } 

/***************** Centre MENU *********************/

div#content p#menu {
	border:0; 
	margin:2em 1.25em 2em 0; 
	padding:0; 
	font-weight:bold; 
	font-size:0.9em;
}

div#content p#menu a {
	
	/* font-variant: small-caps; */
	letter-spacing: 1.2px;
	text-decoration:none; 
	border-bottom: none; 
	/* color:#FF6699;  pink */
	color:#FF6600; /* orange */
	background-color: transparent /*Nav menu color */
} 
div#content p#menu a:hover {color: #444;} /*gray*/

/* menu state for current page */
body#home div#content #one a, 
body#biog div#content #two a,
body#repertoire div#content #three a,
body#testimonials div#content #four a,
body#contact div#content #five a {
	font-style:normal;
	color: gray; /*cream*/
	background-color: transparent;
	font-weight: bold;
}



/******************************************/



div#content h1, h2, h3, h4 {
	font-family: verdana, sans-serif; 
	color: #444;	/* gray */
	background-color: transparent;
} 

div#content h1 {
	font-size:1.4em;  
	margin-top:30px; 
	margin-bottom:0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#content h2 {
	font-size:1em;  
	margin-top:20px; 
	margin-bottom:0.8em;
} 

div#content h3 {
	font-size:0.9em;  
	margin-top:15px; 
	margin-bottom:0.7em;
} 

div#content h4 {
	font-size:0.8em;  
	margin-top:11px; 
	margin-bottom:0.6em;
} 

div#content p, dt, dd, address {
	font-size:.8em; 
	margin-top:0; 
	margin-bottom:1em; 
	line-height: 1.4
}	

div#content p.rightalign {text-align: right}
div#content p.rightfloat {float: right}
div#content p.smallspacebelow {padding: 0 0 2em 0}
div#content li {font-size:.75em;}
div#content blockquote { border: none; margin: 0 0 1em 0; padding: 0 2em;}
div#content blockquote p {margin:0; font-style:italic; font-size:.7em;}
div#content a, a:visited {
	text-decoration:none;
	color: #FF6600; /* orange */
	/* background-color: #CCCC99;  kharki as per outside of page */
	background-color: transparent;
	/* background-color: transparent; */
}

div#content a:hover {
	/* color: #960; */
	color: gray;
	border-bottom: none; 
	/* background-color: transparent; */
	background-color: transparent;
	text-decoration: underline;
}

div#content ul { list-style-position: outside; margin: 0 0 1em 2em  }
div#content ul li { line-height: 1.5; margin-top: 0.5em }




/**********  FOOTER  ***********/

div#footer {
	width: 676px;
 	padding: 1.0em 0; 
	font-size: 0.6em;  
	text-align: center; 
	/* background-color: #FF6699;  pink */
	background-color:#FF6600; /* orange */
	margin-bottom: 10em;
}

/* vertical spacing between the lists */
div#footer ul { margin: 2px 0 } 

div#footer li {
	display: inline; 
	padding: 0 5px 0 9px; 
	color: black;
}

div#footer ul li a {
 	text-decoration: none; 
 	color:#FFFDDD; /* cream link colour*/
 	background-color: transparent
}

div#footer ul li a:hover {
	text-decoration:underline; 
	color:white;
	background-color: transparent
} 


