@charset "utf-8";

#txtSiteTitle {
	text-transform: uppercase;
	font-family: "Orbitron", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-weight: 400;
	color: #000;
}

#tagline {
	font-family: "Orbitron", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#mainNavigation {
	font-size: 16px;
	font-family: "Limelight", Century Gothic, Optima, sans-serif;
	letter-spacing: 3px;
}
#mainNavigation a {
	color: #00c;
	text-decoration: none;
}

#mainNavigation a:hover {
	color: #008;
}

#mainNavigation abbr {
	border: 0;
	text-shadow: #000;
}


/* Media queries for devices under 1000px */
@media screen and (max-width: 999px) {
header {
	position: relative;
}

#headerLogo {
	display: inline-block;
	text-align: center;
	padding: 5px;
}

#txtSiteTitle {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

#headerLogo img {
	width: 93px;
	height: 44px;
}


header hr {
	width: 100%;
	height: 5px;
	border: 0;
	background: #000;
}

#mainNavigation ul, #mainNavigation li {
	display: block;
	text-align: left;
	margin: 0;
}

#mainNavigation li {
	border-bottom: solid #000 1px;
}

#mainNavigation a {
	display: block;
	width: 100%; height: 50px;
	line-height: 50px;
	margin: 0;
	padding-left: 1em;
}

#navWrapper {
	width: 100%;
	position: relative;
}

label.menuToggle {
	position: absolute;
	width: 48px; height: 48px;
	line-height: 48px;
	font-size: 45px;
	font-weight: bold;
	font-weight: 400;
	text-align: center;
	background: #000;
	color: #00c;
	top: 5px; right: 5px;
}

input.menuToggle { 
	display: none; 
}

input.menuToggle:checked + nav { 
	display: none; 
}

#tagline {
	text-align: center;
	font-size: small;
}

#sectSidebar {
	display: none;
}
}
/* styles for devices over 1000px */
@media screen and (min-width: 1000px) {
#wrapper {
	position: static;
}

header {
	height: 100px;
	max-width: 1000px;
	position: relative;
	margin: 5px auto 20px auto;
	padding: 0;
}
#headerLogo {
	position: absolute;
	top: 6px;
	left: 30px;
}
#txtSiteTitle {
	position: absolute;
	top: 0px;
	right: 45px;
	letter-spacing: 7px;
	font-size: 40px;
}

header hr {
	width: 520px;
	position: absolute;
	top: 60px;
	left: 220px;
	height: 0px;
	background: #fff;
	border: 0;
	border-bottom: 3px dotted #000;
}
#mainNavigation {
	position: absolute;
	width: 690px;
	text-align: right;
	top: 75px;
	right: 50px;
	line-height: 15px;
}

#mainNavigation ul {
	display: block;
}

#mainNavigation li {
	display:inline-block;
	margin-left: 0;
}

#mainNavigation a:after {
	 content: " • ";
}

#mainNavigation a.lastLink:after {
	content: "";
}

#tagline {
	position: absolute;
	top: 53px;
	right: 50px;
	font-size: 12px;
}

.menuToggle { display: none; }
}


/* Hide Header text for displays under 420px */
@media screen and (max-width: 495px) {
 #txtSiteTitle {
	 display: none;
 }
}