@import url(../style/gigsStyle.css);
@import url(../style/admin.css);
@import url(../style/memberfans.css);
@import url(../style/homePageStyle.css);
@import url(../style/bioPage.css);
@import url(../style/videoPage.css);
@import url(../style/lyricsPage.css);
@import url(../style/galleryPage.css);
@import url(../style/discographyPage.css);
@import url(../style/shoutoutsPage.css);
* {margin: 0px; padding: 0px;}
body {/* 
	ENABLE THE BACKGROUND-IMAGE STYLE BELOW TO ADD IMAGE TO UNDERLYING WHITE ON PAGE
	background-image: url(../styleImages/alsoInstrumentBG.jpg);
	background-repeat: repeat:
	*/
	}


ul li {list-style-type: none;}
/* MAIN HOME PAGE STYLES HERE */

/* MAIN HEADER AND BODY CONTAINERS */
/* ******************************************************************************** */
#containerWhole {background-color: transparent;
		width: 1040px;
		height: 960px;
		margin-left: 0px;
		top: 0px;
		left: 0px;
		position: relative;
		}

#containerBody {
		background-color:#000000;
		width: 720px;
		height: 860px;
		margin-left: 10px;
		margin-right: 10px;
		top: 0px;
		left: 0px;
		position: absolute;
		}
#googleAds {
		width: 728px;
		height: 90px;
		margin: 0px;
		top: 865px;
		position: absolute;
}


/* ******************************************************************************** */
/* NAV SECTION */
#nav_main {background-color: transparent;
		/* background-image: url(../styleImages/NAVI_navibg3.png);
		background-repeat: repeat; */
		width: 200px;
		height: 860px;
		/* left: 710px; */
		top: 0px;
		right: 0px;
		/* float: right; */
		left: 730px;
		position: relative;
		overflow: hidden;
		margin-left: 5px;
		}		
#nav_head {
		background-color: #fff;
		background-image: url(../styleImages/NAVI_naviHeadBG.jpg);
		background-repeat: no-repeat;
		width: 200px;
		height: 235px;
		background-position: bottom center;
}		
#nav_body {background-color: #000;
		margin-left: 2px;
		width: 193px;
		height: 625px;
		position: relative;
	
		}
#nav_body a {		
		background-color: #fff;
		/*background-image: url(../styleImages/NAVI_linkBG.png);
		background-repeat: no-repeat;*/
		background-position: 0px;
		width: 85%;
		display: block;
		text-indent: 40px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #000;
		text-decoration: none;
		font-variant: small-caps;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 12%;
}		
#nav_body a:hover {		
		background-color: #93c127;
		color: #fff;
		/*background-image: url(../styleImages/NAVI_linkBG.png);
		background-repeat: no-repeat;
		background-position: -193px;*/
		display: block;
}	
#nav_body a:active {		
		background-color: #cb2929;
		color: #666666;
		/*background-image: url(../styleImages/NAVI_linkBG.png);
		background-repeat: no-repeat;	
		background-position: -386px;	*/
		display: block;	
}
#nav_body a:visited {		
		/*background-color: #fff;
		background-image: url(../styleImages/NAVI_linkBG.png);
		background-repeat: no-repeat;*/	
		display: block;
}

#nav_also h3 {
		background-image: url(../styleImages/NAVI_nav_alsoH3BG.jpg);
		background-repeat: no-repeat;
		background-color: transparent;
		width: 100%;
		height: 30px;
		text-indent: -9999px;
		margin-top: 0px;
		}	
#nav_stores h3 {
		background-image: url(../styleImages/NAVI_also_storesH3BG.jpg);
		background-repeat: no-repeat;
		background-color: transparent;
		width: 100%;
		height: 30px;
		text-indent: -9999px;	
			margin-top: 6px;	
		}		
#nav_also_online h3 {
		background-image: url(../styleImages/NAVI_also_onlineH3BG.jpg);
		background-repeat: no-repeat;
		background-color: transparent;
		width: 100%;
		height: 30px;
		text-indent: -9999px;
			margin-top: 6px;
		}	
#nav_also_emaillist h3 {
		background-image: url(../styleImages/NAVI_also_emaillistH3BG.jpg);
		background-repeat: no-repeat;
		background-color: transparent;
		width: 100%;
		height: 30px;
		text-indent: -9999px;
			margin-top: 0px;
		}		
form {
		margin-right: 2px;
}	
form label.navi {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .8em;
		color: #fff;
		float: left;
		margin-left: 2px;
		text-align: right;
		display: block;
		width: 60px;
	}	
form label.navisecurity {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .68em;
		color: #fff;
		float: left;
		margin-left: 2px;
		text-align: right;
		vertical-align: bottom;
		display: block;
		width: 190px;
	}	
form.navi img {
		background-color: #fff;
		height: 23px;
		width: 92px;
		margin: 2px;
}	
input.navi {
		margin: 2px;
		font-size: .68em;
}			

		
#nav_privacy_footer {
	position: relative;
	top: 2px;
	left: 780px;
	width: 200px;
	height: 15px;
}
#nav_privacy_footer a {
		text-indent: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .6em;
		color: #aaa;
		text-decoration: none;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 12%;
}	
#nav_privacy_footer a:hover {
		color: #bbb;
}
		
		
											 
/* ******************************************************************************** */
/* END NAV SECTION */

/* ******************************************************************************** */
/* Code for Dynamically loaded image thumbnail style */
img.gallery {
border-bottom-width: 2px;
border-left-width: 2px;
border-top-width: 2px;
border-right-width: 1px;
border-bottom-color: #999;
border-left-color: #6f9596;
border-top-color: #999;
border-right-color: #bbb;
border-bottom-style: groove;
border-left-style: ridge;
border-top-style: inset;
border-right-style: solid;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
}
/* ******************************************************************************** */
/* END Code for Dynamically loaded image thumbanil style */

