@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2{
	font-family:'LeagueGothicRegular', Arial, sans-serif;
	font-size:28px;
	margin:0 0 20px 0;
	padding-bottom:5px;
	border-bottom:1px #999 solid;
	font-weight:normal;
}

h3, h4{
	font-weight:bold;
}


h4{
	font-size:13px;
	margin-bottom:5px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:#fcfcfc;
	color:#333;
}

.article-left a{
	color:#E20A16;
	border-bottom:dotted 1px #E20A16;
	text-decoration:none;
}

.article-left a:hover{
	color:#E20A16;
	border-bottom:none;
	text-decoration:none;
}

.article-left .gallery a{
	border:none;
}

.article-left ul{
	list-style:outside;
	margin-left:45px;
}

ol{
	list-style:outside decimal;
	font-size:13px;
	margin-left:45px;
}

#nav{
	height:40px;
	background:url(images/black.png);
	border-bottom:#333 5px solid;
}

#nav a{
	color:#fff;
	text-decoration:none;
}
#nav a:hover{
	color:#E20A16;
}

#nav ul{
	width:960px;
	margin:0 auto;
}

#nav li{
	float:left;
	margin-right:8px;
	font-size:14px;
	margin-top:15px;
	text-shadow:0px -1px -1px #111;
	font-weight:bold;
	color:#fcfcfc;
	padding-bottom:8px;
}

#slideshowcont{
	height:358px;
	background:url(images/grunge.png) repeat;
	border-top:#555 5px solid;
	border-bottom:#555 1px solid;
}

#slideshow{
	position:relative;
	margin:0 auto;
	width:960px;
	height:400px;
	background:url(images/mockup.jpg);
	border:1px #333 solid;
	top:80px;
}

li#logo{
	position:relative;
	margin-right:-60px;
	left:-60px;
	bottom:60px;
	height:91px;
	padding-bottom:0;
	z-index:100;
}

h1{
	width:600px;
}

h2{
	width:300px;
}

#content-container{
	margin:100px auto 0;
	padding-top:0px;
	color:#333;
	width:960px;
}

#content{
	margin:0 auto;
	line-height:1.5;
	z-index:500;
}

#content img{
	border:1px #333 solid;
	margin:0 0 20px 0;
}

.section{
	width:600px;
	float:left;
}

.article-left{
	background:url(images/break.png) bottom no-repeat;
	padding-bottom:30px;
	margin-bottom:35px;
}

.section-right{
	width:300px;
	float:right;
	margin-bottom:20px;
}

p{
	margin:0 0 20px 0;
	font-size:13px;
}

.grey{
	color:#ccc;
}

#float-fix{
	clear:both;
}

#current{
	border-bottom:3px #E20A16 solid;
}

#current a{
	color:#E20A16;
}

#footer{
	background:url(images/black.png);
	height:300px;
	border-top:6px #666 solid;
	bottom:0px;
	position:relative;
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1);
}

#footer-container h3{
	border:hidden;
	color:#ffffff;
	margin:20px 0 15px 0;
	font-family:'LeagueGothicRegular', Arial, sans-serif;
	font-weight:normal;
	font-size:28px;
	font-weight:normal;
}

#footer-container{
	width:960px;
	margin:0 auto;
	height:200px;
}

#footer-container div{
	width:320px;
	float:left;
	height:100px;
}

#footer-container ul{
	list-style:outside;
}

input, textarea {
	width: 200px;
	font-family: Helvetica, sans-serif;
	border: 1px solid #666;
	background-color:#333;
	float:right;
	margin-bottom:10px;
	color:#CCC;
	
}

textarea {
	height: 90px;
	background-color:#333;
}

input.submit-button {
	width: 100px;
	clear:both;
	cursor:pointer;
}

input.submit-button:hover {
	width: 100px;
	clear:both;
	cursor:pointer;
	background-color:#666;
}

label {
	float:left;
	text-align: right;
	margin-right: 15px;
	margin-bottom:10px;
	color:#E20A16;
	width:50px;
	font-size:12px;
}

#content .gallery img{
	margin:14px 14px 0 0;
}

.gallery{
	position:relative;
	bottom:20px;
}

#events img{
	float:left;
	border:none;
	margin-right:15px;
	margin-bottom:70px;
}

#footer-container a{
	text-decoration:none;
	border-bottom:1px dotted #E20A16;
	color:#E20A16;
}

#footer-container a:hover{
	border:none;
}

#footer-container li{
	color:#E20A16;
	margin-bottom:10px;
	list-style:inside;
	}
