@charset "UTF-8";
/* foodstyle.css for Haley House website
   change styles for Food with purpose subsection
 */

/*- Main Content styles -*/
#rightpanel /*container for the right side's dynamic content*/
{
	color:#8E3212;
}
#rightpanel .lowlight
{
	color:#8E3212;
}	
#rightpanel .highlight
{
	color:#ad5c26;
}
#rightnav li 
{
	border-left: 1px dashed #8E3212;
}
#rightnav a
{
	color:#8E3212;
}
#rightnav a:link /* unvisited link */
{
	color:#8E3212;
}
#rightnav a:hover
{
	text-decoration: none;
  	color:#ad5c26;
}
#rightnav a.currentpage,
#rightnav a.currentpage:link,
.section1 #rightnav a.section1,
.section2 #rightnav a.section2,
.section3 #rightnav a.section3,
.section4 #rightnav a.section4,
.section5 #rightnav a.section5,
.section6 #rightnav a.section6   /*indicate current page in navigation*/
{
	color:#ad5c26;
}
#rightcontent h2
{
	color:#ad5c26;
}
	
/*- Video and Images -*/

#rightcontent .videoandimageblock .videoandimagecaption 	
{
	color:#8E3212; 
}
#rightcontent .videoandimageblock .videoandimagecrumbon 	
{
	background: transparent url(/background_images/orange_dot_on.png) no-repeat;
}
#rightcontent .videoandimageblock .videoandimagecrumboff 	
{
	background: transparent url(/background_images/orange_dot.png) no-repeat;
}


hr.medium 
{
	border-top: 1px dashed #8E3212; 
}

#rightcontent .videoandimagemeta 
{
	color:#8E3212; 
}

#rightcontent .videoandimagemeta .videoandimageinfo
{
	color:#8E3212; 
}

#rightcontent .videoandimagemeta .videoandimageinfo h2
{
	color:#8E3212; 
}
#rightcontent .videoandimagemeta .videoandimageinfo h1
{
	color:#8E3212; 
}

#rightcontent .videoandimagenav
{
	color:#8E3212; 
}

#rightcontent .videoandimagenav .imagenav#previmage
{
  	background: transparent url(/background_images/orange_arrowLeft.png) no-repeat bottom left;
}
#rightcontent .videoandimagenav .imagenav#previmage:hover
{
	background-position: top left;
}
#rightcontent .videoandimagenav .imagenav#nextimage
{
  	background: transparent url(/background_images/orange_arrowRight.png) no-repeat bottom left;
}
#rightcontent .videoandimagenav .imagenav#nextimage:hover
{
	background-position: top left;
}
#rightcontent a.bodylink
{
	color:#8E3212; 
}
#rightcontent a.bodylink 	
{
	color:#DF6D26;
}

/*- Menu Styles -*/

#rightcontent .menucategory 
{
	padding-bottom: 10px;
}
#rightcontent .menucategory h1
{
	font-family: Avenir, Helvetica, Geneva, Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height:34px;
	color:#ad5c26;
	cursor: pointer;
}
#rightcontent .menucategory h2
{
	font-family: Georgia, Constantia, "Palatino Linotype", Lucidabright, "Lucida Serif", Lucida, serif;
	font-weight: normal;
	font-size: 18px;
	color:#8E3212;
	line-height: 20px;
	display: none;
}

#rightcontent .menucategory .menuitem 
{
	font-family: Georgia, Constantia, "Palatino Linotype", Lucidabright, "Lucida Serif", Lucida, serif;
	font-size: 14px;
	color:#8E3212;
	line-height: 18px;
	padding-bottom: 10px;
	display: none;
}
#rightcontent .menucategory .menuitem .menuprice
{
	font-family: Georgia, Constantia, "Palatino Linotype", Lucidabright, "Lucida Serif", Lucida, serif;
	font-weight:normal;

}
#rightcontent .menucategory .menuitem h1
{
	font-family: Georgia, Constantia, "Palatino Linotype", Lucidabright, "Lucida Serif", Lucida, serif;
	font-weight:bold;
	font-size: 18px;
	color:#8E3212;
	line-height: 24px;
}



/*- Related News items -*/

.relatednews a
{
	background: transparent url(../background_images/orange_sticky.png) no-repeat;
}



/*- Article items -*/
#rightcontent .article 
{
	color:#8E3212; 
}
#rightcontent .article h2
{
	color:#8E3212; 
}
#rightcontent .article h3
{
	color:#8E3212; 
}

.articleblurb 
{
	color:#8E3212; 
}
.articlebody 
{
	color:#8E3212; 
}

.arrowdown	
{
	background:transparent url(/background_images/orange_arrowDown.png) top left no-repeat;
}

.arrowup	
{
	background:transparent url(/background_images/orange_arrowUp.png) top left no-repeat;
}

/*- Infoblock items -*/
												
.infoblock
{
	color:#ad5c26;
}
.infoblock #address a
{
	color:#8E3212;
}
.infoblock #address h4
{
	color:#8E3212;
}
.infoblock #address a:link /* unvisited link */
{
	color:#8E3212;
}
								
.infoblock #address a:hover
{
	color:#ad5c26;
}
	


			


