/* ------------------------------------------------------------------------
CSS sheet for sing that tune
Author: Jeff Sanders
Date Created: 1/30/08

All inquiries for this document should be directed to info@randomactsdesign.com
-------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #1C2C64;
}
.content {
	padding: 10px;
	font-size: 11pt;
	color: #fff;
}
.footer {
	padding: 5px;
	color: #fff;
	font: 8pt Arial, Helvetica, sans-serif;
}	

/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul#nav {
	margin: 0px;
	padding: 0px;
	width: 180px;
	list-style-type: none;
}
ul#nav li {
	line-height: 30px;
}
ul#nav li a {
	width: 180px;
	height: 30px;
	display: block;
}
/* page specific elements */
ul#nav li.home a {
	background: url(../images/home_off.gif) top left no-repeat;
}
	ul#nav li.home a:hover {
		background: url(../images/home_on.gif) top left no-repeat;
	}
ul#nav li.schedule a {
	background: url(../images/schedules_off.gif) top left no-repeat;
}
	ul#nav li.schedule a:hover {
		background: url(../images/schedules_on.gif) top left no-repeat;
	}
ul#nav li.references a {
	background: url(../images/references_off.gif) top left no-repeat;
}
	ul#nav li.references a:hover {
		background: url(../images/references_on.gif) top left no-repeat;
	}
ul#nav li.events a {
	background: url(../images/events_off.gif) top left no-repeat;
}
	ul#nav li.events a:hover {
		background: url(../images/events_on.gif) top left no-repeat;
	}
ul#nav li.rates a {
	background: url(../images/rates_off.gif) top left no-repeat;
}
	ul#nav li.rates a:hover {
		background: url(../images/rates_on.gif) top left no-repeat;
	}
ul#nav li.contact a {
	background: url(../images/contact_off.gif) top left no-repeat;
}
	ul#nav li.contact a:hover {
		background: url(../images/contact_on.gif) top left no-repeat;
	}
ul#nav li.gallery a {
	background: url(../images/gallery_off.gif) top left no-repeat;
}
	ul#nav li.gallery a:hover {
		background: url(../images/gallery_on.gif) top left no-repeat;
	}
ul#nav li.songs a {
	background: url(../images/songs_off.gif) top left no-repeat;
}
	ul#nav li.songs a:hover {
		background: url(../images/songs_on.gif) top left no-repeat;
	}

/* ------------------------------------------------------------------------
TABLE ELEMENTS
-------------------------------------------------------------------------*/
table td {
	vertical-align: top;
}

/* ------------------------------------------------------------------------
FONT ELEMENTS
-------------------------------------------------------------------------*/
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 12pt;
}
a:link, a:visited {
	color: white;
}
a:hover {
	color: red;
}

/* ------------------------------------------------------------------------
LIST ELEMENTS
-------------------------------------------------------------------------*/
dd {
	padding-bottom: 10px;
}
ul.alphabet li {
	list-style-type: none;
	display: inline;
}

/* ------------------------------------------------------------------------
MISC ELEMENTS
-------------------------------------------------------------------------*/
.hide {
	display: none;
}