/*
5 Star Farmers Market
Cascading Style Sheet
~/css/site.css
*/

body
{
	background-color: #9bbb59;
	color: #000000;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
}

a:link
{
	color: #000099;
}

a:active
{
	color: #000099;
}

a:visited
{
	color: #000099;
}

a:hover
{
	color: #E85F0F;
}

a.star_nav:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.star_nav:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.star_nav:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.star_nav:hover
{
	color: #FF6600;
	text-decoration: none;
	font-weight: bolder;
}

a.star_sidenav:link
{
	color: #4157ad;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding-left: 18px;
}

a.star_sidenav:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding-left: 18px;
}

a.star_sidenav:visited
{
	color: #4157ad;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding-left: 18px;
}

a.star_sidenav:hover
{
	color: #FF6600;
	text-decoration: none;
	font-weight: bolder;
	font-size: 15px;
	padding-left: 18px;
}

.star_navbar
{
	background-image: url(../img/slice_button.jpg);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.star_small
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.star_big
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 48px;
	font-weight: bolder;
}

.star_normal
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.star_green
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}

.star_section
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.star_blurb
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.star_header
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #984806;
}

.star_copy
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.star_sales_type
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00b050;
}

.star_sales_regular
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00b050;
}

.star_sales_sale
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #ff0000;
}

.star_sales_term
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ff0000;
}

.star_table
{
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.star_table_nopad
{
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.star_table_filler
{
	background-color: #9bbb59;
}

.star_green_panel
{
	background-image: url(../img/slice_green_panel2.gif);
	/*background-color: #bffb77;*/
	background-repeat: no-repeat;
	background-position: top center;
}

.star_orange_panel
{
	background-image: url(../img/slice_orange_panel3.gif);
	/*background-color: #ffcc66;*/
	background-repeat: no-repeat;
	background-position: top center;
}

.star_paper_panel
{
	background-image: url(../img/R2_Paper_Background.gif);
	background-repeat: repeat;
}

.star_email_panel
{
	background-image: url(../img/R3_Mailing_List.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.webmaster
{
	color: #9f9f9f;
}
