/**
 * LHS Band Website Improvements
 * Copyright (c) 2010 Doug Sisk Design http://www.dougsisk.com/
 */

body {
	background: #030d13 url(images/new-stripe.png) repeat-x top center;
}

#page {
	background: none;
}

#header {
	background: url(images/header3.png) no-repeat top center;
	text-indent: 0;
}

#headerimg {
	width: 100%;
	height: 100%;
}

#header h1 {
	display: block;
	width: 100%;
	height: 100%;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header a span {
	display: none;
}

#navbar {
	background: #0c2d3d url(images/nav-fade.png) top repeat-x;
	border: 1px solid #818689;
}

#navbar ul {
	padding: 8px;
}

#navbar li {
	border-bottom: 1px dotted #3d5764;
	padding: 6px 0;
}

#navbar ul li:last-child  {
	border-bottom: none;
}

#navbar ul li ul li {
	padding: 3px 0;
}

#navbar li a:hover {
	color: #ccc;
}

#footer {
	background: #0c2d3d;
}