/* Style sheet for greenstringfarm.com */

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #dbe6bb;
   	font-size: 13px;
   	width: 100%;
}
a img {
	border:none;
}

/* banner */
div#banner {
	width: 930px;
	height: 100px;
	background-image: url(assets/images/greenbar.gif);
	text-align: right;
	margin: 0 auto 1em auto;
}

/* container */
div#container {
	width: 930px;
	margin: 0 auto;
}


/* menu */
ul#menu {
	float: left;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	background: #71a440 url(assets/images/round-bl.png) bottom left no-repeat;
}
ul#menu li a {
	display: block;
	text-align: right;
	font-weight: bold;
	margin: 0 0 2px 0;
	background:  url(assets/images/round-tl.png) top left no-repeat;
	border-right: 2px solid #5a8233;
	text-decoration: none;
	color: #fff;
	padding: 1em;
}
ul#menu li:hover {
	background-color: #5a8233;
}
ul#menu li a:hover {
	color: #b8c96e;
}
ul#menu li#selected {
	background-color: #f7f7f7;
}
ul#menu li#selected a {
	border-right: 2px solid #f7f7f7;
	color: #fb7c11;
}
ul#menu li#selected:hover {
	background-color: #fb7c11;
}
ul#menu li#selected a:hover {
	border-right: 2px solid #fb7c11;
	color: #ffc596;
}

/* main page */
div#main {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2em;
	text-align: left;
	overflow: hidden;
	background: #f7f7f7 url(assets/images/round-tr.gif) top right no-repeat;
	min-height: 32em;
	line-height: 140%;
	z-index: 0;
}
img#main_photo {
	margin: 0 0 2em 0;
	text-align: center;
	
}

/* text */

p.no_padding {
	margin: 0;
	padding: 0;
}
p.no_padding:first-letter {
	margin: 0;
	padding: 0;
}
h1 {
	color: #71a440;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 250%;
	line-height: 100%;
	margin-top: 0;
}
h2 {
	color: #fb7c11;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 200%;
	line-height: 100%;
}
h3 {
	color: #934619;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 150%;
	line-height: 100%;
}
div#main a {
	color: #395116;
}
div#main a:visited {
	color: #934619;
}
div#main strong {
	color: #fb7c11;
}

/* lists */
div#main ul {
	list-style: url("assets/images/bullet.gif");
	padding-left: 20px;
}
div#main ul li ul {
	list-style: url("assets/images/subbullet.gif");
}
div#main ul li.heading {
	list-style: none;
	font-style: italic;
	font-size: 110%;
	margin: 1em 0 0 0;
	width: 90%;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #395116;
	border-bottom: 1px dotted #395116;
}

/* pretty lists for walls of text */
div#main ul.spaced_list li {
	padding-bottom: 1em;
}

/* definition lists */
dl dt {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fb7c11;
	font-size: 120%;
	margin-top: 1em;
}
dl {
	
}
dd {
	margin-left: 1em;
	padding-left: 0;
	
}
/* photo gallery list */
ul.gallery {
	
}
ul.gallery li {
	float: left;
	text-align: center;
	list-style: none;
	margin: 0 auto 2em auto;
	padding: 0;
	width: 33%;
}
ul.gallery li img {
	width: 150px;
	height: 150px;
	padding: 5px;
	border: 1px solid #b8c96e;
	background-color: #dbe6bb;
}

ul.gallery li:hover img {
	background-color: #fb7c11;
	border: 1px solid #fb7c11;
}
ul.gallery li a {
	text-decoration: none;
}

/* floating*/
.float_left {
	float: left;
	margin-right: 2em;
}
.float_right {
	float: right;
	margin-left: 2em;
}

/* columns */
.col {
	margin: 0;
	width: 30%;
	padding: 0;
	float: left;
}

.clear {
	clear: both;
}
h1.clear, h2.clear, h3.clear, h4.clear, h5.clear, h6.clear {
	padding-top: 1em;
}

/* footer */
p#footer {
	clear:left;
	padding: .5em 0 0 0;
	font-size: 75%;
}
p#footer a {
	color: #395116;
}