/* MAIN STYLE SEGMENTS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: black;
	min-width: 800px;
}
#container {
	margin: 0;
	padding: 0;
	background: white;
}
#header {
	text-align: center;
	border-bottom: 1px solid black
	margin: 0;
	background: #EE9C00;
	/* background gradients */
	background: -moz-linear-gradient(top, #F76200 0%, #EE9C00 50%, #F2B540 100%);
	background: -webkit-linear-gradient(top, #F76200 0%, #EE9C00 50%, #F2B540 100%);
	background: -webkit-gradient(linear, top, bottom, from(#F76200), color-stop(0.5, #EE9C00), to(#F2B540));
	background: -o-linear-gradient(top, #F76200 0%, #EE9C00 50%, #F2B540 100%);
	background: linear-gradient(top, #F76200 0%, #EE9C00 50%, #F2B540 100%); 
	background: -ms-linear-gradient(top, #F76200 0%, #EE9C00 50%, #F2B540 100%);
	background: -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType="0", startColorstr='#EE9C00', endColorstr='#F2B540');
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType="0", startColorstr='#EE9C00', endColorstr='#F2B540');
}
#wrapper {
	min-height: 640px;
	background: white;
	background-image: url('sunburst.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 33%;
	margin: 0 0 2em 0;
	padding: 0;
}
#wrapper h1 {
	position: relative;
	right: 75px;	/* offsets the logo */
}
#title {
	padding: 1em 0;
	background: #F2B540;
	/* Color Gradients */
	background: -moz-linear-gradient(top, #F2B540 0%, #F7D28C 50%, #FFFFFF 100%);
	background: -webkit-linear-gradient(top, #F2B540 0%, #F7D28C 50%, #FFFFFF 100%);
	background: -webkit-gradient(linear, top, bottom, from(#F2B540), color-stop(0.5, #F7D28C), to(#FFFFFF));
	background: -o-linear-gradient(top, #F2B540 0%, #F7D28C 50%, #FFFFFF 100%);
	background: linear-gradient(top, #F2B540 0%, #F7D28C 50%, #FFFFFF 100%); 
	background: -ms-linear-gradient(top, #F2B540 0%, #F7D28C 50%, #FFFFFF 100%);
	background: -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType="0", startColorstr='#F2B540', endColorstr='#FFFFFF');
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType="0", startColorstr='#F2B540', endColorstr='#FFFFFF');
}
#content {
	width: 50%;
	min-width: 450px;
	line-height: 150%;
	margin: 0 auto;
	position: relative;
	top: -1em;
}
#footer {
	height: 100px;
	background: black;
	color: #B2FFFF;
	text-align: center;
	border-top: 1px solid #FF7A00;
	overflow: hidden;
	clear: both;
}
#footer p {
	font-weight: bold;
	padding: 1em 1em;
}
/* MENU ELEMENTS */
.menu {
	font-size: 115%;
	padding: 1em 1em;
	margin: 0 auto;
	position: relative;
	width: 50%;
}
.menu li {
	list-style: none;
	display: inline;
}
/* SITE LOGO */
#logo {
	float: left;
	position: relative;
	left: 8%;
	margin: 0;
	background-image: url("shf_logo.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	min-width: 150px;
	height: 200px;
}
/* SLIDESHOW ELEMENTS */
#slideshow {
	height: 400px;
	border: 1px solid black;
}
#slide {
	height: 350px;
	width: 450px;
	position: relative;
	margin: 1em auto 0.5em auto;
}
#slide img {
	width: 100%;
	max-height: 350px;
	border: 2px solid black;
}
#caption {
	position: relative;
	top: -1.5em;
	line-height: 110%;
	font-size: 80%;
	text-align: center;
	left: 25%;
	width: 50%;
}
#prev {
	position: relative;
	float: left;
	top: 50%;
	left: 5%;
	font-size: 200%;
}
#next {
	position: relative;
	float: right;
	top: 50%;
	right: 5%;
	font-size: 200%;
}
/* Teaser Class for Important Text */
.teaser {
	padding: 1em 1em;
	font-size: 110%;
}
/* Rounded-Corners with Box Shadows */
.round-box-shadows {
	/* box shadows */
	-moz-box-shadow: 0.33em 0.13em 0.67em 0.33em #000A00;   /* firefox < 4.0 */
	-webkit-box-shadow: 0.33em 0.13em 0.67em 0.33em #000A00;   /* safari and chrome */
	box-shadow: 0.33em 0.13em 0.67em 0.33em #000A00;  /* css3 */
	/* rounded corners */
	-moz-border-radius: 1.4em;  /* firefox */
	-webkit-border-radius: 1.4em;  /* safari & older webkit*/
	-khtml-border-radius: 1.4em;   /* older Konquerer browsers */
	border-radius: 1.4em;    /* opera, chrome, IE9 */
}
/* Center Key Elements */
.centered {
	text-align: center;
	margin: 0 auto;
}
/* HEADINGS and TEXT*/
h1, h2, h3 {
	text-align: center;
	text-shadow: 3px 3px gold;
}
.navTxt {
	font-size: 75%;
}
.alert {
	color: red;
	font-weight: bold;
}
/* LINKS */
a { text-decoration: none; }
a:hover { color: aqua; }
/* NOSCRIPT */
#noSlide {
	height: 350px;
	width: 450px;
	position: relative;
	top: -350px;
	margin: 1em auto 0.5em auto;
}
#noJS {
	width: 450px;
	max-height: 350px;
	border: 2px solid black;
}

