/*
 * Globals
 */

body {
  font-family: "Helvetica Neue", "Helvetica", Georgia, "Times New Roman", Times, serif;
  color: #444; 
  background:#fbf4f3;
  font-size: 16px;
  min-height: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 25px; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  margin:0;
  background-color: #fbf4f3;
}

.blog-main {
  margin-top: 100px;
}

.hidden {
  display:none;
  visibility: hidden;
}

.clear {
  clear: both;
}


/*
 * Container Background Styles
 */

.container-fluid.lined {
  background-image: linear-gradient(rgba(0,0,0,0.03) .1em, transparent .1em);
  background-size: 100% 1.2em;
}

.container-fluid.squares {
  background-image: linear-gradient(rgba(0,0,0,0.03) 2px, transparent 2px),
  linear-gradient(90deg, rgba(0,0,0,0.03) 2px, transparent 2px),
  linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
  linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px
}

.container-fluid.dots {
  background:
  radial-gradient(rgba(0,0,0,0.1) 5%, transparent 16%) 0 0,
  radial-gradient(rgba(0,0,0,0.1) 5%, transparent 16%) 8px 8px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px; 
  background-size:16px 16px;
}



/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1000x;
  }
}


/*
 * Main Typography
 */


h1 {
   font-size: 52px;
   line-height: 70px;
   margin: 0px 0px 30px 0px;
   font-weight: 400;
   font-style: normal;
}

.blog-post h1 a {
  color:#333;
}

@media screen and (max-width:767px) {
  .blog-post h1 {
    font-size: 46px;
    line-height: 62px;
  }
}

h2 {
   font-size: 36px;
   line-height: 46px;
   margin: 0px 0px 25px 0px;
}

h3 {
   font-size: 28px;
   line-height: 36px;
   margin: 0px 0px 19px 0px;
}

h4 {
   margin-bottom: 25px;
   font-weight: 600;
   font-style: normal;
}

p {
   margin: 0px 0px 25px 0px;
   text-transform: inherit;
   font-size: 16px;
}

p.intro {
   font-size: 20px;
   line-height: 29px;
   margin: 0px 0px 25px 0px;
}

div.content {
   margin: 0 auto;
   text-align: left;
   width: 40%;
   padding: 50px 0px 0px 0px;
}

h5 {
   margin: 0px 0px 25px 0px;
}

blockquote {
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
  margin: 0px 0px 25px 0px;
  border-left: 3px solid rgba(0,0,0,0.1);
}

ul {
   margin: 10px 20px;
   padding: 10px 20px;
}

span.dropcap {
   float: left;
   color: #333333;
   font-size: 95px;
   line-height: 60px;
   padding-top: 12px;
   padding-right: 12px;
   padding-left: 3px;
}

ol {
   margin: 10px 20px;
   padding: 10px 20px;
}


a {
  color:#b398a3;
  transition: all 0.2s ease;
}

a:hover, a:focus {
  opacity:0.7;
  color:#b398a3;
  text-decoration: none;
}

.slash {
  font-size:14px;
  color:rgba(0,0,0,0.2);
}

/*
 * Notes Styles
 */

.notecontainer {
  border-top:1px solid #f0f0f0;
  margin:20px 0 0 0;
  padding:10px 0 0 0;
}

.notes {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.notes li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.notes li a img {
  margin:0 10px 0 0;
}

.notes li blockquote {
  margin-top:10px;
  font-size:0.9em;
}


/*
 * Following and Likes Styles
 */

.following {
  list-style: none;
  margin:10px 0 0 0;
  padding:0;
}

.following li {
  margin:0 0 10px 0;
  font-size:0.9em;
}

.following li img {
  margin:-5px 10px 0 0;
}

.following li a {
  margin:2px 0 0 0;
}

#likes {
  list-style:none;
  margin:0;
  padding:0;
  font-size: 14px;
}

#likes li {
  margin-bottom:15px;
}

#likes li img {
  margin-bottom:10px;
}

.liked-posts img {
  max-width: 200px;
}
.like_post {
  float:left;
  margin-right:20px;
  font-size: 0.9em;
}

/*
 * Dribbble Styles
 */

#dribbble {
}

#dribbble p {
}

#dribbble ul {
  list-style: none;
  padding: 0;
  margin:0;
}

#dribbble ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#dribbble ul li img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
  max-width:150px;
}

/*
 * Group Blog
 */

 #group-members img {
  width: 45%;
  margin-right:2.5%;
  margin-bottom:10px;
  max-width:100px;
}

/*
 * Flickr Styles
 */

.flickr_badge_image {
  margin:0px;
  display:inline;
}

.flickr_badge_image img {
  border: 0;
  margin-right:5%;
  margin-bottom:10px;
  width: 45%;
  height:auto;
  max-width:120px;
}


/*
 * Instagram Styles
 */

#instafeed a {
  display: inline;
  margin: 0;
  padding: 0;
}

#instafeed a img {
  width: 29%;
  margin-right:4%;
  margin-bottom:15px;
  max-width:120px;
}


/*
 * Show/hide sidebar functionality
 */

.container-fluid {
  position:absolute;
  width:100%;
}

/* Navigation links */

.navbar {
  font-weight: 700;
  text-transform: uppercase;
}

.navbar .container {
  width:100%;
}

.navbar-inverse {
  border:0;
}

.nav {
  padding:0; margin:0;
}

.navbar-inverse .navbar-nav>li>a {
  padding:20px 20px 20px 20px;
  color:rgba(255,255,255,1);
  opacity: 0.5;
}

.navbar-inverse .navbar-nav>li>a:hover {
  opacity: 1;
  color:rgba(255,255,255,1);
}

.navbar-fixed-top .navbar-collapse {
  max-height: none;
  border:none;
}

.icon-bar {
  margin-right: 0;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color:#fff;
  opacity:1;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border:0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-inverse .navbar-collapse.collapse.in, 
.navbar-inverse .navbar-collapse.collapsing {
  padding-top:20px;
}

.tag-menu-enclosure {
  position:relative;
  display:inline-block;
}

.dropdown-menu {
  border:0;
  border-radius: 0;
  box-shadow:none;
  margin:0;
  padding:0;
}

.dropdown-menu li a {
  margin:0;
  padding:6px 20px;
}

.dropdown-menu li a:hover {
  opacity:0.6;
  background: none;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  background: none;
}

/* Collapse Navigation at a Larger Width */

@media (max-width: 900px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*
 * Blog name and description
 */

.blog-title {
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top:0px;
}
.blog-description {
  font-weight: normal;
  font-size:1em;
  line-height: 1.5em;
  max-width:400px;
  margin:15px auto 30px auto;
  opacity:0.8;
}
.blog-header .blog-description {
  font-size:1.5em;
}

/*
 * Avatar Style
 */

#avatar {
  padding:0 0 0 20px;
  margin:5px 20px 5px 10px;
  opacity: 1;
  float:left;
}

#avatar img {
  height:50px;
  width:50px;
}

#avatar .circle {
  border-radius: 50px;
}


/* 
Sidebar modules for boxing content
*/


.sidebar-module h4 {
  margin-bottom: 1em;
  margin-top: 0;
  color:#fff;
  font-size: 1em;
  text-transform: uppercase;
}

.sidebar-module {
  margin-bottom: 30px;
}


/* 
In-post copy and images
*/

.copy img {
  max-width: 100%;
  height:auto !important;
}

.copy iframe {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Grid Masonry Layout */

.blog-post, .grid-sizer {
  width: calc((100% - 90px) / 4);
}
.blog-post.featured {  
  width:  calc(((100% - 90px) / 4)*2 + 30px);
}


@media screen and (max-width:1800px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 60px) / 3);
  }
  .blog-post.featured {  
    width:  calc(((100% - 60px) / 3)*2 + 30px);
  }
}

@media screen and (max-width:1200px) {
  .blog-post, .grid-sizer {
    width: calc((100% - 30px) / 2);
  }
  .blog-post.featured {  
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .blog-post {width:100%;}
  .blog-post.featured {width:100%;}
}


/* Tags */

.permalink {
  padding-top:0px;
}

.footer .tags {
  margin-top:10px;
  max-width: 70%;
}

.footer .tag {
  display:inline-block;
}

.footer .tags a, .permalink a {
  font-weight: normal;
}

.footer .tags a {
  margin:0px 10px 10px 0;
  display:inline-block;
}

.icon-tag, .icon-tag:hover {
  color:rgba(0,0,0,0.2);
  font-size: 0.9em;
}

/* Footer */

.site-footer {
  max-width:1100px;
  margin:30px auto;
  padding:30px 0 30px 0;
}

.site-footer-meta {
  border-top:1px solid rgba(255,255,255,0.1);
  padding:30px 0 20px 0;
}

.copyright {
  text-transform: uppercase;
}

.copyright a {
  font-size: 0.9em;
}

.social-icons {
  text-align:right;
}

@media screen and (max-width:960px) {
  .social-icons {
    text-align: left;
  }
}

/* Search Box */

.search-overlay {
  display:none;
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  z-index:1050;
  padding-top:25%;
  padding-left: calc((100%/2)-150px;);
  text-align:center;
  font-size:1.3em;
}

.icon-search:hover, .search-overlay-close:hover {
  cursor:pointer;
  opacity:0.7;
}

.icon-search {
  font-size:0.9em;
}

.icon-close, .icon-close:hover {
  color: #fff;
}

.form-control {
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius:3px;
  border: 0;
  background-color: rgba(255,255,255,0.3);
  margin:0 auto;
  color:#fff;
  transition:background-color 0.2s linear;
  width:300px;
  height:70px;
  font-size:1.3em;

}

.form-control:active, .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: rgba(255,255,255,0.5);
  color:#fff;
}

.form-control::-webkit-input-placeholder {
  color:#fff;
}

::-webkit-input-placeholder::before { font-family: icomoon; content:'\e613'; opacity:0.3;  }
::-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* firefox 19+ */
:-ms-input-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  } /* ie */
input:-moz-placeholder::before  { font-family: icomoon; content:'\e613'; opacity:0.3;  }

/* Tweets */

#tweets .tweet {
  font-size: 0.9em;
  opacity:1;
  color:#fff;
}
#tweets .tweet a {
  opacity:0.7;
}
#tweets .tweet a:hover {
  opacity:0.5;
}
.tweet {
  margin-bottom:1em;
}

/* Overlay Permalink Icon */

.permalink-icon {
  position:absolute;
  bottom:15px;
  left:20px;
  display:none;
}
.permalink-icon a {
  color:#ccc;
}
.permalink-icon a:hover {
  color:#bbb;
  cursor: pointer;
}
.blog-post-content.photo .overlay .permalink-icon {
  display:inline-block;
}

/* Likes, Shares & Reblogs */

.like-reblog-buttons {
  float:right;
  width:70px;
  position: relative;
}
.blog-posts.index .like-reblog-buttons {
  position:absolute;
  bottom:25px;
  right:20px;
}
.blog-posts.post-page  .like-reblog-buttons {
  position:relative;
  bottom:0;
  right:0;
}
.like-button {
  float:right;
  width:15px;
  height:15px;
  padding-right:2px;
  transition:opacity 0.2s linear;
  line-height: 0;
}
.like-button:hover, .share-button:hover {
  cursor: pointer;
}
.like-button:hover {
  opacity:0.8;
}
.reblog-button {
  float:right;
  margin-right:10px;
  line-height: 0;
}
.icon-share,
.icon-heart {
  width:16px;
  margin-top:11px;
}
.icon-share:before {
  color:#ccc;
}
.icon-share:hover:before {
  color:#bbb;
  cursor: pointer;
}
.share-button {
  float:left;
  height:15px;
  margin-top:-2px;
  line-height:0;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover {
  border:0;
  background: none;
  margin-top: 12px;
}

/* Share Widget */

.social-share-widget-enclosure {
  position:relative;
  display:inline-block;
  margin:-3px 0 0 0;
  padding:0;
}

.dropdown-menu.social-share-widget {
  list-style:none;
  padding:6px 4px;
  width:172px;
  height:42px;
  background:#e9e9e9 !important;
  border-radius: 2px;
  left:-75px;
  top:-45px;
}

.dropdown-menu.social-share-widget li {
  float:left;
}

.dropdown-menu.social-share-widget li a {
  height:auto;
  margin-right:2px;
  margin-left:2px;
  padding:2px 9px;
  background-color:rgba(255, 255, 255, 1);
  border:1px solid #dcdcdc;
  border-radius:2px;
  font-size:14px;
  text-align:center;
}

.dropdown-menu.social-share-widget [class^="icon-"],
.dropdown-menu.social-share-widget [class^="icon-"]:hover,
.dropdown-menu.social-share-widget [class*=" icon-"],
.dropdown-menu.social-share-widget [class*=" icon-"]:hover {
  color:#bebebe;
  margin:0;
}

.social-link {
  display:none;
}

/* Pagination */

.pager {
  text-transform: uppercase;
  padding:0;
  margin:0;
  margin-left:-20px;
  width:calc(100% + 35px);
  background:rgba(0,0,0,0.05);
}

.pager > .col-md-6 > a span.icon-arrow-left, .pager > .col-md-6 > a span.icon-arrow-right {
  font-size: 0.9em;
  margin:0 5px 0 5px;
}

.older-posts {
  padding:0;
  text-align:left;
}

.newer-posts {
  padding:0;
  text-align:right;
}

.older-posts a {
  font-weight:bold;
  color:#fff;
  width:100%;
  height:100%;
  display:block;
  padding:15px 0 15px 20px;
}

.newer-posts a {
  font-weight:bold;
  color:#fff;
  width:100%;
  height:100%;
  display:block;
  padding:15px 20px 15px 0px;
}

.newer-posts a:hover, .older-posts a:hover {
  color: #fff;
}

/*
 * Blog posts
 */ 

.blog-posts {
  margin:30px 30px 50px 30px;
  display: none;
}

.blog-post {
  margin-bottom: 40px;
  border:0;
  border-radius: 3px;
  background:#fff;
}

.blog-posts.post-page .blog-post {
  margin:0 auto 30px auto;
  padding:30px;
}

.blog-post-content {
  padding: 40px 40px 0 40px;
}

.blog-post-content.photo {
  padding: 0px;
}

.overlay {
  background:rgba(251,244,243,0.5);
  margin:0 -40px 0 -40px;
  padding:20px 40px 10px 40px;
  font-size:0.9em;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid  rgb(251,244,243);
}

.blog-post-content.photo .overlay{
  width:100%; 
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  padding:20px;
  background-color:rgba(255,255,255,0.9);
  color:;
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.1s,opacity 0.1s linear;
  margin:0;
  border-radius: 0;
}
.blog-post-content.photo .overlay .slash{
  color:rgba(0,0,0,0.2);
}
.blog-post-content.photo .overlay .caption {
  display:none;
}
.blog-post-content.photo:hover .overlay {
  visibility:visible;
  display:block !important;
  opacity:1;
  transition-delay:0s;
}

.blog-posts.post-page .blog-post .caption {
  margin: 40px 0 20px 0;
}

.blog-posts.post-page .blog-post .permalink {
  border-bottom:1px solid #f0f0f0;
  padding:10px 0 50px 0;
  margin:0 0 20px 0;
}

.blog-post-meta {
  margin-bottom: 20px;
  font-weight: bold;
}

.blog-post .media {
  text-align: center;
}

.blog-post .media img {
  max-width:100% !important;
  border-radius: 3px;
}

.html_photoset, .photoset {
  max-width:100% !important;
}

@media screen and (max-width:767px) {
  .blog-posts {
    margin:30px 0px 50px 0px;
  }
  .blog-posts.post-page .blog-post {
    padding: 10px;
  }
}

/*
 * Quotes and Questions
 */

.asker_container {
  margin-bottom:1em;
}

div.lines, .blog-post-content .quote {
  font-style: italic;
}

.blog-post-content .quote p {
  display:inline;
}

div.line.odd {
  padding:10px;
  background:rgba(0,0,0,0.05);
  border-left:3px solid rgba(0,0,0,0.1);
}

div.line.even {
  padding:10px;
}

.blog-post-content .quote {
  font-size: 1.5em;
}


/*
 * Audio and Video
 */

.audio_container {
  position: relative;
  padding-top: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom:1.5em;
}

.audio_container iframe, .video_container iframe,  
.audio_container object, .video_container object,  
.audio_container embed, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
 * Comments
 */ 

#comments-block {
  padding:20px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}



/*
 * Loading Spinner
 */

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*
 * Infinite Scroll
 */

#infscr-loading {
  bottom:0px;
  position:absolute;
  width:100%;
  text-align: center;
  border-radius: 3px;
  background:none;
  border:none;
  height:35px;
  line-height:40px;
  margin: 0px auto;
}

 #infscr-loading .spinner {
    position: relative;
    margin: 20px auto;
  }

 #infscr-loading .spinner .double-bounce1, #infscr-loading .spinner .double-bounce2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}



/*
 * Lightbox Styles
 */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;-webkit-transform:translateZ(2px);-moz-transform:translateZ(2px);-o-transform:translateZ(2px);transform:translateZ(2px);}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000000; padding:1px;}
#cboxLoadingGraphic{background:url(http://static.tumblr.com/hmqexaq/L8bnfqtq6/spinner.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#ffffff; text-shadow:none;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(http://static.tumblr.com/hmqexaq/COOnfqum6/slideshow-icons.png) no-repeat 0 0;}
#cboxPrevious{background-position:0px 0px; left:25px;}
#cboxNext{background-position:-25px 0px; left:50px;}
#cboxClose{background-position:-50px 0px; left:0px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}



/*
 * Colour Scheme — Navy
 */

body.navy .container-fluid, body.navy .share-widget li a {
  background-color: #ededed !important; /* Background */
}

body.navy .site-footer-wrap, body.navy .navbar, body.navy .dropdown .dropdown-menu {
  background-color: #293137 !important; /* Navigation Background */
}

body.navy .navbar-inverse .navbar-nav>.active>a, body.navy .navbar-inverse .navbar-nav>.active>a:hover, body.navy .navbar-inverse .navbar-nav>.active>a:focus {
  background: #101416 !important; /* Blog Name Background */
}

body.navy .blog-title a, body.navy .blog-title a:hover, body.navy .icon-menu, body.navy .icon-menu:hover, body.navy .blog-post h1 a {
  color:#333 !important; /* Header Text Color */
}

body.navy a, body.navy a:hover, body.navy a:focus, body.navy .share-widget [class^="icon-"], body.navy .share-widget [class^="icon-"]:hover, body.navy .share-widget [class*=" icon-"], body.navy .share-widget [class*=" icon-"]:hover, body.navy a.share-button, body.navy a.share-button:hover {
  color: #cccccc !important; /* Accent Color */
}
body.navy .double-bounce1, body.navy .double-bounce2 {
  background-color: #cccccc !important; /* Accent Color */
}
body.navy .sidebar-module h4, body.navy .copyright, body.navy .site-footer, body.navy .site-footer a, body.navy #tweets .tweet, body.navy .copyright a, body.navy .social-icons a, body.navy .social-icons a:hover, body.navy .navbar-inverse .navbar-nav>li>a, body.navy .navbar-inverse .navbar-nav>li>a:hover, body.navy .navbar-inverse .navbar-nav>.active>a, body.navy .navbar-inverse .navbar-nav>.active>a:hover, body.navy .navbar-inverse .navbar-nav>.active>a:focus, body.navy .navbar-inverse .navbar-nav>li.dropdown .dropdown-menu a {
  color:#fff !important; /* Navigation Text */
}

body.navy .blog-post {
  background-color:#ffffff !important; /* Post Color */
}

body.navy .older-posts a {
  background:#d7a72f !important; /* Older Posts Color */
  color:#fff !important;
}

body.navy .newer-posts a {
  background:#d6962d !important; /* Newer Posts Color */
  color:#fff !important;
}


/*
 * Colour Scheme — Chocolate
 */

body.chocolate .container-fluid, body.chocolate .share-widget li a {
  background-color: #f2eadb !important; /* Background */
}

body.chocolate .site-footer-wrap, body.chocolate .navbar, body.chocolate .dropdown .dropdown-menu {
  background-color: #807063 !important; /* Navigation Background */
}

body.chocolate .navbar-inverse .navbar-nav>.active>a, body.chocolate .navbar-inverse .navbar-nav>.active>a:hover, body.chocolate .navbar-inverse .navbar-nav>.active>a:focus {
  background: #332d28 !important; /* Blog Name Background */
}

body.chocolate .blog-title a, body.chocolate .blog-title a:hover, body.chocolate .icon-menu, body.chocolate .icon-menu:hover, body.chocolate .blog-post h1 a {
  color:#333 !important; /* Header Text Color */
}

body.chocolate a, body.chocolate a:hover, body.chocolate a:focus, body.chocolate .share-widget [class^="icon-"], body.chocolate .share-widget [class^="icon-"]:hover, body.chocolate .share-widget [class*=" icon-"], body.chocolate .share-widget [class*=" icon-"]:hover, body.chocolate a.share-button, body.chocolate a.share-button:hover {
  color: #807063 !important; /* Accent Color */
}
body.chocolate .double-bounce1, body.chocolate .double-bounce2 {
  background-color: #857a62 !important; /* Accent Color */
}
body.chocolate .sidebar-module h4, body.chocolate .copyright, body.chocolate .site-footer, body.chocolate .site-footer a, body.chocolate #tweets .tweet, body.chocolate .copyright a, body.chocolate .social-icons a, body.chocolate .social-icons a:hover, body.chocolate .navbar-inverse .navbar-nav>li>a, body.chocolate .navbar-inverse .navbar-nav>li>a:hover, body.chocolate .navbar-inverse .navbar-nav>.active>a, body.chocolate .navbar-inverse .navbar-nav>.active>a:hover, body.chocolate .navbar-inverse .navbar-nav>.active>a:focus, body.chocolate .navbar-inverse .navbar-nav>li.dropdown .dropdown-menu a {
  color:#fff !important; /* Navigation Text */
}

body.chocolate .blog-post {
  background-color:#f8f5ed !important; /* Post Color */
}

body.chocolate .older-posts a {
  background:#56bc8a !important; /* Older Posts Color */
  color:#fff !important;
}

body.chocolate .newer-posts a {
  background:#45966e !important; /* Newer Posts Color */
  color:#fff !important;
}


/*
 * Colour Scheme — Green
 */

body.green .container-fluid, body.green .share-widget li a {
  background-color: #ededed !important; /* Background */
}

body.green .site-footer-wrap, body.green .navbar, body.green .dropdown .dropdown-menu {
  background-color: #c6d143 !important; /* Navigation Background */
}

body.green .navbar-inverse .navbar-nav>.active>a, body.green .navbar-inverse .navbar-nav>.active>a:hover, body.green .navbar-inverse .navbar-nav>.active>a:focus {
  background: #d6db89 !important; /* Blog Name Background */
}

body.green .blog-title a, body.green .blog-title a:hover, body.green .icon-menu, body.green .icon-menu:hover, body.green .blog-post h1 a {
  color:#333333 !important; /* Header Text Color */
}

body.green a, body.green a:hover, body.green a:focus, body.green .share-widget [class^="icon-"], body.green .share-widget [class^="icon-"]:hover, body.green .share-widget [class*=" icon-"], body.green .share-widget [class*=" icon-"]:hover, body.green a.share-button, body.green a.share-button:hover {
  color: #91a84c !important; /* Accent Color */
}
body.green .double-bounce1, body.green .double-bounce2 {
  background-color: #91a84c !important; /* Accent Color */
}
body.green .sidebar-module h4, body.green .copyright, body.green .site-footer, body.green .site-footer a, body.green #tweets .tweet, body.green .copyright a, body.green .social-icons a, body.green .social-icons a:hover, body.green .navbar-inverse .navbar-nav>li>a, body.green .navbar-inverse .navbar-nav>li>a:hover, body.green .navbar-inverse .navbar-nav>.active>a, body.green .navbar-inverse .navbar-nav>.active>a:hover, body.green .navbar-inverse .navbar-nav>.active>a:focus, body.green .navbar-inverse .navbar-nav>li.dropdown .dropdown-menu a {
  color:#343531 !important; /* Navigation Text */
}

body.green .blog-post {
  background-color:#fff !important; /* Post Color */
}

body.green .older-posts a {
  background:#9ab647 !important; /* Older Posts Color */
  color:#fff !important;
}

body.green .newer-posts a {
  background:#8ead32 !important; /* Newer Posts Color */
  color:#fff !important;
}


/*
 * Colour Scheme — bluegrey
 */

body.bluegrey .container-fluid, body.bluegrey .share-widget li a {
  background-color: #ededed !important; /* Background */
}

body.bluegrey .site-footer-wrap, body.bluegrey .navbar, body.bluegrey .dropdown .dropdown-menu {
  background-color: #617d8a !important; /* Navigation Background */
}

body.bluegrey .navbar-inverse .navbar-nav>.active>a, body.bluegrey .navbar-inverse .navbar-nav>.active>a:hover, body.bluegrey .navbar-inverse .navbar-nav>.active>a:focus {
  background: #465a63 !important; /* Blog Name Background */
}

body.bluegrey .blog-title a, body.bluegrey .blog-title a:hover, body.bluegrey .icon-menu, body.bluegrey .icon-menu:hover, body.bluegrey .blog-post h1 a {
  color:#333333 !important; /* Header Text Color */
}

body.bluegrey a, body.bluegrey a:hover, body.bluegrey a:focus, body.bluegrey .share-widget [class^="icon-"], body.bluegrey .share-widget [class^="icon-"]:hover, body.bluegrey .share-widget [class*=" icon-"], body.bluegrey .share-widget [class*=" icon-"]:hover, body.bluegrey a.share-button, body.bluegrey a.share-button:hover {
  color: #92a7b0 !important; /* Accent Color */
}
body.bluegrey .double-bounce1, body.bluegrey .double-bounce2 {
  background-color: #92a7b0 !important; /* Accent Color */
}
body.bluegrey .sidebar-module h4, body.bluegrey .copyright, body.bluegrey .site-footer, body.bluegrey .site-footer a, body.bluegrey #tweets .tweet, body.bluegrey .copyright a, body.bluegrey .social-icons a, body.bluegrey .social-icons a:hover, body.bluegrey .navbar-inverse .navbar-nav>li>a, body.bluegrey .navbar-inverse .navbar-nav>li>a:hover, body.bluegrey .navbar-inverse .navbar-nav>.active>a, body.bluegrey .navbar-inverse .navbar-nav>.active>a:hover, body.bluegrey .navbar-inverse .navbar-nav>.active>a:focus, body.bluegrey .navbar-inverse .navbar-nav>li.dropdown .dropdown-menu a {
  color:#fff !important; /* Navigation Text */
}

body.bluegrey .blog-post {
  background-color:#fff !important; /* Post Color */
}

body.bluegrey .older-posts a {
  background:#f57c00 !important; /* Older Posts Color */
  color:#fff !important;
}

body.bluegrey .newer-posts a {
  background:#ed9944 !important; /* Newer Posts Color */
  color:#fff !important;
}



/*
 * Colour Scheme — Red
 */

body.red .container-fluid, body.red .share-widget li a {
  background-color: #ededed !important; /* Background */
}

body.red .site-footer-wrap, body.red .navbar, body.red .dropdown .dropdown-menu {
  background-color: #d32f2f !important; /* Navigation Background */
}

body.red .navbar-inverse .navbar-nav>.active>a, body.red .navbar-inverse .navbar-nav>.active>a:hover, body.red .navbar-inverse .navbar-nav>.active>a:focus {
  background: #ff5252 !important; /* Blog Name Background */
}

body.red .blog-title a, body.red .blog-title a:hover, body.red .icon-menu, body.red .icon-menu:hover, body.red .blog-post h1 a {
  color:#333333 !important; /* Header Text Color */
}

body.red a, body.red a:hover, body.red a:focus, body.red .share-widget [class^="icon-"], body.red .share-widget [class^="icon-"]:hover, body.red .share-widget [class*=" icon-"], body.red .share-widget [class*=" icon-"]:hover, body.red a.share-button, body.red a.share-button:hover {
  color: #ff5252 !important; /* Accent Color */
}
body.red .double-bounce1, body.red .double-bounce2 {
  background-color: #ff5252 !important; /* Accent Color */
}
body.red .sidebar-module h4, body.red .copyright, body.red .site-footer, body.red .site-footer a, body.red #tweets .tweet, body.red .copyright a, body.red .social-icons a, body.red .social-icons a:hover, body.red .navbar-inverse .navbar-nav>li>a, body.red .navbar-inverse .navbar-nav>li>a:hover, body.red .navbar-inverse .navbar-nav>.active>a, body.red .navbar-inverse .navbar-nav>.active>a:hover, body.red .navbar-inverse .navbar-nav>.active>a:focus, body.red .navbar-inverse .navbar-nav>li.dropdown .dropdown-menu a {
  color:#ffffff !important; /* Navigation Text */
}

body.red .blog-post {
  background-color:#ffffff !important; /* Post Color */
}

body.red .older-posts a {
  background:#97c5e0 !important; /* Older Posts Color */
  color:#fff !important;
}

body.red .newer-posts a {
  background:#75b1d6 !important; /* Newer Posts Color */
  color:#fff !important;
}
