@charset "UTF-8";
/* CSS Document */
.oneColElsCtrHdr #header {
	background: #000;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	#FFFCF4;
	height:150px;
}
.oneColElsCtrHdr #headerBackground {
	background-image:url(../images/cover-art/current.jpg);
	background-position:35% 89%;
	height:100%;
	width:100%;
	margin-left:-20px;
	width:56em;
	opacity:.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.oneColElsCtrHdr #headerContent {
	margin-top:-108px;
	opacity:.99;
	filter:alpha(opacity=99); /* For IE8 and earlier */
	color:#FFFCF4;
}
.oneColElsCtrHdr #header h1 {
	margin: 0;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	margin-top:-35px !important;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Verdana, Geneva, sans-serif;
	font-size:40px;
	float:left;
	opacity:.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	color:#FFE7BE;
  	display:block;
  	padding-bottom:6px;
}
.oneColElsCtrHdr #header h1 .subTitle {
	color:#FFD26E;
	display:block;
  	font-size:14px;
  	letter-spacing:-1px;
  	line-height:1.1em;
  	text-transform:uppercase;
}
.oneColElsCtrHdr #header h1 a:hover {
	text-decoration:none;
}
.oneColElsCtrHdr #header a {
	text-decoration:none;
	color:#FFFCF4;
}
.oneColElsCtrHdr #header .nav a {
	padding: 0 10px;
}
.oneColElsCtrHdr #header a:hover {
	text-decoration:underline;
	opacity:.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.oneColElsCtrHdr #header .nav {
	float:left;
	list-style:none;
	padding-left:16.5%;
	margin-top: 35px;
	padding-bottom:10px;
}
.oneColElsCtrHdr #header .nav li {
	float: left;
}
