/*
	The Little Flower Market

	by: Ben Hays / Eighth Floor Creative
	http://www.eighthfloorcreative.com

	
	Moss Green: #8F9849
	Darker Moss: #4F5328
	Lighter Green: #BCC192
	
*/
body {
	background: #8F9849;
	color: #222;
}
h1, h2, h3, h4, h5, h6 {
	color: #4F5328;
	font-family: Times, "Times New Roman", Georgia, serif;
	text-shadow: 0 1px 0 #eee;
}
h2 {
	font-size: 2.5em;
	margin-bottom: .5em;
}
a {
	color: #4F5328;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #8F9849;
	text-decoration: underline;
}
#wrap {
	background: url(../images/bg_ribbon.png) repeat-x center 240px;
}
#sidebar {
	background: #8F9849;
}
#container {
	margin: 0 auto;
	width: 940px;
}
#header {
	margin-bottom: 1em;
	position: relative;
}
#logo {
	background: url(../images/bg_ribbon.png) repeat-x 247px 90px;
	display: inline;
	float: left;
	height: 170px;
	position: absolute;
	top: 150px;
	width: 940px;
	z-index: 9999;
}
#logo h1 {
	background: url(../images/lfm_ribbon_title.png) no-repeat left center;
	left: 153px;
	height: 40px;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	top: 95px;
	width: 410px;
}
#logo img {
	left: 40px;
	position: absolute;
	top: 15px;
}
#headerimages {
	background: #8F9849;
	padding: 20px;
	position: relative;
}
#headerimages div#slideshow {
	height: 320px;
	overflow: hidden;
	width: 900px;
	box-shadow: 0 0 8px #000;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
}
#controls { 
	background: #8F9849;
	display: none;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1000;
}
#controls span { 
	margin: 0 5px; 
}
#controls a:hover {
	color: #ccc;
}
#nav {
	color: #fff;
	font-family: Times, "Times New Roman", Georgia, serif;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}
#nav li {
	border-bottom: 1px solid #4F5328;
	border-top: 1px solid #BCC192;
}
#nav li:first-child {
	border-top: 0;
}
#nav li:last-child {
	border-bottom: 0;
}
#nav li a {
	color: #fff;
	display: block;
	font-size: 2em;
	font-style: italic;
	padding: 3px 0 3px 15px;
	text-decoration: none;
}
#nav li a:hover {
	background: url(../images/bg_flourish.png) no-repeat 150px center;
	padding-left: 20px;
}
#nav li a.active {
	background: url(../images/bg_flourish.png) no-repeat 150px center;
}
#footer {
	clear: both;
	color: #4F5328;
	margin: 20px 40px 0px 310px;
	text-align: center;
}
#footer a:hover {
	color: #BCC192;
}
.sidecolumn dl {
	background: #DCE2C7;
	border: 1px solid #FFF;
	color: #4F5328;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 1.3em;
	padding: 10px 5px 5px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
}
.sidecolumn dd {
	font-size: 1.4em;
	margin: 0;
}
.sidecolumn {
	background: #BCC192;
	border: 1px solid #4F5328;
	display: inline;
	float: left;
	margin-left: 40px;
	padding: 20px;
	width: 190px;
}
.centercolumn {
	margin-left: 310px;
	margin-right: 40px;
}
.contentsection {
}
.contentsection img {
	border: 1px solid #BCC192;
	padding: 5px;
}
.contentsection label img {
	border: 0;
	padding: 0;
}
.container {
	background: #DCE2C7;
	border: 1px solid #FFF;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 20px;
}
.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.wrap {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.location {
	display: inline;
	float: left;
	margin-right: 25px;
	width: 250px;
}
.map {
	margin-top: 1.5em;
}
.partner {
	clear: right;
	padding-bottom: 10px;
	overflow: auto;
}
.partner img {
	float: right;
}
.partner .info {
	margin-right: 230px;
}
.alignright, .alignleft {
	display: inline;
	margin: 0 1em 1em;
}
.alignright {
	float: right;
	margin-right: 0;
	clear: right;
}
.align-left {
	float: left;
	margin-left: 0;
}
div.last {
	margin-right: 0;
}
form fieldset {
	border: 0;
	padding: 0;
}
input.text, input.text:focus, select, select:focus {
	background: none;
	border: 2px dashed #4F5328;
	border-width: 0 0 2px 0;
	font-size: 1.1em;
	padding: 0;
	text-align: center;
	width: 150px;
}
input#posEmail {
	width: 200px;
}
textarea, textarea:focus {
	background: none;
	border: 2px dashed #4F5328;
	font-family: inherit;
	font-size: 1.1em;
	height: 80px;
	width: 480px;
}
input.text:focus, textarea:focus {
	background: #BCC192;
}
select, select:focus {
	text-align: left;
	width: auto;
}
.hide {
	display: none;
}
form input.invalid, form select.invalid {
	background: #9a3337;
}
div.errorcontainer label {
	background: inherit;
	color: #9a3337;
	display: block;
}
img, div, input { behavior: url(/js/iepngfix.htc); }
