/* @license
 * MyFonts Webfont Build ID 2341569, 2012-08-09T16:00:31-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Proxima Nova Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 *
 * Webfont: Proxima Nova Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 *
 * Webfont: Proxima Nova Thin by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/thin/
 *
 * Webfont: Proxima Nova Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 *
 * Â© 2012 Bitstream Inc
*/

body {
  padding-top: 100px;
  font-family: Helvetica, sans-serif;
}

#main-article {
  min-height: 400px;
}

pre {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
}

th {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #aaa;
}
tr {
  border: 1px solid #aaa;
}
td {
  border: 1px solid #aaa;
  padding-left: 5px;
  padding-right: 5px;
}

code {
  padding-left: 7px !important;
  padding-right: 7px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 14px;
}

.navbar-inner {
  /* padding: 5px 0px; */
  background-image: none;
  background-color: #222;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.navbar .brand {
  font-size: 42px;
  color: #eee;
}

.navbar .brand img {
  height: 48px;
}

.navbar .nav.pull-right li {
  line-height: 42px
}
.navbar .nav.pull-right a {
  margin-right: 40px;
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  text-shadow: none;
}
.navbar .nav.pull-right li:last-child a {
  margin-right: 0px;
}
.navbar .nav.pull-right a:hover {
  color: #fff;
}
.navbar .nav.pull-right a.orange-button {
  display: inline-block;
}

#menu {
  border-right: 1px solid #ddd;
  width: 180px;
}
@media (min-width: 1200px) {
  width: 200px;
}
@media (max-width: 979px) and (min-width: 768px) {
  #menu {
    width: 140px;
  }
}
@media (max-width: 768px) {
  #menu {
    min-height: 0px;
    border: none;
    position: static;
    width: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
  }
  #menu li {
    line-height: 12px;
  }
  #menu li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #menu.nav-list {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#menu li.nav-header {
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
}
#menu li a {
  padding-top: 8px;
  padding-bottom: 8px;
}
#menu li a {
  color: #666;
  text-shadow: none;
}
#menu li.active a {
  background-color: #33a5c8;
  color: #fff;
}

.orange-button {
  display: inline-block;
  line-height: 20px;
  border-radius: 20px;
  vertical-align: middle;
  color: #ffffff !important;
  background-image: linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
  background-image: -moz-linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
  background-image: -webkit-linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
  padding: 0px 10px;
}
.orange-button {
}

@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
}

/* =============================================================================
   Sticky Footer
   ========================================================================== */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  /* 'fixed' stays at the bottom over the content, 'absolute' sticks to the bottom */
  position: absolute;
  color: #eee;
  font-size: 10px;
  height: 60px;
  width: 100%;
  top: 100%;
  margin-top: -60px;
  padding: 0;
}
#footer .container {
  padding: 2px 4px !important;
}
