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

/* DESIGN ELEMENTS FOR ALL PAGES */

body  {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(Images/paneling.png);
	}

#logo {
	width: 84%;
	float: left;
	padding: 0px;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 8%;
	
	align: center;
	}
	
#navigation {
	width: 100%;
	float: left;
	background-color: #3399FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	text-decoration: none;
	margin: 0;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	word-spacing: 2em;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
	
#leftbar {
	width: 9%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-align: left;
	height: auto;
	margin-top: 2%;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	text-decoration: none;
	}
	
	#footer{
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	height: auto;	
	background-color: #000000;
	margin-top: 3%;
	margin-bottom: 1%;
	}

/* DESIGN ELEMENTS FOR HOME PAGE */

#news {
	width: 34%;
	float: left;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	color: #000000;
	border: thick solid #000000;
	text-decoration: none;
	}

#musicplayer {
	width: 44%;
	float: right;
	height: auto;
	font-weight: bold;
	background-color: #000000;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: none;
	}

#showbox {
	width: 43%;
	float: right;
	height: auto;
	font-weight: bolder;
	background-color: #3399FF;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	border: thick solid #000000;	
	}


#showtext{
	background-color: #FFFFFF;
	margin: 1%;
	border: medium solid #000000;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: auto;
	padding-left: 2%;
	padding-right: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
	}
	
/* DESIGN ELEMENTS FOR ALL NON-HOME PAGES */

#container{
	background-color: #000000;
	color: #ffffff;
	margin-left: 2%;
	margin-top: 2%;
	margin-right: 3%;
	margin-bottom: 0;
	padding-top: 0%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	float: right;
	width: 77%;
	border: none;
	
	
}

#content {
	width: 90%;
	float: left;
	height: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 5%;
	padding-right: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	text-decoration: none;
	}
	
/* This keeps the "Return to Home Page" link nice and tidy inside the #container div */
#homelink {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 4%;
	text-align: center;
	font-weight: bolder;
	font-size: 12px;
	}

/* GENERAL TEXT FORMATTING  */

/* Use these when you want 2 columns. */
#columnleft {
	width: 50%;
	float: left;}

#columnright {
	width: 50%;
	float: right;}
	
/* Use this when you want 3 columns. */

#column3 {
	width: 29%;
	float: left;
	padding: 2%;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	}

#column3 a img {border: none;}

/* This indents things. */
.indent
   {
   padding-left: 3%;
   padding-right: 3%;
   }

.strong {
   	font-weight: bold;}
   
.big {
	font-size: 13px;
	}
   
/* Use this for large pullquotes. */
.pullquote {
	padding-left: 3%;
   	padding-right: 3%;
	font-style: italic;
}

/* Use this for large text that is part of a paragraph sentence, i.e. Bio page.*/
.heading {
	font-size: 18px;
	font-weight: bold;
}


/* DESIGN ELEMENTS FOR SPECIFIC PAGES */

/* This gets nested inside the Bio content. */
#biopicture{
	width: 55%;
	height: auto;
	float: right;
	margin-top: 3%;
	margin-left: 2%;
	margin-bottom: 2%;
	margin-right: 0;
	font-size: 10px;	
	
	}

/* These keep the Events page nice and tidy */
#eventdate {
	width: 12%;
	float: left;
	padding: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top: thin solid #000000;
	margin-top:1%}
	

#eventtown {
	width: 16%;
	float: left;
	padding: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top: thin solid #000000;
	margin-top:1%}
	
#eventclub {
	width: 35%;
	float: left;
	padding: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top: thin solid #000000;
	margin-top:1%}
	

#eventtime {
	width: 10%;
	float: left;
	padding: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top: thin solid #000000;
	margin-top:1%}

#eventprice {
	width: 4%;
	float: left;
	padding: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top: thin solid #000000;
	margin-top:1%}
	

#eventtickets {
	width: 11%;
	float: left;
	padding: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-top: thin solid #000000;
	
	margin-top:1%}

#eventinfo {
	width: 60%;
	float: left;
	padding-left: 33%;
	padding-top: 0;
	padding-bottom: 2%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	text-decoration: none;	
	}
	
/* These keep the Contact form nice and tidy */
#formlabel {
	width: 20%;
	float: left;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 3%;
	font-weight: bolder;}
	

#formfield {
	width: 75%;
	float: left;
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 1%;	
	}


	
/* These keep the Music page nice and tidy */
#musicpageplayer {
	width: 60%;
	float: left;
	font-weight: normal;	
	text-align: center;
	margin-bottom: 2%;	}
	
#musicpagecd {
	width: 32%;
	float: right;
	font-weight: normal;
	text-align: center;
	color: #000000;
	margin-bottom: 2%;
	margin-top: 2%;	
	background-color: #3399FF;
	padding-top: 0%;
	padding-bottom: 3%;
	padding-left: 2%;
	padding-right: 2%;}

#musicpagevinyl {
	width: 37%;
	float: right;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1%;	}
	
#musicpagebluegrass {
	width: 58%;
	float: left;
	font-weight: normal;
	color: #000000;	
	text-align: center;
	margin-bottom: 1%;
	background-color: #3399FF;
	padding-right: 1%;
	padding-left: 1%;	}
	
/* These keep the "News" page nice and tidy */

#newstext {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: thin solid #000000;	
	margin-top: 3%;
	
	}
	
/* This gets nested inside "newstext" when a picture is required. Adjust image size to 96%*/
#newspicture{
	width: 45%;
	height: auto;
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;	
	margin-right: 0;
	font-size: 10px;	
	text-align: right;
	}
	
/* These get nestled in the Press page content. Adjust image size to 96% */
#presspicright{
	width: 45%;
	height: auto;
	float: right;
	margin-left: 2%;
	margin-bottom: 3%;	
	margin-right: 0;
	font-size: 10px;	
	text-align: right;
	}


#presspicleft{
	width: 45%;
	height: auto;
	float: left;
	margin-left: 0;
	margin-bottom: 2%;	
	margin-right: 2%;
	font-size: 10px;	
	text-align: left;
	}
	
	
/* These keep the "Bartender" page nice and tidy */

#recordpic {
	width: 47%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 3%;
	font-weight: bold;
	}
	

#recordinfo {
	width: 50%;
	height: auto;
	float: right;
	font-weight: normal;
	vertical-align: top;
	}


/* These keep the Store page nice and tidy */
#storepicleft {
	width: 45%;
	height: auto;
	float: left;
	padding-left: 2%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-weight: bold;
	vertical-align: middle;
	}
	

#storepicright {
	width: 45%;
	height: auto;
	float: right;
	padding: 1%;
	font-weight: bold;
	vertical-align: middle;
	}

/* This keeps the Video page nice and tidy */
#video {
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
	font-weight: normal;
	vertical-align: top;
	margin-bottom: 1%;
	margin-top: 1%;
	}
	

/* THIS DEFINES LINK STYLES FOR ALL DESIGN ELEMENTS */

#navigation a:link {color: #000000; text-decoration: none;}
#navigation a:visited {color: #000000; text-decoration: none;}
#navigation a:active {color: #ffffff; text-decoration: none;}
#navigation a:hover {color: #ffffff; text-decoration: none;}

#leftbar a:link {color: #000000; text-decoration: none;}
#leftbar a:visited {color: #000000; text-decoration: none;}
#leftbar a:active {color: #9933CC; text-decoration: none;}
#leftbar a:hover {color: #9933CC; text-decoration: none;}

#news a:link {color: #0066FF; text-decoration: none;}
#news a:visited {color: #000066; text-decoration: none;}
#news a:active {color: #9933CC; text-decoration: none;}
#news a:hover {color: #9933CC; text-decoration: none;}

#musicplayer a:link {color: #3399FF; text-decoration: none;}
#musicplayer a:visited {color: #9933CC; text-decoration: none;}
#musicplayer a:active {color: #9933CC; text-decoration: none;}
#musicplayer a:hover {color: #9933CC; text-decoration: none;}

#showbox a:link {color: #0066FF; text-decoration: none;}
#showbox a:visited {color: #9933CC; text-decoration: none;}
#showbox a:active {color: #9933CC; text-decoration: none;}
#showbox a:hover {color: #9933CC; text-decoration: none;}

#container a:link {color: #3399FF;  text-decoration: none;}
#container a:visited {color: #9933CC; text-decoration: none;}
#container a:active {color: #9933CC;  text-decoration: none;}
#container a:hover {color: #9933CC;  text-decoration: none;}

#content a:link {color: #0066FF; text-decoration: none;}
#content a:visited {color: #000066; text-decoration: none;}
#content a:active {color: #9933CC; text-decoration: none;}
#content a:hover {color: #9933CC; text-decoration: none;}

#musicpagecd a:link {color: #ffffff; font-weight: bold; text-decoration: none;}
#musicpagecd a:visited {color: #9933CC; font-weight: bold; text-decoration: none;}
#musicpagecd a:active {color: #9933CC; font-weight: bold; text-decoration: none;}
#musicpagecd a:hover {color: #9933CC; font-weight: bold; text-decoration: none;}

#musicpagebluegrass a:link {color: #ffffff; font-weight: bold; text-decoration: none;}
#musicpagebluegrass a:visited {color: #9933CC; font-weight: bold; text-decoration: none;}
#musicpagebluegrass a:active {color: #9933CC; font-weight: bold; text-decoration: none;}
#musicpagebluegrass a:hover {color: #9933CC; font-weight: bold; text-decoration: none;}





/* DESIGN ELEMENTS FOR ZENPHOTO PICTURE PAGES */

#gallerytitle {
	font-weight: bold; 
	font-color: #FFFFFF;
	}
	
/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	margin: 20px;
	line-height: 0px;
    border: none;
	}
	
.imagethumb a:visited {    
	border: none;    
}
.imagethumb a img {	
	border: none;
}

.imagethumb {
	float: left;
}

.thumb a: {border: none;}

.albumdesc {
	line-height: 18px;
	margin-left: 20px;
}
.albumdesc2 {
	line-height: 18px;
	margin-left: 20px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 20px;
    padding: 10px;
	float: left;
	width: 210px;
	border: none;
	background: #333;
	line-height: 100%;
}
.album a img {border: none;  }

.album .thumb {
    float: left; 
    margin-right: 15px;
}

.album h3 {
	padding: 0;
	margin: 0;
}

.album p {
	line-height: 12px;
	font-size: 11px;
  	padding: 4px 0px 0px;
  	margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 10px;
	padding: 0;
	border: none;
}
#image {
	text-align: center;
	line-height: 0;
	border: none;
}

#image a img {
	border: none;
}

.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: none;
	background: #282828;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #666;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #333;
	text-decoration: none;
	color: #888;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
	text-align: center;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #444;
	background: #333;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #555;
	font-size: 85%;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 120px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	background: #222;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #86a1b6; }