html, body {
	width: 100%;
	height: 100%;
	margin: 0px; 
	padding: 0px; 
	color: #666;
	font-size: 12px;
	font-family: Tahoma, Geneva,Verdana, Helvetica, sans-serif;
}
.clr {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
img { border: none; }
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover { color: #FFF; }
a:focus { outline: none; }
a img { border: 4px solid #000; }
a:hover img { border: 4px solid #2B2517; }
iframe { border: none; }
form {
	padding: 0px;
	margin: 0px;
}
/* -=-=-=-=- */
html { background: #000 url(../images/gui/bg.jpg) no-repeat top center; /* background-attachment: fixed*/; }
/*html { background: #C90; }*/

.mainout {
	/*width: 988px;
	overflow: hidden;
	padding: 10px 0px;*/
		/*border: 1px solid #F00;*/
}

.headerout {
	/*width: 988px;*/
	height: 197px;
	overflow: hidden;
	text-align: left;
}

.navigationout {
	height: 38px;
	background-color: #0E0B06;
}
.navigation {
	width: 860px;
	padding-left: 128px;
	color: #FFF;
}
.menu {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
}
.menu, .menu ul {
	display: block;	
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	min-height: 0;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 210px;
	background-image: url(empty.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu li {
	display: block;
	position: relative;
		z-index: 5;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu ul li {}
.menu li li {
	float: left;
	width: 100%;
	/*height: 30px;*/
	line-height: 20px;
	padding: 0px 0px 0px 13px;
	background: #0E0B06 url(../images/gui/menu_sep.jpg) no-repeat top right;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

.menu a {
	display: block;
	position: relative;
	padding: 0px 12px;
	text-decoration: none;
	color: #999;
}
.menu a:hover, .menu li:hover>a { color: #FFF; }
.menu li a {
	line-height: 38px; 
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	
}
.menu li li a {
	line-height: 20px; 
	padding: 5px 0px 5px 2px;
	font-size: 11px;
	font-weight: normal;
}
.menu ul>li + li {}
.menu li li:hover>ul {
	top: 0px;
	left: 100%;
}
/*.menu>li:first-child>a, .menu li + li + li li:first-child>a { color: #F00; }*/
/* Fix for IE5/Mac \*//*/
.menu a { float: left; }
*/
.path {
	width: 976px;
	height: 38px;
	text-align: right;
}
.path img { float: right; }
.content {
	width: 990px;
	line-height: 18px;
	margin-bottom: 20px;
	color: #CCC;
	font-size: 11px;
	background: transparent url(../images/gui/bg_black4.png) repeat-y top left;
}
.minheight {
	float: left;
	width: 0px;
	height: 400px;
}
.contentheader2 h1 {
	float: left;
	/*width: 790px;*/
	margin: 0px;
	padding: 0px 0px 0px 13px;
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
.cont_nav { float: left; }
.cont_nav a {
	margin: 0px 5px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.cont_nav a span { font-size: 11px; }
.cont_nav a:hover span { color: red; }
.contentin {
	padding: 34px 28px 30px 28px;
}
.contentin a {
	color: #AF9862;
	text-decoration: underline;
}
.contentin a:hover { color: #FFF; }
.contentin h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	border-bottom: 1px solid #2B2517;
}
.contentin h2 a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.contentin h2 a:hover { text-decoration: underline; }
.content2 {
	width: 988px;
	margin-bottom: 30px;
	text-align: left;
}
.contentheader2 {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-align: left;
	background: #0E0B06;
}
.contentheader2 h2 {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	color: #666;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
.contentheader2 h2 a {
	color: #666;
}
.content .contentheader2 , .content .contentheader2 h2 , .content .contentheader2 h2 a { color: #FFF; }
.content-1col {
	float: left;
	width: 237px;
	overflow: hidden;
	padding: 0px 5px;
}
.content-2col {
	float: left;
	width: 484px;
	overflow: hidden;
	padding: 0px 5px;
}
.content-3col {
	float: left;
	width: 731px;
	text-align: left;
	overflow: hidden;
	padding: 0px 5px;
}
.content2in {
	padding: 11px;
	line-height: 16px;
	color: #CCC;
	font-size: 11px;
	background: transparent url(../images/gui/bg_content2.png) top left;
}
.content2in a { color: #CCC; }
.accent { color: #AF9862; }
.more {
	margin-top: 8px;
	padding: 3px 0px;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #2B2517;
}
.more a { color: #AF9862; }
.more a:hover { color: #FFF; }

.gallery {}
.gallery a {}
.gallery a img {
	float: left;
	margin: 0px 5px;
}
.galleryfull { margin-bottom: 20px; }
.galleryfull a {}
.galleryfull a img {
	float: left;
	margin: 0px 5px 10px 5px;
}
.galleryfull .more { border: none; }
.newsall {}
.news { margin-bottom: 40px; }
.news a {}
.news a img {
	float: left;
	margin: 0px 20px 10px 0px;
}
.news h2 { margin: 0px; }
.news .date {
	font-size: 10px;
	color: #999;
	margin-bottom: 10px;
}
.newsin {
	margin-bottom: 20px;
	color: #CCC;
	font-size: 11px; 
}
.bio {}
.bio table {
	width: 100%;
	margin-bottom: 20px;
}
.biotd2 {
	width: 258px;
	line-height: 20px;
	padding: 0px 20px 20px 0px;
}
.biotd2 div {
	padding: 5px 0px;
	line-height: 20px;
	border-bottom: 1px solid #2B2517;
}
.biotd2 div object {
	float: left;
	margin: 2px 3px 0px 0px;
}
.bio a img {
	width: 250px;
	height: auto;
	/*margin-right: 20px;*/
}
.links {}
.linkcat {
	padding: 0px 0px 20px 0px;
	/*border: 1px solid red;*/
}

.lyricslinks{
	display: block;
}
.alllyrics {
	line-height: 20px;
	position: relative;
		margin: -20px -10px 0px 0px;
	float: right;
	padding: 15px 25px;
	background: #0E0B06;
}
.alllyrics a {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.alllyrics a:hover { color: #FFF; }
.alllyrics a.current {
	color: #FFF;
	text-decoration: underline;
}
.pager {
	height: 18px;
	line-height: 18px;
	color: #AF9862;
	font-size: 11px;
	padding-bottom: 40px;
}

.pager a {
	display: block;
		float: left;
	height: 18px;
	padding: 0px 6px;
	margin-right: 8px;
	color: #2B2517;
	/*font-weight: bold;*/
	text-align: center;
	text-decoration: none;
	background: #000;
	border: 1px solid #2B2517;
}
.pager a:hover {
	color: #AF9862;
	/*background: #0E0B06;*/
	border: 1px solid #AF9862;
}
.pager a.current, .pager a:hover.current  {
	color: #AF9862;
	background: #2B2517;
	border: 1px solid #2B2517;
}

.footerout {
	height: 40px;
	line-height: 40px;
	/*overflow: hidden;*/
	margin-bottom: 10px;
	color: #FFF;
	font-size: 11px;
	background: #2b2217;
	background: #0E0B06;
}
.footerout a {
	margin: 0px 10px;
	color: #FFF;
	text-transform: uppercase;
}
.footerout a:hover { text-decoration: underline; }
.footerout2 {
	height: 40px;
	line-height: 40px;
	padding-bottom: 30px;
	color: #999;
	font-size: 11px;
}
.footerout2 a {	color: #CCC; }
.footerout2 a:hover {	color: #EEE; }

.headlines {
	padding: 20px 20px;
}
/* ======================== gallery ======================== */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}