/*Main CSS Stylesheet*/

/*####################
##Start of CSS reset##
####################*/

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,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
####################
##End of CSS reset##	
####################
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #000;
	text-align: center;
	line-height: 1.8em;
	color: #278091;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	/*background-size: 100%;*/
	}
h1 {
	font-size: 2.5em;
	padding: 0.25em 0.25em 0.25em 0em;
	}
h2 {
	font-size: 2em;
	padding: 0.25em 0.25em 0.25em 0em;
	}
h3 {
	font-size: 1.5em;
	padding: 0.25em 0.25em 0.25em 0em;
	}
em {
	font-style: italic;
	}
ul {
	list-style-type: disc;	
	}
/*Main content section*/
	
#wrapper {
	width: 1012px;
	margin: 0px auto 15px auto;
	padding: 0px;
	text-align: left;
	border: solid 1px #dadada;
	border-top: solid 0px #dadada;
	background-color: #303030;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/*-moz-box-shadow: 5px 5px 5px #000;*/
	}
	
/*Header section*/
	
#header {
	width: 100%;
	height: 100%;
	padding-bottom: 1px;
	}
	
/*Content Section*/
	
#content {
	width: auto;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin: 0px auto 0px auto;
	}
	
#banner {
	margin: 0px auto 0px auto;
	width: 500px;
	height: 150px;
	}
a {
	color: #FFF;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	text-decoration: underline;
	}
form {
	padding-left: 10px;
	position: relative;
	}
#button {
	border: 1px outset #fff;
	margin: 5px 5px 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.fields {
	border: 1px solid #278091;
	background: #000;
	color: #278091;
	line-height: 1em;
	}
textarea {
	border: 1px solid #278091;
	background: #000;
	color: #278091;
	}
table, td {
	border: solid #FFF 0.5px;
	border-spacing: 0;
	border-collapse: separate;
	}
td {
	padding-left: 5px;
	padding-right: 5px;
	}
p {
	margin-bottom: 1em;
	}
#news {
	width: 100%;
	height: 100%;
	border-top: 2px solid #278091;
	border-bottom: 2px solid #278091;
	padding-left: 5px;
	padding-right: 5px;
	}
hr {
	color: #278091;
	}
#right li {
	list-style-type: disc;
	}
	
/* CSS for editor buttons on newspost.php */

#editor a {
	background-color: #eee;
	border: 1px solid #eee;
	}
#editor a:hover {
	border: 1px outset #ddd;	
	}