﻿/* Template-specific stuff
 *
 * Customizations just for the templateâ€”these are not necessary for anything
 * with disabling the responsiveness.
 */
/* Account for fixed navbar */
body {
  padding-top: 70px;
  padding-bottom: 30px;
}
/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}
/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
.container {
  max-width: none !important;
  width: 1100px;
}
.container .navbar-header,
.container .navbar-collapse {
  margin-left: 15px;
}
/* Always float the navbar header */
.navbar-header {
  float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-brand {
  margin-left: -15px;
}
/* Always apply the floated nav 
.navbar-nav
{
	float: left;
	margin: 0;
}

.navbar-nav > li
{
	float: left;
}

.navbar-nav > li > a
{
	padding: 15px;
}
*/
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
.navbar-form {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  margin-left: 0;
  margin-right: 0;
}
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar-right {
  float: right !important;
}
