.navbar .brand {
	padding-top: 13px;
	padding-bottom: 13px;
}
.navbar-fixed-top .navbar-inner {
  border-width: 0;
}
.navbar-inverse .navbar-search .search-query {
	background-color: white;
	border-color:#3399ff;
}
.navbar-search .search-query {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.navbar-inverse .navbar-inner {
	background-color:#3399ff;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	color:#666
}
h1 {
  line-height: normal;
}
h3 {
	margin-top:20px;
}
h4 {
	font-size:17.5px;
}
.dropdown-menu>li>a {
	color:#555
}
.hero-unit {
	padding:32px;
}
.affix {
    top: 90px;
}
/* add navbar offset to link target */
section {
	padding-top:50px;
	margin-top:-50px;
}

.titleLink, .titleLink:hover, .titleLink:focus, .titleLink:active {
	color: #080808;
	text-decoration-color: #080808;
}
html,body{
    height: 100%;
    padding-top:0px;
}

#holder{
    min-height: 100%;
    position:relative;
}
#holder > .container {
   padding-top:90px;
}

#body{
	 padding-bottom: 275px;    /* height of footer + margin */
}

footer{
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0; 
    margin-top:0px;
}