/*--------------------------------------entrypage------------------------*/

a, a:active, a:visited{
	text-decoration:none;
	color:#000;
	opacity:0.9;
}

a:hover{
	opacity:0.6;
}

.lbtitle{
	position:relative;
	height:274px;
	width:1200px;
	margin:0px auto;
	background-color: rgba(0,0,0,0.0);
}


#lbentrycontainer{
	position:relative;
	height:450px;
	width:80%;
	max-width:1500px;
	min-width:1240px;
	margin:4% auto;
	background-color: rgba(0,0,0,0.0);
}

#lbentry1{
	position:relative;
	width:600px;
	float:left;
	background-color: rgba(0,0,0,0.0);	
}


#lbentry2{
	position:relative;
	width:600px;
	float:right;
	background-color: rgba(0,0,0,0.0);	
}



.lbentryheading{
	position:relative;
	font-family:courier new, courier, monospace;
	font-weight:normal;
	font-size:40px;
	margin:10px;
}



/*--------------------------------------neopolitans------------------------*/


.titlewrap{
	position:relative;
	height:50px;
	width:800px;
	margin:10px auto;
	background-color: rgba(0,0,0,0.0);	
}

#neopheading{
	font-family:courier new, courier, monospace;
	font-weight:normal;
	font-size:40px;
}

.lbimgscontainer{
	position:relative;
	background-color: rgba(0,0,0,0.0);	
	height:100%;
	width:920px;
	margin:20px auto;

}

.neopimg{
	margin:20px auto 0 auto;
	opacity:1.0;
}

.neopimg:hover{
	opacity:0.87;
}


.lbloop{
	font-family:courier new, courier, monospace;
	font-weight:bold;
	font-size:22px;
	width:200px;
	height:40px;
	right:0;
	background-color: rgba(0,0,0,0.04);	
}



