/* main.css */

table {clear: none;}
html {
	background: #036;
	padding: 0;
	margin: 0;
}

body {
	background: #FFF url("images/sitewatermark.jpg") bottom right no-repeat;
	margin: 0 0 1em 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 85%;
}

h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 9pt;}
h5 {font-size: 8pt;}
h6 {font-size: 11pt; font-weight: bold;}

/************** TITLEBAR ***/
#titlebar {
	background: #5BD url("images/mainlogo2.jpg") top left no-repeat;
	height: 100px;
}
#titlebar h1 {
	text-indent: -2000px;
	padding: 0; margin: 0;
}
#titlebar h1 a {
	display: block;
	width: 500px;
	height: 90px;
	padding: 0; margin: 0;
	font-family: times, serif;
}
#titlebar h2 {
	display: none;
}

/************** MAINMENU ***/
#mainmenu {
	background: #036 url("images/menuback.png") left center repeat-x;
	height: 30px;
	padding: 1px;
	margin: 0;
}
#mainmenu ul {
	margin: 8px 0 0 0;
	padding: 0;
	text-align: left;
}
#mainmenu li {
	display: inline;
	padding: 0 12px;
	border-left: 1px solid white;
}
#mainmenu li.menu1 {
	border: none;
}
#mainmenu li.currentpage a {
	color: #F0E68C;
}
#mainmenu a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white; 
}
#mainmenu a:hover {
	color: #7FFFD4;
}

/***** SUBMENU *****/
#submenu {
	background: #993;
	height: 20px;
	padding: 1px;
	margin: 0;
}
#submenu ul {
	margin: 3px 0 0 0;
	padding: 0;
	text-align: left;
}
#submenu li {
	display: inline;
	padding: 0 12px;
}
#submenu li a {
  color: white; 
  text-decoration: none
}

/************** MAIN ***/

#main {
	padding: 1em;
	margin: 0;
	min-height: 400px; /*IE ignores*/
}
#main p {
	text-align: justify;
}
#main a, a:link, a:visited {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

#main li a {
	color: black;
}

#latest {
	width: 75%;
	margin: 10px 0; 
	border: 3px double #666; 
	padding: 0 5px 5px 5px;
}
#latest h3 {background: lightblue; padding: 3px;}

/************** MISSION ***/
#mission {
	background: transparent url("images/mission.jpg") center center no-repeat;
	font-style: italic;
	font-family: times, serif;
	padding: 5px;
	margin: 10px auto 0 auto;
	width: 650px;
	border-top: 3px double silver;
	border-bottom: 3px double silver;
	text-align: justify;
}
#mission h3 {
	margin: 10px 100px;
}

/************** SIDEBAR ***/
#sidebar {
	width: 160px;
	float: right;
	padding: 5px;
	margin: 10px 5px 10px 20px;
	border: 2px solid #EC6;
	background: #EDA;
}
#sidebar p {
	padding: 0;
}
#sidebar p, ul {
	font-size: 12px;
	text-align: left;
}
#sidebar h4 {
	padding: 0;
}


/************** ANNOUNCE ***/

div.announce {
	background: #8AC;
	border: 1px solid #79B;
	padding: 3px;
	margin: 40px 0 40px 30px;
	width: 550px;
}
div.announce h3 {
	margin: 0;
	padding: 2px 2px 2px 30px;
	border: 1px solid #468;
	background: white url('images/star.png') 5px 50% no-repeat; /** instead of percentage, formerly both 5px **/
	text-align: center;
}
div.announce a {
	text-decoration: none;
	font-weight: bold;
}

/************** BREAKING ***/

div.breaking {
	background: #a00; 
	border: 1px solid #000;
	padding: 3px;
	margin: 40px 0 40px 30px;
	width: 550px;
}
div.breaking h3 {
	margin: 0;
	padding: 2px 2px 2px 30px;
	border: 1px solid #468;
	background: white url('images/star.png') 5px 50% no-repeat; /** instead of percentage, formerly both 5px **/
	text-align: center;
}
div.breaking a {
	text-decoration: none;
	font-weight: bold;
}

/************** CREDITS ***/
#credits {
	background: #036;
	clear: both;
	text-align: right;
	padding: 0 10px 0 0;
}
#credits h6, #credits a {
	color: white;
	font-size: 10px;
	padding: 5px 0 0 0;
}

/******* CONTACT ****************/

#feedback {
	width: 500px;
	margin: 0 0 2em 0;
	padding: 0;
}
span.name {
	position: relative;
	top:0; left:16px;
}
span.email {
	position: relative;
	top:0; left:18px;
}
span.subject {
	position: relative;
	top:0; left:5px;
}

/************** CLASSES ***/
.links {
	font-size: 14px;
	margin-left: -1em;
}

.archive {
	position: absolute;
	top: 140px; right: 15px;
}

.warning {color: red;}

div.largepic {
	text-align: center;
	padding: 10px 5px;
}
.caption {
	text-align: center !important;
	background: #BDB;
	padding: 5px 0;
	width: 80%;
	margin: 5px auto;
}
.bordered {
	border: 1px solid black;
}

.runnerno {font-weight: bold;}

/* for when the page just isn't long enough */
span.shortpage {
	display: block;
	height: 250px;
}
span.midpage {
	display: block;
	height: 100px;
}
