body{
  background: #f2f2f2;
  font-family: Georgia;
}

h2{
  line-height:1.25;	
}

h3 a, h2 a{
  text-decoration: none;	
}

#post1 h3, #post2 h3, #post3 h3{
  text-align:center;	
}

#utility-bar{
	text-align: right;
}
	
#top{
  height: 5px;
  width: 100%;
  background-color: #537f00;
  margin-bottom: 10px;
  z-index: 1;
}

.top-posts{
	text-align: center;	
}

.top-post-heading a{
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;	
	color: black;
}

#navigation{
  margin-top: 5px;
  background: black;
  padding: 5px 0;
}                     

#navigation ul{
  margin-left: 0;
  margin-right: 0;
  display: inline;
}

#navigation ul li{
  display: inline;
  margin-right: 25px;
}

#navigation ul li a:hover{
  color: #d8d8d8;
}

#navigation ul li a{
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}

#navigation ul li.current_page_item a{
  color: #d8d8d8;
}

#homeBanner{
  background: url(img/bannerbg.png);
  width: 100%;
  height: 240px;
  padding: 20px 0;
  color: white;
  font-size: 14px;
  margin: 0 0 20px 0;
}

#homeBanner h2{
  color: white;
}

a{
  color: #126935;
}

#footer p{
  text-align: center;
}

.footer-border{
  background: url(img/footer-border.png);
  width: 950px;
  height: 8px;
}

#sidebar{
  background: #537f00;
  color: white;
  padding: 30px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: #666 0px 0px 5px;
  -moz-box-shadow: #666 0px 0px 5px;
  box-shadow: #666 0px 0px 5px;
}

#sidebar h3, #sidebar a{
  color: white;
}

.main-content{
  background: white;
  padding: 30px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: #666 0px 0px 5px;
  -moz-box-shadow: #666 0px 0px 5px;
  box-shadow: #666 0px 0px 5px;
}

#subpage-content{
  margin: 15px 0 20px 0;
}

dd{
	margin-left:0;
}

#error {
  color:#f9a3a3;
  display:none;
}

.needsfilled {
  color:red;
}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; border:8px solid #444; padding:12px;}
#simplemodal-container a.modalCloseImg {
	background:url(img/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#sendMailDialog {
   color: white;
}

.error-icon, .success-icon {
	background: url(img/error.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
}

.success-icon {
	background: url(img/success.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
}

hr{
  margin: 20px 0 !important;	
}

.separator{
  clear: both;
  margin-top: -12px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;	
}

#commentlist li, #sidebar li{
  list-style: none outside none;	
}

ol#commentlist, #sidebar ul{
  margin-left: 0!important;
}

#commentlist .left_img{
  margin-right: 20px;
}

#commentlist .left_img, #commentlist .postcomment{
  float: left;	
}

#commentlist .postcomment{
  width: 480px;
}

.wp-caption{
  float: right;
  background-color:#F3F3F3;
  border:1px solid #DDDDDD;
  margin:10px;
  padding-top:4px;
  text-align:center;	
}

.wp-caption p.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}

.wp-pagenavi{
  clear: both;
  padding: 0 40px;	
}

.wp-pagenavi .pages, .wp-pagenavi .nextpostslink, .wp-pagenavi .current, 
.wp-pagenavi .previouspostslink{
  float: left;
  margin-right: 10px;
}

.wp-pagenavi .page{
  float: left;
  margin-right: 5px;	
}

.wp-pagenavi .current{
  font-weight: bold;	
}

.wp-pagenavi a.page, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
  text-decoration: none;	
}

.recent-comments ul li{
  margin-bottom: 15px;
}

span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable_tagline{
	margin-bottom: 10px;
}

.sociable{
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#gallery {
    background-color: #ebebeb;
	padding: 10px;
	width: 470px;
}
#gallery ul { list-style: none; margin:0; padding:0; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #537F00;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

#subscription{
	background-color: #537f00;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#subscription span{
	margin-left: 15px;
}


