*{
	-moz-box-sizing:border-box;   /* Firefox 1, probably can drop this */
	-webkit-box-sizing:border-box;   /* Safari 3-4, also probably droppable */
	box-sizing:border-box;   /* Everything else */
}
body{
	position:relative;
	margin:0;
	padding:0;
	min-width:300px;
	font-family:Arial,Helvetica,sans-serif;
	background:#eee;
	max-width:1200px;
	margin:0 auto;
}
a:link,
a:visited{
	color:#000;
	font-weight:bold;
}
a:hover,
a:active{
	color:#33c;
	font-weight:bold;
}

header{
	position:relative;
	height:80px;
	background:#fff;
	width:100%;
	border-bottom:#000 solid 1px;
}
#hhflogo{
	position:absolute;
	top:5px;
	left:5px;
	float:left;
	height:100px;
	width:100px;
	background:#fff url(../img/foundation-logo-300x303.png) no-repeat;
	background-size:100%;
	border:#000 solid 1px;
	z-index:100;
	padding-top:15px;
}
#hhfhomelink{
	margin-top:-5px;
	background-color:white;
	text-align:center;
	border:#060 solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
nav{
	margin-left:120px;
}
nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
nav li{
	float:left;
	padding:25px 5px;
}
nav a{
	font-family:Arial,Helvetica,sans-serif;
	color:#060 !important;
	font-weight:bold;
	text-decoration:none;
	padding:8px;
	display:block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
nav a.selected{
	background:#eee;
	color:#000 !important;
}
/*
header,
main,
footer{
	max-width:1000px;
	margin:0 auto;
}
*/

main{
	/*
	position:relative;
	*/
	min-height:500px;
	display:block;
	width:100%;
	padding:10px 0;
	height:auto;
	background:url(../img/season.jpg) repeat-y;
	background-color:#ff9;
	background-size:150%;
}
#hhfgifts{
	background-image:url(../img/winter.jpg);
	background-color:#52A6E4;
}
#hhfapply{
	background-image:url(../img/spring.jpg);
	background-color:#EABBE6;
}
#hhfparticipate{
	background-image:url(../img/fall.jpg);
	background-color:#E27B3D;
}
#hhfcontact{
	background-image:url(../img/summer.jpg);
	background-color:#42B93C;
	background-position:0 -5px;
}
.hhfdiv{
	border:#42B93C solid 2px;
}
#hhfgifts .hhfdiv{
	border-color:#52A6E4;
}
#hhfapply .hhfdiv{
	border-color:#EABBE6;
}
#hhfparticipate .hhfdiv{
	border-color:#E27B3D;
}
#hhfcontact .hhfdiv{
	border-color:#42B93C;
}
.hhfgifts .hhfpageintro,
.hhfgifts .hhfmaincontent,
.hhfgifts .hhfstorymain,
.hhfgifts .hhfstoryside{
	border:#9f9 solid 2px;
}

#splash{
	opacity:0.8;
	background:#fff;
	height:300px;
	/*
	width:90%;
	min-height:300px;
	*/
	margin:10px;
	border:#42B93C solid 2px;
	max-width:900px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#splashlogo{
	height:250px;
	width:250px;
	margin:20px;
	display:block;
	float:left;
	background:transparent url(../img/foundation-logo-300x303.png) no-repeat;
	background-size:100%;
	position:absolute;
}
#splashtext{
	padding:40px;
	font-size:240%;
	float:right;
	margin-left:300px;
	font-family: 'Shadows Into Light Two', cursive;
}
.hhfpagefull,
.hhfpageintro,
.hhfmaincontent,
.hhfstorymain,
.hhfstoryside{
	/*
	opacity:0.8;
	*/
	background:#fff;
	margin:10px 10px 0 10px;
	padding:20px;
	max-width:900px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.hhfpageintro{
}
.hhfmaincontent{
	max-width:900px;
}
.hhfapplyonline{
  padding:0;
}
.hhfstorymain{
	opacity:1.0;
	height:auto;
	max-width:644px;
}
.hhfstoryside{
}
.hhfpagefull p,
.hhfpageintro p,
.hhfpageintro td,
.hhfmaincontent p,
.hhfstorymain p,
.hhfstoryside p{
	margin:0 0 10px 0;
	font-size:85%;
	/*
	margin:10px 20px;
	*/
}
.hhfmediadiv{
}
.hhfstorymedia iframe{
	margin:0 0 -5px 0;
	/*
	width:100%;
	height:100%;
	*/
}
.hhfmedianav{
	width:100%;
	height:24px;
	text-align:center;
	background-color:#333;
	color:#ccc;
	overflow:hidden;
}
.hhfmediabtns{
	margin:0 auto;
}
.hhfmedianav a{
	display:block;
	float:left;
	padding:5px 8px;
	font-size:70%;
	font-weight:bold;
	margin:0 3px;
	color:#fff;
	background-color:#555;
	text-decoration:none;
}
.hhfmedianav a.hhfstorylinkselected{
	background-color:#aaa;
	color:#000;
}
.hhfmedia,
.hhfvideo{
	width:100%;
	height:auto;
	background:#000;
	color:#999;
	/*
	min-height:280px;
	*/
}
.hhfvideo{
	height:280px;
}
.hhfstorytext{
	overflow-y:auto;
	height:300px;
}
.hhfstorytext h4{
	margin:0 0 15px 0;
}
.hhfstorytext ul{
	margin:0;
	padding:0;
}
.hhfstorytext li{
	font-size:80%;
	margin-left:40px;
}
#hhfstory1,
#hhfstory2,
#hhfstory3,
#hhfstory4,
#hhfstory5,
#hhfstory6,
#hhfstory7,
#hhfstory8,
#hhfstory9,
#hhfstory10,
#hhfmedia1,
#hhfmedia2,
#hhfmedia3,
#hhfmedia4,
#hhfmedia5,
#hhfmedia6,
#hhfmedia7,
#hhfmedia8,
#hhfmedia9,
#hhfmedia10{
	display:none;
	overflow:none;
}
.hhfsignature{
	font-style:italic;
}
ul.board{
	list-style-type:circle;
}
ul.board li{
	font-size:85%;
}
footer{
	height:auto;
	text-align:center;
	background-color:#ccc;
	padding-top:5px;
}
footer p{
	font-size:70%;
	color:#333;
	margin:0;
}


@media (min-width:451px) and (max-width:525px) {
#splashtext{
	padding:40px;
	font-size:120% !important;
}
}

/**** TABLET ***/

@media (min-width:451px) and (max-width:768px) {
header{
	height:60px;
	/*
	background:#0f0;
	*/
}
#hhflogo{
	height:80px;
	width:80px;
}
nav{
	margin-left:100px;
}
nav li{
	padding:15px 5px;
}
nav a{
}
.navsm{
	display:none;
}
#splash{
	height:240px;
}
#splashlogo{
	height:200px;
	width:200px;
	margin:10px;
	display:block;
	float:left;
	background:transparent url(../img/foundation-logo-300x303.png) no-repeat;
	background-size:100%;
}
#splashtext{
	padding:40px;
	font-size:150%;
	margin-left:200px;
}
.hhfvideo{
	width:100%;
	/*
	height:280px;
	height:auto;
	*/
}
.hhfstorytext{
	height:auto;
}
}

/**** PHONE ***/

@media (max-width:450px) {
header{
	height:40px;
	/*
	background:#f00;
	*/
}
#hhflogo{
	height:50px;
	width:50px;
	background-size:100%;
}
nav{
	margin-left:55px;
}
nav li{
	padding:5px 3px;
	font-size:70%;
}
nav a{
	font-weight:normal;
}
.navsm{
	display:none;
}
#splash{
	height:300px;
}
#splashlogo{
	/*
	height:150px;
	*/
	width:180px;
	margin:10px auto;
	display:block;
	float:none;
	text-align:center;
	background:transparent url(../img/foundation-logo-300x303.png) no-repeat;
	background-size:100%;
	clear:both;
	position:relative;
}
#splashtext{
	padding:5%;
	width:90%;
	font-size:100%;
	display:block;
	margin-left:0;
}
.hhfvideo{
	width:100%;
}
.hhfstorytext{
	height:auto;
}
}

/* STORIES - SM RES */

@media (min-width:769px) and (max-width:799px) {
.hhfstoryside{
	height:auto;
}
.hhfstorytext{
	height:300px;
}
}

/* STORIES - MED RES */

@media (min-width:769px) and (max-width:899px) {
.hhfpageintro{
	float:none;
}
.hhfstorymain,
.hhfstoryside{
	margin:10px 10px 0 10px;
	float:left;
}
.hhfstorymain{
	width:500px;
}
.hhfstoryside{
	margin-left:0;
	/*
	height:300px;
	*/
	width:29%;
	min-width:220px;
	max-width:390px;
}
}

/* STORIES - LARGE RES */

@media (min-width:900px) {
.hhfpageintro,
.hhfstorymain,
.hhfstoryside{
	float:left;
}
.hhfpageintro{
	/* width:170px; */
}
.hhfstorymain{
	/* margin:10px 10px 0 0; */
	width:500px;
}
.hhfstoryside{
	margin:10px 10px 0 0;
	max-width:390px;
	height:350px;
	width:41%;
	/*
	*/
}
}

/*Jssor*/
.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av{
	background:url(../img/stories/b05.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.jssorb05 div{
	background-position:-7px -7px;
}
.jssorb05 div:hover,
.jssorb05 .av:hover{
	background-position:-37px -7px;
}
.jssorb05 .av{
	background-position:-67px -7px;
}
.jssorb05 .dn,
.jssorb05 .dn:hover{
	background-position:-97px -7px;
}
.jssora12l,
.jssora12r,
.jssora12ldn,
.jssora12rdn{
	position:absolute;
	cursor:pointer;
	display:block;
	background:url(../img/stories/a12.png) no-repeat;
	overflow:hidden;
}
.jssora12l{
	background-position:-16px -37px;
}
.jssora12r{
	background-position:-75px -37px;
}
.jssora12l:hover{
	background-position:-136px -37px;
}
.jssora12r:hover{
	background-position:-195px -37px;
}
.jssora12ldn{
	background-position:-256px -37px;
}
.jssora12rdn{
	background-position:-315px -37px;
}
