@charset "UTF-8";
#masthead {
	background-image: url(images/header1.png);
	height: 100px;
}
#masthead h1 {
	font-size: xx-large;
	font-family: 'Keania One', cursive;
	line-height: 100px;
	color: #351D18;
	margin-left: 240px;
}
#innerwrap {
}
#container {
	margin: 20px;
}
#innerwrap:after {
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
nav {
	height: 35px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
}
nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	line-height: 35px;
	text-align: center;
	display: block;
	color: #eddcc2;
	font-size: 14px;
	height: 35px;
	width: 160px;
}
nav ul li a {
	color: #EDDCC2;
	text-decoration: none;
	display: block;
}
nav ul li a:hover {
	color: #FFFFFF;
	background-color: #917567;
}
#masthead figure img{
	float: left;
	margin: 0px;
	padding: 0px;
}
#main {
	float: left;
	width: 600px;
	margin-left: 20px;
}
body {
	background-color: #cfb794;
}
#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #eddcc2;
}
.clearleft {
	clear: left;
}
#main h2, #container h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #351D1A;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.25em;
}
#siteinfo {
	clear: both;
	background-color: #351D1A;
	height: 35px;
	margin-bottom: 20px;
	line-height: 35px;
	text-align: center;
	color: #EDDCC2;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .75em;
}
#sidebar p {
	margin: 20px;
}
#main p, #container p   {
	margin-bottom: 10px;
	line-height: 1.25em;
	padding-top: 10px;
}
#sidebar {
	float: right;
	width: 320px;
	background-color: #e9d0a8;	
}
#sidebar h2 {
	font-family: "MS Serif", "New York", serif;
	text-align: center;
	display: block;
	font-size: xx-large;
	color: #A9813B;
	margin-bottom: 0px;
	line-height: 48px;
	font-style: italic;
	padding: 20px;
}
#sidebar figure {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
}
#sidebar h3  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #351D1A;
	margin: 20px;
}
#main figure {
	margin: 0px;
	padding: 0px;
}
body#home .nav-home, body#about .nav-about, body#service .nav-service, body#event .nav-event, body#service .nav-service, body#contact .nav-contact {
	background-color:#351D19;
	color:#EDDCC2;
}
#contactform {
	background: #E9D0A8;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	width: 400px;
	border: solid #351D19 2px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
#contactform input, textarea {margin-top: 10px;
				 display: block; 
}
#contactform legend {
	color: #A9813B;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#contactform label {
	font-size: 14px;
	float: left;
	width: 110px;
	margin-right: 60px;
	margin-top: 10px;
	color: #351D19;
	font-weight: bold;
}
#contactform label[for=institution],#contactform label[for=year] {
	width: 325px;
}
#contactform fieldset {
	border: thin dotted #907466;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
}
label #institution, #year {
	width: 325px;
}
#container figure {
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#container figcaption {
	font-size: small;
	font-style: italic;
	text-align: center;
}
#container h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A9813B;
}
#imgright img {
	display: block;
	float: right;
	padding-left: 20px;
}
.submitform {
	font-size: x-small;
	color: #351D18;
}
