/*
-----------------------------------------------
COLORS
	Gray: #636466
	Yellow: #FFF200
	Blue: #569FD2
----------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Lato:400,300&subset=latin,latin-ext);

body {
	background: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-style: normal;
	font-weight: 300;
	color:#58595b; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	line-height: 1.5em;
	font-size: 12px;
	
	background: url(../img/backgrounds/chalkboard.jpg)no-repeat center center fixed;
	 -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
	background-size: cover;
	
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	line-height: 1.5em;
	font-weight:200;
	color:#FFFFFF;
	text-align:center;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	line-height: 2em;
	font-weight:200;
	color: #FFF;
	text-align:center;
}

a:link 		{text-decoration: none; color: #195190; font-weight:200 }
a:visited 	{text-decoration: none; color: #195190;}
a:hover 	{text-decoration: underline;color: #FF6D70;}
a:active 	{text-decoration: underline; color: #FF6D70;}

.front {
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF200;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF200;
}

#footer a:link {
	text-decoration:none;
	color:#FFF200;
}

#footer a:visited {
	text-decoration:none;
	color:#FFF200;
}

#footer a:hover {
	text-decoration:none;
	color:#ff0000;
}

/*
-----------------------------------------------
UPCOMING EVENTS
----------------------------------------------- */	

#navigation {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFF200;
	text-align:center;
}

#navigation a:link {text-decoration:none; color:#FFF200;}
#navigation a:visited {text-decoration:none; color:#FFF200;}
#navigation a:hover {text-decoration:none; color: #569FD2;}
#navigation a:active {text-decoration: underline; color: #569FD2;}


.button {
    background-color: #FFFFFF;
	border: 1px solid #005dac;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	
}
.button:hover {color: #FFFFFF; background-color: #195190; text-decoration: none; outline: none;}
.button:focus {color:#195190; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:active: {color:#195190; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:link {color:#195190; background-color: #FFFFFF; text-decoration: none; outline: none;}