@import url('css/base.css');
@import url('css/skeleton.css');
@import url('css/layout.css');
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

body {
	font: 18px/24px 'Oswald', sans-serif;
	color: #FFF;
	font-weight: 300;
}

body, .bgstretcher { background-color: #113 !important; }

a, a:visited {
	color: #FA0;
	text-decoration: none;
}

a:hover { color: #B22; }

img.aligncenter { margin: auto; display: block; }

h1 {
	font-weight: 300;
	color: #FA0;
}

h1.entry-title { margin-bottom: 30px; }

h2 {
	color: #8CD;
}

h3 {
	color: #8CD;
}

h4 {
	margin-bottom: 20px;
}

#content ul li {
	margin-left: 40px;
	list-style-type: disc;
	margin-bottom: 6px;
}

#topbar {
	height: 100px;
	background-color: #FFF;
	margin-bottom: -90px;
}

#header {
	overflow: hidden;
	height: 120px;
}

#logo {
	display: block;
	width: 280px;
	height: 79px;
	background: transparent url(images/logo.png) left top no-repeat;
	text-indent: -9999px;
	float: left;
}

#nav {
	float: right;
	text-shadow: none;
	padding-top: 4px;
}

#nav .menu { overflow: hidden; }

#nav li, #nav li a {
	display: block;
	float: right;
}

#nav li.page-item-5 { display: none; }

#nav li a {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	margin-left: 25px;
}
#nav li.current_page_item a {
	color: #B22;
}

#nav li a span.icon {
	display: block;
	width: 42px;
	height: 34px;
	margin: auto;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(images/nav.png);
}
	#nav li.page-item-10 a span.icon { background-position: 0 0; }
	#nav li.page-item-20 a span.icon { background-position: -42px 0; }
	#nav li.page-item-12 a span.icon { background-position: -84px 0; }
	#nav li.page-item-14 a span.icon { background-position: -126px 0; }
	#nav li.page-item-16 a span.icon { background-position: -168px 0; }
	#nav li.page-item-18 a span.icon { background-position: -210px 0; }
	#nav li.page-item-153 a span.icon { background-position: -252px 0; }
	
	#nav li.page-item-10:hover a span.icon, #nav li.page-item-10.current_page_item a span.icon { background-position: 0 -34px }
	#nav li.page-item-20:hover a span.icon, #nav li.page-item-20.current_page_item a span.icon { background-position: -42px -34px }
	#nav li.page-item-12:hover a span.icon, #nav li.page-item-12.current_page_item a span.icon { background-position: -84px -34px }
	#nav li.page-item-14:hover a span.icon, #nav li.page-item-14.current_page_item a span.icon { background-position: -126px -34px }
	#nav li.page-item-16:hover a span.icon, #nav li.page-item-16.current_page_item a span.icon { background-position: -168px -34px }
	#nav li.page-item-18:hover a span.icon, #nav li.page-item-18.current_page_item a span.icon { background-position: -210px -34px }
	#nav li.page-item-153:hover a span.icon, #nav li.page-item-153.current_page_item a span.icon { background-position: -252px -34px }
	
#content { margin-bottom: 40px; }

body.page-id-5 .entry-title { display: none; }

body.page-id-5 #content {
	padding-top: 40px;
}

/* body.page-id-5 #content {
	padding-top: 40px;
	padding-bottom: 250px;
	background: url(images/home-sponsors.png) left bottom no-repeat;
}

body.page-id-5 .entry-content {
	padding-bottom: 50px;
	border-bottom: 1px solid #FFF;
} */


#gform_1 #field_1_6 ul.gfield_checkbox, #gform_1 #field_1_7 ul.gfield_checkbox {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

#gform_1 #field_1_7 { font-size: 13px; }

#gform_1 #field_1_6 ul.gfield_checkbox input, #gform_1 #field_1_7 ul.gfield_checkbox input {
	position: relative;
	top: 9px;
}

.gform_edit_link { display: none; }

#hm_course_map, #5k_course_map {
	width: 100%;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	#nav li a {
		font-size: 14px;
		line-height: 20px;
		margin-left: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.container img {
		display: block;
		clear: both;
		width: 300px;
		height: auto;
	}
	
	#nav {
		clear: both;
	}
	
	#nav li a{
		width: 100px;
		text-align: center;
		margin: 0;
		height: 60px;
		margin-bottom: 20px;
	}
	
	#logo {
		margin: auto;
		float: none;
		margin-bottom: 15px;
	}
	
	#topbar {
		height: 280px;
		margin-bottom: -270px;
	}
	
	#header { height: 290px; }
	
	body.page-id-5 h1 { font-size: 30px; line-height: 40px; }
	
	body.page-id-5 #content {
		background: none;
		padding: 0;
	}
	
	body.page-id-5 .entry-content {
		padding: 0;
		border: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container img {
		width: 420px;
	}
	
	#nav li a{
		width: 100px;
	}
}

#footer {
	clear: both;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 0;
	height: 60px;
	text-align: center;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 300;
}

html, body, .bgstretcher-area, .bgstretcher-page {height: 100%;}
#wrap {min-height: 100%;}
.container {overflow:auto; padding-bottom: 100px;}  /* must be same height as the footer */
#footer {position: relative; margin-top: -100px; clear:both;}
body:before { content:""; height:100%; float:left; width:0; margin-top:-32767px;/ }