@charset "UTF-8";

@font-face {
    font-family: 'Angelina';
    src: url('fonts/angelina-webfont.eot');
    src: url('fonts/angelina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/angelina-webfont.woff') format('woff'),
         url('fonts/angelina-webfont.ttf') format('truetype'),
         url('fonts/angelina-webfont.svg#AngelinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font: .8em Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E5EFD9;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: white;
	padding: 0 20px;
}
#header {
	padding: 15px 0 0 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #4A883F;
}
#mainContent {
	background: #FFFFFF;
	color: #444444;
	margin-left: 10px;
	background-image: none;
	background-position:right top;
	background-repeat:no-repeat;
}
.home #mainContent {
	margin-left:0;
}
#footer {
	padding: 0 10px;
	text-align: center;
	font-size: 0.8em;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header #logo {
	float: left;
	height: 120px;
	width: 350px;
}
#header #header-content {
	width: 550px;
	float: left;
	color: #444444;
}
h1,h2,h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-family: Angelina, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3em;
	margin: 0;
	font-weight:normal;
}
h3 {
	font-size: 1.3em;
	margin: 0;
	font-weight:normal;
}
#header .address, .address {
	background-image: url(../images/divider-address.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding: 0 18px;
	min-height:65px;
	height: auto !important;
	height: 65px;
	float: left;
}
.address {
	width: auto;
	padding: 0;
	background-image: none;
	float: none;
}

.address strong {
  color: #000000;
}

#header-content #tagline p {
	margin: 0px;
	padding: 5px 18px;
}
.detail {
	font-size:0.85em;
}
.green {
	color:#1F5500;
}
#header .fltrt {
	color: #666666;
	text-align: right;
}

#mainContent #sidebar {
	width: 276px;
	float: right;
}
.home #mainContent #sidebar {
	width: 218px;
}
p {
	margin: .8em 0;
	line-height: 1.2em;
}

.location p {
	font-size: 1.2em;
}
a, a:link {
	color: #1F5500;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
p.footer-links {
	text-transform: uppercase;
	color: #1F5500;
	margin: 1.4em 0;
}
.footer-links a {
	margin: 0 35px;
}
#mainContent #home-content {
	padding-left: 35px;
}
#navbar {
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 685px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	line-height: 32px;
	text-align: center;
}
#navbar .divline {
	background-image: url(../images/navdivider.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 35px;
	float: left;
	display: block;
	height: 48px;
}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 6px;
	display: block;
	height: 48px;
	min-width: 83px;
	width:auto !important;
	width: 83px;
}
#navbar a:hover {
	background-image: url(../images/nav-highlight.png);
	background-repeat: no-repeat;
	background-position: center top;
}
 #navbar a.selected {
	background-image: url(../images/nav-indicator.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#navbar a.selected {
 cursor:default;
}
#main-content-top {
	width: 705px;
	background-image: url(../images/content-frame-t.png);
	background-repeat: no-repeat;
	padding-top: 15px;
}
#main-content {
	background-image: url(../images/content-frame-m.png);
	padding: 10px 10px 10px 20px;
}
#main-content-bottom {
	background-image: url(../images/content-frame-b.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 27px;
}
#mainContent #sidebar #sidebar-content {
	padding: 170px 20px 10px 30px;
}

#mainContent #sidebar #sidebar-content p {
	font-size: 0.9em;
}
#main-content img.right {
	margin-left: 0px;
}

.sidemenu{
	width: 115px; /*width of menu*/
	float: left;
	margin-right: 20px;
}


.sidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	padding-left:0;
}

.sidemenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	border-left: 1px solid #ccc;
}

.sidemenu ul li a{
	margin-left:-4px;
	
	display: block;
	padding: 2px 0;
	padding-left: 14px; /*link text is indented 8px*/
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
}

.sidemenu ul li a:hover{ /*hover state CSS*/
	background-image: url(../images/sidenav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.sidemenu ul li a.selected{
	
	padding-left: 20px; /*link text is indented 8px*/
	background-image: url(../images/sidenav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #000;
}
#menu-content {
	float: right;
	width: 540px;
}

#menu-content p.bodytext {
	width:250px;
}
#menu-content.catering p.bodytext {
	width:290px;
	margin: 1em 0;
}
.bodytext .item {
	color: #1F5500;
	font-weight: bold;
}
.bodytext .itemLg {
	color: #1F5500;
	font-size: 1.4em;
	line-height: 1.1em;
	letter-spacing: 0.05em;
}

.bodytext .description {
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
}
.bodytext .price {
	font-weight: normal;
	color: #202020;
	float: right;
	width: 50px;
	text-align: right;
	padding-right: 3px;
}
.catering .bodytext .price {
	width: 60px;
}
#Pizza .bodytext .price {
	width: 70px;
}
.header, .bodytext .header, p.header{
	font-family: Angelina, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
}

.location .header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	letter-spacing: .1em;
}
.bodytext .bold-description, .bodytext .description strong, .bold-description {
	font-weight: bold;
	color: #000;
}
.highlight {
	border: 2px solid #1F5500;
	padding: 2px;
}

.highlight-reverse {
	border: 2px solid #CEE371;
	padding: 5px;
	background-color: #1F5500;
	color: #fff;
}

.highlight-reverse .green, .highlight-reverse a, .highlight-reverse a:link {
	color: #CEE371;
}
#sidebar-content #school-programs {
	padding-bottom: 140px;
	background-image: url(../images/children-veggies-2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
