﻿body {	font-family: verdana, helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff }
h2   {	font-weight: bold;
	font-size: 20pt;
	color: #ff0000 }
h3   {	font-weight: bold;
	font-size: 15pt;
	text-align: center;
	color: #ff0000 }
.bord {border: medium ridge #aaaaff; 
	margin: 0px 40px 0px 40px;
       padding: 10px 40px 10px 40px}
p     {	font-size: 10pt;
	color: #ffffff }
li    {	font-size: 8pt;
	color: #ffffff }
p.bold { font-weight: bold }
p.centerbold { text-align: center;
	       font-weight: bold; }
p.ibblack { font-style: italic;
	   font-weight: bold;
	   color: #000000 }
p.songtitle { font-weight: bold;
	   color: #ff0000 }
p.artist { font-weight: bold;
	   color: #ffffff }
.12ptbold { font-weight: bold;
	    font-size: 12pt }
A:hover {font-size: medium; text-decoration: underline;
	 color: #aa0000}
a:link { font-size: medium; font-weight: bold;
	 color: red;
	 text-decoration: none }
a:visited { font-size: medium; font-weight: normal;
	    color: red;
	    text-decoration: none }
.photos a:hover {font-size: small; text-decoration: none;
	 color: #aa0000}
.photos a:link { font-size: small; font-weight: normal;
	 color: #000000;
	 text-decoration: none }
.photos a:visited { font-size: small; font-weight: normal;
	    color: #000000;
	    text-decoration: none }
.sched { font-family: verdana, helvetica, sans-serif;
	 font-size: 10pt;
	 color: #ffffff; }
.pastsched { font-family: verdana, helvetica, sans-serif;
	 font-size: 10pt;
	 color: #555555; }
.schedprint { font-family: verdana, helvetica, sans-serif;
	 font-size: 10pt;
	 color: #000000; }
.schedsmall { font-family: verdana, helvetica, sans-serif;
	 font-size: 8pt;
	 color: #ffffff; }
#nav
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 8px 0 0 10px;
    list-style: none;
    background: url(images/nav-bg.gif) repeat-x bottom left;
}
#nav li {
	float: left;
	margin: 2px;
	padding: 0;
}
#nav a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 4px 6px;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #080C18;
	border-bottom: none;
	background: #ffffff url(images/off-bg.gif) repeat-x top left;
}
#nav a:hover, body#home #n-home a, body#shows #n-shows a, body#members #n-members a, body#media #n-media a, body#photos #n-photos a, body#history #n-history a, body#guest #n-guest a, body#contact #n-contact a, body#links #n-links a {
    color: #000000;
	font-weight: bold;
	border-color: #080C18;
	background: #ff0000;
}
.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.bottommenu a:hover { font-size: x-small; font-weight: bold; 
                      color: #ff0000}
.bottommenu a:link { font-size: x-small; font-weight: bold;
	 color: #ffffff;
	 text-decoration: none }
.bottommenu a:visited { font-size: x-small; font-weight: bold; 
                        color: #ffffff; text-decoration: none }   

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}