/************** Content **************/
html { margin-top: 0px !important; }
* html body { margin-top: 0px !important; }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.slider {
  height: 512px;
  z-index: 99;
  position: relative;
}

.slider > img:first-child { display:block; }
.slider img { position: absolute; width: 1027px; height: 512px !important; top: 0; left: 0; display:none; }
.slider .nivoSlider { position: absolute !important; }
.slider .nivo-controlNav { display: none; }
.slider .nivo-directionNav a {
  padding: 10px;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 25px;
  display: none;
}

.slider .nivoSlider:hover .nivo-directionNav a {
  display: block;
}

.slider-helper {
  height: 215px;
  margin-top: -170px;
  padding: 0 50px 0 25px;
  position: relative;
  z-index: 100;
}

.slider-message {
  float: left;
  height: 217px;
  width: 280px;
  border-radius: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #414F34;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 18px 21px;
  color: #fff;
  font-family: 'Gudea';
}

.slider-message h2 { text-align: center; font-weight:500; }

.recent-photos {
  float: left;
  width: 664px;
  height: 105px;
  margin-top: 65px;
  margin-left: 2px;
  box-sizing: border-box;
}

.recent-photos .photo {
  width: 165px;
  height: 105px;
  background-color: white;
  float: left;
  margin-right: 1px;
}

.recent-photos .photo img {
  width: 100%;
  height: 100%;
}

.view-more {
  width: 664px;
  height: 27px;
  float:left;
  margin-top:10px;
}

.view-more-sep {
  height: 0;
  width: 89%;
  border-top: 1px solid #285383;
  margin-top: 13px;
  float: left;
}

.view-more-btn {
  float: right;
  padding: 6px;
  background: #3D4A31;
  color: white;
  text-decoration: none;
  border-radius: 3px;
}

/* Marketing */
.marketing {
  font-family: 'Gudea';
  color: white;
  margin:50px 45px;
}

.marketing-blurb {
  float: left;
  width: 27%;
  margin: 0 29px;
  letter-spacing: 1px;
}

.marketing-blurb h3 { margin: 5px 0; }

/* Home Content */
.body-menu {
  width: 945px;
  color: #fff;
  margin: 30px 35px;
}

.body-menu .menu {
  float:left;
  width: 20%;
  margin-left: 6%;
}

.body-menu .menu:first-child {
  margin-left: 0;
}

.body-menu .menu h3 {
  color: white;
  font-size: 21px;
  font-family: 'Trebuchet MS';
  font-weight: 100;
  margin:0 10px 20px 10px;
  padding-bottom:10px;
  border-bottom:1px solid #285383;
}

.body-menu > .menu > div {
  padding:0 10px;
}

.body-menu a {
  color: #fff;
  text-decoration: none;
}

.social a {
  color: white;
  width: 100%;
  text-decoration:none;
  display:inline-block;
  margin-bottom:15px;
  padding-bottom: 10px;
  border-bottom:1px solid #285383;
}

.social img {
  margin-top: -7px;
  margin-right: 10px;
}

.recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -20px;
  padding-left:10px;
}

.recent-posts li {
  border-bottom: 1px solid #285383;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 96%;
}

.recent-posts a {
  width: 100%;
  display:block;
}

/************** Blog **************/
#content-blog .left {
  width: 75%;
  float:left;
}

#content-blog .right {
  width: 20%;
  float:right;
}

hr {
  height: 2px;
  border:0;
  margin: 30px 0;
  border-top: 1px solid #3d5581;
}

.post-item:last-child hr {
  display: none;
}

.post-title {
  margin: 0;
  padding:0;
}

.post-content {
  color: #404040;
  font-size:1.1em;
  letter-spacing: .02em;
  font-family: "Trebuchet MS";
}

.post-content a {
  color: #414f34;
  font-size: .9em;
  text-decoration: none;
}

.post-meta {
  margin: 0;
  padding:3px 0;
  color: #818283;
  font-style: italic;
  font-weight: 300;
}

.post-list {
  margin: 0;
  padding:0 20px;
}

.post-list a {
  color: #414f34;
  font-size: .9em;
  text-decoration: none;
}