/* CSS Document -------------------------------------------------------------*/

/* import stylesheets--------------------------------------------------------*/

/* inlineNav styles ------------------------------------------------------------*/

.backToTop a { /* has a li style in screen.css */
	display: none;
}

.prev {
	display: none;
}

.next {
	display: none;
}

/* page structure styles ----------------------------------------------------*/

body {
	background-color: #fff;
	color: #000;
	font: 9pt Times, Courier, serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	background: transparent;
	color: #039;
	text-decoration: underline;
}

a.hideLink:link, a.hideLink:visited {
	display: none;
}

a.hideLinkUrl:link:after, a.hideLinkUrl:visited:after {
	display: none;
}

/* typography styles --------------------------------------------------------*/

h1#logo {
	display: none;
}

h1#logo a {
	display: none;
}

#content h1, #contentFullWidth h1 {
	color: #7b4f19;
	font-size: 1.5em;
	margin: 2em 0 1em;
}

h2 {
	color: #7b4f19;
	font-size: 1.4em;
	margin: 0 0 -.2em;
}

h2.smallMargin {
	color: #7b4f19;
	font-size: 1.4em;
	margin: 0 0 -1em;
}

h2.printOnly {
	text-align: center;
}

.printOnly h2 {
	text-align: center;
}

h3 {
	color: #7b4f19;
	font-size: 1.1em;
	margin: .5em 0 0;
}

#rightColumn h3 {
	display: none;
}

h4 {
	color: #7b4f19;
	font-size: 1em;
	margin: .5em 0 0;
}

h5 {
	color: #7b4f19;
	font-size: 1em;
	margin: .5em 0;
}

/* positioning styles -------------------------------------------------------*/

#header {
	display: none;
}

#content {
	float: none;
	font-size: 1.2em;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: .8em;
}

#contentFullWidth {
	float: none;
	font-size: 1.2em;
}

#contentFullWidth a:link:after, #contentFullWidth a:visited:after {
	content: " (" attr(href) ") ";
	font-size: .8em;
}

#rightColumn {
	display: none;
}

#rightColumn .last {
	display: none;
}

#footer {
	color: #999;
	font-size: 1em;
}

#footer .bottomNav {
	display: none;
}

/* layout styles ------------------------------------------------------------*/

.black {
	color: #000;
}

#browserAlert {
	display: none;
}

.hide {
	display: none;
}

.green {
	color: #360;
}

.item {
	border-top: 1px dotted #693;
	clear: both;
}

.item.first {
	border-top: 0;
}

.item p {
	margin: 0;
}

.limitWidth {
	width: 79%;
}

.nonOrganic {
	color: #f60;
	/*font-style: italic;*/
}

.normal {
	color: #000;
	font-size: 1em;
	font-weight: normal;
}

.pageBreakAfter {
	page-break-after: always;
}

.pageBreakBefore {
	page-break-before: always;
}

p.photoTour {
	margin: 5em 1em;
}

p.photoTourThumb {
	float: none;
}

.photo {
	display: none;
}

.popup {
	cursor: pointer;
}

.produce dd {
	margin: .2em 1em 1em;
	padding: 0;
}

#content dl.produce dd p {
	margin: 0 0 1em 0;
	font-size: 1em;
}

.produce dt {
	color: #7b4f19;
	font-size: 1.1em;
	margin: .2em 1em 0 .9em;
}

.restaurants dd {
	margin: 0 1em 1em;
}

.restaurants dt {
		color: #7b4f19;
		font-size: 1em;
		margin: .2em 1em 0 .9em;
}

.separator {
	clear: both;
	margin: 2em;
	text-align: center;
}

.servingPrice {
	color: #360;
	font-style: italic;
}

.small {
	font-size: .8em;
	font-weight: normal;
}

.underline {
	border-bottom: 1px solid #693;
}

.verySmall {
	font-size: .5em;
	font-weight: normal;
}

/* list styles --------------------------------------------------------------*/

dl.links {

}

dd {
	margin: 1em;
}

li .backToTop { /* main style is in inline nav in nav.css */
	margin: .5em 2em
}

.links dd {
	margin: .2em 1em 1em;
	padding: 0;
}

ol {
	margin: .5em;
}

ol li {
	margin: .5em 0;
}

ol ol {
	list-style-type: lower-alpha;
	margin: .5em .2em;
}

.green li {
	color: #360;
	font-weight: bold;
}

.green li li {
	color: #000;
	font-weight: normal;
	margin: .3em 0;
}

.shortlist li {
	margin: 1em 0;
}

.shortlist h4 {
	margin: 0 0 -.5em 0;
}

ul.links {
	list-style: none;
	padding: 0;
}

/* table styles -------------------------------------------------------------*/


/* image styles -------------------------------------------------------------*/

img {
	border: 0;
}

img.bio {
	float: left;
	margin: 0 .5em .2em 0;
}

img.icon {
	margin: 0 0 -.2em 0;
}

img.icon2 {
	margin: -.2em 0 0 0;
}

img.menuThumb {
	display: none;
	float: none;
	margin: 0;
}

img.menuPreview {
	margin: 5px;
}

img.photoTour {
	float: left;
	margin: .5em 2em;
}

img.photoTourThumb {
	display: none;
}

/* hidden styles -------------------------------------------------------------*/

.skip {
	display: none;
}