body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #2c2c2c;
  background: url(/img/woodingdean2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}

a {
  color: #9db089;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  color: #758366;
  font-size: 2em;
  margin-bottom: 0.5em;
}

h2 {
  color: #396c31;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
  color: #9db089;
}

h4 {
  font-size: 1.3em;
  margin-bottom: 0.6em;
  color: #758366;
}

h5 {
  font-size: 2em;
  font-weight: 300;
}

blockquote {
  color: #9db089;
  background: #f7f6f6;
  width: 85%;
  padding: 0.5em;
  margin: 0.5em auto;
  font-weight: 400;
  border-left: 3px solid #758366;
  /*&:after{
  	content: "<div>”</div>";
  	font-size:2em;
  	position: relative;
  	bottom: 0.2em;
  	right:0.2em;
  }*/
}
blockquote p {
  margin-bottom: 0 !important;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/* tests */
.siteblock {
  background: #758366;
  color: #fff;
  margin-bottom: 1em;
}
.siteblock input {
  padding: 2.5%;
  font-size: 1em;
  width: 95%;
  color: #758366;
  border: 1px solid #9db089;
}
.siteblock a {
  color: #fff;
}

/* Header */
header {
  margin-top: 1em;
  margin-bottom: 1em;
}
header input {
  width: 95%;
  padding: 2.5%;
  border: 1px solid #9db089;
}
header .logo {
  width: 134px;
  height: 158px;
}

.badge {
  float:right;
}

/* Nav */
nav ul {
  padding: 0;
  margin-bottom: 1em;
}
nav ul li {
  margin: 0;
}
nav ul li a {
  background: #758366;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}
nav ul li a:hover {
  background: #9db089 !important;
}

/* Main */

.strong{
  font-weight: 400;
}

.main p {
  margin-bottom: 1em;
  line-height: 1.3em;
}
.main .news-archive {
  list-style: disc;
  margin-bottom: 1em;
}
.main .news-archive li {
  margin-left: 1em;
  margin-bottom: 0.25em;
}
.main article {
  margin-bottom: 1.5em;
}
.main article .news-footer {
  padding: 0.5em;
  background: #758366;
  font-weight: 300;
  font-size: 0.75em;
  color: #fff;
}
.main article .news-footer a {
  color: #fff;
}
.main .categories li {
  margin-bottom: 0.5em;
  color: #758366;
}
.main .listing, .main .vacancy {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #9db089;
}
.main .listing:last-child, .main .vacancy:last-child {
  border-bottom: none !important;
  margin-bottom: 0;
}
.main .listing .listing-logo img, .main .vacancy .listing-logo img {
  max-width: 100%;
  height: auto;
}
.main .listing {
  max-height: 250px;
  overflow: hidden;
}
.main input, .main select {
  width: 97%;
  padding: 1%;
  margin-bottom: 1em;
  font-size: 1em;
  border: 1px solid #9db089;
  box-sizing: border-box;
}
.main textarea {
  width: 90%;
  padding: 2.5%;
  font-size: 1em;
  border: 1px solid #9db089;
  height: 9em;
}
.main input, .main textarea {
  margin-top: 0.5em;
}
.main input[type=submit] {
  width: 5em;
}
.main .admin-edit li {
  margin-bottom: 0.3em;
}
.main .admin-edit li a {
  font-weight: 300;
  text-decoration: none;
  color: #666;
}
.main .admin-form textarea, .main .admin-form input {
  width: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #2c2c2c;
}
.main .admin-form textarea {
  height: 20em;
}
.main .admin-form .smalltext {
  font-size: 0.6em;
  color: #666;
}
.main .breadcrumb {
  font-size: 0.8em;
  text-align: right;
  border-bottom: 1px solid #9db089;
  margin-bottom: 1em;
}
.main .small {
  font-size: 0.8em;
}
.main .test-ad {
  background: #444;
}
.main .tweet_display li {
  margin-bottom: 1em;
  line-height: 1.3em;
}
.main .tweet_display li:last-child {
  margin-bottom: 0;
}

/* Footer */
footer {
  background: #9db089;
  margin-bottom: 2.5em;
}
footer a {
  color: #fff;
}

.page-wrap {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
}

.clear {
  clear: both;
  height: 0;
}

.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.image{
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 1.9em;
    line-height: 1.2;
}
