/* Main Styles */

html {
	font-size: 100%;
}
body {}
	

/* Typography Elements */

@font-face {
	font-family: VT323;
	src: url(fonts/VT323-Regular.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Crimson;
	src: url(fonts/CrimsonText-Roman.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Crimson;
	src: url(fonts/CrimsonText-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: Crimson;
	src: url(fonts/CrimsonText-Italic.ttf);
	font-style: italic;
}

p {
	font-family: Crimson;
	font-size: 1em;
	line-height: 1.5em;
}

.left-border {
	padding-left: 22px;
	margin-left: 18px;
	border-left: 5px solid #e8e8f3;
	margin-bottom: 1.5em;
}

p.sched_date {
	border-left: none;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.5em;
}

p.sched_time {
	border-left: none;
	text-align: right;
	font-style: italic;
}
h1 {
	padding-top: 50px;
	font-family: VT323;
	font-size: 4.5em;
	line-height: 1.5em;
}
h2 {
	font-family: Crimson;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid black;
}

ul {}
ul li {}
blockquote {}

span {}

em {
	font-family: Crimson;
	font-weight: normal;
	font-style: italic;
}
strong {
	font-family: Crimson;
	font-weight: bold;
	font-style: normal;
}

details {}
summary {}

figcaption {}



/* Links */
a:link, a:visited {
	font-family: VT323;
	text-transform: uppercase;
	background-color: yellow;
	text-decoration: none;
	color: black;
	padding: 3px;
}
a:hover {
	text-decoration: underline;	
}
a:active {
	text-decoration: none;
}

a.btn, a.btn:visited {
	display: block;
	padding: 0px;
	width: 139px;
	height: 54px;
	text-indent: -9999px;
	background-image: url(../images/cta.png);
	background-position: 0px 0px;
}
a.btn:hover{
	background-position: -139px 0px;
}


nav ul li a:link, nav ul li a:visited {
	font-family: VT323;
	font-size: 2.25em;
	line-height: 1.5em;
	height: 72px;
	width: 190px;
	padding: 0px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/nav_bg_blue.png);
	color: black;
}
nav ul li a:hover {
	background: url(../images/nav_bg_gray.png);
}
nav ul li a:active, nav ul li a.active {
	background: url(../images/nav_bg_yellow.png);
}

footer .btt {
	margin-top: 10px;
	text-align: right;
}


/* Layout Elements */

header {
	display: block;
	background-color: #9dd6d6;
}
.header {
	background: url(../images/logo_clouds.png);
	background-repeat: no-repeat;
}

.event {
	padding-top: 75px;
	padding-bottom: 10px;
}
.nav_date {
	padding-top: 90px;
	font-family: VT323;
	font-size: 1.5em;
	line-height: 1em;
}
.nav_time {
	font-family: VT323;
	font-size: 1.125em;
	line-height: 1em;
}

header h1 {
	padding: 0px;
	font-family: VT323;
	font-size: 3em;
	line-height: 1em;
}
header h2 {
	font-family: VT323;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	border-bottom: none;
}
nav {}
nav ul {
	display: block;
	width: 100%;
	background: url(../images/nav_bg_blue.png);
	text-align: center;
}
nav ul li {
	display: inline-block;
}
section {}

form input.full-width, form textarea {
	width: 100%;
	margin-top: 10px;
}
form textarea {
	height: 100px;
}
form input.submit {
	float: right;
}

article {}
aside {}
footer {
	height: 350px;
	border-top: 18px solid #00bf00;
	background-color: #c89758;
}
div {}

/* Images */
figure {}
img.icon {
	padding-top: 5px;
	padding-left: 10px;
	float: right;
}

