html, body
{
	height: 100%;
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	display: block;
	
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-color: #333;
	
	background-color: #49aaa3;
}

h1, h2, h3, h4, h5
{
	margin: 0;
}

hr
{
	border: 1px;
	height: 1px;
	
	color: #49aaa3;
	background-color: #49aaa3;	
}

a:link		{	text-decoration: none; color: #333;	}
a:visited	{	text-decoration: none; color: #333;	}
a:active	{	text-decoration: none; color: #333;	}
a:hover		{	text-decoration: none; color: #49aaa3; cursor: pointer;	}


#splash
{
	position: fixed;
	z-index: 1;
	
	height: 100%;
	width: 100%;
	
	top: 0;
	left: 0;
	
	background-image: url('splash.gif');
	background-position: 3px top;
	background-repeat: no-repeat;
}

#wrapper
{
	position: absolute;
	z-index: 10;
	
	top: 50px;
	left: 50px;
	
	width: 1024px;
}

#brand
{
	height: 125px;
	width: 456px;
	
	background-image: url('hf_brand.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#brand a
{
	display: block;
	
	height: 125px;
	width: 456px;
}

.corner_top_left
{
	height: 8px;
	
	margin: 0 8px 0 0;
	
	background-image: url('corners_trans.gif');
}

.corner_top_right
{
	height: 8px;
	
	margin: -8px 0 0 8px;
	
	background-image: url('corners_trans.gif');
	background-position: 100% 0;
}

.corner_bottom_left
{
	height: 8px;
	
	margin: 0 8px 0 0;
	
	background-image: url('corners_trans.gif');
	background-position: 0 -8px
}

.corner_bottom_right
{
	height: 8px;
	
	margin: -8px 0 0 8px;
	
	background-image: url('corners_trans.gif');
	background-position: 100% 8px
}

.content
{
	padding: 10px 20px 10px 20px;
	
	background-color: #fff;
}


.blogPost
{
	float: left; clear: left; width: 500px; margin: 25px 0 0 32px;
}

.blogPost a:link		{	text-decoration: underline; color: #333;	}
.blogPost a:visited		{	text-decoration: underline; color: #333;	}
.blogPost a:active		{	text-decoration: underline; color: #333;	}
.blogPost a:hover		{	text-decoration: underline; color: #49aaa3; cursor: pointer;	}





.followList
{
	padding: 0;
}


.followList a.socialSite.iconFacebook 
{
	background-position: -28px 0;
}

.followList a.socialSite.iconTwitter 
{
	background-position: 0 0;
}

.followList a.socialSite.iconTumblr 
{
	background-position: -98px 0;
}

.followList a.socialSite 
{
	list-style-type: none;
	background-image: url('social.jpg');
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.followList li
{
	display: block;
	margin: 0 0 5px 0;
}


#copyright
{
	float: left;
	
	clear: left; 
	
	height: 100px; 
	
	margin: 25px 0 0 40px; 
	
	font-size: 11px;	
}

#copyright a:link		{	text-decoration: underline; color: #000;	}
#copyright a:visited	{	text-decoration: underline; color: #000;	}
#copyright a:active		{	text-decoration: underline; color: #000;	}
#copyright a:hover		{	text-decoration: underline; color: #fff; cursor: pointer;	}
