/* @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
*/

/* TODO: Switch the names of these files over to ProximaNova_Bold */
 @font-face {font-family: 'ProximaNova-Bold';src: url('http://jetstrap-site.s3.amazonaws.com/webfonts/23BAC1_2_0.eot');src: url('http://jetstrap-site.s3.amazonaws.com/webfonts/23BAC1_2_0.eot?#iefix') format('embedded-opentype'),url('http://jetstrap-site.s3.amazonaws.com/webfonts/23BAC1_2_0.woff') format('woff'),url('http://jetstrap-site.s3.amazonaws.com/webfonts/23BAC1_2_0.ttf') format('truetype');}
 
 @font-face {font-family: 'ProximaNova-Light';src: url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Light.eot');src: url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Light.eot?#iefix') format('embedded-opentype'),url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Light.woff') format('woff'),url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Light.ttf') format('truetype');}

 @font-face {font-family: 'ProximaNova-Regular';src: url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Regular.eot');src: url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Regular.eot?#iefix') format('embedded-opentype'),url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Regular.woff') format('woff'),url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Regular.ttf') format('truetype');}
 
 @font-face {font-family: 'ProximaNova-Thin';src: url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Thin.eot');src: url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Thin.eot?#iefix') format('embedded-opentype'),url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Thin.woff') format('woff'),url('http://jetstrap-site.s3.amazonaws.com/webfonts/ProximaNova_Thin.ttf') format('truetype');}

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

header {
  background-image: none;
  background-color: #333333;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

header .navbar-header {
  padding: 10px 20px 10px 0px;
}

header .nav>li>a {
  line-height: 32px;
  margin-right: 40px;
  text-decoration: none;
  color: #ccc;
  font-size: 16px;
  font-family: 'ProximaNova-Bold';
  font-weight: normal;
  text-shadow: none;
}
header .nav>li:last-child>a {
  margin-right: 0px;
}
header .nav>li>a:hover, .nav>li>a:focus {
  background-color: inherit;
  color: #fff;
}

#menu {
  min-height: 800px;
  border-right: 1px solid #eee;
  width: 220px;
}
@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;
  }
}

#menu.nav .menu-header {
  color: #111;
  font-family: 'ProximaNova-Bold';
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 9px;
  padding: 8px 15px;
}
#menu.nav li:first-child .menu-header {
  margin-top: 0;
}
#menu.nav li a {
  padding: 8px 15px;
  color: #999;
  text-shadow: none;
}
#menu.nav li.active a {
  background-color: #33a5c8;
  color: #fff;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

h1:first-child {
  margin-top: 0;
}

#content img {
  max-width: 100%;
}

#sidebar {
  border-left: 1px solid #ddd;
}
