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

/*
	GT RESET PORTION OF THE CSS
*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Helvetia, Arial, sans-serif;
	vertical-align: baseline;
	background: transparent;
	text-align:center;
	-webkit-text-size-adjust: none;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	min-width: 320px;
	height: 100%;
	background-color: #18180E;
	font-size: 62.5%;
	
}

font, b, u, strong, em {
	text-align: left !important;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}	

.clear {
	clear: both;
}

/* 
	SITE SPECIFIC CSS
*/

.bg {
	
}

#logo {
	padding: 5px 0;
	background-color: #FFFDDF;
}

ul#homenav {
	width: 100%;
	margin:0px;
	padding:0px;
	display:block;
	vertical-align:top
	
}

	ul#homenav li {
		display: block;
		width: 100%;
		height: 28px;
		color: #FFFDDF;
		line-height: 28px;
		height:28px;
		font-size: 1.6em;
		background: #18180E url(../images/home/navbg.gif) repeat-x scroll center top;
		background-color: #18180E;
		margin: 0;
		padding: 0;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		border-spacing:0px;
	}
	
	ul#homenav li.first {
		
	}
	
		ul#homenav li a, ul#homenav li.first a {
			display:block;
			background-color:transparent;
		}
	
		ul#homenav a:link, ul#homenav a:visited  {
			color: #FFFDDF;
			text-decoration: none;
			
		}

#nav {
	display: block;
	background: url(../images/navbg.gif) 0 0 repeat-x;
	color: #FFFDDF;
	font-size: 1.10em !important;
	line-height:1.10em;
	height: 1.4em;
	letter-spacing: .05em;
	padding: 4px 0px;
}

	#nav a:link, #nav a:visited, #nav a:active {
		color: #FFFDDF;
		text-decoration: none;
		margin: 0 1px;	
	}
	
	#nav a.active {
		color: #666666;
		background-color: #FFFFFF;
		padding: 8px 4px;
		margin: 0;
	}

#content {
	text-align: left;
	/* padding: 20px 15px 10px;	 */	
	font-size: 1.7em !important;
	height:auto !important;
	min-height:250px;
	color:#fffddf;
	
}

	#content .contentBlock {
		display:block;
		background:url(../images/menu/grad_bk.jpg) repeat-x top left;
		padding:10px;
	}
	
		#content .contentBlock .contentBlockContent {
			max-width: 320px;
			margin:0 auto;
		}

	#content p {
		/* max-width: 600px; */
		display: block;		
		text-align: left !important;
		margin: 0 auto 15px;
		line-height: 1.2em;
		font-size: 0.8em;
	}
		
		#content .med {
			font-size: .9em !Important;
		}
	
		#content .sm {
			font-size: .7em !important;
		}
	
		#content li {
			text-align: left !important;
			padding-left: 20px;
			line-height: 1.2em;
		}
		
		#content .team{
		line-height:1.6em;
	}	
	
	#content h1 {
		text-align: left !important;
		display: block;
		/* max-width: 600px; */
		margin: 0 auto 8px;
		font-size: 1.6em;
		font-weight: bold;
		text-align: left;
		color: #9e0c38;		
	}
	
	#content h2 {
		text-align: left !important;
		display: block;
		/* max-width: 600px; */
		margin: 0 auto 8px;
		font-size: 1.0em;
		font-weight: bold;
		text-align: left;
		color: #722a2b;		
	}
	
		#content h2 + p {
			/* padding-left: 20px; */
		}
	
	#content h3 {
		text-align: left !important;
		display: block;
		/* max-width: 600px; */
		margin: 0 auto 8px;
		font-size: .9em;
		font-weight: bold;
		text-align: left;
		color: #FFFDDF;		
	}	
	
	#content a:link, #content a:visited {
		font-size: inherit;
		color: #F0EAC8;
		line-height:1.6em;
		text-decoration: underline;
		text-align: left !important;
	}
	
#footer {
	display: block;
	color: #000000;
	font-size: 13px;
	height: 18px;
	letter-spacing: .1em;
	border-top: 1px solid #000000;	
	padding: 1px 0;
	background: url(../images/footerbg.gif) 0 0 repeat-x;
}

	#footer a:link, #footer a:visited {
		color: #f0eac8;
		text-decoration: none;
		/* margin: 0 5px; */
		margin:0;
	}
	
/****** 

	MENU PAGE

*****/

.icon {
	margin: 0 6px;
}

table.menu {
	margin: 0 auto;
	font-size: 1em;
	width: 100%;
}

table.menu td {
	text-align: left !important;
	/* max-width: 600px; */
}

table.menu tr td {
	padding: 3px 3px 15px 10px;
	word-break: keep-all;
}

table.menu tr.item {
	padding: 20px 0;
}

table.menu tr.item td {
	font-size: 1.1em !important;
	font-weight: bold;
	background-color: #cccccc;
	padding: 3px 5px !important;
	margin: 2px 0;
}

table.menu tr.item td + td {
	text-align: right !important;
}

table.menu ul li {
	text-align: left;
}

span.hidden {
	text-indent: 2000px;
	visibility: hidden;
}

/*****
	
	Fan Page
	
*****/

.fanimg {
	text-align: center;
	margin-bottom: 5px;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.prev, .next {
	background-color: #609f51;
	padding: 2px 6px;
	letter-spacing: .1em;
	line-height: 1.5em;
	font-size: .9em !important;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #808285;
}

	a:link.prev, a:visited.prev, a:link.next, a:visited.next {
		color: #FFF !important;
	}


/*****
	
	Cam Page
	
*****/

.camimage {
	display: block;
	max-width: 99% !important;
}

.weatherimg {
	display: block;
	float: left;
	margin-right: 10px;
}

.refresh {
	background-color: #609f51;
	padding: 4px 6px;
	letter-spacing: .1em;
	line-height: 3em;
	font-size: .9em !important;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #808285;
}

	a:link.refresh, a:visited.refresh {
		color: #FFF !important;
	}
	
/*****

	SEND PAGE

*****/

input {
	margin-bottom: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #000000;
	width: 200px;
	text-align: left !important;
}

label {
	font-size: .8em;
	text-align: left !important;
}

#submit {
	background-color: #722A2B;
	padding: 4px 6px;
	letter-spacing: .1em;
	line-height: 1.3em;
	font-size: .8em !important;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #808285;
	width: auto !important;
	color: #FFF;
}
