* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body {
	font:100%/150% Arial, Helvetica, sans-serif;
	width:960px;
	margin:0 auto;
	background:url(../images/background.png); /* Ticks From Subtle Patterns */
}

header, .content, footer {
	overflow:hidden;
	/*background:white;*/
	background:#f5e3df;
}

header {
	height:125px;
	padding:0 20px;
/*	background: #a3532a; /* Old browsers */
/*	background: -moz-linear-gradient(left, hsl(20,59%,40%) 0%, hsl(30,100%,85%) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsl(20,59%,40%)), color-stop(100%,hsl(30,100%,85%))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(left, hsl(20,59%,40%) 0%,hsl(30,100%,85%) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(left, hsl(20,59%,40%) 0%,hsl(30,100%,85%) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(left, hsl(20,59%,40%) 0%,hsl(30,100%,85%) 100%); /* IE10+ */
/*	background: linear-gradient(to right, hsl(20,59%,40%) 0%,hsl(30,100%,85%) 100%); /* W3C */
}

header h1 {
	display:inline-block;
}

header h1 a {
	display:inline-block;
	text-decoration:none;
	line-height:125px;
	width:114px;
	background:url(../images/logo_small.png);
	text-indent:-9999px;
	vertical-align:bottom;
}

header nav {
	display:inline-block;
	vertical-align:text-bottom;
}

header nav ul {
	text-align:center;
	list-style:none;
}

header nav ul li {
	display:inline-block;
}

header nav ul li a {
	display:inline-block;
	color:hsl(27,75%,29%);
	text-decoration:none;
	line-height:3em;
	padding:0 2em;
}

header nav ul li a:hover {
	background:hsla(13,36%,78%,0.5);
}

header nav ul li a.selected {
	background:hsla(13,36%,78%,0.5);
}

.content {
	overflow:hidden;
	padding:20px;
}
/*
.slider {
	height:300px;
	width:920px;
	border:1px solid black;
	margin:0 auto 20px;
	position:relative;
	background:url(../images/slider01.jpg);
	background-size:1000px 665px;
	background-position:left center;
}

.content .slider h2 {
	color:#f5e3df;
	position:absolute;
	left:40px;
	top:25px;
}

.slider .left-arrow, .slider .right-arrow {
	position:absolute;
	top:50%;
	text-decoration:none;
	border:1px solid white;
	background:white;
	display:inline-block;
	text-align:center;
	width:25px;
	height:25px;
	border-radius:80px;
}

.slider .left-arrow {
	left:10px;
}

.slider .right-arrow {
	right:10px;
}
*/
.col1of2 {
	float:left;
	width:460px; /* 460px / 940px */
}

.col2of2 {
	margin-left:480px; /* 480px / 940px */
	width:460px; /* 460px / 940px */
}

.index .col2of2 {
	text-align:right;
	padding:0 20px 0 0;
}

.content nav {
	width:140px;
	float:left;
}

.content nav ul {
	list-style:none;
}

.content nav ul li a {
	color:hsl(27,75%,29%);
	text-decoration:none;
}

.content nav ul li a:hover {
	text-decoration:underline;
}

.content nav ul li a.selected {
	font-weight:bold;
	text-decoration:underline;
}

.col1of1 {
	width:760px;
	margin-left:160px;
}

.content h2 {
	margin-bottom:20px;
	color:hsl(13,44%,25%);
}

.content h3 {
	color:hsl(13,37%,44%);
}

.content p {
	margin:10px 0 20px;
}

.content a {
	color:hsl(27,75%,29%);
}

p + a {
	display:block;
	margin:-20px 0 20px;
}

.col1of2 {
	width:360px;
	float:left;
}

.col2of2 {
	margin-left:360px;
	width:580px;
}

form {
	width:360px;
}

form legend {
	font-size:1.5em;
	margin-left:20px;
}

form p {
	padding-left:20px;
}

form label {
	display:block;
}

form input[type="text"], form input[type="email"], form textarea {
	width:50%;
}

form input[type="submit"] {
	width:50%;
	display:block;
	margin:10px auto;
	background:gray;
	border-radius:0;
	color:white;
}

footer {
	padding:20px 20px;
}

footer .footer-nav {
	float:left;
	text-align:center;
	list-style:none;
}

footer .footer-nav li {
	display:inline-block;
}

footer .footer-nav li a {
	text-decoration:none;
	color:hsl(27,75%,29%);
}

footer .social-media {
	float:right;
	text-align:center;
	list-style:none;
}

footer .social-media li {
	display:inline-block;
}

footer .social-media li a {
	display:inline-block;
	text-decoration:none;
	text-indent:-9999px;
	width:32px;
	height:32px;
}

#facebook {
	background:url(../images/facebook.png);
}

#google {
	background:url(../images/google-plus.png);
}

#twitter {
	background:url(../images/twitter.png);
}

#yelp {
	background:url(../images/yelp.png);
}

#foursquare {
	background:url(../images/foursquare.png);
}

.right {
	float:right;
}

.left {
	float:left;
}