@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

body {
	background-color: #000000;
}

#page {
	width: 1000px;
	margin: 0px auto;
}

#header {
	background-image: url(images/new-header.jpg);
	background-repeat: no-repeat;
	height: 302px;
	width: 1000px;
	float:left;
	display: inline;
}

#menu-space {
	width: 148px;
	height: 257px;
	float: left;
	display: inline;
	margin-top: 37px;
	margin-left: 600px;
}

#fab-body {
	width: 1000px;
	height: 871px;
	background-image: url(images/fab-body.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#footer {
	background-image: url(images/fab-footer.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 1000px;
	float: left;
	display: inline;
}

#content {
	float: left;
	display: inline;
	height: 850px;
	width: 660px;
	margin-left: 170px;
	margin-top: -5px;
}

#text {
	float: left;
	display: inline;
	height: 761px;
	width: 660px;
	overflow: auto;
	margin-top: 15px;
}

#footer-menu {
	width: 500px;
	height: 40px;
	margin-left: 190px;
	margin-top: 140px;
	float: left;
	display: inline;
}

#donation {
	width: 175px;
	height: 40px;
	margin-top: 140px;
	float: left;
	display: inline;
	color: #FFFFFF;
	padding-top: 10px;
}

#donation a {
	color: #FFFFFF;
	text-decoration: none;
}

#donation a:hover {
	text-decoration: underline;
}

#header span,
#logo span,
#piece span,
#menu-right span {
	display: none;
}

#menu-space a img {
	border: none;
}



.up {
	margin-top: -3px;
}

#footer-menu ul {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	list-style-type: none;
	}

#footer-menu ul li { 
	display: inline;
	}
	
#footer-menu {
	color: #FFFFFF;
}

#footer-menu ul li a {
	text-decoration: none;
	padding:.3em;
	color: #FFFFFF;
	font-size: 12px;
}

#footer-menu li a:hover {
	color: #000000;
	background-color: #999999;
}

#welcome-top {
	background-image: url(images/welcome-top.jpg);
}

#about-top {	
	background-image: url(images/about-top.jpg);
}

#upcoming-top {
	background-image: url(images/upcoming-shows-top.jpg);
}

#past-top {
	background-image: url(images/past-shows-top.jpg);
}

#donate-top {
	background-image: url(images/donate-top.jpg);
}

#contact-top {
	background-image: url(images/contact-top.jpg);
}

#members-top {
	background-image: url(images/members-top.jpg);
}

#thank-you-top {
	background-image: url(images/thank-you.jpg);
}

#welcome-top,
#about-top,
#upcoming-top,
#past-top,
#donate-top,
#contact-top,
#members-top,
#thank-you-top {
	background-repeat: no-repeat;
	width: 660px;
	height: 74px;
	float: left;
	display: inline;
}

span {
	display:none;
}

.center {
	text-align:center;
}
	
::-webkit-scrollbar {
	width: 13px;
	height: 0px;
}

::-webkit-scrollbar-track-piece {
	background-color: #CCCCCC;
	border: solid thin;
}

::-webkit-scrollbar-track {
	background-color: #CC33CC;
	border: solid thin;
}

::-webkit-scrollbar-thumb {
	background-color: #FFCCFF;
	border: solid thin;
}

h2 {
	font-size: 14px;
	clear: both;
	padding:10px;
}

input { border: 1px solid black; }
#password {  
  width:500px; margin-left:auto; margin-right:auto; text-align:center }
  
#logout {
	background-color: #CCCCCC;
	padding: .3em 2px;
 	width: 50px;
 	margin-left: 500px;
 	margin-top: 25px;
 	z-index: 5; 
	text-align: center;
	border: solid thin #000000;
}

a {	
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logout:hover,
#submit:hover {
	background-color: #FF66CC;
}

#bulletin-board {
	background-image: url(images/corkboard.jpg);
	width: 615px;
	border: #FF33CC solid;
	padding: 10px;
	padding-top: 0px;
}

#large {
	width: 150px;
	padding: 10px;
	font-size: 16px;
	background-color: #FFFF99;
	border: solid thin #000;
	text-align: center;
	margin: 10px auto;
}

.post {
	background-color: #FFFF99;
	border: solid thin #000;
	padding: 10px;
}
	
.post h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#members-text {
	padding: 10px;
	width: 620px;
}

.post a {
	text-decoration: underline;
}

.lightbox {
	float: left;
	display: inline;
	padding: 3px;
}


/* New Menu */


#home {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 149px;
}

#home:hover, #home span {
	background-image: url(images/home-hover.png);
	background-repeat: no-repeat;
	z-index: 5;
}

#about {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 149px;
}

#about:hover, #about span {
	background-image: url(images/about-hover.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 149px;
}

#upcoming-shows {
	background-image: url(images/upcoming-shows.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 29px;
}

#upcoming-shows:hover, #upcoming-shows span {
	background-image: url(images/upcoming-shows-hover.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 29px;
}

#past-shows {
	background-image: url(images/past-shows.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 30px;
}
#past-shows:hover, #past-shows span {
	background-image: url(images/past-shows-hover.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 30px;
}

#blog{
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 26px;
}
#blog:hover, #blog span {
	background-image: url(images/blog-hover.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 26px;
}

#donate{
	background-image: url(images/donate.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 28px;
}
#donate:hover, #donate span {
	background-image: url(images/donate-hover.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 28px;
}

#contact{
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 28px;
}
#contact:hover, #contact span {
	background-image: url(images/contact-hover.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 28px;
}

#members {
	background-image: url(images/members.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 29px;
}
#members:hover, #members span {
	background-image: url(images/members-hover.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 29px;
}
