/* Begin Typography & Colors */
* { padding: 0; margin: 0; }
html { min-width: 1006px; min-height: 100.2%;	width: 100%; height: 100%; } 
img {	border: none; }
form { display: inline; }
table { border-collapse: collapse; border-spacing: 0 }
tr { vertical-align: top }
.clear { clear: both; height: 1px }

input {
  padding: 1px 0;
	font: 1em Arial, sans-serif;
	color: #555; background-color: #fff;	
}
.textfield {
  border: 1px solid #7f9db9;
}		
textarea {
  font: 1em Arial, sans-serif;
}

a, a:visited { color: #374521; text-decoration: none }
a:hover {	color: #c4d730; }

body {
	font: 0.75em Arial, sans-serif;
	color: #555; background-color: #fff;
	}

#page {
	width: 1006px;
	margin: 0 auto; 	
	}

#header {
	width: 1006px;
	}

#headerimg {
	width: 1006px;
	}
#headerimg h1 {
  display: none;
}
#headerimg h1 a, #headerimg h1 a:visited {
  text-indent: -9999px;
  display: block;
	width: 360px; height: 109px;
} 
#headerimg .description {
	display: none;
	}
#headerimg .banner-header {
  margin: 10px 0 5px;
  width: 1006px;
}	
#headerimg .links {
  position: absolute;
  margin: -31px 0 0 703px;
  color: #858585; text-transform: uppercase; text-align: right;
}
#headerimg .links a, #headerimg .links a:visited, #headerimg .links span {
  padding: 0 5px;
  font-weight: normal; color: #fff;
}
#headerimg .links a, #headerimg .links a:visited {
  color: #c4d730;
}
#headerimg .links a:hover {
  color: #fff;
}

#content {
	width: 964px;
	padding: 23px 20px; border: 1px solid #7D876D; border-top: 4px solid #c4d730;
	}

#narrowcolumn {
  float: left; display: inline;
  width: 510px;
  margin: 0 34px 0 0;
}
  
#sidebar {
  float: left;
	width: 200px;
	margin: 0 20px 0 0;
}
#sidebar form {
	margin: 0;
}

#banners {
  float: left;
	width: 200px;
}
#banners img {
  float: left;
  margin-bottom: 15px;
}
#banners ul, .banner-header ul {
  list-style: none;
}
  
#footer {
	clear: both;
	width: 1006px;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em; 
  color: #c4d730;
  margin-bottom: 20px;
	}

#sidebar h2 {
	font-size: 1.2em;
	color: #c4d730;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.comment {
  background-color: #F2F7FB;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.post .the_time {	
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post h2 {
  clear: both;
  font-size: 1.6em;
}
.post .the_author {	
  margin: 5px 0 10px;
}
.post .entry {
  font-size: 1.1em;
}
.post .entry p, .post .entry .articleImg {
  padding-bottom: 10px;
}
.post .entry .articleImg p {
  padding-bottom: 0;
}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 0 30px;
	}

.postmetadata {
	clear: both;
	border-top: 5px solid #fff;
	background-color: #edffed;
}
.widecolumn .postmetadata {
	border-top: 10px solid #fff;
}

	

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-bottom: 15px;
	}

.alignleft {
	float: left;
	margin-bottom: 15px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#sidebar #current_page {
  margin-top: 20px;
}

#sidebar #search_header {
  margin-top: 0;
}

#sidebar #searchform #s {
	width: 130px;
  padding: 1px 0; border: 1px solid #7f9db9;
	color: #555; background-color: #fff;	
  cursor: text; font-weight: normal;
	}

#sidebar #searchsubmit {
	padding: 0 6px 2px; border: 0; margin: 0;
	color: #fff; background-color: #374521;
	cursor: pointer;
	}

#sidebar ul {
  padding: 0; margin: 0;
  list-style: none;
}
#sidebar ul h2 {
  margin: 20px 0 5px;
}
#sidebar ul li ul li {
  border-bottom: 1px solid #ddd; padding: 4px 0;
}

#respond h3, h3#comments {
  color: #c4d730;
  margin-top: 20px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform input, #commentform textarea {
	width: 99.5%;
	padding: 2px; border: 1px solid #7f9db9;
  color: #555; background-color: #fff;	
  cursor: text; font-weight: normal;
}
#commentform input {
  width: 200px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	float: right;
	padding: 2px 10px 3px; border: 0; margin: 0;
	color: #fff; background-color: #374521;
	cursor: pointer;
	}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 5px 1px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden, .screen-reader-text {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

