/* colors */
/* blue: #8bbbd9 */
/* green: #576f16 */
/* yellow: #feec3a */
/* orange: #c15614 */

body {
	background-color: #8bbbd9;
	font-family: Verdana, sans-serif;
	color: #000000;
	text-align: center;
	padding-top: 0px;
	font-size: 90%;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	text-align: left;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

/* header */
img.fourFriendsCloud {
	width: 800px;
	float: left; /* floats element to left edge of paragraph block; content can change, image will stay left with content wrapped around it */
}

img.joinCloud {
	width: 224px;
	float: left;
}

/* clears floats assigned to header */
div.clearFloats {
	clear: both;
}

/* navigation bar */
ul#mainNav {
	margin: 0px;
	padding-left: 30px;
	list-style-type: none;
}

a:link, a:visited {
	color: #feec3a;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #c15614;
	text-decoration: none;
	font-weight: bold;
}

a.delivery {
	font-weight: normal;
	font-size: 90%;	
}

a.beanpole {
	text-decoration: underline;
	font-weight: normal;
	color: #576f16;
}

a.csa {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

ul#mainNav li {
	float: left;
}

ul#mainNav a:link, ul#mainNav a:visited {
	display: block;
	width: 190px;
	height: 35px;
	line-height: 35px;
	color: #feec3a;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-image:url(../img/navbar_rollover.gif);
	background-repeat: none;
}

ul#mainNav a:hover, ul#mainNav a:active {
	width: 190px;
	height: 35px;
	line-height: 35px;
	color: #c15614;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-image:url(../img/navbar_rollover.gif);
	background-position: right bottom;
	background-repeat: none;
}

h1 {
	color: #576f16;
	font-size: 120%;
	margin-left: 20px;
	margin-top: 20px;
}

hr {
	height: 10px;
	background-color: #8bbbd9;
	border: 0px;
}

p {
	margin-left: 20px;
	margin-right: 20px;
}

p.rightLink {
	text-align: right;
}

a.rightLink {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

p.productLinks {
	background-color: #8bbbd9;
	text-align: center;
	padding: 10px;
	margin: 0px;
	color: #c15614;
}

a.productLinks {
	color: #576f16;	
}

p.csa {
	line-height: 150%;
	font-size: 110%;
}

a.pLink {
	font-weight: normal;
	text-decoration: underline; 
	color: #000000;
}

div.table {
	width: 660px;
	float: left;
	margin: 15px;
	margin-top: 0px;
	background-color: #feec3a;
}

div.products {
	width: 80%;
	margin: 50px;
	margin-top: 0px;
	background-color: #feec3a;
}

div.delivery {
	margin: 50px;
	padding: 25px;
	background-color: #feec3a;
	text-align: left;
}

div.flickr {
	border: 0px;
	margin-bottom: 20px;
}

.flickr_badge_source {
	padding:0 !important; 
	font: 11px Arial, Helvetica, Sans serif !important; 
	color:#666666 !important;
	text-align: right;
}

a.flickr {
	color:#576f16;
}

/* slideshow (content box - left) */
div.slideshow {
	width: 250px;
	float: left;
}

div#content {
	width: 950px;
	float: left;
	background-color: #ffffff;
	/*border: 20px #9d302c solid;*/
	margin-left: 30px;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 90%;
}

table.product {
	width: 100%;
	padding-left: 48px;
}

table.beanpole {
	background-color: #ffffff;
	width: 90%;
	margin-left: 48px;
}

td.beanpole {
	width: 20%;
	font-size: 120%;
	vertical-align: top;
	padding: 0px;
	border: 2px solid #576f16;	
}

ul.beanpole {
  list-style-type: none;
}

li.beanpole {
	margin: 10px;
	margin-left: 0px;
}

thead.veggies {
	background-color: #c15614;
	color: #feec3a;
	text-align: center;
}

th.veggies {
	padding: 5px;
	border: 2px solid #576f16;
}

td.veggies {
	padding: 10px;
	padding-left: 10px;
	border: 2px solid #576f16;
}

thead.flowers {
	background-color: #c15614;
	color: #feec3a;
	text-align: center;
}

th.flowers {
	padding: 5px;
	border: 2px solid #576f16;
}

td.flowers {
	padding: 10px;
	padding-left: 10px;
	border: 2px solid #576f16;
	width: 50%;
}

td.farmerPic {
	padding: 20px;
	border: none;
}

td.farmerBlurb {
	padding: 20px;
	border:none;
	font-size: 120%;
	line-height: 150%;
}

p.note {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	background-color: #ffffff;
}

/* footer */
p.grass {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	text-align: left;
	}

div#footer {
	width: 950px;
	background-color: #576f16;
	color: #feec3a;
	margin-left: 30px;
  	padding-bottom: 5px;
	text-align: center;
	font-size: 80%;
	line-height: 200%;
}

div#footer a {
	font-weight: normal;
}
