body {
	background-color: #9a8b7d;
	margin: 0em;
	padding: 0em;
	position: relative;
	top: 0em;
	left: 0em;
}
.container {
	position: relative;
	top: 0em;
	left: 0em;
	margin: 0em auto;
	width: 75em; /* 1200px */
}
.clear {
	clear: both;
}
a:active,
a:focus {
	outline: none;
}

header {
	position: relative;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 10.625em; /* 170px */
	background-color: #ee145b;
	background-image: url(../img/header-bg-pink.png);
	background-repeat: repeat-x;
	background-position: top;
}
header img.logo {
	margin-top: 3.125em; /* 50px */
	width: 18.875em;
	height: auto;
	max-width: 90%;
}

nav {
	position: absolute;
	top: 0em;
	right: 0em;
	width: 21.875em; /* 350px */

}

section.main {
	margin: 0em;
	padding: 0.0625em 0em;
	position: relative;
	top: 0em;
	left: 0em;
	width: 100%;
	background-color: #c7b29a;
	background-image: url(../img/content-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
article.content {
	width: 50em;
	min-height: 35.5em; /* 568px */
	padding: 0em 3.0625em 2em 0em;
	margin: 0em 21.9375em 4em 0em;
	border-right: thin solid white;
}

footer {
	margin: 0em;
	padding: 0em;

}

footer div.contact {
	background-color: #e3dbd3;
}
footer div.contact .container {
	height: 3.125em;
}
footer .contact .widget_container {
	display: inline-block;
	width: 33%;
	text-align: center;
	padding-top: 0.5em;
}
footer .contact .widget_container img {
	vertical-align: text-bottom;
}
footer .contact .widget_container span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.375em;
	color: #9a8b7d;
	padding-left: 1ex;

}
footer .contact .widget_container a {
	font-weight: normal;
	color: #9a8b7d;
	font-size: 1em;
}

div.widget_container_copyright {
	margin-top: 1.5em;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.6em;
}
div.widget_container_copyright img {
	vertical-align: middle;
}

header a,
footer a {
	border: none;
}

/*
NAVIGATION
*/
nav ul {
	margin: 3.5em 0em 0em -0.5em;
	padding: 0em;

}
nav ul li {
	margin: 0em;
	padding: 0em;
	list-style: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0em 0.75em;
}
nav ul li.current,
nav ul li.active {
	background-image: url(../img/bullet-nav.png);
}
nav ul li a {
	display: block;
	padding: 0.25em 0em 0.25em 3.625em;
	text-decoration: none;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	border: none;
}
nav ul ul {
	margin: 0em;
}
nav ul ul li.current,
nav ul ul li.active {
	background-image: none;
}
nav ul li.current ul a,
nav ul li.active ul a,
nav ul ul li a {
	padding-left: 6.25em;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;
}
nav ul li.current a,
nav ul li.active a,
nav ul li a:hover,
nav ul ul li.current a,
nav ul ul li.active a,
nav ul ul li a:hover {
	font-weight: bold;
}

/*
GENFORM
*/

form#action_form {
	border-bottom: 1px solid white;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form#action_form table,
form.genform table {
	width: 100%;
	border-collapse: collapse;
}
form#action_form th,
form.genform th {
	text-align: left;
	width: 27%;
	padding-left: 1em;
}
form#action_form td,
form.genform td {
	padding: 0.5em;
}
form#action_form th,
form.genform label {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
}
form#action_form input,
form#action_form textarea {
	width: 30em;
}
form#action_form input,
form#action_form textarea,
form.genform input,
form.genform textarea {
	padding: 0.5em 1em;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	border-radius: 1ex;
	background-color: #e3dbd3;
	border: thin solid white;
	transition: background-color 0.5s;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
form#action_form input.button:hover,
form#action_form input.button:focus,
form.genform input.submit:hover,
form.genform input.submit:focus {
	background-color: #8a0435;
}
form#action_form input.button,
form.genform input.submit {
	width: auto;
	background-color: #ee145b;
	border: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	color: white;
}
form#action_form input:hover,
form#action_form textarea:hover,
form#action_form input:focus,
form#action_form textarea:focus,
form.genform input:hover,
form.genform textarea:hover,
form.genform input:focus,
form.genform textarea:focus {
	background-color: white;
	outline: none;
}
/*
form#action_form tr:nth-child(odd),
form.genform tr:nth-child(odd) {
	background-color: #c7b29a;
}
form#action_form tr:last-child,
form.genform tr:last-child {
	background-color: transparent;
}
*/
.warning,
.required {
	color: #ee145b;
}

/*
GUESTBOOK
*/

.comments .date {
	display: inline;
	font-style: italic;
}
.comments div.author {
	padding-left: 1em;
	display: inline;
	font-style: italic;
	font-weight: bold;
}
.comments .comment {
	border-bottom: 1px solid white;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
