@charset "utf-8";
/* Week 4 Stylesheet */

body {
	margin: 25px 0;
	background: #edf2ee url(../images/week4.png) repeat-x fixed;
	color: #402e24;
	font: normal small Arial, Helvetica, sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px 0;
	background-color: transparent;
	color: #ab7f1b;
	font: normal 100% 'Abril Fatface', cursive;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
h1 {
	padding-left: 5px;
	font-size: 400%;
}
h2 {
	font-size: 320%;
}
h3 {
	margin-left: -5px;
	padding: 1px 7px;
	background-color: #f2f5f1;
	color: #106476;
	font-size: 180%;
	text-shadow: none;
}
p {
	margin: 0 0 10px 0;
}
ol, ul {
	margin: 0 0 10px 30px;
	padding: 0;
}
li {
	margin-bottom: 7px;
}
a {
	background-color: transparent;
	color: #586425;
	text-decoration: none;
}
a:hover {
	color: #80672e;
}
.clearall {
	visibility: hidden;
	clear: both; 
}
#wrapper {
	width: 958px;
	margin: 0 auto;
	border: 2px solid #ab7f1b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	color: inherit;
	-moz-box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.1);
	text-align: left;	
}
header {
	margin: 1px 1px 0 1px;
	padding: 10px 0 0 10px;
	border: 2px solid #2b979a;
	border-width: 2px 2px 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
nav {
	min-height: 30px;
	margin: 0 -3px 0 -13px;
	padding: 0;
	background-color: #64713d;
	color: #ffffff;
}
nav ul {
	margin: 0;
}
nav li {
	margin: 0 20px;
	list-style: none;
	float: left;
}
nav a {
	background-color: transparent;
	color: #ffffff;
	line-height: 30px;
	display: block;
}
nav a:hover {
	color: #ede9db;
}
section {
	margin: 0 1px;
	padding: 0 0 0 10px;
	border: 2px solid #2b979a;
	border-width: 0 2px;
	background-color: #ffffff;
	color: inherit;
}
article {
	width: 66%;
	padding: 10px 1% 10px 1%;
	float: left;
}
aside {
	width: 31%;
	min-height: 800px;
	margin-left: 1%;
	float: left;
	background: transparent url(../images/week4-side.png) repeat-y 15px 0;
}
aside h3 {
	margin-top: 20px;
	padding-left: 13px;
	background-color: rgba(71,136,61,0.1);
}
aside p {
	margin-left: 60px;
	margin-right: 10px;
	font-size: 90%;
}
aside ul {
	margin-left: 70px;
	margin-right: 10px;
	font-size: 90%;
	list-style:image;
	list-style-image:url(../images/bullet4.png);
}
footer {
	margin: 0 1px 1px 1px;
	border: 2px solid #2b979a;
	border-width: 0 2px 2px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
footer p {
	margin: 0 -3px 12px -3px;
	padding: 7px 0 7px 10px;
	background-color: #64713d;
	color: #ffffff;
}
#home-page article h3,
#facilities-page article h3 {
	clear: both;
}
/* Note: the next two styles are a quick fix for this assignment. I know this is bad practice.
	 Normally I would use JS to set the article and aside heights to match */
#directions-page aside {
	min-height: 805px;
}
#facilities-page aside {
	min-height: 1008px;
}
#directions-page aside {
	min-height: 805px;
}
#directions-page .gmap {
	border: 1px solid #ab7f1b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#directions-page iframe {
	width: 100%;
	border: none;
}
#video {
	width: 250px;
	margin-top: 3px;
	margin-left: 10px;
	float: right;
}
#weather {
	width: 160px;
	margin-left: 10px;
	float: right;
}
img.bordered {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #ab7f1b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: left;
}