HTML {
overflow: -moz-scrollbars-vertical;
}

body {
	margin: 2em auto;
  padding: 0;
  background: #dddddd;
  font: 400 75% Trebuchet MS, Helvetica, sans-serif;
  line-height: 170%;  
  color: #333;
  letter-spacing: 1px;
    
}

project tr {padding-bottom: 15px; }




/* LINKS */
a {
  text-decoration: none;
  color: #dd9803;
  font-size: 1.1em;
  font-variant: small-caps;
}

a.alt {
  text-decoration: none;
  color: #ccc;
}

a:hover {
  color: #999;
}

h1 {
	font: 400 1.7em Trebuchet MS;
	color: 666;
	letter-spacing: 2px;
	padding-bottom: 10px;
	}
	
h2 {
	font: bold 1.5em Trebuchet MS;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	}
	
h3 {
	font: 400 1.3em Trebuchet MS;
	color: 666;
	letter-spacing: 2px;
	}
	
.orange { 
		color:#dd9803;
		
	
		}
		
.notes {
	color: #ccc;
	line-height: 2;
	}
	

#center { width: 775px;
 margin-left: auto;
  margin-right: auto;
  height: 100%; }

/*TOP NAV*/

#header {
	clear: both;
	position: relative;
	height: 6em;
	background: #828a8c;
	background-color: #828a8c;
	border-bottom: 1px solid #ccc;
			
}


#header img {
	position: absolute;
	top: 30px;
	left: 30px;
}

#header ul {
  margin: 2.5em 1em 0 0;
  margin: 2.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;
  font: 400 1.1em trebuchet MS, sans-serif;
  letter-spacing: 0.2em;
  line-height: 0.8em;
  line-height: 1em;
  color: #dd9803;
  border-right: 1px solid #CCC;
}

#header ul li a.last {
  padding-right: 5;
  border-right: 0;
}


#header ul li a:hover {
  color: #eee;
}



/*HED IMG*/

#headerFla {
  background-color: #828a8c;
  clear:both;
  height: 420px;
  padding: 0 0 30px 0;
  
   }
  
#headerImg {
  height: 420px;
  padding: 5px 0 30px 0;
  clear:both; 
  }
  
 .theartist {background: #828a8c url(images/hm_artist.jpg) no-repeat top left;}
 .contact {background: #828a8c url(images/hm_contact.jpg) no-repeat top left;}
 .news {background: #828a8c url(images/hm_news.jpg) no-repeat top left;}
 .projects {background: #828a8c url(images/hm_recent.jpg) no-repeat top left;}
 .home {background: #828a8c url(images/hm_dom.jpg) no-repeat top left;}
  
  
  
 
/*MAIN NAV*/


.main { position: relative;
		top: -91px;
		left: 1px; 
		}
		
.inside {position: relative;
top: 396px;
left: 1px;

}

.nopic {position: relative;
		top: 0px;
		left: 25px;
				}
				
.flash {position: relative;
		top: 1px;
		left: 1px;
				}
		

#nav {  text-align: center;
		background-color: #949d9f;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 1em;
		letter-spacing: 2px;
		color: #eee;
		
		
}

#nav ul li a {
	background-color: #949d9f;
		
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	
	
}

#nav a {
	display: block;
	color: #eee;
	width: 141px;
	text-decoration: none;
	
}

#nav a:hover {
	color: #b2b6b7;
	text-decoration: none;
	
}


#nav li { /* all list items */
	float: left;
	border-right: 1px solid #b2b6b7;
	border-top: 1px solid #b2b6b7;
	border-bottom: 1px solid #b2b6b7;
	background: #949d9f; 
	width: 141px; /* width needed or else Opera goes nuts */
	
	
}

#nav li.first { 
	float: left;
	border-left: 1px solid #b2b6b7;
	width: 141px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #949d9f;
	width: 141px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#colorbar {
	width: 60px;
	height: 27px;
	background-color: #333;
	position: relative;
	bottom: 90px;
	left: 714px;
	}




/*CONTENT*/

#page {
  width: 775px;
  margin: 0 auto;
  text-align: left;
  background-color: #828a8c;
  overflow:auto;
  
              
}



.artist {
	border: 1px dotted #ccc;
	padding: 5px;
	margin: 1em;
	}
	

.more {
	letter-spacing: 2px;
	}
	
ul.links {
	line-height: 2;
	list-style: none;
	}


/*COLS*/
.width {
  width: 775px;
  
    
}

.widthPad {
  width: 775px;
  
}

.rightCol {
  width: 204px;
  border-left: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-left: 1em;
  overflow: auto;
  background-color: #828a8c;
  padding-bottom: 20px;
  height: 500px;
}

.rightCol p { margin: 5%; } 

.rightCol a {font-size: 1.2em; } 
			 


.leftCol {
  width: 525px;
  margin-left: 25px;
  background-color: #828a8c;
  padding-bottom: 20px; 
  
  }
  
 
  
#projRight {
  width: 365px;
  margin-left: 1em;
  background-color: #828a8c;
  padding-bottom: 20px;
  float:right;
  padding-top:60px;
 
}


#projects {
  width: 750px;
  margin-left: 12px;
  background-color: #828a8c;
  padding-bottom: 20px;
    
}

				
#projects img { border: 1px dotted #ccc;
				 padding: 3px; 
				 
				}
				
				
				
				
				



/*FOOT*/


#footer {
clear:both;
position:relative; top: 20px;
  width: 776px;
  text-align: center;
  height: 3em;
  border-top: 1px dotted #999;
  color: #999;
    
}

#footer2 {
clear:both;
  width: 776px;
  position:relative;
  top: 24px;
  text-align: center;
  height: 5em;
  border-top: 1px dotted #999;
  color: #999;
  
  
  
}

#footer p {
	letter-spacing: 1.4px;
	}

/*LAYOUT*/

.floatLeft {
  float: left;
 }

.floatRight {
  float: right;
}
