/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #527320 url("../images/bg.jpg") repeat-x 0 0;
	color: #422F20;
	height: 100%;
}

body, tr,
td, input,
select, textarea 	{font:normal small/1.3 Verdana, Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link, a:visited  {color:#527320; text-decoration:none;}
a:hover, a:active 	{color:#000; text-decoration:underline;}
 		

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:large; margin:0 0 12px;}
h2 					{font-size:medium; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
#lightbox {color: #000;}


/* aggregator */

#content-main .aggregator-block img.thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}

#content-main .aggregator-block img.thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}

#content-main .aggregator-block {
	float: left;
	display: block;
	height: auto;
	width: 500px;
}

/* lightbox */

#imageData #bottomNavClose {
	background: url("../images/closelabel.gif") no-repeat;
	height: 22px;
}

/* gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #EEEEEC;
	border: 1px solid #BEC0B3;
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

/* Standard Layout */

#wrapper {
	position: relative;
	background:transparent;
	width: 908px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header {
	/*position: relative;*/
	background: url("../images/header.png") no-repeat 0px 35px;
	padding: 0px;
	width: 908px;
	height: 324px;
}

#header h1 a {
	display: block;
	width: 240px;
	height: 200px;
	text-indent: -9000px;
	background: transparent;
}

#header h2 {
	float: left;
	text-indent: -9000px;
}

#content {
	margin: 0;
	height:auto;
	background: url("../images/content-main-bg.png") repeat-y 0 0;
}

#content-main {
	position: relative;
	width: 520px;
	margin-left: 86px;
	height: 100%;
	min-height: 220px;
	padding: 40px 0px 10px 0;
	z-index: 2;
	
}

#content-side {
	float:right;
	width: 185px;
	min-height: 145px;
	padding: 76px 15px 40px 15px;
	margin-right: 44px;
	background: url("../images/content-side-bg.gif") no-repeat 0 0;
	height:100%;
}

#footer {
	clear:both;
	width: 908px;
	height: 84px;
	background: transparent url("../images/footer-bg.png") no-repeat 0 0;
	text-align: rightr;
}

#footer a.threeam {
	float: right;
	text-indent: -9000px;
	margin-top: 20px;
	width: 300px;
	height: 40px;
}

#website-nav {
	position: absolute;
	top: 6px;
	right: 40px;
	color: #B3ACA6;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#website-nav a {
	color: #B3ACA6;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#website-nav a:hover {
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}



/*-- FORM STYLING --*/

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

input{
	border: 1px solid #0F0F0F;
}

input:hover, textarea:hover {
  	border: 1px solid #F57E3D;
}

input.button {
	width:80px;
	height: 38px;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
	background: #fff;
}

input.button:hover {
  color: #fff;
  background: #0F0F0F;
}

input.noborder {border: none;} 

textarea{
  border: 1px solid #0F0F0F;
  width: 290px;
  height: 120px;
}

.fieldWithErrors input{
	background-color: #FCC;
}


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

td.post_title,
td.post_date {
	padding-top: 10px;
}


