body { 
	font-size: 12px;
	background: #14285f;
	color: #000000;
}

a {
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2effff;
}

.current {
	color: #2effff;
}

header {
	background: #14285f;
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #000000;
	z-index: 100;
}

#logo{
	margin: 7px;
	float: left;
	width: 200px;
	height: 50px;
	background: url(images/Eric-Hoffer-Book-Award-logo.gif) no-repeat center;
	display: block;
}

nav {
	float: right;
	padding: 20px;	
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #58a0e7 url(images/menu-icon.png) center;
}

a:hover#menu-icon {
	background-color: #99ffff;
	border-radius: 4px 4px 0 0;
}

ul-menu {
	list-style: none;
}

li-menu {
	font: 15px Arial;
	display: inline-block;
	float: left;
	padding: 10px
}

section {
	margin: 40px auto 10px;
	max-width: 1190px;
	position: relative;
	padding: 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.8em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2.2em;
	margin: 2;
	border-bottom: 2px solid #0000FF;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

p {
	line-height: 1.45em;
	margin-bottom: 10px;
}

#content {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 3px solid #0000FF;
}

.subtitle {
	font:20px arial;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:20px;
}

.gold-sponsor {
	font:20px arial;
	color: #aca081;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:20px;
}

.silver-sponsor {
	font:20px arial;
	color: #cdcdcd;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:20px;
}

.bronze-sponsor {
	font:20px arial;
	color: #cd7f32;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:20px;
}

.subtitle-small {
	font:14px Arial;
	line-height:20px;
	color:#CC3300;
	letter-spacing:0.1em;
}

.largeSubtitle {
	font:25px arial;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:20px;
}

.logo {
	margin: 0;
}

.bodyText {
	font:14px Arial;
	line-height:20px;
	color:#FFFFFF;
	letter-spacing:0.1em;
	}

.successText {
	font:16px Palatino;
	line-height:20px;
	color:#FFFFFF;
	letter-spacing:0.1em;
	}
	
.newsText {
	font:12px Arial;
	line-height:20px;
	color:#FFFFFF;
	letter-spacing:0.1em;
	}	

.small {
	padding: 0 0 20px 0;
	font: 12px Arial;	
}


/* Footer */

#footer {
	clear: both;
	padding: 5px 0;
	background: #14285f;
	border-top: 2px solid #000000;
	text-align: center;
	font-size: smaller;
	max-width: 100%;
	margin: 10px auto 10px;
}


/*Query screen size for menu change*/
@media only screen and (max-width : 580px) {
	header {
		position: absolute;
	}

#menu-icon {
		display:inline-block;
	}

	nav ul-menu, nav:active ul-menu { 
		display: none;
		position: absolute;
		padding: 10px;
		background: #ffffff;
		border: 5px solid #58a0e7;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}

	nav li-menu {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul-menu {
		display: block;
	}
}

