/* 
	Theme Name: Corporate WordPress Theme
	Theme URL: http://www.studiopress.com/themes/corporate
	Description: Corporate is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 2/20/09
*/

body {
	background: #38823e;
	width: 980px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
}
	
#wrap {
	background: #FFFFFF url(http://seasonswc.com/wp-content/themes/corporate-60192/corporate_10/images/wrap.gif);
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	border-radius: 0px 0px 50px 50px;
	-khtml-border-radius: 0px 0px 50px 50px;
	-moz-border-radius: 0px 0px 50px 50px;
	-webkit-border-radius: 0px 0px 50px 50px;
	}

.homepageright .widget {
background-color: #b3d96c;
color: #368213;
font-size: 12;
font-family: Helvetica, Arial, Sans Serif;
-moz-box-shadow: inset 0 0 14px #83bd24, 3px 3px 4px #4a8c33;
  	-webkit-box-shadow: inset 0 0 14px #83bd24, 3px 3px 4px #4a8c33;
  	box-shadow: inset 0 0 14px #83bd24, 3px 3px 4px #4a8c33;
	border: 1px solid #bcdf5b}



.homepageright .widget a{
        color:#368213;}

.homepageright .widget a:hover{
	color: #2e2222;
	text-decoration: none;
	}

.homepageleft .widget {	border: 1px solid #e9f1c5;}

#sidebar #wp-cumulus {border:0px;
background-color:transparent;}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Top     									*
************************************************/

#top {
	width: 980px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

/************************************************
*	hr     									*
************************************************/
hr {
  color:#cae86d;
  background-color: #cae86d;
  height: 2px;
  padding: 0;
  margin: 20px 0px 20px 0px;
  border: none;
  clear: both;}	

/************************************************
*	Header  									*
************************************************/

#header {
	background: #38823e url(http://seasonswc.com/wp-content/themes/corporate-60192/corporate_10/images/header.jpg);
	width: 960px;
	height: 120px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Helvetica, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #C0C0C0;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
.headerright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 88px 10px 0px 0px;
	text-align: right;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #000000 url(images/navbar.gif);
	width: 960px;
	height: 35px;
	font-size: 12px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
        text-shadow:1px 1px 2px #265c0d, 1px 1px 1px #265c0d;
	color: #e2f0c6;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	z-index: 100;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #e2f0c6;
	display: block;
    margin: 0px;
	padding: 9px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #2d8b45;
	border-left: 1px solid #88c540;
	}

#nav li a:hover, #nav li a:active {
	background: #000000 url(images/navhov.gif);
	color: #FFFFFF;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	background: #82bd33;
	color: #ffffff;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-top: 1px solid #eefdc6;
	border-bottom: 1px solid #2d8b45;
	border-left: 1px solid #eefdc6;
	border-right: 1px solid #2d8b45;
	-moz-box-shadow: inset 0 0 5px #509332;
  	-webkit-box-shadow: inset 0 0 5px #509332;
  	box-shadow: inset 0 0 5px #509332;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #368213;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	-moz-box-shadow: inset 0 0 5px #82bd33;
  	-webkit-box-shadow: inset 0 0 5px #82bd33;
  	box-shadow: inset 0 0 5px #82bd33;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	-moz-box-shadow:  3px 3px 5px #418433;
  	-webkit-box-shadow:  3px 3px 5px #418433;
  	box-shadow:  3px 3px 5px #418433;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active {
	}

#nav li ul ul {
	margin: -30px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #000000 url(images/navhov.gif);
	color: #FFFFFF;
	}

/************************************************
*	Homepage 					            	* 
************************************************/

#homepage {
	width: 940px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}	

	
#homepage #categories-687597151 {
background: transparent;
font-color: #368213;
font-size: 12;
font-family: Helvetica, Arial, Sans Serif;
border: 0px;
margin-right: auto;
margin-left: auto;
-moz-box-shadow: 0px 0px 0px #38823e;
  	-webkit-box-shadow: 0px 0px 0px #38823e;
  	box-shadow: 0px 0px 0px #38823e;
		-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#homepage #categories-687597151 h2{
	-moz-box-shadow: inset 0 0 10px #5fa510, 2px 2px 2px #438633;
  	-webkit-box-shadow: inset 0 0 10px #5fa510, 2px 2px 2px #438633;
  	box-shadow: inset 0 0 10px #5fa510, 2px 2px 2px #438633;}

#homepage #text-687597591 {

background: #5fa510 none;
color: #FFFFFF;
border: 1px solid #eefdc6
}   

#homepage #text-687597731 {
background: #5da410 none;
color: #FFFFFF;
}   

#homepage #text-687596931 {
background: #62a61a none;
}   

#homepage #text-687596931 h2 {
	display: block;
	width: auto;
        height: auto;
        border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
        background-color: transparent;
	color: #f0f4c7;
	font-size: 10px;
	letter-spacing: 2px;
	font-family: Helvetica, Arial, Trebuchet MS;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 18px;
        text-shadow:#265c0d 2px 2px 8px;
			-moz-box-shadow: inset 0px 0px 0px #5fa510, 0px 0px 0px #dfe9a1;
  	-webkit-box-shadow: inset 0px 0px 0px #5fa510, 0px 0px 0px #dfe9a1;
  	box-shadow: inset 0px 0px 0px #5fa510, 0px 0px 0px #dfe9a1;
	}

#homepage #text-687596931 a {
	color: #b3d96c;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS;
        text-shadow:#265c0d 2px 2px 8px;
	}


#homepage #text-687596931 a:hover {
	color: #ffffff;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana, sans serif;
        text-shadow:#265c0d 2px 2px 8px;
	}


#homepage #text-687596931 hr {
  color:#6ab417;
  background-color: #6ab417;
  height: 1px;
  padding: 0;
margin:10px 0px 10px 0px;
  border: none;
  clear: both;}	


#homepage #calendar-3 {
background: #b3d96c none;
font-color: #368213;
font-size: 12;
font-family: Helvetica, Arial, Sans Serif;
border: 1px solid #eefdc6;
margin-right: auto;
margin-left: auto;
}

#homepage #recent-posts-4 {
background: #b3d96c none;
}

#homepage #rss-688004431 h2 a {
        color:#f0f4c7;}

#homepage #rss-688004431 h2 a:hover{
	color: #ffffff;
	text-decoration: none;
	}

#homepage #rss-688004431 a{
        color:#368213;}

#homepage #rss-688004431 a:hover{
	color: #2e2222;
	text-decoration: none;
	}

#homepage #rss-688004431 {
background: #b3d96c none;
font-color: #368213;
font-size: 12;
font-family: Helvetica, Arial, Sans Serif;
}   

#homepage #rss-704906872 h2 a {
        color:#f0f4c7;}

#homepage #rss-704906872 h2 a:hover{
	color: #ffffff;
	text-decoration: none;
	}

#homepage #rss-704906872 a{
        color:#368213;}

#homepage #rss-704906872 a:hover{
	color: #2e2222;
	text-decoration: none;
	}


#homepage #rss-704906872 {
background: #b3d96c none;
font-color: #368213;
font-size: 12;
font-family: Helvetica, Arial, Sans Serif;
}

#homepage #text-687598624 {
background: #b3d96c none;
}   

#homepage #text-687598624 hr {  margin: 4px 0px 4px 0px;}	

#homepage #twitter {
background: #b3d96c none;
font-color: #368213;
font-size: 12;
font-family: Helvetica, Arial, Sans Serif;
}   


#homepage #text-687598623 {
background: #b3d96c none;
color: #3a7a32;
font-size: 10px;
}

#homepage #text-687598623 div#mc_embed_signup{clear:left;   color: #3a7a32; font: 12px  Helvetica, Arial, sans-serif; padding: 0px; margin: 0px; }

#homepage #text-687598623 div#mc_embed_signup div.mc-field-group label{ color: #3a7a32; padding: 0; margin:0;} 

#homepage #text-687598623  div#mc_embed_signup input{ display:block;
 font:12px Helvetica,Arial,sans-serif;
      color: #3a7a32;
      background-color:#dcecc0;
      border-width:1px;
    border-color:#83bd24;
margin:0px;}

#homepage #text-687598623  div#mc_embed_signup .indicates-required {color:#3a7a32; margin:0px; padding:0px;}
#homepage #text-687598623  div#mc_embed_signup span.asterisk {color:#3a7a32;}

#homepage #text-687598623 div#mc_embed_signup .button {color: #fff; font-size: 12px; background-color:#83bd24;}
#homepage #text-687598623 div#mc_embed_signup .button:hover{color: #fff; font-size: 12px; background-color:#3a7a32;}

#homepage #ns_widget_mailchimp-3 {
background: #b3d96c none;
color: #3a7a32;
font-size: 10px;
border: 1px solid #eefdc6
}

#homepage #ns_widget_mailchimp-3 label{
color: #83bd24;
margin:0px;
padding:0px;
font-size: 12px;
text-transform: Uppercase;
font-family: Helvetica, Arial, Sans Serif;

}

#homepage #ns_widget_mailchimp-3 input{
display:block;
color: #3a7a32;
background-color:#dcecc0;
margin:0px;
padding:2px;
font-size: 12px;
font-family: Helvetica, Arial, Sans Serif;
border-width:0px;
width:276px;
height:20px;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#homepage #ns_widget_mailchimp-3 .button{
display:block;
color: #fff;
background-color:#83bd24;
margin-top:20px;
font-size: 12px;
font-family: Helvetica, Arial, Sans Serif;
border-width:0px;
width:100px;
height:24px;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#homepage #ns_widget_mailchimp-3 .button:hover{
display:block;
color: #fff;
background-color:#3a7a32;
margin-top:20px;
font-size: 12px;
font-family: Helvetica, Arial, Sans Serif;
border-width:0px;
width:100px;
height:24px;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage a, #homepage a:visited  {
	color: #368213;
	text-decoration: none;
	}
	
#homepage a:hover {
	color: #5fa510;
	text-decoration: none;
	}
	

#homepage embed, #homepage object {
	width: 280px; 
	height: 235px;
	margin: 0px; 
	padding: 0px;
	}
	
#homepage .widget  {
	background: #F7F7F7;
	margin: 00px 0px 20px 0px;
	padding: 9px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#homepage ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li li {
	background: url(images/icon.png) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li ul li {
	background: url(images/icon.png) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li a, #homepage ul li a:visited {
	color: #368213;
	text-decoration: none;;
	}
	
#homepage ul li a:hover{
	color: #5fa510;
	text-decoration: none;
	}
	
.homepageleft {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	}
	
.homepageleft h2 {
        display: block;
	width: auto;
        height: auto;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        background: #83bd24;
	color: #ffffff;
	font-size: 20px;
        font-style:italic;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	line-height: 22px;
        text-shadow:#265c0d 2px 2px 8px;
	-moz-box-shadow: inset 0 0 10px #dae477;
  	-webkit-box-shadow: inset 0 0 10px #dae477;
  	box-shadow: inset 0 0 10px #dae477;
	}
	
.homepageright {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	z-index:-100;
	}
	

.homepageright h2 {
        display: block;
	width: auto;
        height: auto;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        background: #83bd24;
	color: #f0f4c7;
	font-size: 20px;
	font-family: Georgia, Times News Roman, Times, Serif;
	font-style:italic;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	line-height: 22px;
        text-shadow:#265c0d 2px 2px 8px;
		-moz-box-shadow: inset 0 0 10px #5fa510, 1px 1px 0px #dfe9a1;
  	-webkit-box-shadow: inset 0 0 10px #5fa510, 1px 1px 0px #dfe9a1;
  	box-shadow: inset 0 0 10px #5fa510, 1px 1px 0px #dfe9a1;
	}

#fcg {
	background: #e9f1c5;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #d4ed9e;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#fcg h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
	
#homepagebottom {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagebottom p {
	margin: 0px;
	padding: 0px;
	}
	
#homepagebottom h1 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	}
	
#homepagebottom h1 a, #homepagebottom h1 a:visited {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
	}

#homepagebottom h1 a:hover{
	color: #3A87DD;
	text-decoration: none;
	border: none;
	}

.section {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #d4ed9e;
	}

.hpbottomleft {
	float: left;
	width: 310px;
	margin: 0px;
	padding: 0px;
	}

.hpbottomright {
	float: right;
	width: 310px;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#FSContact1 label{
margin-top:40px;
font-size:12px;
text-transform:uppercase;
color:#569d11;}

#FSContact1 #si_contact_email1{
display:block;
color: #224046;
background-color:#b3d96c;
margin:0px;
padding:10px;
font-size: 14px;
font-family: Helvetica, Arial, Sans Serif;
border: 1px solid #bcdf5b;
width:594px;
height:20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow:inset 0px 0px 8px #83bd24;
-webkit-box-shadow:inset 0px 0px 8px #83bd24;
box-shadow:inset 0px 0px 8px #83bd24;

}

#FSContact1 #si_contact_name1{
display:block;
color: #224046;
background-color:#b3d96c;
margin:0px;
padding:10px;
font-size: 14px;
font-family: Helvetica, Arial, Sans Serif;
border: 1px solid #bcdf5b;
width:594px;
height:20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow:inset 0px 0px 8px #83bd24;
-webkit-box-shadow:inset 0px 0px 8px #83bd24;
box-shadow:inset 0px 0px 8px #83bd24;

}

#FSContact1 #si_contact_subject1{
display:block;
color: #224046;
background-color:#b3d96c;
margin:0px;
padding:10px;
font-size: 14px;
font-family: Helvetica, Arial, Sans Serif;
border: 1px solid #bcdf5b;
width:594px;
height:20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow:inset 0px 0px 8px #83bd24;
-webkit-box-shadow:inset 0px 0px 8px #83bd24;
box-shadow:inset 0px 0px 8px #83bd24;

}

textarea#si_contact_message1 {width:500px;
color:#224046;
border: 1px solid #bcdf5b;
background-color:#b3d96c;
padding:10px;
font-size: 14px;
width:594px;
font-family: Helvetica, Arial, Sans Serif;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow:inset 0px 0px 8px #83bd24;
-webkit-box-shadow:inset 0px 0px 8px #83bd24;
box-shadow:inset 0px 0px 8px #83bd24;}

#FSContact1 #fsc-submit-1{
display:block;
padding:0px;
margin-top:20px;
color: #3d790a;
background-color:#93c63c;
font-size: 14px;
font-family: Helvetica, Arial, Sans Serif;
border-width:0px;
width:80px;
height:30px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow:inset 0px 0px 8px #3d790a;
-webkit-box-shadow:inset 0px 0px 8px #3d790a;
box-shadow:inset 0px 0px 8px #3d790a;
}

#FSContact1 #fsc-submit-1:hover{
display:block;
padding:0px;
margin-top:20px;
color: #fff;
background-color:#b3d96c;
font-size: 14px;
font-family: Helvetica, Arial, Sans Serif;
border-width:0px;
width:80px;
height:30px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow:inset 2px 2px 1px #93c63c;
	-webkit-box-shadow:inset 2px 2px 1px #93c63c;
	box-shadow:inset 2px 2px 1px #93c63c;
}


#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;

	}
	
#contentleft {
	float: left;
	width: 620px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	}

#contentwide {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #38823e;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #5ea644;
	text-decoration: none;
	}

#contentleft h1, #contentwide h1 {
        display: block;
	width: auto;
        height: auto;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        background: #83bd24;
	color: #ffffff;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	font-style:italic;
	margin: 0px 0px 10px 0px;
	padding: 7px 5px 5px 10px;
	line-height: 22px;
	text-shadow:#265c0d 2px 2px 8px, #265c0d 1px 1px 2px;
	-moz-box-shadow: inset 0 0 10px #dae477;
  	-webkit-box-shadow: inset 0 0 10px #dae477;
  	box-shadow: inset 0 0 10px #dae477;

	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #ffffff;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	font-style:italic;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #edf2c2;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #38823e;
	font-size: 20px;
	font-family: helvetica, arial, sans serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 34px;
	}
	
#contentleft h3, #contentwide h3 {
	color: #38823e;
	font-size: 16px;
	font-family: helvetica, arial, sans serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 24px;
	}
	
#contentleft h4, #contentwide h4 {
	color: #38823e;
	font-size: 14px;
	font-family: helvetica, arial, sans serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #83bd24;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #368213;
	text-decoration: none;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #5fa510;
	text-decoration: none;;
	}
	
.postarea ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #d4ed9e;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #d4ed9e;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 20px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #ffffff;
  	box-shadow: 2px 2px 8px #b3d674;
  	-webkit-box-shadow: 2px 2px 8px #b3d674;
  	-moz-box-shadow: 2px 2px 8px #b3d674;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
		border: 1px solid #ffffff;
  	box-shadow: 2px 2px 8px #b3d674;
  	-webkit-box-shadow: 2px 2px 8px #b3d674;
  	-moz-box-shadow: 2px 2px 8px #b3d674;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 20px;
	display: inline;
	border: 1px solid #ffffff;
  	box-shadow: 2px 2px 8px #b3d674;
  	-webkit-box-shadow: 2px 2px 8px #b3d674;
  	-moz-box-shadow: 2px 2px 8px #b3d674;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 20px 10px 0px;
	display: inline;
	border: 1px solid #ffffff;
  	box-shadow: 2px 2px 8px #b3d674;
  	-webkit-box-shadow: 2px 2px 8px #b3d674;
  	-moz-box-shadow: 2px 2px 8px #b3d674;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.alignleft img a{
	padding: 0px;
	margin: 0px 20px 10px 0px;
	display: inline;
	border: 1px solid #ffffff;
  	box-shadow: 2px 2px 8px #b3d674;
  	-webkit-box-shadow: 2px 2px 8px #b3d674;
  	-moz-box-shadow: 2px 2px 8px #b3d674;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}	

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
  	box-shadow: 2px 2px 8px #b3d674;
  	-webkit-box-shadow: 2px 2px 8px #b3d674;
  	-moz-box-shadow: 2px 2px 8px #b3d674;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 20px;
	border: 1px solid #ffffff;
  	box-shadow: 2px 2px 8px #b3d674;
  	-webkit-box-shadow: 2px 2px 8px #b3d674;
  	-moz-box-shadow: 2px 2px 8px #b3d674;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.alignleft {
	float: left;
	margin: 0px 20px 10px 0px;
		border: 1px solid #ffffff;
  	box-shadow: 2px 2px 8px #b3d674;
  	-webkit-box-shadow: 2px 2px 8px #b3d674;
  	-moz-box-shadow: 2px 2px 8px #b3d674;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
.wp-caption {
	border: 1px solid #ffffff;
	text-align: center;
	background-color: #fbfcf2;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #ffffff;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.wp-caption p.wp-caption-text {
	color:#3d790a;
	margin: 4px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 260px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#sidebar h2 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar a, #sidebar a:visited {
	color: #222222;
	text-decoration: none;
	}
	
#sidebar a:hover{
	color: #5ea644;
	text-decoration: none;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	padding: 10px;
	margin:0px 0px 20px 0px;
	background: #b3d96c none;
	font-color: #368213;
	font-size: 12;
	font-family: Helvetica,  Arial, Sans Serif;
	border: 1px solid #bcdf5b;
	-moz-box-shadow: inset 0 0 10px #5fa510;
  	-webkit-box-shadow: inset 0 0 10px #5fa510;
  	box-shadow: inset 0 0 10px #5fa510;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;


	}
	
#sidebar .widget h2{
        display: block;
	width: auto;
        height: auto;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        background: #83bd24;
	color: #f0f4c7;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
        font-style:italic;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	line-height: 22px;
        text-shadow:2px 2px 8px #265c0d,1px 1px 1px #265c0d;
	-moz-box-shadow: inset 0 0 10px #5fa510, 1px 1px 0px #dfe9a1;
  	-webkit-box-shadow: inset 0 0 10px #5fa510, 1px 1px 0px #dfe9a1;
  	box-shadow: inset 0 0 10px #5fa510, 1px 1px 0px #dfe9a1;
}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/icon.png) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar ul li ul li {
	background: url(images/icon.png) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar .video embed, #sidebar .video object {
	width: 250px; 
	height: 205px;
	margin: 0px; 
	padding: 0px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px;
	}
	
.postform {
	background: #F5F5F5;
	width: 235px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	display: block;
	background: #368213;
	height:323px;
	width: 960px;
	color: #c9df8c;
	font-size: 11px;
	text-transform: uppercase;
	line-height:150%;
	margin: 6px auto 0px;
	padding: 0px;
	border-top: 5px solid #79b037;
	text-shadow:#153b04 1px 1px 2px;
	-moz-box-shadow: inset 0 0 30px #1b420a, inset 0 0 10px #1b420a, 0px 0px 10px #2a612d;
  	-webkit-box-shadow: inset 0 0 30px #1b420a, inset 0 0 10px #1b420a, 0px 0px 10px #2a612d;
  	box-shadow: inset 0 0 30px #1b420a, inset 0 0 10px #1b420a, 0px 0px 10px #2a612d;	
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;

	}
	
#footer p {
	color: #c9df8c;
	margin: 0px;	
	padding: 0px;
	}

#footer .footerleft a img {

	-moz-box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
  	-webkit-box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
  	box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
			-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}

.footercenter a img {

	-moz-box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
  	-webkit-box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
  	box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}

.footerright a img {

	-moz-box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
  	-webkit-box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
  	box-shadow: 1px 1px 0px #589925, -1px -1px 0px #23560c;
			-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}
	
#footer a img {
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a img:hover {

opacity:.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.footerleft {
	width: 200px;
	height:210px;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #2e6f10;
	}
	
.footercenter {
	width:200px;
	height:210px;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	border-left: 1px solid #589925;
	border-right: 1px solid #2e6f10;
	}

.footerright {	width:200px;
	height:210px;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	border-left: 1px solid #589925;
	border-right: 1px solid #2e6f10;
	}

.footersocialmedia {	width:180px;
	height:210px;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	border-left: 1px solid #589925;	
	}


.footercopyright {
	display:block;
	background-color:#589925;
	width:940px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	text-align: left;
	-moz-box-shadow: inset 1px 1px 0px #81bd4e, inset -1px -1px 0px #406f1b, inset 0px 0px 10px #75ac47, 0px 0px 10px #2a612d;
  	-webkit-box-shadow: inset 1px 1px 0px #81bd4e, inset -1px -1px 0px #406f1b, inset 0px 0px 10px #75ac47, 0px 0px 10px #2a612d;
  	box-shadow: inset 1px 1px 0px #81bd4e, inset -1px -1px 0px #406f1b, inset 0px 0px 10px #75ac47, 0px 0px 10px #2a612d;
	-moz-border-radius: 0px 0px 20px 20px;
	-khtml-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;


	}
	
/************************************************
*	Bottom  									*
************************************************/

#bottom {
	width: 980px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	margin: 0px;
	padding: 0px;
	}
	
#searchbox {
	background: #F7F7F7 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width: 210px;
	color: #222222;
	font-family:Helvetica,  Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #F7F7F7;
	}
	
#searchbutton {
	background: #acdb42 url(images/navbar.gif);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFFFFF;
	font-family: Helvetica,  Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #acdb42;
	}
	
#s {
	background: #FFFFFF;
	width: 175px;
	color: #222222;
	font-size: 12px;
	font-family:Helvetica,  Arial, Tahoma, Verdana;
	margin: 0px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Helvetica,  Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-
