html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: url(img/bg.png);
  font: 80% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#logo {
  position: absolute;
  left: 15px;
  top: 8px;
  background: url(img/logo.png) no-repeat top left;
  height:158px;
  width: 96px;
  z-index: -1;
}

#content {
  width: 936px;
  position: absolute;
  left: 106px;
  top: 60px;
  /*margin: 60px 0 0 120px;*/
}

#content h1 {
  text-indent: -9999px;
  text-decoration: none;
}

h1 a {
  display: block;
  width: 936;
  height: 70px;
  background: url(img/hed.png) no-repeat top left;
  text-decoration: none;
}

#nav {
  background: url(img/bg-green.png);
  font-size: 24px;
  font-weight: bold;
  padding: 12px;
  margin: 17px 0;
  text-transform: uppercase;
}

#nav a {
  color: #6c8949;
  text-decoration: none;
}

#nav ul {
  list-style: none;
}

#nav ul li {
  display: inline;
  margin: 0 20px 0 0;
}

#home {
  background: url(img/bg-blue.png);
  width: 690px;
  height: 257px;
  padding: 12px;
  color: #fff;
  float: left;
}

#home img {
  margin: 6px 0 40px 6px;
}

#home p {
  font-size: 14px;
  margin: 0 20px 0 100px;
  line-height: 170%;
}

#pagecontent {
  background: url(img/bg-blue.png);
  width: 690px;
  padding: 12px;
  color: #fff;
  float: left;
}

#pagecontent p {
  font-size: 13px;
  margin: 0 20px 10px 20px;
  line-height: 150%;
}

#pagecontent a {
  color: #fff;
}

#pagecontent h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#pagecontent .post {
  margin: 0 0 20px 0;
}

#pagecontent .post small {

}

#pagecontent .post .postcontent {
  margin: 10px 0 0 0;
}

#gallery {
  background: #000000;
  width: 204px;
  padding: 4px;
  color: #fff;
  float: right;
}

#footer {
  background: url(img/bg-green.png);
  margin: 17px 0;
  padding: 12px;
  color: #383838;
}

#footer img.veev {
  float: left;
  margin: 0 30px 0 0;
}

#footer img.liveitgreen {
  margin: 70px 0 0 0;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
