/* fonts
----------------------------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic,500,500italic,700,700italic&v2);

/* general
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.3 Arial,'Helvetica Neue','Liberation Sans',FreeSans,sans-serif;
  color: #76a03c;
  background:#e9efda url(../images/background.jpg) repeat;
  height:100%
}

a {text-decoration:none;color:#333}
a:hover {text-decoration:underline;}

ul,ol {list-style:none}

/* typography
----------------------------------------------------------------------------------------------------*/
h1
{
  font-size:32px;
  line-height:33px;
}

h2
{
  font-size:25px;
  line-height:35px;
}

h3
{
  font-size:21px;
  line-height:22px;
}

h4
{
  font-size:19px;
  line-height:20px;
}

h5
{
  font-size:16px;
  line-height:18px;
}

h6
{
  font-size:12px;
  line-height:15px;
  text-transform:uppercase;
}

h1, h2, h3, h4, h5, h6 {
  color: #2e3a1c;
  margin-bottom:17px;
  font-family: Times New Roman, Georgia, Times, serif;
  font-weight:normal
}

hr {
  background-color: #cddfa5;
  color: #cddfa5;
  height: 1px;
  margin: 10px 0 25px;
  clear:both;
  border:0
}

p {
	line-height:20px
}

p, ul, form, table {margin-bottom:25px}

input {
  color:#9aab78;
  font-style:italic;
  font-family:Times New Roman, Georgia, Times, serif;
  font-size:15px;
  border:1px solid #d8e7bc;
  box-shadow:0px 1px 2px rgba(0,0,0,0.35) inset;
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.35) inset;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.35) inset;
  text-indent:36px;
  background:#f5f5f5;
  height:32px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

textarea {
  color:#9aab78;
  font-style:italic;
  font-family:Times New Roman, Georgia, Times, serif;
  font-size:15px;
  border:1px solid #d8e7bc;
  box-shadow:0px 1px 2px rgba(0,0,0,0.35) inset;
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.35) inset;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.35) inset;
  background:#f5f5f5;
  padding:5px 0 0 5px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

input:focus, textarea:focus {
  box-shadow:0px 1px 2px rgba(0,0,0,0.55) inset;
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.55) inset;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.55) inset;
}

/* effects
----------------------------------------------------------------------------------------------------*/

.texture-top {
  min-height:624px;
  background:url(../images/texture.jpg) repeat-x;
}

.texture-bottom {
  min-height:240px;
  background:url(../images/texture.jpg) repeat;
  padding:35px 0 30px
}

/* header
----------------------------------------------------------------------------------------------------*/
#header {
  text-align:center;
  padding:15px 0 0 0;
}

#tagline {
  margin-bottom:27px
}

#tagline p {
  font-family:Times New Roman, Georgia, Times, serif;
  font-style:italic;
  font-size:24px;
  line-height:28px;
  color:#2e3a1c;
  padding:0 260px
}

/* PAGE TEMPLATE SPECIFIC STYLES
----------------------------------------------------------------------------------------------------*/

.page #header {
  height: 20px;
  padding: 35px 0 0;
  text-align: left
}

.page #header .row {
  overflow:visible
}

.page  #logo {
  float:left;
  margin-top: -14px
}

.page .texture-top {
  min-height:100px;
  background:url(../images/texture.jpg) repeat;
}

h2.subtitle {
  margin-top:-20px;
  font-size:19px;
  font-style:italic;
  font-weight:normal;
  margin-bottom: 30px
}

h1.page-title {
  margin-top:20px;
  font-size:35px;
}

blockquote {
  background: url(../images/quote.png) no-repeat scroll left top;
  font-family: Georgia,Times,serif;
  font-style: normal;
  font-weight:normal;
  margin: 0 0 10px;
  min-height: 50px;
  padding-left: 40px;
  float:right;
  width: 35%;
  font-size:16px
}

blockquote, q {
  quotes: "" "";
}

.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  font-family: Georgia,Times,serif;
  line-height: 12px;
  margin: 12px 5px 0 0;
}

#navigation {
  float:right;
  margin-top:-6px
}

#navigation ul {
  font-family:Times New Roman, Georgia, Times, serif;
  font-size:19px;
  line-height:32px;
  color:#434d23;
  padding:0;
  list-style:none
}

#navigation ul li {
  float:left;
  margin:0 1px 0 0!important
}

#navigation ul li a {
  padding:7px 12px;
}

#navigation ul li.active a:hover {
  background:#434d23;
  color:#fff
}

#navigation ul li a:hover, #navigation ul li a.hover  {
  text-decoration:none;
  background:#434d23;
  color:#fff
}

#navigation ul li ul li a:hover {
  text-decoration:none;
  background:#abd267;
  color:#fff
}

#navigation ul li.active a {
  text-decoration:none;
  background:#abd267;
  color:#fff
}

#navigation ul ul {
  background:#434d23;
  width:195px;
  margin-top:0!important;
}

#navigation ul ul li {
  width:100%;
  display:block;width:195px;
  float:left
}

.sublevel {
  font-size:11px;
  color:#fff;
  text-transform:uppercase
}

.sublevel:hover {
  text-decoration:none
}

.align-left {
  float:left;
  margin:5px 12px 5px 0
}

.align-right {
  float:right;
  margin:5px 0 5px 12px
}

/* teaser
----------------------------------------------------------------------------------------------------*/

#teaser {
  min-height:430px;
  margin-top: -8px
}

#slider {
  height:295px;
  margin-top:15px;
  border:10px solid #c2d7a4;
  background:#c2d7a4;
	width:940px!important
}

#slider .nivo-controlNav img {height:65px!important;width:65px!important;margin-top:-10px}
  
/* content
----------------------------------------------------------------------------------------------------*/

#content {
  padding:20px 0 
}

.call2action-box {
  background:#F2F7D7;
  border:1px solid #d4d9b8;
	width:950px;
  margin:27px 0 53px;
  min-height:110px
}

.call2action-box .inner {
  padding:35px
}

h2.call2action-title {
  margin:-8px 0 0 0
}

.call2action-title, .call2action-subtitle  {
  float:left;
  width:70%
}

.call2action-subtitle  {
  font-style:italic
}

.content-box {
  margin-bottom:5px;
	width: 303px !important
}

/* butons */

a.call2action-button {
  width:285px;
  height:78px;
  background:url(../images/button-big.png) no-repeat center top;
  display:block;
  float:right;
  margin-top:-93px;
  text-align:center
}

a:hover.call2action-button {
  text-decoration:none;
  background:url(../images/button-big-hover.png) no-repeat center top;
}

a.call2action-button span {
  font-family:Times New Roman, Georgia, Times, serif;
  font-style:italic;
  font-weight: bold;
  font-size:25px;
  line-height:75px;
  text-shadow:1px 1px 2px #424242;
  color:#fff
}

a.submit-button, a.readmore-button {
  width:116px;
  height:29px;
  background:url(../images/button-small.png) no-repeat center top;
  display:block;
  font-weight:bold;
  float:right;
  text-align:center;
  color:#fff;
  text-shadow:1px 1px 1px #424242;
  font-family:Times New Roman, Georgia, Times, serif;
  font-style:italic;
  font-size:17px;
  line-height:29px
}

a:hover.submit-button, a:hover.readmore-button {
  text-decoration:none;
  background:url(../images/button-small-hover.png) no-repeat center top;
}

a#button-newsletter {
  width:116px;
  height:36px;
  background:url(../images/button-newsletter.png) no-repeat center top;
  display:block;
  font-weight:bold;
  float:right;
  text-align:center;
  color:#fff;
  text-shadow:1px 1px 1px #424242;
  font-family:Times New Roman, Georgia, Times, serif;
  font-style:italic;
  font-size:17px;
  line-height:35px
}

a:hover#button-newsletter {
  text-decoration:none;
  background:url(../images/button-newsletter-hover.png) no-repeat center top;
}

.box-image {
  float:left;
  margin:0 15px 0 0
}

#newsletter {
  height:64px;
  background:url(../images/newsletter-background.jpg) repeat-x left top;
  margin:10px 0 0 0
}

.mailchimp, #newsletter-type {
  margin:-35px 0 0;
  position:absolute;
  float:left;
  width:88px;
  height:95px
}

.mailchimp {
  background:url(../images/mailchimp.png)!important;
}

#newsletter-type {
  background:url(../images/newsletter.png);
}

#newsletter p {
  font-family:Times New Roman, Georgia, Times, serif;
  font-size:23px;
  line-height:60px;
  margin:0 0 0 100px;
  color:#2e3a1c;
  display: inline
}

#newsletterform {
  float:right;
	margin-right: 30px;
  margin-top:14px
}

#newsletterform input {
  float:left;
  width:118px;
  margin:0 5px 0 0;
}

#newsletter-name,#name {background-image:url(../images/form-icon-name.png);}
#newsletter-email,#email {background-image:url(../images/form-icon-email.png);}
#newsletter-name, #newsletter-email, #name, #email {
  background-position:8px 8px;
  background-repeat:no-repeat;
}

label.error {
  background:red;
  color:white;
  padding:2px;
  font-size:11px;
  text-indent:5px;
  display:none!important
}

input.error, textarea.error {
  background:#ff8a8a;
  border:1px solid #ff4f4f;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color:#fff
}

label {
  clear: both;
  float: right;
  margin: 5px 0;
}

/* footer
----------------------------------------------------------------------------------------------------*/

#footer {
  margin-top:-3px
}

#footer h4 {
  font-size:22px
}

.captcha-container {
  margin:4px 0 10px 0;
  float:left;
  display:block
}

.captcha-container span {
  display: block;
  font-size: 12px;
  margin: 0 0 3px;
  float:left;
  line-height:36px
}

#contactform input {
  width:142px;
  margin-bottom:3px
}

#contactform textarea {
  width:286px
}

#contactform #captcha {
  width:44px
}

/* Safari on Mac only */
.mac-os  #contactform #captcha {width:46px!important}
.mac-os #contactform textarea {width:289px}
.mac-os a.call2action-button {margin-top:-92px}

 /* Safari 3.0 and Chrome general rules here */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #contactform #captcha {width:45px}
	.nivo-controlNav {bottom:-79px!important}
	.call2action-box {margin: 9px 0 53px}
}

#captcha {
  text-indent:0;
  float:right;
  margin-left: 5px;
  text-align:center
}

#footer .submit-button, #footer .readmore-button {
  float:left
}

#copy {
  height:50px
}

#copy p {
  font-family:Times New Roman, Georgia, Times, serif;
  font-size:14px;
  margin:16px 0 0 0
}

#copy a {
  font-style:italic
}

ul#social {
  float:right;
  margin:17px 0 0 0
}

ul#social li {
  float:left;
  margin-right:4px
}

.thumbnail {
  height: 90px;
  margin: 0 2px 2px 0;
  width: 90px;
  border:1px solid #c2d7a4
}

.gallery a:hover {
  text-decoration:none
}

.thumbnail {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}

.thumbnail:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

ul.contact-info {
  list-style: none;
  margin: 0
}

ul.contact-info li {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 5px
}

.contact-info-img {
  height: 21px;
  margin: 0 3px -4px 0;
  width: 21px
}