/* CSS Document */

body, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	line-height: 20px;
}
body {
	/*
	background-image: url(../images/background-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	*/
}
/* begin some stuff */
.vamp {
	FONT-SIZE: 12px; LINE-HEIGHT: 22px
}
.scamholder {
	line-height : 16px;
	font-size : 11px;
}

.blamheader {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #FFFFFF; LINE-HEIGHT: 18px
}
.stacatto {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; /* COLOR: #fd682e; */ color: #FFCC66; LINE-HEIGHT: 18px
}
#recentStuff {
	BORDER-RIGHT: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; BACKGROUND: #777777; BORDER-LEFT: #e5e5e5 1px solid; BORDER-BOTTOM: #e5e5e5 1px solid;
}
.bearholder {
	FONT-SIZE: 11px; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.beartrap {
	FONT-SIZE: 11px; LINE-HEIGHT: 18px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.legato {
	color : #FFCC66;
}
/* end some stuff */

.jGray {
	color: #CCCCCC;
}
.jGraySm {
	color: #CCCCCC;
	font-size:10px;
}
.jSmall {
	font-size: 11px;
}
.jContent {
	font-size: 12px;
	line-height: 24px;
}
.jGrayDarker {
	color: #666666;
}

.jHeader {
	font-size: 22px;
	font-weight:300;
	letter-spacing: 5px;
	color: #CCCCCC;
}
A, A:LINK, A:VISITED, A:ACTIVE  {
	color:#CCEEFF;
	text-decoration:none;
	/* border-bottom: 1px dashed #CCEEFF; */
}
A:HOVER {
	color: black;
	BACKGROUND-COLOR: #CCEEFF;
	/* border-top: 1px dashed black;
	border-bottom: 1px dashed black; */
}


A.menu, A.menu:LINK, A.menu:VISITED, A.menu:ACTIVE, A.menu:HOVER {
	border: none;
	BACKGROUND-COLOR: transparent
}



/* NAVI */

#bnHome {
	BACKGROUND-IMAGE: url(../images/navi/home.gif)
}
#bnUpcomingDates {
	BACKGROUND-IMAGE: url(../images/navi/upcomingDates.gif)
}
#bnMusic {
	BACKGROUND-IMAGE: url(../images/navi/music.gif)
}
#bnPhotoGallery {
	BACKGROUND-IMAGE: url(../images/navi/photoGallery.gif)
}
#bnFAQ {
	BACKGROUND-IMAGE: url(../images/navi/faq.gif)
}
#bnNews {
	BACKGROUND-IMAGE: url(../images/navi/news.gif)
}
#bnContact {
	BACKGROUND-IMAGE: url(../images/navi/contact.gif)
}
#bnLogin {
	BACKGROUND-IMAGE: url(../images/navi/login.gif)
}
.bNav {
  height: 30px;
  overflow: hidden;
}
.bNav a, .bCurrent a{
	display: block;
}
.bNav a:hover {
  background-position: 0px -30px;
}

.bCurrent a{
  background-position: 0px -60px;
}






.jGalleryThumb {
	border: 1px solid white;
}








/* form */

.regTable{
   width: 100%;
}

.regTable td{
   height: 25px;
   font-size : 11px;
}

.regInput{
   width: 210px;
   height: 18px;	
   font-size : 11px;
	color : #666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px #000000 inset;
}
.smallInput{
   width: 160px;
}
.regSubmit{
   font-size : 11px;
   font-weight: bold;
	color : #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   background: #CCEEFF;
   padding: 2px;
   margin: 0;
   border: 0;
   cursor: pointer;
   cursor: hand;
}

.regCheck{
   padding: 0;
   margin: 0;
   border: 0;
}
.error{
   color: #cc0000;
   display: none;
}
