
.blog #container {
    padding-top: 6px;
}

#main {
 background: #fff; 
 height: 335px;
}

.photo {
    float: left;
    height: 284px;
    margin-right: 30px;
    position: relative;
    width: 420px;
    overflow: hidden;
}

.photo > img {
    width: 100%;
}

.caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.79);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    padding: 10px;
    position: absolute;
}

.featured-post {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 0;
    padding: 25px;
    font-family: "proxima-nova-1","proxima-nova-2",helvetica,arial,sans-serif;
}

.post-content {
    float: left;
    width: 450px;
}

.latest {
  background-color: #005388;
  padding: 6px; 
  position: absolute;
  color: #fff;
  text-transform: uppercase;
}

.post-tags {
 margin-bottom: 10px; width: 100%; 
}

.post-tags a {
  color: #fff;
  padding: 5px;
  border: none;
  font-size: 10px;
  font-family: "proxima-nova-1","proxima-nova-2",helvetica,arial,sans-serif;
  background: #00a84f;
  text-transform: uppercase; 
  -moz-border-radius:    6px;
  -webkit-border-radius: 6px;
  border-radius:         6px; 
  margin-bottom: 5px;
  display: inline-block;
}



#browse {
    background: none repeat scroll 0 0 #ece9e9;
    height: 223px;
    border-radius: 5px 5px 0px 0px; 
  -moz-border-radius: 5px 5px 0px 0px; 
  -webkit-border-radius: 5px 5px 0px 0px; 
  float: left;
  width: 100%;
}

a.button.previous {
    display: block;
    float: left;
    font-size: 18px;
    left: 10px;
    position: relative;
    top: 75px;
    width: auto;
}

a.button.next {
    display: block;
    float: right;
    font-size: 18px;
    right: 10px;
    position: relative;
    top: 75px;
    width: auto;
}

.button {
    background: none repeat scroll 0 0 #16ad5e;
    font-family: "proxima-nova-1","proxima-nova-2",helvetica,arial,sans-serif;
    border-radius: 6px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.button .icons {
    font-size: 0.7em;
    padding: 0 5px;
}

.blog .next {
    float: right;
    font-size: 1em;
    text-align: right;

}
.blog .previous, .blog .next {
    display: block;
    font-size: 1em;
    width: 200px;
}

.next .button {
    float: right;
}

.button.home {
    width: 100%;
    background: #013119;
}

#browse .post {
    border: medium none;
    font-family: "proxima-nova-1","proxima-nova-2",helvetica,arial,sans-serif;
    float: left;
    padding: 20px;
    width: 305px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#browse .post h4 {
  margin-top:10px;
  line-height: 1.1em;
  font-size: 1.1em;
  font-family: "proxima-nova-1","proxima-nova-2",helvetica,arial,sans-serif; font-weight: 800; 
}  
  
#browse .thumbnail {
    height: 130px;
    overflow: hidden;
    width: 270px;
}

#browse .post .thumbnail img {
    background-size: cover;
    display: block;
    width: 100%;
}

#index.blog #primary {
  background: #fff; 
  padding: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#index.blog #secondary {
   padding: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#index.blog .col1, #index.blog .col2 {
 float: left; 
 width: 290px;
}

#index.blog .col1 {
    margin-right: 25px;
}

.popular > h2 {
    color: #00a84f;
    font-family: proxima-nova-1;
    font-size: 1.7em;
    margin-bottom: 15px;
}


.categories-list > h2 {
    background: none repeat scroll 0 0 green;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0; 
    -webkit-border-radius: 6px 6px 0 0; 
    color: #fff;
    display: block;
    font-family: proxima-nova-1;
    padding: 5px 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    text-transform: uppercase;
}

.categories-list {
  background: none repeat scroll 0 0 white;
  border-radius: 6px;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
}

.categories-list ul { 
  margin: 0.5em;
}


.categories-list li { 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  font-family: proxima-nova-1;
  list-style: outside none none;
  padding: 5px;
  text-transform: uppercase;
  }
  
.post .post-tags {
    border-top: none;
    font-size: 11px;
    margin-top: 0.5em;
    padding: 0;
}  

.post .sharing-options {
    background: none;
    height: auto;
    padding: 0;
}

#secondary .popular, #secondary .related {
    background: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;     
    margin: 20px 0;
    padding: 0 0 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#secondary .popular h2, #secondary .related h2 {
    background: none repeat scroll 0 0 green;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0; 
    -webkit-border-radius: 6px 6px 0 0; 
    color: #fff;
    display: block;
    font-family: proxima-nova-1;
    padding: 5px 15px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    text-transform: uppercase;
    font-size:1.3em;
}

.popular p, .related p {
    padding: 0 10px;
}

.popular > img, .related > img {
    margin-bottom: 10px;
    width: 100%;
}
