/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* New Theme stuff */
body {
  background-color: #eceae5;
}

.navbar-default {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(74, 60, 49);
  background-image: linear-gradient(to right, rgb(113, 113, 113) 0%, rgb(50, 50, 50) 100%);
  background-origin: padding-box;
  background-size: auto;
  box-sizing: border-box;
  color: rgb(105, 85, 69);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 59.890625px;
  letter-spacing: normal;
  position: fixed;
  top: 0px;
  border: none;
}

.navbar-brand {
  padding: 7px 0 0 0;
  margin-left: 20px;
}

a {
  color: #E98300;
}

a:hover {
  color: #E98300;
  text-decoration: underline;
}

.form-submit input[type='submit']:hover, 
.form-submit input[type='submit']:focus, 
.form-submit input[type='submit']:active, 
.form-submit input[type='submit'].active, 
.open .dropdown-toggle.form-submit input[type='submit'] {

}

.page-header {
  margin: 0 0 10px;
  padding-bottom: 0;
}

.post-content {
  margin-top: 10px;
}

#main p.meta {
  margin-bottom: 30px;
  font-size: 14px;
}

/* Old Theme Stuff */

p {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #4a3c31;
}
ul, ol, li {
  font-size: 18px;
  color: #4a3c31;
}

.navbar {
  border-radius: 0;
}

.navbar-nav {
  float: right;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
  margin-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
  .navbar-responsive-collapse {
    background: #4a3c31;
    border-top: none;
  }
  .navbar-fixed-top {
    background: #4a3c31;
  }
}

.navbar-default .navbar-nav > li > a {
  margin: 1em 1em .5em;
  color: #fff;
  font-family: 'Stag Sans Web';
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  float: right;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.65em;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid transparent;
  padding: 0 0 .563em;
}

#main article {
  margin-bottom: 30px;
  border: 1px solid #d4d0c3;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #eee;
  background-color: #fff;
}

#main article img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.attribution {
  display: inline-block;
  float: left;
  margin-top: 20px;
}

.footer-nav {
  display: inline-block;
  float: right;
}

#main article td img {
  max-width: none;
}

.footer-wrapper {
  background-color: #070c0f;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  padding: 35px 15px 20px;
  max-width: 1170px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-size: .75em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Stag Sans Web';
  font-weight: 300;
  font-style: normal;
}

.footer p {
  color: #D5D6D2;
  font-size: 12px;
}

.footer a {
  color: #fff;
  font-size: 14px;
  margin-left: 14px;
  margin-right: 14px;
   -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Stag Web';
}

h1, h2, h3, .h2 {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Stag Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #695545;
}

h1, .h2 {
  font-size: 3.157em;
  line-height: 1.2em;
  .channel-title {
    margin: 0 0 1em 0;
    line-height: .8em;
  }
}

h2 {
  font-size: 2.369em;
  line-height: 1.333em;
}

h3 {
  font-size: 1.777em;
  line-height: 1.333em;
  .channel-title {
    margin: 20px 0 0 0;
  }
}

/* Sidebar */
#blog-sidebar {
    background-color: #155c92;
    width: 250px;
    text-align: center;
    padding: 45px 0px;
    color: #eee;
    text-decoration: none;
    display: block;
    font-size: 23px;
    line-height: 1.25;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-weight: 300;
    img {
      margin-bottom: 16px;
    }
    .btn {
      margin-top: 18px;
      border-color: #79a5c7;
      position: relative;
      padding-right: 23px;
    }
    .btn span {
      font-size: 28px;
      line-height: .6;
      margin-left: 6px;
      display: inline-block;
      position: absolute;
    }
}

.post-date {
  color: #808080;
  margin-bottom: .5em;
}

/* Begin fonts */


@font-face {
  font-family: 'Stag Web';
  src: url('fonts/Stag-Light-Web.eot');
  src: url('fonts/Stag-Light-Web.eot?#iefix') format('embedded-opentype'),
     url('fonts/Stag-Light-Web.woff') format('woff'),
     url('fonts/Stag-Light-Web.ttf') format('truetype'),
     url('fonts/Stag-Light-Web.svg#Stag Web') format('svg');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'Stag Web';
  src: url('fonts/Stag-Book-Web.eot');
  src: url('fonts/Stag-Book-Web.eot?#iefix') format('embedded-opentype'),
     url('fonts/Stag-Book-Web.woff') format('woff'),
     url('fonts/Stag-Book-Web.ttf') format('truetype'),
     url('fonts/Stag-Book-Web.svg#Stag Web') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'Stag Sans Web';
  src: url('fonts/StagSans-Light-Web.eot');
  src: url('fonts/StagSans-Light-Web.eot?#iefix') format('embedded-opentype'),
     url('fonts/StagSans-Light-Web.woff') format('woff'),
     url('fonts/StagSans-Light-Web.ttf') format('truetype'),
     url('fonts/StagSans-Light-Web.svg#Stag Sans Web') format('svg');
  font-weight:  300;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
  font-family: 'Stag Sans Web';
  src: url('fonts/StagSans-Book-Web.eot');
  src: url('fonts/StagSans-Book-Web.eot?#iefix') format('embedded-opentype'),
     url('fonts/StagSans-Book-Web.woff') format('woff'),
     url('fonts/StagSans-Book-Web.ttf') format('truetype'),
     url('fonts/StagSans-Book-Web.svg#Stag Sans Web') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

/* End fonts */

.form-submit input[type='submit'] {
  display: inline-block;
  color: white;
  padding: 6px 20px 6px 20px;
  border: 0px;
  margin: .563em .237em;
  margin: 0 .237em .563em 0;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
  background: #e98300;
  -moz-transition: text-shadow 0.3s ease-in-out;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
  font-family: 'Stag Sans Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  border-radius: 0;
}

.form-submit input[type='submit']:hover {
  color: white;
  text-decoration: none;
  text-shadow: none;
  opacity: 30%;
  background-image: -moz-linear-gradient(top, #fed100 0%, #e98300 100%);
  background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #fed100), color-stop(100%, #e98300));
  background-image: -webkit-linear-gradient(top, #fed100 0%, #e98300 100%);
  background-image: -o-linear-gradient(top, #fed100 0%, #e98300 100%);
  background-image: -ms-linear-gradient(top, #fed100 0%, #e98300 100%);
  background-image: linear-gradient(to bottom, #fed100 0%, #e98300 100%);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #E98300;
  border-color: #E98300;
}

.tags {
  border-top:1px solid #eee;
  padding:10px 0 0;
  font-size: 16px
}
.tags a {
  background-color: #fff;
  font-weight:normal;
  color: #E98300;
  border: 1px solid #E98300;
  padding:3px 10px;
}
.tags a[href]:hover, .tags a[href]:focus {
  background-color:#E98300;
}

.archive #main .post h3 {
  line-height: normal;
}