/* ==================================================================================================== ]]-- Page Settings -- */

body {
	font: 400 100%/1 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: #1A1A1A;

	
	}

.clear {
	clear: both;
	visibility: hidden;
	}

#page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

#header {
	position: relative;
	}

header > nav {
	margin: 0 auto;
	padding: 0;
	}


/* ==================================================================================================== ]]-- Masthead -- */

.masthead {
	margin: 15px auto 0;
	padding: 0;
	height: 100px;
	max-width: 960px;
	text-align: center;
	background-color: #2C2C2C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #000000;
	-webkit-box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	box-shadow: 3px 3px 6px rgba( 0, 0, 0, 0.5 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	}

.masthead-content {
	margin: 0 auto;
	padding: 0;
	height: 100px;
	max-width: 960px;
	overflow: hidden;
	}

.logo {
	background: transparent url(../images/identityplate.png) no-repeat 50% 50%;
	}

.logo a {
	height: 100px;
	display: block;
	}

.logo a span, .masthead h2 {
	display: none;
	}



.nav-container {
	float: none;
	}


