/*#8CC739; Lime Green */
/*#6599FF; sky blue */
/*#A1A09D;  med grey */
/*#373737; dark grey */

body {
	margin: 0;
	padding: 0;
	background: #A1A09D; /*med grey*/
	font-family: 'Lucida Sans', sans-serif;
	font-size: 12pt;
	color: #373737; /*dark grey */
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: 'Verdana', sans-serif;
	
	color: #8CC739; /*Lime Green */
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

p, p2, ul, ol {
	margin-top: 0;
	line-height: 130%;
    font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #6599FF; /*Sky Blue */
}

a:hover {
}

.alignleft {
	float: left;
	margin-right: 30px;
}

.picturealign {
	float: left;
	margin-left: 10px;
	margin-right: 30px;
    width: 162px;
    height: 151px;
}

.alignright {
	float: right;
	margin-left: 30px;
    width: 321px;
}

#wrapper {
	overflow: hidden;
	background: #FFFFFF; /*white*/
}

.container {
	width: 1060px;
	margin: 0px auto;
}

.shadow 
{
    -webkit-box-shadow: 0 0 2.5em .5em rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2.5em .5em rgba(0, 0, 0, 0.4);
}
/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 25px;
}

/* Logo */

#logo {
	overflow: hidden;
	height: 200px;
}

#logo h1, #logo p {
	text-align: center;
}

#logo h1 {
	padding: 10px 0px 10px 0px;
	letter-spacing: -6px;	
	font-family: 'Verdana', bold;
	font-size: 60px;
}

#logo p {
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 24px;
	font-weight: 300;
	color: #6599FF; /*sky blue */
}

#logo a {
	border-style: none;
    border-color: inherit;
    border-width: medium;    
    text-decoration: none;
	text-shadow: 3px 3px 3px #373737; /*dark grey*/
	color: #7eb433; /*one shade darker than lime green */
    font-family: Lucida Sans;
    text-align: center;
}

/* Splash */

#splash {
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #E7E2DC; /*light grey */
	letter-spacing: -3px;
	text-align: center;
	font-size: 36px;
}

#splash span {
	color: #313131; /*practically black*/
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 10px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE; /*mid grey*/
	background: #FFFFFF; /*white*/
	text-transform: lowercase;
	font: normal 11px Lucida Sans, Helvitica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 50px;
	background: #6599FF; /*Sky blue*/
	border-top: 7px solid #74a3ff;	/*one shade lighter*/
	border-bottom: 7px solid #74a3ff; /*one shade lighter*/	

}

#menu {
	overflow: hidden;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Verdana', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF; /*white*/
	border-radius: 2px;
}

#menu a:hover, #menu .current_page_item a {
	background: #8CC739; /*Lime Green*/
	text-decoration: none;
	color: #FFFFFF; /*white*/
	border-top: 6px solid #97CC4C;
	border-bottom: 6px solid #97CC4C;
}

#menu .current_page_item a {
    -webkit-box-shadow: 0 0 2.5em .5em rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2.5em .5em rgba(0, 0, 0, 0.4);
}

/* Page */

#page {
	overflow: hidden;
	padding: 20px 20px 20px 20px;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 0px 0px 0px 0px;
}

#full-content {
	float: left;
	width: 1000px;
	padding: 0px 0px 0px 0px;
}

.post {
	overflow: hidden;
}

.post .title {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #E0E1D6;
	text-shadow: 1px 1px 0px #FFFFFF; /*white*/
	font-size: 26px;
	color: #373737;
}

.post .title a {
	border: none;
	color: #8CC739; /*Lime Green*/
}

.title2 
{
    font-size: 16px;   
	color: #8CC739; /*Lime Green*/
	border-bottom: 2px solid #E0E1D6;
    padding: 7px 10px 7px 10px;
}

.title2 a:hover
{
    text-decoration: underline;
}

.post .meta {
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 10px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	text-align: center;
	color: #FFFFFF;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 350px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
    height: 361px;
}

#sidebar h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #E0E1D6;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 26px;
	color: #8CC739; /*Lime Green*/
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	
}

.logoalign {
	vertical-align:middle;		
    width: 75px;
    height: 75px;
    background: #EDECE9;
}

.icon 
{
    background: #EDECE9;
    height: 29px; 
    width: 29px;    
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Three Column Footer Content */

#footer-bg {
	overflow: hidden;
	padding: 20px 0px;	
}

.grey-border 
{
    background: #ECEAE7;/*light grey 2*/
	border-top: 10px solid #EDECE9; /*light grey 3 gives 3D effect*/
	border-bottom: 10px solid #EDECE9; /*light grey 3 gives 3D effect*/
    
}
.grey-outline 
{   
	border-bottom: 3px solid #EDECE9; /*light grey 3 gives 3D effect*/
	padding: 20px;
}

.small-box 
{
	margin: 0px 20px 0px 20px;
}
#footer-content {
	color: #373737;
}

#footer-content h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #E0E1D6;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 26px;
	color: #8CC739; /*lime green*/
}

.column1 {
	float: left;
	width: 350px;
	margin-right: 7px;
	margin-left: 20px;
}

.column2 {
	float: left;
	width: 350px;
}

.column3 {
	float: right;
	width: 325px;
}

/* Footer */

#footer {
	height: 100px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
}

#footer p {
	margin: 0;
	padding-top
	: 10px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 1px #0C5818;
	color: #FFFFFF;/*white*/
}

#footer a {
	text-decoration: underline;
	color: #D0FFD7;
}

#footer a:hover {
	text-decoration: none;
	color: #383838;
}

.box1 {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.jpg) no-repeat center bottom;
}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 5px 0px 5px 0px;
	border-top: 1px dashed #E7E2DC;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}

.list-style1 a {
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #373737; /*dark grey*/
}

.list-style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style2 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #E0E1D6;
}

.list-style2 a {
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #373737; /*dark grey*/
}

.list-style2 a:hover {
	text-decoration: underline;
	color: #6599FF; /*sky blue*/
}

.list-style2 .first {
	padding-top: 0px;
	border-top: none;
	background: none;
}

/* Banner */

.banner-wrapper {
	overflow: hidden;
	padding: 15px 0px;
	border-top: 10px solid #8CC739;
	border-bottom: 10px solid #8CC739;
	background: #8CC739;
    height: 261px;
}

.picture-wrapper {
	overflow: hidden;
	padding: 15px 0px;
	background: #8CC739; /*Lime Green*/
}

#banner {
	overflow: hidden;
	height: 450px;
}

/* Three Column Content */

#three-column {
	overflow: hidden;
	padding: 10px 0px 50px 0px;
}

#three-column #tbox1 {
	float: left;
	width: 350px;
	margin-right: 20px;
}

#three-column #tbox2 {
	float: left;
	width: 350px;
}

#three-column #tbox3 {
	float: right;
	width: 325px;
}

.box-style {
	background: #FFFFFF;
}

.box-style h2 {
	padding: 10px 0px;
	letter-spacing: -1px;
	font-size: 28px;
	color: #373737;
}

.box-style .image {
	width: 324px;
}

.box-style .arrow {
}

.box-style .content {
	overflow: hidden;
	width: 275px;
	padding: 30px;
}


.divider {
	overflow: hidden;
	height: 50px;
	background: url(images/img04.png) no-repeat center top;
}