* {
	padding: 0;
	margin: 0;
}

a {
	color: #58838C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 13pt;
	line-height: 2em;
	color: #353B3A;
	background: #DAD7C7;
	letter-spacing: 0,25em;
}

body,input {
	font-family: Calibri;
}

p {
	text-align: justify;
}

br.clearfix {
	clear: both;
}

strong {
	color: #455350;
}

h1,h2,h3,h4 {
	letter-spacing: -1px;
	text-transform: uppercase;
	letter-spacing: 0,25em;
	font-family: Calibri;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	margin-bottom: 1.5em;
	color: #455350;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

<!--
IMG { margin-right: 30px; }
-->

img.alignleft {
	margin: 5px 30px 30px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.post {
	overflow: hidden;
	border-bottom: dashed 2px #d7dfdf;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.post-last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content {
	padding: 55px 35px 45px 35px;
	width: 1010px;
	background: #FFF;
	color: #595959;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

#header {
	position: relative;
	background: #FBFBD0;
	width: 1010px;
	color: #A29D9D;
	padding: 35px;
	height: 125px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.15);
}

#footer {
	text-align: center;
	padding: 20px 0 40px 0;
	text-transform: uppercase;
	letter-spacing: 0,25em;
	font-size: 0.75em;
	font-family: Calibri;
	color: #95ADA7;
}

#footer a {
	color: #95ADA7;
}

#logo {
	line-height: 30px;
	top: 2px;
	left: 38px;
	height: 30px;
	position: relative;
}

#logo a {
	color: #242424;
	text-decoration: none;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.075);
	text-transform: uppercase;
	letter-spacing: 0,25em;
}

#logo h1 {
	font-size: 2em;
}

#menu {
	padding: 0 20px 0 15px;
	height: 41px;
	width: 1025px;
	position: absolute;
	background: #FBFBD0;
	margin: 30px 0 0 0;
	line-height: 41px;
	bottom: 0;
	left: 0;
	font-family: Calibri;
}

#menu a {
	font-size: 1em;
	letter-spacing: -1px;
	text-decoration: none;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	text-transform: uppercase;
	color: #A29D9D;
	letter-spacing: 0,25em;
	padding: 3px 3px 3px 5px;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

#menu a:hover {
	background: rgba(0,0,0,0.1);
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
	padding: 0 10px 0 10px;
}

#menu ul li.first {
	padding-left: 0;
}

#page {
	position: relative;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 1080px;
}
#page img.alignleft {
	float:left;
	margin-right:20px;
	margin-left:5px;
	margin-bottom:20px;
	-moz-box-shadow: 5px 5px 2px #DAD7C7;
	-webkit-box-shadow: 5px 5px 2px #DAD7C7;
	box-shadow: 5px 5px 2px #DAD7C7;
}
#page img.alignright {
	float:right;
	margin-left:20px;
	margin-right:5px;
	margin-bottom:20px;
	-moz-box-shadow: 5px 5px 2px #DAD7C7;
	-webkit-box-shadow: 5px 5px 2px #DAD7C7;
	box-shadow: 5px 5px 2px #DAD7C7;
}
#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 20px 0 20px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #c7cfcf;
}

#page ul li.first {
	border-top: 0;
	padding-top: 0;
}

#search input.form-submit {
	background: #FF3867;
	margin-left: 1em;
	border: 0;
	color: #000;
	padding: 5px;
}

#search input.form-text {
	padding: 5px;
	border: solid 1px #C5917E;
}

#splash {
	width: 1030px;
	position: relative;
	padding: 25px;
	background: #FFF;
	margin: 15px 0 15px 0;
	height: 300px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}

#wrapper {
	margin: 15px auto 0 auto;
	width: 1080px;
	position: relative;
}
