/* General */

body {
	font-family: "Gill Sans MT", "trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #3A4C6D;
	line-height: 170%;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
}

/* Main site container (for the drop shadow) */

#container {
	width: 594px;
	background-color: #FFFFFF;
	background-image: url(../images/shadow.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-top: 0px;
	margin-bottom: 0px;
}

/* Banner picture with a large padding for the small artist name text*/

#banner {
	margin-right: 16px;
	margin-left: 18px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 240px;
	color: #DEEAED;
	padding-top: 179px;
	padding-left: 7px;
	letter-spacing: 5px;
	font-size: 10px;
}

/* Menu with boxes seemingly overlapping stripes*/

#menu {
	margin-right: 16px;
	margin-left: 18px;
	height: 41px;
	background-image: url(../images/bg3.gif);
	padding-top: 0px;
	padding-left: 26px;
	line-height: 17px;
}

/* Menu Links */

#menu a {
	color: #AAAAAA;
	text-decoration: none;
	border-bottom: 5px solid #D4CCBD;
	letter-spacing: 3px;
	padding-bottom: 13px;
}
#menu a:hover {
	color: #26462A;
	border-bottom: 5px solid #A37F3B;
}

#menu a.current {
	color: #407847;
	text-decoration: none;
	border-bottom: 5px solid #3E8195;
	letter-spacing: 3px;
	padding-bottom: 13px;
}
#menu a:hover.current {
	color: #26462A;
	border-bottom: 5px solid #A37F3B;
}

/* For the top section of main background fade */

#header {
	margin-right: 16px;
	margin-left: 18px;
	background-image: url(../images/bg3.jpg);
	height: 28px;
	padding-top: 8px;
}

/* Main text section */

#main {
	margin-right: 16px;
	margin-left: 18px;
	background-image: url(../images/bg2.gif);
	padding: 20px 25px 0px 25px;
	margin-top: -18px;
	text-align: justify;
	z-index: 1;
}

#main a {
	color: #26462A;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#main td a {
	border: none;
}
/* Section title with text formatting */

#title {
	width: 320px;
	float: left;
	height: 36px;
	padding-left: 25px;
	font-family: "trebuchet MS", verdana, sans-serif;
	padding-top: 6px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
	display: inline;
	font-weight: normal;
}

/* Stylesheet switcher with text formatting */

#switcher {
	width: 200px;
	float: right;
	margin-top: 3px;
}

#switcher a {
	color: #26462A;
	letter-spacing: 3px;
	text-decoration: none;
	padding-left: 25px;
	margin-left: 10px;
}

#switcher a:hover {
	text-decoration: underline;
}
span.reduce {
	display: none
}

/* Footer section, leaves are part of the background */

#menu2 {
	margin-right: 16px;
	margin-left: 18px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-top: -19px;
	padding-top: 69px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #AAAAAA;
	font-size: 10px;
	padding-left: 2px;
	clear: both;
}
#menu2 a {
	color: #AAAAAA;
	text-decoration: none;
}
#menu2 a:hover {
	color: #666666;
	border-bottom: 1px dotted;
}

input, textarea {
	font-family: "Gill Sans MT", "trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #3A4C6D;
	background-image: url(../images/bg2.gif);
	border: 1px solid #AAAAAA;
	padding-left: 4px;
}

.button { 
	background-color: #FFFFFF;
	border: 1px solid #26462A;
	font-size: 12px;
	color: #26462A;
}

textarea { 
	width: 350px;
}
li {
	list-style-type: circle;
}
ul {
	margin-top: 0px;
}
ul.gallery {
	margin-top: 10px;
}

table {
	border: 1px dotted #CCCCCC;
	border-left: 0px;
	border-bottom: 0px;
}

td, th {
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 2px;
}

table.noborder td, table.noborder, table.noborder th {
	border: 0px
}
html>body .noborder td {
	border: 0px;
}

#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 594px;
}

#main img a {
	border: 0px;
}
/* Firefox hacks cos IE is rubbish */

html>body #header {
	padding-top: 0px;
}

html>body #switcher { 
	margin-top: -16px;
	padding-top: 30px;
}

html>body #title {
	padding-top: 2px;
}

html>body #main {
	margin-top: 0px;
	padding-top: 30px;
}

/* Box hack to sort out IE 5, & IE 5.5 CSS issues */

#menu {
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	margin-top: -179px;
 }
 
 #switcher a {
 	voice-family: "\"}\"";
 	voice-family: inherit;
  	background-image: url(../images/leaf.gif);
	background-position: left;
	background-repeat: no-repeat;
}
