/*
	HMA Advertising www.TeamHMA.com
    Stylesheet for http://www.EarthGuard.com//
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a img {
	border: none;
}

body {
	background: #5b7431 url('http://www.earthguard.com/img/body.jpg') no-repeat center top;
	color: #fff;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

hr {
	color: #000;
	height: 1px;
	width: 97%;
}

p,code {
	padding: 15px 15px 15px 15px;
}

ul {
	padding: 5px 5px 10px 5px;
}

li {
	list-style: none;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

h1 {
	font: normal 2em Tahoma,sans-serif;
	color: #fff;
	font-weight: bold; 
}
h2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h3 {
	font: bold 1em Tahoma,sans-serif;
}

h1,h2,h3 {
	padding: 10px 10px 0px 10px;  
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('http://www.earthguard.com/img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 1px solid #fff;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 810px;
}

.outer-container {
	background: url('http://www.earthguard.com/img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('http://www.earthguard.com/img/header_tall.jpg') no-repeat;
	height: 190px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path li,.path ul {display: inline;}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url('http://www.earthguard.com/img/erosion_bg.jpg') right top repeat-y;
}

.main-dust {
	background: url('http://www.earthguard.com/img/dust_bg.jpg') right top repeat-y;
}

.main-water {
	background: url('http://www.earthguard.com/img/water_bg.jpg') right top repeat-y;
}

.main-dist {
	background: url('http://www.earthguard.com/img/dist_bg.jpg') right top repeat-y;
}

.main-terra {
	background: url('http://www.earthguard.com/img/terra_bg.jpg') right top repeat-y;
}

.content_bg {
	background: url('http://www.earthguard.com/img/content_bg.jpg') no-repeat;
	background-position:bottom right;
}

.content_bg_plain {
	background-position:bottom right;
}

/* content */
.content {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 578px;
	display: block;
	overflow: hidden;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	font-family: "Lucida Sans Unicode",Arial, Helvetica;
	line-height: 1.4em;
	list-style: disc;
	margin-left: 18px;
	font-size: 12px;
	line-height: 15px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.content p {
	font-family: "Lucida Sans Unicode",Arial, Helvetica;
	line-height: 15px;
}
.content a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.sidecolbox {
	width: 230px;
	background-color: #669900;
	margin-right: 10px;
}

.sidecolbox a {
	color: #fff;
	text-decoration: none;
}
.sidecolbox a:hover {
	color: #fff;
	text-decoration: underline;
}

.sidecolbox h3 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.sidecolbox ul {
	background-color: #669900;
}

.content_greenbox {
	width: 400px;
	background-color: #669900;
}

.content_greenbox h3 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.content_greenbox ul {
	background-color: #669900;
}

.content_box {
	margin-left: 20px;
	width: 500px;
	background-color: #D2DFF0;
	border: thin solid rgb(255,255,255);
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 10px 10px 10px 10px;
}

.flash {
	width: 523px;
	background-color: #000;
}

.chart {
	width: 400px;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	
}

.chart table {
	border: thin solid #fff;
}

.chart td {
	border-bottom: thin solid #000;
	padding: 0px;
}

.form_header {
	margin-left: 15px;
	width: 520px;
	background-color: #000;
	border: thin solid rgb(255,255,255);
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 10px 10px 10px 10px;
	
}

.form_header h2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 10px 10px 10px 10px;
}

.form {
	margin-left: 15px;
	width: 520px;
	background-color: #D2DFF0;
	border-bottom: thin solid rgb(255,255,255);
	border-left: thin solid rgb(255,255,255);
	border-right: thin solid rgb(255,255,255);
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	
}

.form table {
	border: none;
	width: 500px;
}

.form p {
	padding: 5px;
}

.form a {
	color: #000;
}

.form a:hover {
	color: #000;
	text-decoration: underline;
}

.form_content td {
	border-bottom: none;
	padding: 0px;
}

.form_content p {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.form_content a {
	text-decoration: underline;
	color: #000;
}

.form_content a:hover {
	color: #2A4E82;
}


.form_header_side {
	margin-left: 15px;
	width: 300px;
	background-color: #000;
	border: thin solid rgb(255,255,255);
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 10px 10px 10px 10px;
	
}

.form_header_side h2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 10px 10px 10px 10px;
}

.form_side {
	margin-left: 15px;
	width: 300px;
	background-color: #cccc99;
	border-bottom: thin solid rgb(255,255,255);
	border-left: thin solid rgb(255,255,255);
	border-right: thin solid rgb(255,255,255);
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	
}

.form_side table {
	border: none;
	width: 100%;
	padding: 0px;
}

.form_side_content td {
	border-bottom: none;
	padding: 0px;
}

.form_side_content p {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.form_side_content a {
	text-decoration: underline;
	color: #000;
}

.form_side_content a:hover {
	color: #2A4E82;
}

/* sidebar */
.sidebar {
	width: 31px;
	display: block;
	overflow: hidden;
}

#erosion-on {
	background:transparent url('http://www.earthguard.com/img/erosion_on.jpg') no-repeat left top;
	height: 135px;
	float:left;
	width:31px;
}
#erosion-on a:hover {
	background:transparent url('http://www.earthguard.com/img/erosion_on.jpg') no-repeat right top;
}

#erosion-off {
	background:transparent url('http://www.earthguard.com/img/erosion_off.jpg') no-repeat left top;
	height: 135px;
	float:left;
	width:31px;
}
#erosion-off a:hover {
	background:transparent url('http://www.earthguard.com/img/erosion_off.jpg') no-repeat right top;
}

#dust-off {
	background:transparent url('http://www.earthguard.com/img/dust_off.jpg') no-repeat left top;
	height: 120px;
	float:left;
	width:31px;
}
#dust-off a:hover {
	background:transparent url('http://www.earthguard.com/img/dust_off.jpg') no-repeat right top;
}

#dust-on {
	background:transparent url('http://www.earthguard.com/img/dust_on.jpg') no-repeat left top;
	height: 120px;
	float:left;
	width:31px;
}
#dust-on a:hover {
	background:transparent url('http://www.earthguard.com/img/dust_on.jpg') no-repeat right top;
}

#water-off {
	background:transparent url('http://www.earthguard.com/img/water_off.jpg') no-repeat left top;
	height: 136px;
	float:left;
	width:31px;
}
#water-off a:hover {
	background:transparent url('http://www.earthguard.com/img/water_off.jpg') no-repeat right top;
}

#water-on {
	background:transparent url('http://www.earthguard.com/img/water_on.jpg') no-repeat left top;
	height: 136px;
	float:left;
	width:31px;
}
#water-on a:hover {
	background:transparent url('http://www.earthguard.com/img/water_on.jpg') no-repeat right top;
}

#dist-off {
	background:transparent url('http://www.earthguard.com/img/dist_off.jpg') no-repeat left top;
	height: 120px;
	float:left;
	width:31px;
}
#dist-off a:hover {
	background:transparent url('http://www.earthguard.com/img/dist_off.jpg') no-repeat right top;
}

#dist-on {
	background:transparent url('http://www.earthguard.com/img/dist_on.jpg') no-repeat left top;
	height: 120px;
	float:left;
	width:31px;
}
#dist-on a:hover {
	background:transparent url('http://www.earthguard.com/img/dist_on.jpg') no-repeat right top;
}

#terra-off {
	background:transparent url('http://www.earthguard.com/img/terra_off.jpg') no-repeat left top;
	height: 120px;
	float:left;
	width:31px;
}
#terra-off a:hover {
	background:transparent url('http://www.earthguard.com/img/terra_off.jpg') no-repeat right top;
}

#terra-on {
	background:transparent url('http://www.earthguard.com/img/terra_on.jpg') no-repeat left top;
	height: 120px;
	float:left;
	width:31px;
}
#terra-on a:hover {
	background:transparent url('http://www.earthguard.com/img/terra_on.jpg') no-repeat right top;
}

/* NAVIGATION */
.navigation {
	float: left;
	width: 195px;
}
.navigation h2 {
	color: #fff;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
	padding-left: 10px;
}
.navigation ul {
	margin-left: 5px;
	border-bottom: 1px solid #EAEADA;
	width: 85%;
}
.navigation li {
	padding-left: 10px;
	padding-top: 5px;
}
.navigation li a {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
.navigation li a:hover {
	color: #fff;
	text-decoration: underline;	
}

/* footer */
.footer {
	position: relative;
	overflow: hidden;
	background: url('http://www.earthguard.com/img/footer_erosion.jpg') no-repeat;
	width: 810px;
	height: 90px;
	color: #000;
	margin-top: 0px;
	padding: 0px;
}

.footer-dust {
	position: relative;
	overflow: hidden;
	background: url('http://www.earthguard.com/img/footer_dust.jpg') no-repeat;
	width: 810px;
	height: 90px;
	color: #000;
	margin-top: 0px;
	padding: 0px;
}

.footer-water {
	position: relative;
	overflow: hidden;
	background: url('http://www.earthguard.com/img/footer_water.jpg') no-repeat;
	width: 810px;
	height: 90px;
	color: #000;
	margin-top: 0px;
	padding: 0px;
}

.footer-dist {
	position: relative;
	overflow: hidden;
	background: url('http://www.earthguard.com/img/footer_dist.jpg') no-repeat;
	width: 810px;
	height: 90px;
	color: #000;
	margin-top: 0px;
	padding: 0px;
}

.footer-terra {
	position: relative;
	overflow: hidden;
	background: url('http://www.earthguard.com/img/footer_terra.jpg') no-repeat;
	width: 810px;
	height: 90px;
	color: #000;
	margin-top: 0px;
	padding: 0px;
}

.disclaimer p {
	margin-left: 214px;
	position: absolute;
	top: 30%;
	vertical-align: middle; 
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
}

.disclaimer p a {
	color: #fff;
	text-decoration: none;
}
.disclaimer p a:hover {
	color: #fff;
	text-decoration: underline;
}

/* posts */
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #664;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #F60;
	color: #553;
}

.post {
	margin: 6px 0 2px;
}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

.g2image_normal
{
	margin: 4px;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
	float: right;
	clear: right;
	margin: 4px;
}

.g2image_centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}