/* screen styles */
html {
	background-color: #AE944E;
	background-image: url(../images/bg-hash.gif);
	background-repeat: repeat;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

body {
	position: relative;
	background-color: #ffe;
	width: 800px;
	margin: auto;
	font: 100% normal Arial, Helvetica, sans-serif;
	color: #00542F;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.red {
	color: red;
	font-weight: bold;
}

/* link styles */

ul li a, p a {
	color: #0000FF;
}
	
ul li a:hover, p a:hover {
	color: #ffe;
	text-decoration: none;
	background-color: #00542f;
}

/* header styles */

#head-nav {
	background-image: url(../images/header2.jpg);
	background-color: #00542F;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-radius-topleft: 15px;
	-webkit-border-radius-topright: 15px;
}

#header h1 {
	font: 180% bold Arial, Helvetica, sans-serif;
	height: 230px;
	text-align: right;
	color: #778B56;
	margin-right: 0.5em;
	margin-top: 0;
}

/* nav styles */

#nav {
	border-bottom: 2px solid #00542f;
	text-align: center;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #ffe;
	text-decoration: none;
	background-color: #00542f;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

#nav li a:link, #nav li a:visited {
	padding: 0px 4px;
	border-top: 2px solid #00542f;
	border-left: 2px solid #00542f;
	border-right: 2px solid #00542f;
}

#nav li .current {
	color: #00542f;
	border-bottom: 3px solid #ffe;
	background-color: #ffe;
}

#nav li a.live:hover {
	color: #00542f;
	background-color: #778B56;
	border-top: 2px solid #00542f;
	border-left: 2px solid #00542f;
	border-right: 2px solid #00542f;
}


/* Page Styles */

#page_content {
	float: right;
	margin-right: 0.5em;
	width: 80%;
	padding-bottom: 0.5em;
}

/* Thumbs Block styles */

#thumbs {
	float: left;
	margin-left: 0.5em;
	margin-top: 0.5em;
}

/* footer styles */

#footer {
	text-align: right;
	background-color: #00542F;
	font: 75% normal Arial, Helvetica, sans-serif;
	border-top: 2px solid #00542F;
	clear: both;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomright: 15px;
}

#footer img {
	border: none;
	padding-bottom: 0.5em;
}

#footer .right {
	margin-right: 15px;
}

#footer p, #footer p a {
	margin-right: 1em;
	color: #778B56;
}

/* table styles */

table {
	border: 1px #00542f solid;
	border-collapse: collapse;
}

td, th {
	padding: 0.2em;
}

.head {
	background-color: #CCC;
}

.row {
	background-color: #fff;
}

/* image styles */

.img-right {
	float: right;
}

.img-left {
	float: left;
}

/* Form Styles */

form {
 border: 2px solid #00542f;
 background: #778B56;
 padding: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

fieldset {
	border: 2px solid #00542f;
	background: #ffe;
	margin: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

fieldset:hover {
	background: #FFF;
	}

legend {
	background: #FFF;
	color: #00542f;
	font: 120% bold Arial, Helvetica, sans-serif;
	border: #00542f solid 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

label, input, textarea, select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 0.5em;
}

label {
	font: 100% normal Arial, Helvetica, sans-serif;
	text-align: right;
	width: 200px;
	padding-right: 20px;
}

input.checkbox {
	display: block;
	width: 50px;
	float: left;
	margin-bottom: 0.5em;
}

input.button {
	font: 100% normal Arial, Helvetica, sans-serif;
	display: block;
	width: 150px;
	float: left;
}

br {
	clear: left;
}