/* Home
--------------------------------------------------*/


.home.page #main {
	background-color: #000;
	background-image: url(images/home_main_bg.jpg);
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	zoom: 1;
	min-height: 540px;
	
	overflow: hidden;
}

.home.page #main-content {
	z-index: 10;
	clear: both;
	height: 100%;
	position: relative;
	min-height: 540px;
}

* html .home.page #main,
* html .home.page #main-content {

	height: expression(document.body.clientHeight < 542? "540px" : document.body.clientHeight > 540? "540px" : "auto");
}

.home.page #main-content .post,
.post-edit-link {
	padding:30px 25px;

}	
.home.page #main h2 {
	margin:0 0 0.5em 0;
	font-size: 150%;
	line-height: 1.3;
	font-weight: normal;
	color: #fff;
	word-spacing: 0;
	position: relative;
}


.home.page #main-content p {
	font-size: 81.25%;
	line-height: 1.8;
	margin: 0 0 2em 0;
	position: relative;
}

.post {
	
}

.entry {

	zoom:1;
}

/* Random BG
--------------------------------------------------*/
.rndbg {
	position: absolute;
	top:0;
	left:0;
	width: 725px;
	height: 600px;
	z-index: 0;
	display: none;
}

#rndbg0 {
	z-index: 0;
}

#rndbg1 {
	z-index: 1;
}


/* BNAV
--------------------------------------------------*/

#bnav { /* cliparea*/
	position: absolute;
	width: 725px;
	height: 158px;
	margin: -158px 0 0 0;
	padding: 0;
	left:0;
	top:100%;
	zoom:1;
}


#bnav-bg {
	position: absolute;
	top:0;
	left:0;
	width: 725px;
	height: 158px;
	background-image: url(images/bnav_bg.png);
	z-index:1;
}

#bnav-prev,
#bnav-next {
	position: absolute;
	z-index: 100;
	top: 5px;
	cursor: pointer;
	width: 18px;
	height: 148px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px center;
	z-index:3;
}

#bnav-prev.hover,
#bnav-next.hover {
	border-color:#95081e;
	border-width:2px;
	border-style: solid;
	height: 148px;
	top: 3px;
}

#bnav-prev {
	left:5px;
	background-image: url(images/bnav_prev.png);
}
* html #bnav-prev {
	background-image: url(images/bnav_prev_ie6.gif);
}

#bnav-prev.hover {
	background-position: -18px center;
	border-left:0;
}

#bnav-next {
	right:5px;
	background-image: url(images/bnav_next.png);
	border-right:0;
}
* html #bnav-next {
	background-image: url(images/bnav_next_ie6.gif);
}

#bnav-next.hover {
	background-position: -18px center;
	border-right:0;
}

#bnav-content {
	position: absolute;
 	width:669px;
 	height: 158px;
 	overflow: hidden;
 	margin: 0;
 	padding: 0;
 	top:0;
 	left:28px;
	z-index:2;
}

#bnav-content .page {
	position: absolute;
	width: 669px;
	height: 158px;
}

#bnav-content span { /* thumbarea */
	display: block;
	position: absolute;
	width:223px;
	height:158px;
	top:0;
	margin: 0;
	background-image: url(images/bnav_shadow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

* html #bnav-content span {
	background-image:none;
}

#bnav-content span a {
	display: block;
	width:213px;
	height:148px;
	background-color: #000;
	margin: 5px;
	font-size: 30px;
	line-height: 148px;
	text-align: center;
	text-decoration: none;
	border: 0;
}

#bnav-content span a:hover {
	border: solid 2px #95081e;
	margin: 3px;
}




