/*** General page settings

Color palette: 
	- Dark brown: #730e2c
	- Medium brown: #ab5645
	- Light brown: #d68439
	- Beige: #ffd27b
	- Light beige: #fff2da
	- Dark blue: #006bb6

*/


body {
	background-color:	#ffd27b;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family:	Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	color: #730e2c;
	margin: 0;
	text-align: center;
	line-height: 1.4em;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


h1 {
	font-variant: small-caps;
}

a,
a:visited {
	color: #730e2c;
}

a:hover,
a:active {
	color: #d68439;
}

img {
	border: none;
}

.imagecaption {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}

hr {
	height: 1px;
	border: 0;
	color: #d68439;
	background-color: #d68439;
	margin-top: 1em;
	margin-bottom: 1em;
}

.float.left {
	float: left;
}

.float.right {
	float: right;
}

.clear.left {
	clear: left;
}

.clear.right {
	clear: right;
}

.clear.both {
	clear: both;
}

/*** Center content on page */

#allcontent {
	width: 1020px;
	margin: auto;
	background-image: url(../images/background.png); /* Prevents issue with narrow viewports */
	background-repeat: repeat-y;
	background-position: center top;
}

div#content {
	margin-left: auto;
	margin-right: auto;
}

/*** Header */

img.header-img {
	padding: 0;
	margin: 0;
}

/*** Footer */

#footer {
	clear: both;
	padding-top: 22px;
	text-align: center;
	font-size: 75%;
}

/*** Product pages */

.Products .caption {
	font-size: 105%;
}

.Products h1 {
	font-variant: normal;
	font-size: 105%;
	line-height: 1.1em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}


.Products h2 {
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
}

.Products h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.Products h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}

.Products h4 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.Products .caption,
.productlist {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/** Product list */

.productlist {
	margin-top: 1em;
	padding: 0;
	list-style: none;
	display: block;
	overflow: auto;
	line-height: 1.25;
}

.productlist li {
	display: block;
	width: 385px;
	padding: 0;
	margin-top: 1em;
}

.dropshadow { /* Applies CSS3 dropshadows; IE uses borders via iehacks.css */
	-webkit-box-shadow: 2px 2px 3px #aba290;
	-moz-box-shadow: 2px 2px 3px #aba290;
	box-shadow: 2px 2px 3px #aba290;
}

.productlist h4 {
	display: inline;
	margin-right: 0.25em;
}

.productlist p {
	margin-top: 0.3em;
	font-size: 80%;
}

.description h2 {
	line-height: 1.1em;
	margin-bottom: 0.2em;
}

.description h2 a {
	text-decoration: none;
}

.percentdv {
	text-align: right;
}

/**** Banner (for Entrées page) */

.banner {
	border-top: 1px solid #d68439;
	border-bottom: 1px solid #d68439;
	margin-top: 1em;
	margin-bottom: 1em;
	background-image: url(../images/e-banner.png);
	background-repeat: repeat-y;
	background-position: center center;
}

.banner div {
	font-size: 105%;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	margin-left: 30px;
	margin-bottom: 1em;
	margin-right: 245px;
	text-align: center;
}

/**** Nutrition Facts */

.hidden {
	background-color: #fff2da;
}

.nutrition {
	font-family: Helvetica, "Helvetica Neue", Corbel, Arial, sans-serif;
	text-align: left;
	color: black;
	width: 230px;
	line-height: 1.25;
}

.nutrition h2 {
	padding-top: 0;
	padding-bottom: 0.5em;
}

.nutrition p {
	font-size: 75%;
}

/**** Column classes inserted in post-processing */

.leftcolumn {
	float: left;
}

.rightcolumn {
	float: right;
}

.productlist .leftcolumn {
	clear: both;
	text-align: right;
}

.productlist .rightcolumn {
	text-align: left;
}

.productlist .leftcolumn img {
	float: right;
}

.productlist .rightcolumn img {
	float: left;
}

.productlist .leftcolumn .description {
	padding-right: 120px;
}

.productlist .rightcolumn .description {
	padding-left: 120px;
}

/**** Wider columns for Entrées page */

.entrees .leftcolumn .description {
	padding-right: 156px;
}

.entrees .rightcolumn .description {
	padding-left: 156px;
}

.entrees #lineup {
	margin-top: 1.5em;
}

.entrees #lineup p {
	margin-top: 0;
	font-style: italic;
}

/*** Recipe pages */

.Recipes p {
	margin-top: 0;
	margin-bottom: 1em;
}

.Recipes h1 {
	font-size: 175%;
	font-weight: bold;
	font-style: normal;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1;
}

.Recipes h2 {
	font-size: 150%;
	font-variant: small-caps;
}

.Recipes h3 {
	font-size: 100%;
	margin-bottom: 0.25em;
}

.Recipes .biglinks div span {
	display: inline-block;
	width: 267px;
}

.Recipes .title {
	font-size: 100%;
	margin-top: 0.1em;
	font-weight: bold;
	font-style: normal;
	padding-top: 0.25em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.Recipes ul {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.Recipes li {
	padding-bottom: 0;
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.Recipes #content {
	width: 900px;
	text-align: left;
}

.Recipes .vignette {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.r-allamerican h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.r-allamerican h2 {
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

/*** Recipe index */

.divider {
	clear: both;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

#chef {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.r-vignette h1 {
	font-size: 1.4em;
	padding-top: 0;
	font-style: italic;
	font-variant: normal;
	line-height: 1.25em;
}

.boxed {
	color: #730e2c;
	border: 1px solid #730e2c;
	font-style: italic;
	text-decoration: none;
	padding: 0.5em;
	font-size: 0.9em;
}

.Recipes .thumblinks div {
	width: 150px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
}

.Recipes .thumblinks a {
	font-size: 1.25em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #730e2c;
}

.Recipes .thumblinks a:hover,
.Recipes .thumblinks a:active {
	color: #d68439;
}

.biglinks {
	width: 516px;
	text-align: left;
	background-image: url(../images/background-narrow.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 25px;
}

.biglinks div,
.biglinks .subtitle {
	clear: both;
}

.biglinks img {
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}

.biglinks h2 {
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 0;
}

.biglinks .title,
.biglinks .subtitle {
	display: block;
	font-size: 1.25em;
	font-variant: small-caps;
}

.biglinks .title {
	padding-top: 0;
	padding-bottom: 0.25em;
}

.biglinks .subtitle {
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.biglinks .description {
	display: block;
}

.biglinks a {
	color: #730e2c;
	text-decoration: none;
}

.biglinks a:hover,
.biglinks a:active {
	color: #d68439;
}

#zoom,
#zoomclickable {
	z-index: 700;
}

.Recipes #slideshow a {
	line-height: 0;
	background-image: url(../images/r-slideshow-background.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/**** Chef page */

#content.a-chef {
	width: 800px;
	text-align: left;
}

.a-chef .vignette {
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: 0;
	float: left;
}

.a-chef div.text {
	float: right;
	width: 390px;
	text-align: center;
	margin-top: 10px;
	line-height: 1.4;
	margin-left: 0;
	margin-right: 0;
}

.a-chef div.text a {
	font-weight: bold;
	text-decoration: none;
}

.a-chef div.text a:hover,
.a-chef div.text a:active {
	text-decoration: underline;
}

.a-chef div.text p {
	margin-top: 0.9em;
}

/**** Quality Assurance page */

#content.a-quality {
	width: 950px;
	text-align: left;
}

.a-quality .vignette {
	margin-right: 20px;
	float: left;
}

.a-quality #text{
	float: left;
	width: 355px;
	padding-top: 10px;
}

.a-quality p {
	line-height: 1.5;
}


/*** Contacts */

.Contacts #content {
	text-align: center;
}

.Contacts .vcard {
	margin-top: 0.4em;
	margin-bottom: 1.25em;
	width: 885px;
	margin-left: auto;
	margin-right: auto;
}

.Contacts .vcard h2 {
	font-size: 150%;
	font-variant: small-caps;
	margin-top: 0;
	margin-bottom: 0;
}

.Contacts .vcard .leftcolumn p,
.Contacts .vcard .rightcolumn p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.Contacts .type {
	font-weight: bold;
}

.Contacts .vcard .leftcolumn p.directions,
.Contacts .vcard .rightcolumn p.directions {
	margin: 0.75em;
}

.Contacts .leftcolumn,
.Contacts .rightcolumn {
	width: 440px;
	margin-top: 0.5em;
	margin-bottom: 0;
}

.Contacts #email {
	padding-top: 0.5em;
	clear: both;
}

.Contacts .callus {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.Contacts a {
	text-decoration: none;
	color: #730e2c;
}

.Contacts a:hover,
.Contacts a:active {
	color: #ab5645;
}

.hoursofoperation {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: auto;
	margin-right: auto;
}

.hoursofoperation th {
	font-weight: bold;
	font-size: 110%;
}

.hoursofoperation .department {
	font-weight: bold;
	text-align: right;
	padding-right: 0.2em;
}

.hours {
	font-variant: small-caps;
}

.hoursofoperation .hours {
	text-align: left;
}

.contacttable {
	border-collapse: collapse;
	width: 900px;
	font-size: 0.9em;
	margin-top: 1.75em;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: black;
	font-family: Helvetica, "Helvetica Neue", Corbel, Arial, sans-serif;
	text-align: left;
	line-height: 1.2em;
}

.contacttable a {
	color: black;
}

.contacttable a:hover,
.contacttable a:active {
	color: #ab5645;
}

.contacttable .type {
	font-weight: normal;
}

.contacttable th,
.contacttable td {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.contacttable th {
	padding-left: 1em;
	background-color: #0077c0;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.contacttable tr.even {
	background-color: #e8eef8;
}

.contacttable tr.odd {
	background-color: #d2dff2;
}

.contacttable td {
	padding-left: 1em;
	border-right: 3px solid white;
}

.contacttable td.email {
	border-right: none;
}

/*** About Us */

.copy {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.copy a {
	color: #730e2c;
	font-weight: bold;
}

.copy a:hover,
.copy a:active {
	color: #d68439;
}

/*** FAQs */

.faq {
	width: 800px;
	text-align: left;
}

.faq ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.faq span {
	display: inline-block;
	vertical-align: top;
}

.faq .prefix {
	width: 30px;
}

.faq .copy {
	width: 770px;
}

.faq .question {
	color: #0060a0;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.25em;
}

.faq .answer {
	margin-bottom: 1.5em;
}

.faq ul img {
	float: right;
	margin-top: 0;
	margin-left: 10px;
}

/*** What's New */

#newspaper {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	color: black;
}

#news-top {
	height: 30px;
	background-image: url(../images/a-news-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#news-content {
	width: 805px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#news-content #masthead {
	margin-bottom: 10px;
}

#news-middle {
	background-image: url(../images/a-news-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news-bottom {
	height: 30px;
	background-image: url(../images/a-news-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#news-content .thumblinks a {
	text-decoration: none;
	color: black;
}

#news-content .thumblinks a:hover,
#news-content .thumblinks a:active {
	color: #730e2c;
}

#news-content .thumblinks {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#news-content .thumblinks li {
	width: 650px;
	clear: both;
}

#news-content .thumblinks li img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#news-content .date,
#news-content .headline,
#news-content .summary {
	display: block;
}

#news-content .date,
#news-content .headline {
	font-weight: bold;
	font-size: 175%;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/**** What's New articles */

#news-content .leftcolumn,
#news-content .rightcolumn {
	width: 395px;
}

#news-content .leftcolumn p,
#news-content .rightcolumn p,
#news-content ul,
#news-content li,
#news-content .caption {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#news-content .leftcolumn a,
#news-content .rightcolumn a{
	font-weight: bold;
}

#news-content h1 {
	font-variant: normal;
	font-family: Helvetica, "Helvetica Neue", Corbel, Arial, sans-serif;
	font-weight: bold;
	font-size: 310%;
	text-align: center;
	letter-spacing: -1px;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
	line-height: 1;
}

#news-content .caption,
.About .caption {
	font-family: Helvetica, "Helvetica Neue", Corbel, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.25em;
	margin-top: 0.25em;
	margin-bottom: 1em;
}

#news-content ol {
	line-height: 1.1em;
	padding-left: 20px;
}

#news-content li {
	margin-bottom: 0.25em;
}

#news-content p,
#news-content ol {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#news-content p.first {
	margin-top: 1.5em;
}

#news-content p.first:first-letter {
	float: left;
	font-weight: bold;
	font-size: 3em;
	line-height: 0.9em;
	padding-top: 0.05em;
	margin-right: 3px;
	margin-bottom: -.1em;
}

/* NOTE: Newspaper images have a built-in 10px border to accomodate dropshadows */


#news-content .clear.both img {
	padding-top: 1em;
}

#news-content .clear.both {
	padding-bottom: 1em;
}

.questionmark {
	position: relative;
	top: -0.2em;
}

.a-growing #news-content h1,
.a-brochures #news-content h1,
.a-brochures #news-content img {
	margin-bottom: 0.35em;
}

.a-growing #news-content #top {
	text-align: left;
}

.a-growing #news-content .caption {
	text-align: left;
}

.a-growing #news-content #top .caption {
	width: 295px;
	display: inline-block;
	position: relative;
	padding-left: 5px;
	top: -10px;
	margin-top: 10px;
}

.a-growing #news-content .rightcolumn .caption {
	width: 395px;
	display: block;
}

.a-growing #news-content p.first {
	margin-top: 0.5em;
}

.a-growing .leftcolumn {
	text-align: left;
}

.a-growing .leftcolumn img {
	padding-left: 10px;
	margin-top: 1em;
}

.a-brochures #news-content p.first {
	margin-top: 0;
}

/*** Our Story */

.a-story {
	width: 850px;
	text-align: left;
}

.a-story div.float.left {
	padding-right: 30px;
}

.a-story div.float.right {
	padding-left: 30px;
}

.a-story p {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

/** Sales */

#sales-map {
	text-align: left;
	margin-top: 1em;
	width: 886px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
}

#sales-map a,
#sales-map img,
#sales-map div {
	margin: 0;
	padding: 0;
	border: 0;
}

#sales-map a {
	display: inline-block;
}

.Sales .wrapper {
	width: 396px;
	background-image: url(../images/sales-background.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	padding: 30px;
}

.Sales .wrapper img {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.Sales .wrapper .info {
	width: 225px;
	display: inline-block;
}

.Sales .wrapper h2 {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0.1em;
	
}

.Sales .wrapper h3 {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0.25em;
}

.Sales .wrapper p {
	font-size: 0.9em;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0;
}

.Sales .wrapper p.bio {
	margin-top: 1em;
}