/* Boston Vegetarian Food Festival */

body {
	text-align: center;
 	margin-top: 4px;
 	background: #D1BC79;
 	}
a {
	color: #006600;
	text-decoration: underline;
	}
a:visited {
	color: #667E66;
	}
a:hover {
	color: #CC3300;
	}
h1 {
	font: bold 24px/110% "Trebuchet MS", Arial, Verdana;
	color: #006600;
	margin-bottom: -8px;
	}
h2 {
	font: bold 20px/110% "Trebuchet MS", Arial, Verdana;
	color: #006600;
	margin-bottom: -8px;
	}
h3 {
	font: bold 16px/110% "Trebuchet MS", Arial, Verdana;
	color: #006600;
	margin-bottom: -8px;
	}
#bvff-outer-wrapper {
	width: 98%;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #B9D59A;
	}	
#banner {
	margin: 0;
	padding: 0;
	height: 97px;
	width: 100%;
	text-align: left;
	background: #006600 url(template_images/banner_bg.jpg) no-repeat 450px 0px;
	}
#bvff-banner-bottom {
	height: 25px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #006600;
	}
#brought-by-bvs {
	float: right;
	padding-top: 17px;
	}
/* redundant background images below allow images to preload in browser */
#tabs {
	text-align: center;
	margin: 10px 0px 0px;
	padding-bottom : 3px;
	padding-right: 20px;
	color: #006600;
	font: 12px "Trebuchet MS", Verdana, Arial;
	z-index: 3;
	position: relative;
	}
#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	white-space: nowrap;
	text-align: center;
	} 
#tabs ul li {
	margin-left: 4px;
	margin-bottom: 0;
	padding: 2px 4px 3px;
	list-style: none;
	display: inline;
	border: 1px solid #006600;
	background: url(template_images/tab_background.gif) repeat-x left bottom;
	text-align: center;
	}
#tabs .here {
	border-bottom: 1px solid #FCE998;
	list-style: none;
	display: inline;
	background: #FCE998 url(none);
	color: #006600;
	z-index: 4;
	}
#tabs a {
	color: #006600;
	text-decoration: none;
	}
#tabs a:hover {
	text-decoration: underline;
	color: #CC3300;
	}
#tabs .here a {
	color: #006600;
	text-decoration: none;
	}
#tabs .here a:hover {
	text-decoration: none;
	}
#tabs-body {
	background: #FCE998;
	margin: 0px 10px 10px;
	padding: 0px;
	border: 1px solid #006600;
	z-index: 2;
	position: relative;
	}
#bvff-main {
	font: 0.8em/130% "Trebuchet MS", Arial, Verdana;
	color: #000000;
	text-align: left;
	padding: 20px;
	margin: 10px;
	background: #FFFFFF;
	position: relative;
	z-index: 10;
	}
#bvff-main h1, #bvff-middle-column h1 {
	text-align: center;
	}
#bvff-main img, #bvff-middle-column img {
	visibility: visible;
	position: relative;
	z-index: 1;
	left: 10;
	}
/* below table styles control the layout of the logos on the Sponsors page */
#bvff-main table {
	font-size: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
#bvff-main table tr {
	text-align: center;
	}
#bvff-main table a {
	color: #006600;
	text-decoration: none;
	border-style: none;
	}
#bvff-main table a:visited {
	color: #667E66;
	text-decoration: none;
	}
#bvff-main table a:hover {
	color: #CC3300;
	text-decoration: none;
	}
#bvff-main table img {
	margin-bottom: 4px;
	}
/* Use the three IDs below for a 3-column layout. Use bvff-main for pages with one wide column. */
#bvff-middle-column {
	font: 0.8em/130% "Trebuchet MS", Arial, Verdana;
	color: #000000;
	text-align: left;
	padding: 20px;
	margin: 10px;
	background: #FFFFFF;
	border-right: 160px solid #FCE998;
	border-left: 160px solid #FCE998;
	z-index: 9;
	visibility: visible;
	}
#bvff-left-column {
	float: left;
	width: 150px;
	padding: 10px 0px 10px 10px;
	margin-right: 20px;
	z-index: 8;
	position: relative;
	}
#bvff-right-column {
	font: 0.8em/130% "Trebuchet MS", Arial, Verdana;
	float: right;
	width: 150px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 20px 10px 10px;
	z-index: 6;
	position: absolute;
	top: 0px;
	right: 0px;
	}
/* Use bvff-left-column-wide and bvff-right-column2 for a two-column layout */
#bvff-left-column-wide {
	font: 0.8em/130% "Trebuchet MS", Arial, Verdana;
	color: #000000;
	text-align: left;
	padding: 20px;
	margin: 10px;
	background: #FFFFFF;
	border-right: 250px solid #FCE998;
	z-index: 5;
	visibility: visible;
	}
#bvff-right-column2 {
	font: 0.7em/120% "Trebuchet MS", Arial, Verdana;
	float: right;
	width: 230px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 20px 10px 10px;
	z-index: 5;
	position: absolute;
	top: 0px;
	right: 0px;
	}
#bvff-main li {
	padding-bottom: 8px;
	}
#bvff-main hr {
	color: #B9D59A;
	background-color: #B9D59A;
	border: none;
	height: 1px;
	}
.larger {
	font-size: 120%;
	}
.smaller {
	font-size: 90%;
	}
.small-gray {
	font-size: 90%;
	color: #666666;
	}
.photo-credit {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 2px 8px;
	}
.image-align-right {
	margin: 0px 0px 15px 15px;
	float: right;
	border-style: none;
	font-size: 12px;
	background: #D2E6CA;
	padding: 8px;
	z-index: 11;
	position: relative;
	}
.rule-overhead {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #D1BC79;
	}
.simple-banner {
	width: 340px;
	text-align: center;
	background: url(template_images/bvs_logo_50px.gif) no-repeat left top;
	display: block;
	height: 60px;
	vertical-align: bottom;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #006600;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 11px;
	}
.list-no-bullets {
	list-style: none;
	}
.jump-down-list {
	list-style: disc url(template_images/jump_arrow_bullet.gif);
	}
.monospace {
	font-family: "Courier New", Courier, mono;
	z-index: 1;
	}
.date-location {
	text-align: center;
	border-bottom: 1px solid #B9D59A;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
.invisible {display: none;}

/* veggie icons - add class to li */
.strawberry {
	background: url(foodfest/bvff_images/veggie_icons/strawberry.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.banana {
	background: url(foodfest/bvff_images/veggie_icons/banana.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.orange {
	background: url(foodfest/bvff_images/veggie_icons/orange.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.basil {
	background: url(foodfest/bvff_images/veggie_icons/basil.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.tomato {
	background: url(foodfest/bvff_images/veggie_icons/tomato.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: 20px;
	}
.special-box {
	color: #B63B00;
	background: #B9D59A;
	display: block;
	margin: 20px;
	padding: 3px;
	font: bold 1.5em/120% "Trebuchet MS", Arial, Verdana;
	border: 3px dotted #B9D59A;
	}

