@charset "UTF-8";
@import url('reset.css');

body { 
	background-color: #000000;
	background-repeat: repeat;
	background-image:url('/images/home_bg.jpg');
	/*background-image: url("http://colourlovers.com.s3.amazonaws.com/images/patterns/74/74663.png"); */
	background-position: top left;
	background-attachment: fixed;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 34px;
	padding-top: 0;
	text-align:center; 
}

a { color: #FFFFFF; }
a:hover, a:visited { color:#041a51; }
a:visited { text-decoration:none; }

/*body.schedule { background-image: url(/images/schedule_bg.jpg); }
body.about { background-image: url(/images/about_bg.jpg); }
body.donate { background-image: url(/images/donate_bg.jpg); } */

h2 { margin-top: 34px; }

 

#colophon { 
	margin: 0px; auto
}

#container {
	margin: 0px auto 100px auto;
	text-align: left;
	width: 820px;
}

#logo {
	background: url(/images/logo.png) no-repeat 0 0;
	height: 217px;
	font-size: 0px;
	margin-bottom: 17px;
	text-indent: -9999px;
}

#nav {
	background: url(/images/nav_bg.png);
	height: 42px;
	margin-bottom: 25px;
}

#nav li {
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	font-size: 0px;
	height: 42px;
	margin-left: 87px;
	text-indent: -9999px;
}

	#nav li.first { margin-left: 13px; }

#nav a { 
	display: block; 
	height: 42px;
}

#nav a:hover {
	background-position: 0 -2px;	
	border-bottom: 1px solid white;
	border-top: 2px solid white;
	height: 39px;
}

#nav #home {
	background-image: url(/images/home_nav.png);
	width: 58px;
}

#nav #home.active { 
	background-image: url(/images/home_nav_active.png);
}

#nav #schedule {
	background-image: url(/images/schedule_nav.png);
	width: 113px;
}
#nav #about {
	background-image: url(/images/about_nav.png);
	width: 74px;;
}	

#nav #donate {
	background-image: url(/images/donate_nav.png);
	width: 86px;
}

#nav #facebook {
	background-image:url(/images/facebook_nav.png);
	width: 117px;
}

#siteinfo {
	background: url(/images/siteinfo_bg.png) no-repeat 0 0;
	height: 120px;
	margin: 80px 0 60px 0;
	font-size: 0px;
	text-indent: -9999px;
}

#credits {
	margin-left: 189px;
}

.image_replace {
	text-indent: -9999px;
	font-size: 0px;
}

/* Home Page Styles */
h3,
#acts li { margin-bottom: 20px; }

/* Donate */


.donate button { 
	background: url(/images/button.gif) no-repeat 0 0;
	border: 0px;
	display: block;
	height:22px;
	width: 126px;
    font-size: 0px;
    text-indent: -9999px;
    outline: none;
    padding: 0px;
}

/* Schedule */

.schedule h4 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 45px;
}

.schedule h5 {
	font-size: 14px;
	text-transform:uppercase;
}
