@charset "UTF-8";
body {
	background-color:#E8E4E2;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
}
#container {
	width:960px;
	position:relative;
	margin:0 auto;
}
header {
	position:relative;
	height:150px;
	background: #726658 url(../../assets/images/logo.png) no-repeat;
	border-radius:20px 20px 0 0;
}
#container header nav {
	display: block;
	background: /*#3AB8DE*/rgba(58, 184, 222, 0.75);
	position:relative;
	top: 115px;
}
header nav ul {
	position:relative;
	width:800px;
	height:35px;
	margin:0 auto;
 background: /*#3AB8DE*//*rgba(58, 184, 222, 0.44);*/;
	left:30px;
	padding-bottom:10px;
}
header nav ul li {
	display:block;
	float:left;
	position:relative;
	width:100px;
	text-align:center;
	text-transform: uppercase;
	border-right:#E4DFDB solid medium;
	color:#fff;
}
header nav ul li:last-child {
	border-right:none;
}
header nav ul li a {
	display:block;
	text-decoration:none;
	padding:10px;
	color:#fff;
}
header nav ul li a:hover, header nav ul li a.active {
	background-color:#fff;
	color:#000;
	height:25px;
}
section {
	min-height:400px;
	height:100%;
	position:relative;
	top:10px;
	clear:both;
}
section article {
	position:relative;
	width:60%;
	float:left;
	background-color:rgba(0,0,0,0.1);
	top:10px;
	margin-top:10px;
	padding:0 20px;
	border-radius:20px 0 0 0;
}
section article h1 {
	border-bottom: medium solid #000;
	font-style:italic;
	font-size:2em;
}
section aside {
	position:relative;
	width:30%;
	height:/*300px*/100%;
	float:right;
	clear:none;
	top:10px;
	background-color:#333;
	border-top-right-radius:20px;
}
footer {
	position:relative;
	clear:both;
	background: #726658;
	border-radius:0 20px;
	color:#fff;
}
footer ul {
	position:relative;
	width:600px;
	height:35px;
	list-style-type:circle;
}
footer ul li {
	display:block;
	float:left;
	position:relative;
	text-align:center;
	padding-top: 5px;
	font-variant:small-caps;
}
.hidden {
	display:none;
}
aside h1 {
	color:#fff;
}
#friends li{
	padding:10px;
	}
#friends li a,aside a {
	text-decoration:none;
	color:#fff;
}
/*Start Contact Form Styling*/
form {
	position: relative;
	width: 500px;
	padding-right: 100px;
	padding-left: 100px;
	overflow:hidden;
	height:400px;
}
form label {
	position: relative;
	display: block;
	text-align: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
form input {
	position: relative;
	display: block;
	text-align: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
	right: 140px;
	bottom:18px;
}
form input:focus, form textarea:focus {
	background-color:#09C;
}
form textarea {
	position: relative;
	display: block;
	text-align: left;
	width: 200px;
	min-width:200px;
	height:100px;
	min-height:100px;
	max-height:200px;
	max-width:400px;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
	right: 140px;
	bottom:18px;
	overflow:hidden;
}
form #submit {
	position: relative;
	width: 60px;
}
.errFld {
	border: 1px solid #F00;
}
.errMsg {
	color: #C33;
}
/*End Contact Form Styling*/
