﻿@import url("//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700");

/*
body {
	background-color : #f5f5f5;
}
.btn, .form-control {
	border-radius : 2px;
}
.site-header {
	background-color : #fff;
	padding-top : 7px;
	padding-bottom : 7px;
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.25);
			box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.25);
}
*/
body {
	line-height : 1.65em;
	padding-top : 55px;
}
.container-fluid {
	background : url(../img/subtle-white-feathers.png) repeat;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #dedede;
	padding-top : 32px;
	padding-bottom : 36px;
}
.footer {
	border-top : 1px solid #dedede;
	padding-bottom : 32px;
}
.footer a {
	color : inherit;
}
.footer a:hover {
	color : #000;
	text-decoration : none;
}
.navbar {
	background-color : #eeb211;
	border-bottom : 5px solid #000000;
	/*padding-top : 7px;
	padding-bottom : 8px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
			box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);*/
}
.navbar-brand {
	padding-top : 0px;
	margin-top : 0px;
}
.navbar-brand img {
	border : 5px solid #eeb211;
	width : 250px;
}
.text-condensed {
	font-family : "Open Sans Condensed", "Arial Narrow", inherit;
}
.text-inset {
	text-shadow: 1px 1px 1px #ffffff;
}
.bb-imgs > div, .bb-svcs > div {
	padding-bottom : 24px;
}
.list-check > li {
	list-style-type : none;
	margin-left : 10px;
}
.list-check > li:before {
	color: #47bf14;
	content: '\f00c';
	font-family: 'FontAwesome';
	margin: 0 15px 0 -30px;
}
input[type="checkbox"] {
	margin-top : 6px;
}
legend {
	line-height : 1.65em;
	padding-top : 42px;
}
