/* @override http://www.ethanhw.com/avocado/wordpress/wp-content/themes/fertile_fields/style.css */

body {
	margin: 0;
	padding: 0;
	background-color: #924c3f;
}

img {
	border: none;
}

a img {
	border: none;
}

#container {
	margin: 38px auto 0;
	width: 751px;
}

div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	height: 55px;
	overflow: hidden;
}

div#nav li {
	list-style-type: none;
	float: left;
}

.pad {
	padding-left: 20px;
}

#body {
	background-color: #f3e5c8;
	width: 731px;
	padding: 10px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

a {
	font-weight: bold;
	color: #27205c;
	border-bottom: 0px dotted #27205c;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#contact {
	background-color: #f3e5c8;
	width: 731px;
	padding: 10px;
	color: #0f624e;
	text-align: center;
	font-size: 13px;
}

#credit {
	width: 731px;
	padding: 10px;
	margin-bottom: 10px;
}

#credit p {
	color: #f3e5c8;
	text-align: center;
	font-size: 10px;
}
#left {
	margin: 0;
	padding: 0 9px 0 0;
	float: left;
	width: 440px;
	border-right: 1px solid #924c3f;
	color: #924c3f;
}

#right {
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
	width: 270px;
	color: #0f624e;
}

h1 {
	padding: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	font-family: Geneva, sans-serif;
}

h2 {
	margin: 0;
	padding: 10px 0 5px;
	font-family: Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

h3 {
	margin: 0;
	padding: 5px 0 0;
	font-family: Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0 0 10px;
	text-align: justify;
	line-height: 1.25;
}

ul {
	margin: 0;
	padding: 0 0 0 25px;
	color: #924c3f;
	text-align: justify;
}

li {
	margin: 0;
	padding: 0;
	list-style: circle;
}

#contact_info {
	text-align: center;
}

#shares {
	color: #924c3f;
	font-size: 11px;
    border: none;
	padding: 0;
    margin-bottom: 10px;
    border-collapse: collapse;
}

#shares .title {
	font-weight: bold;
	text-transform: uppercase;
}

#map {
	margin: 0;
	padding: 0 0 3px;
}



/* @group clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* @end */
