

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.orange-light {
	color: #FFBF00 !important;
	font-size: 20px !important;
}
.orange-dark {
	color: #FF8000 !important;
	font-size: 20px !important;
}
.bg-orange-light {
	background: #FFBF00 ;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFBF00 ), to(#FF8000));
	background: -webkit-linear-gradient(#FFBF00 , #FF8000);
	background: -moz-linear-gradient(#FFBF00 , #FF8000);
	background: -ms-linear-gradient(#FFBF00 , #FF8000);
	background: -o-linear-gradient(#FFBF00 , #FF8000);
	background: linear-gradient(#FFBF00 , #FF8000);
	-pie-background: linear-gradient(#FFBF00 , #FF8000);
	behavior: url(/PIE.htc);
}
.bg-orange-dark {
	background: #FF8000 ;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF8000 ), to(#FF4000));
	background: -webkit-linear-gradient(#FF8000 , #FF4000);
	background: -moz-linear-gradient(#FF8000 , #FF4000);
	background: -ms-linear-gradient(#FF8000 , #FF4000);
	background: -o-linear-gradient(#FF8000 , #FF4000);
	background: linear-gradient(#FF8000 , #FF4000);
	-pie-background: linear-gradient(#FF8000 , #FF4000);
	behavior: url(/PIE.htc);
	}
.grey-row {
	background: grey;
}
.center {
	display: block;
    margin: 0 auto;
}
.hero-unit {
	max-width: 664px;
	display: block;
    margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	padding: 20px 30px 20px;
}
.hero-unit p {
	line-height: 24px;
}
.hero-unit h1 {
	margin-bottom: 14px;
}
.navbar {
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
}










