/* All the design and code contained here remains the sole property of Timothy Paul Read and is used strictly under license. It may not be copied, re-used or redistributed in any fashion without prior permission. */

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


html, body {
    margin: 0;
    min-height: 100%;
}
	
body {
    position: relative; /* needed for the overlay to extend when you scroll */
    /* general styles */
    /* padding: 30px; */
	/* background-color: #878697; */
    background-color: rgba(32,32,32,1.0);
	text-align: center;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 300;
}

#ctrlbar {
	position: fixed;
	display: block;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	background-color: rgba(48,48,48,1.0);
	z-index: 10;
}
#minilogo {
	position:absolute;
	top: 4px;
	left: 5px;
}

.blackpanel {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 200px;
	background-color: rgba(32,32,32,1.0);
}

#mainpanel {
	
	display: inline-block;
	width: 768px;

}

.nav_menu {
	display: inline-block;
	font-size: 0.9em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 100;
}
.btn_spacer {
	width: 50px;
	color: rgba(64,64,64,1.0);
}
.btn_main {
	color: rgba(64,64,64,1.0);
	width: 110px;
}

.btn_main:hover {
	color: silver;
	cursor: pointer;
}
