@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,800);

html { background: #1FBEF0 url(images/html-bg.jpg) 0 0 repeat-x; 
	margin: 0; padding: 0; }
body { 
	background: transparent url(images/body-bg2.png) center 30px repeat-y; 
	text-align: center; 
	margin: 0;
	padding: 28px 0 10px 0;
	font: 100%/1.4 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333;
}
a:link { color: #00d; }
a:visited { color: #009; }
a:hover { color: #41830B; }
a img { border: none; }
#wrapper {
	width: 900px;
	margin: 0 auto 1em auto;
	overflow: visible;
	background: #D7D8DA;
	text-align: left;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
	}
#masthead {
	background: #1FBEF0; 
	position: relative;
	height: 181px;
	text-align: right;
	color: #363434; 
	border-bottom: 1px solid #fff;
	margin: 0;
}
#masthead #logo {
	position: absolute;
	top: -17px;
	left: 7px;
}
#masthead h1, #masthead h2, #masthead h3, #countdown {
	margin: 0 401px 0 0;
}
#masthead h1 { 
	padding-top: 28px; 
	margin-bottom: 8px; 
}
#masthead h1 span { display: none; }
#masthead h2, #masthead h3 { font-size: 18px; line-height: 25px; font-weight: bold; }
#masthead h2 { color: #363434; }
#masthead h3 { color: #fff; }
#countdown {
	font-size: 15px;
	line-height: 25px;
	color: #363434;
	}
#slideshow {
	position: absolute;
	top: 0;
	right: 0;
	width: 367px;
	height: 173px;
	border: 4px solid #7AD8F6; 
	background: transparent url(images/slide-boys.jpg) 0 0 no-repeat; 
	}
#nav {
	background: #7FC34E; 
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
	text-align: left;
	}
#nav ul {
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
	}
#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 17px; 
	line-height: 43px;
	font-weight: bold;
	}
#nav a:link, #nav a:visited {
	display: block;
	width: auto;
	height: 43px;
	text-decoration: none; 
	color: #fff;
	padding: 0 10px;
	}
#nav a:hover {
	color: #000;
	}
#main {
	padding: 10px 0 0 0;
	margin: 0;
	border-top: 1px solid #000;
}
#col-a {
	width: 240px;
	float: left;
	margin-left: 10px;
}
#col-b {
	width: 630px;
	float: right;
	margin-right: 10px;
}
.clr { clear: both; }
.section {
	background: #fff;
	border: 1px solid #C8C9CB;
	margin: 0 0 10px 0;
	padding: 18px 20px;
	overflow: hidden;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	}
#col-a .section {
	padding: 10px 12px 14px 12px; 
	}
#reg-button, 
#donate-button {
	width: 90%;
	text-align: center;
	border: 1px solid #464444;
	margin: 10px auto 20px auto;
	padding: 0;
	background: #ededed;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: inset 4px 4px 6px rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 4px 4px 6px rgba(255,255,255,0.9);
	box-shadow: inset 4px 4px 6px rgba(255,255,255,0.9);
	}
#donate-button {	
	display: none;
}
#reg-button { display: block; }
#reg-button a, 
#donate-button a {
	display: block;
	width: auto;
	padding: 10px 8px 10px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 18px;
	background: transparent url(images/gc-tiny.png) 16px center no-repeat;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: inset -4px -4px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset -4px -4px 6px rgba(0,0,0,0.5);
	box-shadow: inset -4px -4px 6px rgba(0,0,0,0.5);
	}
#reg-button a:hover, 
#donate-button a:hover {
	color: #41830B;
	background-color: #fff;
	}
#reg-button-k {
	display: none;
	width: 90%;
	text-align: center;
	border: 1px solid #464444;
	margin: 10px auto 20px auto;
	padding: 0;
	background: #ededed;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: inset 4px 4px 6px rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 4px 4px 6px rgba(255,255,255,0.9);
	box-shadow: inset 4px 4px 6px rgba(255,255,255,0.9);
	}
#reg-button-k a {
	display: block;
	width: auto;
	padding: 10px 18px 10px 44px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	background: transparent url(images/ualc-tiny.png) 10px center no-repeat;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: inset -4px -4px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset -4px -4px 6px rgba(0,0,0,0.5);
	box-shadow: inset -4px -4px 6px rgba(0,0,0,0.5);
	}
#reg-button-k a:hover {
	color: #48C19E;
	background-color: #fff;
}
#news-box {
	margin-bottom: 1.5em; 
}
#news-box h2 {
	color: #7AC043; 
	text-align: center;
	font-weight: bold;
}
#news-box p, #news-box li {
	font-size: .95em;
	line-height: 1.25em;
	margin-top: .8em;
	margin-bottom: 0;
}
#news-box ul {
	padding-left: 15px;
}
#fb-link {
	margin: 1.5em 0;
	}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
	}
h1 { 
	color: #363434; 
	font-size: 1.8em; 
	line-height: 1.2em;
	margin-bottom: .25em;
	}
h2 { 
	color: #0093C2; 
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: .5em;
	}
h3 {
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: .75em;
	}
h4 {
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	}
#bot-nav a {
	padding: 0 4px;
	color: #000;
	text-decoration: none;
	}
#bot-nav a:hover {
	color: #fff;
	}
#credits {
	margin-top: 1.5em;
	font-size: .75em;
	line-height: 1.3em;
	}
.hide { display: none; }
.cen { text-align: center; }
.nbm { margin-bottom: 0; }
.sm { font-size: .9em; line-height: 1.3; }
.fll { float: left; margin: 5px 10px 10px 0; }
.flr { float: right; margin: 5px 0 10px 10px; }
.spons { text-align: center; margin-bottom: 1em; }
.spons img { display: inline; vertical-align: middle; padding: 15px; }
.sponsorname { font-weight: normal; text-align: center; font-size: 1.5em; font-family: Georgia, Times, "Times New Roman", serif; }
hr {
	height: 0px;
	margin: 1.2em 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	outline: none;
}
.top { text-align: right; text-transform: uppercase; clear: both; }

@media screen and (max-width: 768px) {
	body { padding: 0; }
	#wrapper {
		width: auto;
		padding: 10px;
		margin: 0 0 1em;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#masthead {
		height: auto;
		text-align: left;
	}
	#masthead #logo {
		position: static;
		float: left;
		max-width: 35%;
		height: auto;
	}
	#masthead h1, #masthead h2, #masthead h3, #countdown {
		margin-right: 0;
		margin-left: 40%;
	}
	#slideshow {
		position: static;
		margin: .5em auto;
	}
	#col-a {
		width: auto;
		float: none;
		margin-left: 0;
	}
	#col-b {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.fll, .flr {
		max-width: 30%;
		padding: 0 !important;
		height: auto;
	}
	img { 
		max-width: 100%;
		height: auto;
	}
	
}

@media screen and (max-width: 480px) {

	.fll, .flr {
		max-width: 100%;
		float: none;
		display: block;
		margin: 1em auto;
	}
	#nav { text-align: center; }
	table.gallery, table.gallery tbody {
		display: block;
	}
	table.gallery tr {
		display: inline;
		width: auto !important;
		text-align: center;
	}
	table.gallery td {
		display: inline-block;
		width: auto !important;
		padding: 5px;
	}

}

@media screen and (max-width: 390px) {

	#masthead h2, #masthead h3, #countdown {
		margin-left: 0;
		text-align: center;
	}
	#slideshow {
		display: none;
	}
	#masthead { 
		padding-bottom: 1em;
	}
}