/* 
  timhugh.com
*/

body {
	background: #fff;
	color: #004080;
	margin: 0 0 0 20px;
}

h1 {
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 1.5em;
	font-family: baskerville, times roman, serif;
	margin: 20px auto;
  text-align: center;
}

h2 {
	font-size: 1em;
}

a, a:visited {
	color: #004080;
}

a, a:visited, a:hover {
	font-size: 1em;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: orange;
}

img { 
border: 0;
}

#intro {
	font-size: .9em;
	text-align: center; 
	margin-top: 40px;
}

#intro p {
	padding: 10px;
}

#content {
  margin-left: 220px;
  width: 550px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.smlcontent {
	width: 430px;
}

.biog {
  font-size: .8em;
}

#gallery {
	text-align: center;
	margin: 30px 0;
}

#gallery a, #gallery a:visited {
	color: #004080;
	text-decoration: none;
}

#gallery a:hover {
	color: #f00;
	text-decoration: none;
}

#linklist {
	list-style-type: none;
	padding-left: 0;
}

#linklist li {
	margin-bottom: 2em;
}

div#menu {
  width: 180px;
  height: 600px;
  /* no quotes - Internet Explorer mac cant handle it */
  background: #fff url('../images/menu/cello_image.gif') top left no-repeat;
  text-align: center;
  padding-top: 90px;
  font-size: .9em;
/* required for MS IE hack */
  position: absolute; 
  top: 0px;
  left: 0px;    
}

/* required for MS IE hack */
body>div#menu { 
  position: fixed; 
} 

/* main menu */

#mainmenu {
	margin: 0;
	list-style-type: none;
  text-align: left;
  padding-left: 10px;
}

#mainmenu li {
	padding-bottom: 10px;
}

#mainmenu li a, #mainmenu li a:hover {
	text-decoration: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .05em;
	text-decoration: none;
}

#mainmenu li a:hover {
	color: orange;
}

/* order menu */

.order_menu {
	
}

/* events */

h2 {}

.events {
}

.events tr {
	background: #efefef;
}

.events td {
	padding: 3px 20px 3px 0;
}

.events .title {
	color: #000;
	background: #fff;
	font-weight: bold;
	padding-top: 10px;
}

/* misc styles and headings */

.pagetitle {
	padding: 20px 0 20px 0;
	font-size: 2em;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: center; 
	margin: 0 auto;
}

.flashtitle {
	padding-bottom: 10px;
	font-size: 2em;
	letter-spacing: .2em;
	text-transform: uppercase;
	width: 100%;
}

.review {
	text-align: center;
	font-size: .8em;
	width: 430px;
	padding-bottom: 20px;
}

.credit {
	color: #f00;
}

.smltext {
		font-size: .9em;	
}

.imgright {
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

.alttext, h2 {
	color: #000;
}

/* gdp stuff */
.gdplink, .gdplink a, .gdplink a:visited {
	color: #aaa;
	font-size: .8em;
	text-decoration: none;
}

.gdplink a:hover {
	color: #FF7703;
}