@charset "utf-8";
/* CSS Document */

body
{
	_text-align:center;
	background-color: #339693;
}
#makeMeScrollable
{
	width:100%;
	height: 165px;
	position: relative;
}
#scrollContainer {
	height: 165px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color:#ffffff;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#ffffff;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#97d601;
	text-decoration: none;
}  /* mouse over link */
a:active {
	color:#CCC;
	text-decoration: none;
}  /* selected link */
#wrapper {
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	_text-align:left;
}
#header {
	background-color: #FFF;
	height: 60px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header1 {
	float: left;
	background-image: url("http://www.desertrootskitchen.com/images/nav_header.jpg");
	width: 1000px;
	height: 60px;
}
.headerLogo {
	float: left;
	height: 199px;
	width: 362px;
}
.headerMenu a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:93px;
	height:199px;
	background: url("http://www.desertrootskitchen.com/images/nav_todays_menu.jpg") 0 0 no-repeat;
	float: left;
}

.headerMenu a:hover {
background-position: -93px 0;
}
.headerMenu a:active {
background-position: -186px 0;
}
.headerContact a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:97px;
	height:199px;
	background: url("http://www.desertrootskitchen.com/images/nav_contact.jpg") 0 0 no-repeat;
	float: left;
}

.headerContact a:hover {
background-position: -97px 0;
}
.headerContact a:active {
background-position: -194px 0;
}
.headerAbout a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:93px;
	height:199px;
	background: url("http://www.desertrootskitchen.com/images/nav_about.jpg") 0 0 no-repeat;
	float: left;
}
.headerAbout a:hover {
background-position: -93px 0;
}
.headerAbout a:active {
background-position: -186px 0;
}
.headerLocalSources a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:47px;
	height:199px;
	background: url("http://www.desertrootskitchen.com/images/nav_local_sources.jpg") 0 0 no-repeat;
	float: left;
}
.headerLocalSources a:hover {
background-position: -47px 0;
}
.headerLocalSources a:active {
background-position: -94px 0;
}
.headerEvents a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:109px;
	height:199px;
	background: url("http://www.desertrootskitchen.com/images/nav_events.jpg") 0 0 no-repeat;
	float: left;
}
.headerEvents a:hover {
background-position: -109px 0;
}
.headerEvents a:active {
background-position: -218px 0;
}
.headerGallery a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:91px;
	height:199px;
	background: url("http://www.desertrootskitchen.com/images/nav_gallery.jpg") 0 0 no-repeat;
	float: left;
}
.headerGallery a:hover {
background-position: -91px 0;
}
.headerGallery a:active {
background-position: -182px 0;
}
.headerPastMenus a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:100px;
	height:199px;
	background: url("http://www.desertrootskitchen.com/images/nav_past_menus.jpg") 0 0 no-repeat;
	float: left;
}
.headerPastMenus a:hover {
background-position: -100px 0;
}
.headerPastMenus a:active {
background-position: -200px 0;
}

.header2 {
	background-image: url("http://www.desertrootskitchen.com/images/nav_header2.jpg");
	float: left;
	height: 199px;
	width: 8px;
}
#templateContent {
	background-color: #000;
	height: 400px;
	width: 1000px;
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#content {
	background-color: #000;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.desertrootskitchen.com/images/desert_roots_kitchen_bg.jpg);
	padding-bottom: 20px;
}

.printMenu a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:325px;
	height:36px;
	background: url("http://www.desertrootskitchen.com/images/nav_printable_menu.jpg") 0 0 no-repeat;
	margin-left: 80px;
	margin-top: 30px;
}
.printMenu a:hover {
background-position: -325px 0;
}
.printMenu a:active {
background-position: -650px 0;
}
#contactPage {
	color: #329692;
	width: 880px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(../images/desert_roots_kitchen_bg.jpg);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#contactPage .map {
	height: 100%;
	width: 365px;
	float: left;
}
#contactPage .contactForm {
	height: 100%;
	width: 430px;
	float: left;
	margin-left: 40px;
	background-color: #000;
	padding: 20px;
	border-top-width: 45px;
	border-right-width: 1px;
	border-bottom-width: 45px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#sourcesContent {
	height: 100%;
	width: 1000px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	float: left;
	background-image: url(../images/desert_roots_kitchen_bg.jpg);
	padding-top: 40px;
	padding-bottom: 40px;
}
.sourceContainer {
	float: left;
	height: 160px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 65px;
}
.sourceInfo {
	height: 130px;
	width: 210px;
	float: left;
	color: #339693;
	padding: 15px;
	font-size: 14px;
	background-color: #222;
}
.sourcesAhwatukee a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:160px;
	height:160px;
	background: url("../images/local_source_ahwatukee_farmers_market.jpg") 0 0 no-repeat;
	float: left;
}
.sourcesAhwatukee a:hover {
background-position: -160px 0;
}
.sourcesAhwatukee a:active {
background-position: -320px 0;
}
.sourcesCrookedSky a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:160px;
	height:160px;
	background: url("../images/local_sources_crooked_sky_farm.jpg") 0 0 no-repeat;
	float: left;
}
.sourcesCrookedSky a:hover {
background-position: -160px 0;
}
.sourcesCrookedSky a:active {
background-position: -320px 0;
}
.sourcesGila a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:160px;
	height:160px;
	background: url("../images/local_source_gila_farm.jpg") 0 0 no-repeat;
	float: left;
}
.sourcesGila a:hover {
background-position: -160px 0;
}
.sourcesGila a:active {
background-position: -320px 0;
}
.sourcesHornyToad a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:160px;
	height:160px;
	background: url("../images/local_sources_horny_toad_farms.jpg") 0 0 no-repeat;
	float: left;
}
.sourcesHornyToad a:hover {
background-position: -160px 0;
}
.sourcesHornyToad a:active {
background-position: -320px 0;
}
.sourcesLocalFirst a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:160px;
	height:160px;
	background: url("../images/local_sources_local_first_az.jpg") 0 0 no-repeat;
	float: left;
}
.sourcesLocalFirst a:hover {
background-position: -160px 0;
}
.sourcesLocalFirst a:active {
background-position: -320px 0;
}
.sourcesMayas a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:160px;
	height:160px;
	background: url("../images/local_sources_mayas_farm.jpg") 0 0 no-repeat;
	float: left;
}
.sourcesMayas a:hover {
background-position: -160px 0;
}
.sourcesMayas a:active {
background-position: -320px 0;
}
.sourcesSunizona a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:160px;
	height:160px;
	background: url("../images/local_source_sunizona.jpg") 0 0 no-repeat;
	float: left;
}
.sourcesSunizona a:hover {
background-position: -160px 0;
}
.sourcesSunizona a:active {
background-position: -320px 0;
}
.sourcesTempeFarmersMarket a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:160px;
	height:160px;
	background: url("../images/local_sources_tempe_farmers_market.jpg") 0 0 no-repeat;
	float: left;
}
.sourcesTempeFarmersMarket a:hover {
background-position: -160px 0;
}
.sourcesTempeFarmersMarket a:active {
background-position: -320px 0;
}
#aboutContent {
	width: 900px;
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(../images/desert_roots_kitchen_bg.jpg);
	padding: 50px;
}
.aboutLeslie {
	height: 400px;
	width: 400px;
	float: left;
	border: 2px solid #339693;
}
.about_container {
	border: 2px solid #339693;
	width: 450px;
	float: left;
	margin-left: 40px;
}

.aboutText {
	float: left;
	height: 280px;
	width: 410px;
	color: #FFF;
	line-height: 20px;
	padding: 20px;
	font-weight: bold;
	font-size: 14px;
	font-family: halogen;
}
.forkHeader {
	background-image: url(../images/fork_header.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 450px;
	float: left;
}
.forkFooter {
	background-image: url(../images/fork_footer.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 450px;
	float: left;
}
.entry-meta {
	visibility: hidden;
}
.cat-links {
	visibility: hidden;
	font-size: 0px;
}
.entry-title {
	margin-left: 80px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -35px;
	pointer-events: none;
	cursor: default;
	font-family: halogen;
}
title {
	margin-left: 35px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -35px;
	pointer-events: none;
	cursor: default;
}
.page-title {
	display:none;
}
.category-archive-meta {
	display:none;
}
.comments-link {
	display:none;
}
#comments {
	display:none;
}
.hupso_pop {
}
#nav-above {
	display:none;
}
#nav-below {
	display:none;
}
.ngg-galleryoverview {
	padding-left: 50px;
}
#wordpress {
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	background-image: url(../images/desert_roots_kitchen_footer_bg.jpg);
	height: 61px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 0px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-bottom: 20px;
}
#footer #fb {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #sitemap {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
}
#galleryPage {
	color: #329692;
	width: 940px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(../images/desert_roots_kitchen_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
	padding-right: 40px;
	padding-left: 20px;
	text-align: center;
}
#galleryPage #imageContainer {

}
#galleryPage #menuText {
	background-color: #333;
	float: left;
	height: 492px;
	width: 432px;
	margin-top: 20px;
	margin-left: 50px;
	border: 4px solid #666;
}
#galleryPage #menuText #menuHeader {
	padding: 5px;
}
#galleryPage #menuText #menuDisc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 50px;
	width: 320px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 210px;
}
#galleryPage #menuText #printMenu {
	padding: 5px;
}



.album{
	list-style:none;
	float: left;
}
.album li{
	margin-bottom:10px;
	text-align:center;
	float: left;
}
.album a{
	display:block;
	padding:5px;
	margin:5px;
	border:4px solid #444;
}
.album a:hover{
	border:4px solid #7abe21
}
#homePage {
	color: #329692;
	width: 1000px;
	background-image: url(../images/desert_roots_kitchen_bg.jpg);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#homePage #slider {
	float: left;
	width: 665px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#homePage #homeFooter {
	background-color: #333;
	height: 420px;
	width: 333px;
	float: left;
}
.homeFarmbox a:hover {
background-position: -333px 0;
}
.homeFarmbox a:active {
background-position: -666px 0;
}
.homeFarmbox a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:333px;
	height:140px;
	float: left;
	background-image: url(../images/home_farm_box.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.homeHfd a:hover {
background-position: -333px 0;
}
.homeHfd a:active {
background-position: -666px 0;
}
.homeHfd a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:333px;
	height:140px;
	float: left;
	background-image: url(../images/home_hfd.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.homeMenu a:hover {
background-position: -333px 0;
}
.homeMenu a:active {
background-position: -666px 0;
}
.homeMenu a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:333px;
	height:140px;
	float: left;
	background-image: url(../images/home_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
