/* Navigation W3C*/

@import url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
@import url(http://openfontlibrary.org/face/freeuniversal);

ol,ul {
	list-style: none;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-family: 'freeuniversal', sans-serif;
	margin-bottom: 1em;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}

nav
{
    cursor: auto;
    min-width: 40px;
    max-width: 180px;
    margin: 0;
    padding: 0;
    background: #f14a29;
    opacity: 0.8;
    -moz-opacity: 0.8;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 2.6em;
    bottom: 0px;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    z-index: 1000;
    vertical-align: middle;
}

nav #navmenu {
	display: none;
	font-family: 'Open Sans', sans-serif;
	font-family: 'freeuniversal', sans-serif;

	color: white;
}

nav:hover #navmenu {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-family: 'freeuniversal', sans-serif;

	color: white;
}

nav:hover #navhdr {
	display: none;
	margin: 0px;
	
}

nav h2 {
	font-family: 'Open Sans', sans-serif;
	font-family: 'freeuniversal', sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	line-height: 1.6em;
	margin-top: 50%;
	background: #f14a29;
	vertical-align: middle;
	
}

nav ul {
	color: #ffffff;
	text-align: right;
	background: #f14a29;
	font-size: 18px;
	line-height: 1.6em;
	margin: 10px;
}

nav a {
	color: #ffffff;
	display: block;
	font-style: normal;
	padding-top: 6px;
	text-decoration: none;

}

nav a:hover,nav a:focus {
	color: #000000;
	background: #f14a29;
	padding-top: 6px;
	outline: 0;
}
