html,body {
	height:100%;
}


body {
	padding-top: 60px;
	padding-bottom: 40px;
}



.sidebar-nav {
	padding: 9px 0;
}

.form-horizontal {
	margin-left: -10px;
}

.hero-unit {
	padding-top: 5px;
	padding-bottom: 5px;
}

.label a, .badge a {
	color: white;
}

h2 a, h3 a {
	color: #333333;
}

.div-spacer { position: relative; width: 50px; }


.nav-header {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;

}

.navbar-link { color: #ffffff; text-decoration: none;}
.navbar-link a:link { color: #ffffff; text-decoration: none;}
.navbar-link a:visited { color: #ffffff; text-decoration: none;}
.navbar-link a:active { color: #ffffff; text-decoration: none;}
.navbar-link a:hover { color: #ffffff; text-decoration: none;}

/* CAROUSEL */

.carousel-header {
	min-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.carousel-header h3 {
	line-height: 20px;
	color: #333333;
}


/* BOTTOM */

.bottom {
	background-color: #eeeeee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.bottom_title {
	color: #2988cb;
	font-weight: bold;


}

.bottom_links li,
.bottom_links ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	color: #555555;
}

.bottom_links a:link { color: #555555; text-decoration: none;}
.bottom_links a:visited { color: #555555; text-decoration: none;}
.bottom_links a:active { color: #555555; text-decoration: none;}
.bottom_links a:hover { color: #000000; text-decoration: none;}


/* FOOTER */

.footer {
	background-color: #d5d7db;
	height: 150px;
}

/* FONT AWESOME */

.font-icon-black a:link { color: #333333; text-decoration: none;}
.font-icon-black a:visited { color: #333333; text-decoration: none;}
.font-icon-black a:active { color: #333333; text-decoration: none;}
.font-icon-black a:hover { color: #333333; text-decoration: none;}


/* LISTFORGE LINKS */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #262626;
}

.nav-pills > li > a {
	color: #262626;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #ffffff;
  background-color: #333333;
}