/* Navigation Bar */



#navbar {
	border: none;
	position: relative;
	float: right;
	min-width: 50%;
	margin-top: -10px;		/* overlap with Logo above */
	margin-right: -1px;		/* draw flush right with edge of bckgnd pic -IE6&7 fix only */
	padding: 0 2em 0.3em 2em;
	background-color: #111111;
	opacity: 0.8;
	filter:alpha(opacity=80);
	/* text attributes */
	color: gray;	
	text-transform: uppercase;
	text-align: center;
}

/* Navigation Bar Separator Char */
#navbar #separator {
	font-size: 15pt;
}

#logo {
	position:relative;
	/* border:1px red solid; */
	width:356px;
	height:107px;
	left: 40%;
	background-color:none;
	background-repeat:no-repeat;
	background-position:top left;
	background-image: url(/pics/logo.png);
}


/* Navigation Bar style - unselected (normal) */
a#latestnav, a#wordsnav, a#gigsnav,
a#videonav, a#musicnav,
a#bionav, a#contactnav,
a#storenav, a#photosnav {
	color: gray;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

/* Navigation Bar style - selected during mouseover */
a#latestnav:hover, a#wordsnav:hover, a#gigsnav:hover,
a#videonav:hover, a#musicnav:hover,
a#bionav:hover, a#contactnav:hover,
a#photosnav:hover, a#storenav:hover {
	color: red;
}

/* Navigation Bar style - current page highlighting */
body#latest a#latestnav,
body#words a#wordsnav,
body#gigs a#gigsnav,
body#video a#videonav,
body#bio a#bionav,
body#contact a#contactnav,
body#store a#storenav,
body#photos a#photosnav {
	color: white;
}

a#mailinglist {
	padding: 0.2em 1em 0.2em 1em;
	background-color: #111111;
	opacity: 0.8;
	filter:alpha(opacity=80);
	/* text attributes */
	color: gray;	
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-transform: uppercase;
	text-align: center;
}
a#mailinglist:hover {
	color: red;
}



