.hero-unit {
  padding: 20px;
}

@media (min-width: 980px) {
  #wrap > .container-fluid {
    padding-top: 0;
  }
}

.navbar-text {
  padding: 10px 15px 10px;
}

#dashboard-search {
  line-height: 200px;
}

.dashboard-icon img {
  width: 20%;
}

#dashboard-search input[name='q'] {
  /* @largeRatio: @fontSizeLarge/@baseFontSize; */

  font-size: 18px;  /* @fontSizeLarge; */
  line-height: 25px;  /* @baseLineHeight * @largeRatio; */
  height: 37.5px;  /* @inputHeight * @largeRatio; */
}

.map-wrapper {
  border: 1px solid #eee;
}

#map,
.tenure-map {
  min-height: 300px;
}

#map img {
  max-width: none;
}

.ctrlHolder li {
  list-style: none;
}

/* ----- */

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  background-color: #eeeeee;
}

.hero-unit,
.well {
  background-color: white;
  border: 1px #cecece solid;
}

@media (min-width: 980px) {
  .container-fluid {
    margin-left: 120px;
    margin-right: 120px;
  }

  .navbar-inner {
    height: 65px;
    border-radius: 0px;
  }

  .navbar {
    line-height: 42px;
  }

  .navbar li {
    line-height: 42px;
  }
}

.navbar-inner {
  background: url(../philly/headerBG.jpg);
  border: none;
}

.navbar .brand {
  color: white;
  text-shadow: none;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

.navbar .nav > li > a {
  color: white;
  text-shadow: none;
  text-decoration: underline;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: white;
}

.preheader {
  height: 26px;
  background: #373737;
  border-bottom: 1px solid #e3e3e3;
}

#id_legislation_search_form > div {
	margin-bottom: 10px;
}

.search-input-home {
	width: 65%;
}

.search-button-home {
	width: 30%;
}

.dashboard-text {
	font-size: 18px;
}

p, #site-header {
	font-family: 'Raleway', sans-serif;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Marcellus', serif;
	color: #3a87ad;	
}

body { 
  background: url('../philly/background.png'); 
}
