@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

#container {
	margin-top: 15px;
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}
a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a:link,
a:visited,
strong {
	color: #006633;
}

a:hover,
a:active {
	font-weight: bold;
}

#header {
	height: 100px;


}

#contact {
	padding-top: 15px;
}

#contact h1,
#contact p {
	text-align: center;
	margin-bottom: 10px;
}

#contact h1 {
	color: #b66434;
}	

#nav {
	width: 100%;
	margin-bottom: 15px;
	background: -moz-linear-gradient(top,  rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,235,142,1)), color-stop(100%,rgba(165,201,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%); /* W3C */
	background-color: #cdeb8e;

}

#nav ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav li {
	text-align: center;
	float: left;
	margin-left: 0;
	margin-right: 0;
	color: #006633;
}


#nav a {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 25px;
	color: #006633;
}

#nav a:link,
#nav a:visited {
	color: #006633;
}

#nav a:active,
#nav a:hover {
	background-color: #ffffff;
	color: #006633
}

#content {
	background-color: #ffffff;
	padding-top: 25px;
}

#article {
	margin-bottom: 25px;
}

#featured-image {
	margin-bottom: 25px;
}

#article p {
}

#widgets {
	background-image:url(../images/bottom-back.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#left,
#center,
#right {
	margin-top: 10px;
	text-align: left;
	background-color: #ffffff;
	height: 225px;
	border-radius: 12px;
}

#left h2,
#center h2,
#right h2,
#left p,
#center p,
#right p {
	padding-left: 10px;
	padding-right: 10px;
}

#left h2,
#center h2,
#right h2 {
	font-size: 18px;
	color: #b66434;
	padding-top: 10px;
}

#left p,
#center p,
#right p {
	font-size: 15px;
}

#footer {
	width: 100%;

	background: -moz-linear-gradient(top,  rgba(165,201,86,1) 0%, rgba(205,235,142,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,201,86,1)), color-stop(100%,rgba(205,235,142,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(165,201,86,1) 0%,rgba(205,235,142,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(165,201,86,1) 0%,rgba(205,235,142,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(165,201,86,1) 0%,rgba(205,235,142,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(165,201,86,1) 0%,rgba(205,235,142,1) 100%); /* W3C */
	background-color: #a5c956;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer p {
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}