/* Styles for the Boston Vegetarian Society Food Festival,
   written by volunteer Willa Jarnagin */

body {
	margin: 0;
	padding: 0;
	background: #EEEEDD url(template_images09/leaves_background.jpg) no-repeat center top;
	font: .75em/170% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
a {
	color: #3C7000;
	text-decoration: underline;
	}
a:visited {
	color: #3C7000;
	}
a:hover {
	color: #CC6600;
	}
h1, h2, h3, h4 { 
	color: #3C7000; 
	line-height: 120%;
	}
h1 { 
	font-size: 200%;
	margin: 0;
	padding: 0;
	}
h2 { 
	font-size: 140%;
	}
h3 { 
	font-size: 110%;
	}
h4 { 
	font-size: 100%;
	}
h5 { 
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
hr {
	color: #A8D57B;
	background-color: #A8D57B;
	border: none;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	}
/* banner graphic is a background image, so pages will convert well to text-only */
#banner {
	background: url(template_images09/bvs_banner.jpg) no-repeat;
	width: 956px;
	margin: 0 auto;
	padding: 0px;
	height: 117px;
	}
/* this positions a link over the banner title, so people can click the banner to get to the homepage */
#banner a#bvshome {
	position: absolute;
	top: 55px;
	text-decoration: none;
	width: 670px;
	height: 40px;
	}
/* this positions the BVS logo link in the banner */
#banner a#bvs {
	margin-left: 145px;
	margin-bottom: 17px;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 30px;
	}
#banner .invisible {
	visibility: hidden;
	}
#banner form#cse-search-box {
	float: right;
	width: 180px;
	text-align: right;
	margin-top: 23px;
	margin-right: 10px;
	}
#banner form#cse-search-box input {
	font-size: 11px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
#banner form#cse-search-box input[type="text"] {
	border: 1px solid #669900;
	padding-top: 2px;
	}
#wrapper {
	width: 956px;
	margin: 0 auto;
	border-bottom: 1px solid #B5B5A8;
	background: #FFFFFF url(template_images09/wrapper_background.gif) repeat-y center top;
 	}
#wrapper h1:first-child, #wrapper h2:first-child, #wrapper p:first-child {
	margin-top: 0;
	}
#tabs {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 10px 3px 20px;
	margin: 0 10px 4px 10px;
	width: 906px;
	border-bottom: 1px solid #A8D57B;
	}
#tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	text-align: center;
	}
#tabs a {
	color: #CC6600;
	text-decoration: none;
	padding: 1px 6px 3px;
	margin: 0 0 0 2px;
	background: #EEF6DD;
	border: 1px solid #A8D57B;
	}
#tabs a:hover {
	text-decoration: underline;
	color: #3C7000;
	background: #D9F0C3;
	}
#tabs .here a {
	color: #3C7000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background: #fff;
	position: relative;
	cursor: text;
	}
#tabs .here a:hover {
	text-decoration: none;
	cursor: text;
	}
#tabs a.foodfestnav {
	border: 0;
	background: #fff;
	}
#maincontent {
	padding: 4px 15px 0 17px;
	margin: 15px 0 10px 0;
	width: 530px;
	float: left;
	position: relative;
	border-left: 1px solid #D9F0CD;
	border-right: 1px solid #D9F0CD;
	}
/* for pages with no left or right columns */
#maincontent-plain {
	padding: 4px 30px 0 50px;
	margin: 15px 0 10px 0;
	width: 870px;
	position: relative;
	}
#leftcolumn {
	font-size: 90%;
	color: #666;
	line-height: 150%;
	padding: 0 10px;
	margin: 20px 6px 20px 10px;
	width: 180px;
	float: left;
	}
#leftcolumn img {
	margin-bottom: 6px;
	}
#leftcolumn h3 {
	font-size: 12px;
	padding: 0;
	margin: 12px 0 0 0;
	}
#leftcolumn p {
	padding: 0;
	margin: 6px 0 20px 0;
	}
#rightcolumn {
	font-size: 90%;
	color: #666;
	line-height: 140%;
	padding: 0;
	margin: 20px 10px;
	width: 150px;
	float: right;
	}
/* main column for pages with two columns */
#maincontent2 {
	padding: 4px 15px 0 50px;
	margin: 15px 0 10px 0;
	width: 660px;
	float: left;
	position: relative;
	border-right: solid 1px #D9F0CD;
	}
#maincontent2 h1 { text-align: left; }
/* right column for pages with two columns */
#rightcolumn2 {
	font-size: 90%;
	color: #333;
	line-height: 140%;
	padding: 0;
	margin: 20px 10px;
	width: 200px;
	float: right;
	}
#rightcolumn2 p {
	width: 180px;
	}
#rightcolumn h2, #rightcolumn2 h2 {
	font-size: 13px;
	padding: 0;
	margin: 12px 0 6px 0;
	}
#rightcolumn h3, #rightcolumn2 h3 {
	font-size: 12px;
	padding: 0;
	margin: 12px 0 6px 0;
	}
.special-heading {
	font: bold 11px/12px arial;
	color: #fff;
	text-align: center;
	padding: 1px 3px;
	margin: 18px 0 6px;
	background: #8DB566;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#rightcolumn p, #rightcolumn2 p {
	padding: 0;
	margin: 8px 0;
	}
#rightcolumn input, #rightcolumn2 input {
	font-size: 10px;
	margin: 1px 0;
	padding: 0;
	}
#rightcolumn input[type="text"], #rightcolumn2 input[type="text"] {
	border: solid 1px #999;
	}
.join-div, .join-div-smaller {
	text-align: center;
	width: 170px;
	padding: 34px 6px 4px;
	margin: 15px 0;
	border: 1px solid #A8D57B;
	background: #EEF6DD url(template_images09/join_bvs_header.png) repeat-x center top;
	}
.join-div-smaller {
	width: 130px;
	}
#bottom-clear {
	clear: both;
	font-size: 2px;
	}
#footer {
	text-align: center;
	padding: 2px 10px 10px 10px;
	font-size: 11px;
	}
.drop-cap {
	color: #3C7000;
	float: left;
	font: 385% Georgia, "Times New Roman", Times, serif;
	margin: 0 4px 0 0;
	line-height: 70%;
	vertical-align: baseline;
	}
.larger {
	font-size: 120%;
	}
.smaller {
	font-size: 90%;
	}
.small-gray {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	}
.photo-credit {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 2px 8px;
	}
.image-align-right {
	margin: 0 0 15px 15px;
	float: right;
	border-style: none;
	background: #D2E6CA;
	position: relative;
	}
.image-align-left {
	margin: 0px 15px 15px 0;
	float: left;
	border-style: none;
	position: relative;
	}
.photo-div {
	text-align: center;
	padding: 10px;
	margin: 0px 0px 20px 20px;
	float: right;
	width: auto;
	}
.monospace {
	font-family: "Courier New", Courier, mono;
	}
.list-no-bullets {
	list-style: none;
	}
.rule-overhead {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #A8D57B;
	}
.special-box {
	text-align: center;
	width: 230px;
	padding: 4px;
	margin: 0 0 10px 10px;
	float: right;
	background: #FAF6CC url(template_images09/yellow_gradient.gif) repeat-x top;
	border: 1px solid #D5DDB6;
	}
.jump-down-list {
	list-style: disc url(template_images09/jump_menu_bullet.png);
	}
.orange {
	color: #cc6600;
	}
.table-with-photos {
	margin: 10px 0 20px 0;
	border-collapse: collapse;
	border: 0;
	border-top: 1px solid #EEEEDD;
	}
.table-with-photos td {
	border-bottom: 1px solid #EEEEDD;
	}
.table-with-photos img {
	padding: 2px 6px 2px 0;
	border: 0;
	}
.image-border {
	border: 1px solid #A8D57B;
	}
.clear {
	clear: both;
	}
/* veggie icons - add class to li */
.strawberry-icon {
	background: url(foodfest/bvff_images/veggie_icons/strawberry.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.banana-icon {
	background: url(foodfest/bvff_images/veggie_icons/banana.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.orange-icon {
	background: url(foodfest/bvff_images/veggie_icons/orange.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.basil-icon {
	background: url(foodfest/bvff_images/veggie_icons/basil.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.tomato-icon {
	background: url(foodfest/bvff_images/veggie_icons/tomato.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
