/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
header {
	margin-top: 30px;
	margin-bottom: 12px;
}

header div.logo {
	width: 561px;
	float: left;
}

header nav {
	overflow: hidden;
}

header nav ul {
	margin: 0;
	padding: 0;
}

header nav ul li {
	float: right;
	margin-top: 46px;
	margin-left: 8px;
}

div#content div.homepage-columns {
	margin-top: 20px;
	text-align: justify;
}

div#content.home {
	margin-bottom: 40px;
	font-size: 12px;
}

div#content div.homepage-columns h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	background-color: #f15c22;
	color: #FFF;
	padding: 5px;
	padding-right: 10px;
	margin: 0;
	text-align: right;
	line-height: normal;
	margin-bottom: 12px;
}

footer {
	overflow: hidden;
	margin-top: 4px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	float: left;
	margin-right: 20px;
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

footer li a,
footer li a:visited {
	text-decoration: none;
	color: #7f7f7f;
}

footer li a:hover {
	color: #000;
}

/*****
Contact Page
******/
div#content.contact {
	background-image: url(../images/contact-background.jpg);
	height: 562px;
	background-repeat: repeat-x;
}

div#content.contact div.content-box {
	margin-top: 88px;
	width: 686px;
	height: 424px;
	background-color: #f15c22;
}

div#content.contact input[type=text],
div#content.contact textarea {
	background-color: #fbcdbb;
	padding: 8px;
	border: 1px solid #fbcdbb;
	width: 304px;
}

div#content.contact textarea {
	height: 80px;
}

div#content.contact div.content-box div.form {
	margin-left: 40px;
	margin-top: 100px;
	margin-bottom: 5px;
}

div#content.contact div.content-box div.row {
	margin: 0;
	padding: 0;
}

div#content.contact div.content-box div.contact-info {
	color: #FFF;
	margin-left: 40px;
	font-size: 11px;
	letter-spacing: 2px;
}

div#content.contact div.content-box div.row.submit {
	display: block;
	margin-top: 10px;
}

div#content.contact div.content-box div.row.submit div.button-wrapper {
	float: left;
	width: 322px;
	text-align: right;
}

div#content.contact div.content-box div.row.submit div.sent {
	float: left;
	width: 314px;
	color: #FFF;
	text-align: center;
	margin-top: 13px;
	text-transform: uppercase;
}

/*************
Profile
*************/

div#content.profile {
	background-image: url(../images/profile-background.jpg);
	height: 591px;
}

div#content.profile div.content-box {
	margin-top: 88px;
	width: 656px;
	height: 444px;
	background-color: #f15c22;
	padding: 10px 20px 0 40px;
	color: #FFF;
}

div#content.profile div.content-box ul {
	margin: 0;
	padding-left: 40px;
}

div#content.profile div.content-box ul li {
	margin: 0;
	padding: 0;
}

div#content.profile div.content-box h2 {
	margin-left: 40px;
}

/*************
About
*************/

div#content.about {
	background-image: url(../images/about-background.jpg);
	height: 489px;
}

div#content h1,
div#content h2 {
	font-size: 18px;
}

div#content.about div.content-box {
	margin-top: 88px;
	width: 656px;
	height: 363px;
	background-color: #f15c22;
	padding: 10px 20px 0 40px;
	color: #FFF;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/