@import url(normalize.css);

html, body {
	height: 100%;
	}
html {
	background: #061423 url(../images/bg.jpg) repeat;
	}
body {
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	color: #a9b4c0;
	}
p {
	line-height: 1.75em;
	}
a, a:link, a:visited {
	text-decoration: underline;
	color: #ba1a1a;
	}
a:hover, a:active {
	text-decoration: none;
	color: #ba1a1a;
	}
em {
	font-style: italic;
	}
h1 {
	height: 40px;
	margin: 0 0 0 440px;
	font-size: 200%;
	text-indent: -9999px;
	color: #ba1a1a;
	background: transparent url(../images/logo.jpg) no-repeat;
	}
h2 {
	margin-bottom: .75em;
	font-size: 125%;
	}
h3 {
	}
div#masthead {
	height: 110px;
	width: 100%;
	margin-top: 45px;
	background: transparent url(../images/bg_masthead.jpg) repeat-x top left;
	}
	div#masthead div#feature {
		position: absolute;
		top: 30px;
		left: 75px;
		}
		
ul#nav {
	margin: 0 0 0 428px;
	}
	ul#nav a, ul#nav a:link, ul#nav a:visited {
		text-decoration: none;
		color: #849aaf;
		}
		ul#nav a:hover, ul#nav a:active {
			text-decoration: none;
			color: #e1ecf7;
			}
	ul#nav li {
		float: left;
		}
		ul#nav li a {
			height: 40px;
			display: block;
			text-indent: -9999px;
			background: transparent url(../images/nav.png) no-repeat;
			}
		ul#nav li#nhome a {
			width: 90px;
			background-position: 0 0;
			}
			ul#nav li#nhome a:hover, ul#nav li#nhome a:active {
				background-position: 0 -40px;
				}
				body#home ul#nav li#nhome a {
					background-position: 0 -80px;
					}
		ul#nav li#nabout a {
			width: 89px;
			background-position: -93px 0;
			}
			ul#nav li#nabout a:hover, ul#nav li#nabout a:active {
				background-position: -93px -40px;
				}
				body#about ul#nav li#nabout a {
					background-position: -93px -80px;
					}
			body#about ul#nav li#nabout ul {
				width: 345px;
				position: absolute;
				top: 130px;
				left: 430px;
				}
				body#about ul#nav li#nabout ul li {
					margin: 0;
					}
					body#about ul#nav li#nabout ul li a {
						height: 20px;
						text-indent: -9999px;
						background: transparent url(../images/nav_about.gif) no-repeat;
						}
						body#about ul#nav li#nabout ul li#nhistory a {
							width: 63px;
							background-position: 0 0;
							}
							body#about ul#nav li#nabout ul li#nhistory a:hover, body.history ul#nav li#nabout ul li#nhistory a {
								background-position: 0 -20px;
								}
								body#about.history ul#nav li#nabout ul li#nhistory a {
									background-position: 0 -20px;
									}
						body#about ul#nav li#nabout ul li#ndwayne a {
							width: 130px;
							background-position: -63px 0;
							}
							body#about ul#nav li#nabout ul li#ndwayne a:hover, body#dwayne ul#nav li#nabout ul li#ndwayne a {
								background-position: -63px -20px;
								}
								body#about.dwayne ul#nav li#nabout ul li#ndwayne a {
									background-position: -63px -20px;
									}
						body#about ul#nav li#nabout ul li#nkathryn a {
							width: 130px;
							background-position: -193px 0;
							}
							body#about ul#nav li#nabout ul li#nkathryn a:hover, body#kathryn ul#nav li#nabout ul li#nkathryn a {
								background-position: -193px -20px;
								}
								body#about.kathryn ul#nav li#nabout ul li#nkathryn a {
									background-position: -193px -20px;
									}
		ul#nav li#nmusic a {
			width: 83px;
			background-position: -184px 0;
			}
			ul#nav li#nmusic a:hover, ul#nav li#nmusic a:active {
				background-position: -184px -40px;
				}
				body#music ul#nav li#nmusic a {
					background-position: -184px -80px;
					}
		ul#nav li#ncontact a {
			width: 79px;
			background-position: -269px 0;
			}
			ul#nav li#ncontact a:hover, ul#nav li#ncontact a:active {
				background-position: -269px -40px;
				}
				body#contact ul#nav li#ncontact a {
					background-position: -269px -80px;
					}
		
div#content {
	width: 350px;
	margin: 0 0 0 440px;
	}
	body#about div#content {
		margin-top: 10px;
		}
	div#content p {
		margin: 0 0 1em 0;
		}
	
		
#container {
	min-height: 100%;
	margin-bottom: -231px;
	position: relative;
	border-top: 1px solid #000;
	}
	.clearfooter {
		height: 231px;
		clear: both;
		}
		
div#footer {
	height: 231px;
	position: relative;
	z-index: 1;
	color: #ba1a1a;
	background: transparent url(../images/pano.png) bottom center repeat-x;
	}
	div#footer p {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		bottom: 5px;
		text-align: center;
		}

body#home {
	height: auto;
	}
body#home div#masthead {
	height: 385px;
	margin-top: 40px;
	margin-bottom: 1em;
	background: #000;
	}
	body#home div#masthead div#header {
		width: 800px;
		margin: 0 auto;
		display: block;
		}
		body#home div#masthead h1 {
			width: 420px;
			margin: 0 30px 0 0;
			position: static;
			float: left;
			background-image: url(../images/logo_blk.jpg);
			}
		body#home div#masthead ul#nav {
			margin: 10px 0 0 0;
			float: left;
			position: relative;
			z-index: 98;
			}
body#home div#holder {
	width: 1024px;
	height: 355px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 40px;
	z-index: 2;
	text-align: left;
	background: url(../images/pano_full.png) center top no-repeat;
	}
	object#holder {
		display: block;
		margin-left: -512px;
		position: absolute;
		top: 80px;
		left: 50%;
		}
body#home div#content {
	width: 800px;
	height: auto;
	margin: 2em auto 0 auto;
	line-height: 1.75em;
	}
body#home div#content p#p1 {
	width: 350px;
	margin-right: 100px;
	margin-bottom: 2em;
	float: left;
	}
body#home div#content p#p2 {
	width: 350px;
	margin-bottom: 2em;
	float: left;
	}
body#home div#footer {
	width: 100%;
	height: 1em;
	margin-top: 2em;
	position: relative;
	z-index: 1;
	clear: both;
	color: #ba1a1a;
	background: transparent;
	}
	body#home div#footer p {
		width: 100%;
		margin: 0 auto;
		position: static;
		text-align: center;
		}

body#music div#content ol {
	width: 350px;
	}
	body#music div#content ol li {
		width: 175px;
		}
		body#music div#content ol li {
			float: left;
			}
		body#music div#content ol li.playing {
			color: #ba1a1a;
			}
body#music div#extra {
	width: 326px;
	position: absolute;
	top: 250px;
	left: 75px;
	z-index: 100;
	line-height: 1.5em;
	}
	
body#contact div.contact_info {
	margin-bottom: -75px;
	line-height: 1em;
	}
	body#contact div.contact_info p {
		position: relative;
		top: -105px;
		left: 120px;
		margin-bottom: .5em;
		}
		body#contact div.contact_info p.fullname {
			font-weight: bold;
			}
			
body#index {
	background: #000;
	}
	body#index p.skip {
		width: 150px;
		margin-left: -75px;
		font-size: 90%;
		color: #ba1a1a;
		position: absolute;
		top: 450px;
		left: 50%;
		text-align: center;
		}
