/* CLEARFIX */

.clearfix
{
	display: inline-block;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* CSS */

body
{
	color: #1a1a1a;
	font-family: "Gill Sans", Arial, sans-serif;
	background: #f5f5f5;
}

#body
{
	border-top: 3px solid #f4ff00;
}

#master_container
{
    width:1080px;
    margin: 0px auto;
    padding-left:20px;
    padding-right:20px;
    }

#container
{
	width: 1022px;
	
}

/* MASTHEAD */

#masthead
{
	width: 100%;
	padding-top: 48px;
	position: relative;
}

#logo
{
	position: relative;
	left: 0px;
	width: 159px;
}

#logo a
{
	display: block;
	height: 46px;
	background: url(/_images/logo.png) no-repeat;
}

#logo a span
{
	position: absolute;
	left: -99999px;
}

/* NAV */

#nav
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	list-style-type: none;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}

#nav li
{
	float: left;
	border-right: 1px solid #1a1a1a;
	position: relative;
	padding: 22px 10px 0px 30px;
	line-height: 1;
}

#nav li a
{
	color: #1a1a1a;
	text-decoration: none;
}

#nav li a:hover
{
	color: #666666;
}

/* MIDDLE */

#middle_outer
{
	padding-top: 90px;
	margin-left:82px;
}

#middle
{
	
}

.image_with_caption
{
	position: relative;
}

.image_with_caption .caption
{
	position: absolute;
	bottom: -8px;
	left: -8px;
	background: #FBED20;
	padding: 8px;
}

/* CONTENT */

h2.heading
{
	position: relative;
	height: 40px;
	margin-bottom: 15px;
}

h2.heading span
{
	font-size: 24px;
	line-height: 24px;
	padding: 8px 10px;
	text-transform: uppercase;
	background: #FBED20;
	padding: 8px;
	display: block;
	position: absolute;
	left: -10px;
}

/* FOOTER */

#footer
{
	width: 100%;
	overflow: hidden;
	padding: 40px 0px;
}

#footer li
{
	float: left;
	margin-right: 4px;
	width: 24px;
}

#footer li a
{
	display: block;
	height: 24px;
	background: url(/_images/footer-icon-twitter.png) no-repeat;
}

#footer li a span
{
	position: absolute;
	left: -99999px;
}

#footer .facebook a
{
	background-image: url(/_images/footer-icon-facebook.png);
}

#footer .email a
{
	background-image: url(/_images/footer-icon-email.png);
}

#footer .vimeo a
{
	background-image: url(/_images/footer-icon-vimeo.png);
}

/* OVERLAY */

#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(102,102,102,0.8);
	display: none;
}

#login_form
{
	width: 350px;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 100px;
}

#login_form a
{
	color: #FFFFFF;
}

#login_form a:hover
{
	text-decoration: none;
}

#login_form_prompt
{
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 20px;
}

#login_form .password input
{
	width: 342px;
	padding: 4px;
	font-family: "Gill Sans", Arial, sans-serif;
	color: #666666;
	font-size: 16px;
	border: 0px;
	outline: 0px;
}

#login_form .submit
{
	text-align: right;
	padding: 8px 0px 20px;
}

#login_form .submit input
{
	border: 0px;
	background: transparent;
	text-align: right;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 16px;
	cursor: pointer;
}

