.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

html, #body .frame {
	background: #FFF;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin: 0 0 0 0;
	padding: 0;
}

a, .link {
	text-decoration: none;
	color: #B3034E;
	cursor: pointer;
	outline: none;
}

a:hover, .link:hover, .link.hover {
	text-decoration: underline;
	color: #E5AA21;
}

a:focus {
	outline-style: none;
}

/* Resetting */
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0;
}

.frame {
	margin: 0 auto;
	padding: 65px 10px 10px;
}

.image {
	display: block;
}

.paragraph {
	line-height: 22px;
}

.section {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #CACACA;
}

.section .header_section {
	font-weight: 200;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.section .header_section strong {
	font-weight: 400;
}

.section .header {
	margin: 0 0 20px 0;
	font-size: 28px;
}

.section_background {
	padding: 10px 0 20px 0;
	background: #E31937;
	color: #FFF;
	position: relative;
	overflow: hidden;
}

.section_background .header_background {
	position: absolute;
	top: 0;
	font-size: 40px;
	line-height: 20px;
	color: #DB122A;
	text-transform: uppercase;
}

/* apply a natural box layout model to all elements */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header {
	position: fixed;
	top: 0px;
	left: 0;
	font-size: 18px;
	z-index: 110; /* background: rgba(170, 0, 43, 0.9); */
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	display: block;
	visibility: visible;
}

#header.top-sticky {
	position: fixed;
	top: 0px;
}

#header .frame {
	position: relative;
}

#header .frame {
	padding: 0 10px;
}

#footer {
	background: #000;
	color: #9A9A9A;
}

#footer .header {
	margin: 0 0 15px 0;
	color: #FFF;
}

#footer .frame {
	padding-top: 50px;
}

#footer a {
	color: #FFF;
}

#footer .header .emphasis {
	font-weight: bold;
}

#footer .vcard {
	margin: 0 0 15px 0;
}

#footer .sites li {
	margin: 0 0 5px 0;
}

#footer .column {
	margin: 0 0 20px 0;
}

#logo {
	float: left;
}

#logo {
	background: url('/ui/images/header_logo_red.png') no-repeat 0 0;
	height: 20px;
	width: 98px;
	margin: 15px 0 0 0;
}

#logo:hover {
	background: url('/ui/images/header_logo.png') no-repeat 0 0;
}

#logo span {
	display: none;
}

#nav {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
}

#nav_icon {
	position: absolute;
	right: 0px;
	font-size: 22px;
	color: #FFF;
	padding: 0 15px 0 30px;
	cursor: pointer;
}

#nav .links {
	display: none;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: rgba(255, 0, 0, 0.9);
}

@media screen and (max-width: 799px) {
	#nav .links {
		padding: 0 0 10px 0;
		background: rgba(0, 0, 0, 0.8);
		width: 170px;
		position: absolute;
		top: 45px;
		right: 0px;
	}

	#nav .links a {
		display: block;
		padding: 0 0 0 20px;
	}
}

/*
 * iPhone 4 is 320 width portrait  
 * iPhone 5 is 320 width portrait  
 */
@media screen and (min-width: 321px) {
	.section_background .header_background {
		font-size: 60px;
		line-height: 30px;
	}
}

/*
 * iPhone 3.5 inch is 480 width landscape  
 */
@media screen and (min-width: 480px) {

	.paragraph {
		line-height: 22px;
	}

	.section .header_section {
		font-size: 20px;
	}

	.section_background .header_background {
		font-size: 80px;
		line-height: 50px;
	}

}

/*
 * iPhone 4 inch is 568px width landscape  
 */
@media screen and (min-width: 568px) {

	.section_background .header_background {
		font-size: 100px;
		line-height: 50px;
	}

	body {
		font-size: 18px;
	}

	.paragraph {
		line-height: 26px;
	}

	.section .header_section {
		font-size: 26px;
	}

	.section_background {
		padding: 20px 0 40px 0;
	}

	#footer {
	}

	#footer #footer_contact {
		width: 30%;
		margin: 0 100px 0 0;
		padding: 0 0 150px 0;
		border-right: 1px solid #363636;
	}

	#footer .column {
		width: 25%;
		float: left;
	}
}

/*
 * iPad 4    is 768px width portrait
 * iPad Mini is 768px width portrait  
 */
@media screen and (min-width: 800px) {

	#nav_icon {
		display: none;
	}

	#nav .links {
		display: block;
	}

	#nav a {
		margin: 0 0 0 25px;
	}

	.section .header_section {
		font-size: 36px;
	}

	.section_background .header_background {
		font-size: 120px;
		line-height: 60px;
	}
}

/*
 * iPad 4    is 1024px width landscape 
 * iPad Mini is 1024px width landscape
 */
@media screen and (min-width: 1024px) {
	.frame {
		width: 980px;
	}

	.section {
		margin: 0 0 40px 0;
		padding: 0 0 30px 0;
	}

	.section .header_section {
		font-size: 46px;
	}

	.section_background {
		padding: 30px 0 50px 0;
	}

	.section_background .header_background {
		font-size: 130px;
		line-height: 70px;
	}

}

.entry-meta {
	margin-bottom: 15px;
}

/* hide blog for now */
#nav .links a[href="/blog/"] {
	display: none;
}