:focus { 
	outline: none; 
}

html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:url(../images/layout/bg.png);
	font-family: arial;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin:0 0 .7em
}

#wrapper {
	background:url(../images/layout/content_bg.jpg) repeat-y;
	text-align:left;
	position:relative;
	width:960px;
	margin-top:-80px;/* make space for footer*/
	z-index:0;
	min-height:100%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
.clearfix {display:block;}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#inner {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:3;
}

img {
	border: 0px;
}

/*HEADER start */
#header {
	background:url(../images/layout/header_bg.jpg) no-repeat;
	width: 960px;
	height: 193px;
	*height: 273px;
	clear:both;
	position:relative;
	z-index:2;
	border-top:80px solid #fff;/* soak up negative margin to make way for footer*/
}

#header .logo {
	position: absolute;
	top: 40px;
	left: 43px;
	width: 222px;
	height: 153px;
	background: url('../images/layout/logo.png') no-repeat;
}

#header .logo a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 222px;
	height: 153px;
}

#header .navi {
	position: absolute;
	top: 51px;
	left: 290px;
	width: 280px;
}

#header .navi ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#header .navi ul  li {
	float: left;
	display: block;
	margin: 2px 4px;
	padding-top: 0;
}

#header .navi ul li a {
	font-family: "Trebuchet MS", arial, sans;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #f1f0eb;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 11px;
}

#header .navi ul li a span{
	padding-right: 10px;
}

#header .navi ul li a.active, #header .navi ul li a:hover.active {
	color: #b1120e;
	background: #f1f0eb url(../images/navi/navibtn_left.gif) left top no-repeat;
}

#header .navi ul li a.active span, #header .navi ul li a:hover.active span{
	background: #f1f0eb url(../images/navi/navibtn_right.gif) right top no-repeat;
}

#header .navi ul li a:hover {
	background: #9c0604 url(../images/navi/navibtn_hover_left.gif) left top no-repeat;
}

#header .navi ul li a:hover span{
	background: #9c0604 url(../images/navi/navibtn_hover_right.gif) right top no-repeat;
}

#header .navi ul li a, #header .navi ul li a span{
	display: block;
	float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#header .navi ul li a, #header .navi ul li a span {
	float: none
}
/* End IE5-Mac hack */

#header .mp3_launch {
	position: absolute;
	top: 51px;
	right: 50px;
	width: 195px;
	height: 142px;
	background: url('../images/layout/mp3_launch.jpg');
}

#header .mp3_launch a{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 195px;
	height: 142px;
}
/*HEADER end */

/* GENERAL TEXTS start */
a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 13px;
	color: #b7120e;
	margin-top: 5px;
	margin-bottom: 0;
}

h1.headline {
	margin-bottom: 1em;
}

h1 a{
	color: #b7120e;
	text-decoration: none;
}

h2 {
	padding: 6px 12px; 
	font-family: "Trebuchet MS", arial, sans;
	font-size: 14px;
	font-weight: bold;
	background-color: #3c8d98;
	color: #f8f6f1;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: table-cell;
	text-decoration: none;
}

h2.left {
	float: left;
	clear: left;
}

p {
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

p.teaser {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

p.s_date {
	font-size: 11px;
	color: #666;
	margin: 0;
}

p.s_readmore{
	float: right;
	clear: right;
	margin: 0;
}

p.s_readmore a{
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}

p.caption{
	font-size: 11px;
	color: #666;
	margin: 0;
}

ul {
	font-size: 12px;
	color: #333;
}

/* GENERAL TEXTS end */

/* CONTENT start */
#content {
	margin-left:210px;
	width:550px;
	min-height:405px;
	height:auto !important;
	height:405px;
	z-index:2;
	background:url(../images/layout/center_col_bg.jpg) no-repeat;
}

#content .main_content_box{
	width: 518px;
	border: 1px solid #d3d2b8;
	background-color: #ebebdb;
	padding: 10px 15px 10px 15px;
	margin-bottom: 30px;
}


#content .main_content_box .main_image{
	width: 518px;
	margin: 0;
	float: left;
}

#content .main_content_box .album_desc{
	margin-bottom: 30px;
	float: left;
}

#content .main_content_box .album_desc .left_side{
	position: relative;
	left: 0;
	float: left;
}

#content .main_content_box .album_desc .right_side{
	position: relative;
	top: 0;
	left: 20px;
	*left: 0;
	width: 320px;
	float: right;
}

#content .divider {
	clear: right;
	height: 10px;
	border-top: 1px solid #d5d4bb;
	margin-top: 10px;
}

#content .clear {
	clear: both;
}


/* CONTENT LEFT COLUMN start */
#left {
	width:210px;
	background:url(../images/layout/left_col_bg.jpg) no-repeat;
	min-height:405px;
	height:auto !important;
	height:405px;
	position:relative;
	float:left;
	z-index:2;
}


#left .left_content_box{
	clear: left;
	width: 121px;
	border: 1px solid #d3d2b8;
	background-color: #ebebdb;
	padding: 10px 12px;
	margin: 0 0 30px 52px;
	text-align: center;
}

#left .left_content_box img{
	margin-top: 10px;
	margin-bottom: 10px;
}

#left .divider_left {
	height: 10px;
	width: 121px;
	border-bottom: 1px solid #d5d4bb;
	margin-bottom: 10px;
}
/*CONTENT LEFT COLUMN end */

/*CONTENT RIGHT COLUMN start */
#right {
	width:200px;
	background:url(../images/layout/right_col_bg.jpg) no-repeat;
	min-height:405px;
	height:auto !important;
	height:405px;
	position:absolute;
	top:273px;
	left:760px;
	float:right;
	z-index:2;
}

#right .banner {
	width: 200px;
	margin-left: 20px;
	position: relative;
	top: 200px;
}
/*CONTENT RIGHT COLUMN end */
/* CONTENT end */


/* FOOTER start */
#footer {
	background:url(../images/layout/footer_bg.jpg) no-repeat;
	clear:both;
	position:relative;
	z-index:2;
	height:80px;
	width: 960px;
	padding-top: 1px;
}

#footer p.center {
	line-height: 1em;
	color: #FFF;
	width: 960px;
	text-align: center;
}		

/* FOOTER end */

/* VANHAT */

strong {
	font-weight: bold;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../lightbox2/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox2/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
