/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #7C101F;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #382115;
}

body.editor {
	background-image: none;
	background-color: #F3F0E5;
	height: 100%;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #7C101F;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #7C101F;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #7C101F;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #CCCBC0;
	margin-bottom: 7px;
}	

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #7C101F;
}

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
.button {
	border: 0px;   
	background-color: #7C101F;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #720E1B;
}

/* LAYOUT CSS */

#container {
	width: 1006px;
	margin: 0px auto;
}

#header {
	height: 264px;
	padding-top: 23px;
	text-align: center;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 87px;
}

.home #header {
	background-image: url('../images/header_home_bg.png');
	height: 334px;
}

#header_photo {
	width: 950px;
	height: 176px;
	margin: 15px auto 0px auto;
	background-repeat: no-repeat;
	background-color: #F3F1E5;
}

.home #header_photo {
	height: 245px;
}

#header_photo img {
	border-bottom: 1px solid #480911;
}

#content_box {
	width: 930px;
	margin: 0px 29px;
	padding: 0px 9px;
	background-image: url('../images/content_box_bg.png');
	background-repeat: repeat-y;
}

#content_box_inner {
	background-image: url('../images/content_box_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content {
	float: right;
	width: 623px;
	margin: 22px 20px 40px 0px;
	display: inline;
}

#content.fullwidth {
	margin: 22px 20px 40px 20px;
	width: 890px;
}

#left_content {
	width: 259px;
	border: 1px solid #D8D5BE;
	margin: 22px 0px 0px 10px;
	float: left;
	background-color: #e6e5d3;
	display: inline;
}

#mailinglist {
	height: 47px;
	padding: 8px 10px;
	background-image: url('../images/mailinglist_bg.gif');
	background-repeat: repeat-x;
	color: #575027;
	font-size: 10px;
}

#mailinglist .email_box {
	float: left;
	width: 205px;
	height: 18px;
	background-image: url('../images/email_box_bg.gif');
	background-repeat: no-repeat;
	border: 0px;
	color: #575027;
	padding: 3px 5px 0px 5px;
}

#footer {
	clear: both;
	float: right;
	width: 623px;
	margin: -30px 20px 10px 0px;
	border-top: 1px solid #D8D5BE;
	color: #67544A;
	font-size: 14px;
	line-height: 17px;
	display: inline;
}

#footer b {
	color: #720E1B;
	font-size: 16px;
}

#address {
	float: right;
	width: 150px;
	padding-top: 10px;
}

#contact {
	float: right;
	text-align: right;
	padding: 10px 20px 0px 0px;
}

#copyright {
	margin-left: 48px;
	font-size: 10px;
	color: #BC636F;
}

#copyright a {
	color: #BC636F;
}

#copyright a:hover {
	color: #F3F0E5;
}

/* NAVIGATION CSS */

#nav_container {
	width: 100%;
	overflow: hidden;
	float: left;
	background-image: url('../images/nav_bg.jpg');
	height: 36px;
}

#nav {
	padding: 0px;
	margin: 0px auto;
	float: left;
	position: relative;
	left: 50%;
}

#nav li {
	list-style: none;
	float: left;
	position: relative;
	right: 50%;
	text-align: center;
}

#nav li a {
	font-size: 12px;
	font-weight: bold;
	color: #543629;
	display: block;
	width: auto;
	height: 29px;
	line-height: 29px;
	padding: 6px 0px 0px 0px;
	text-decoration: none;
	margin: 0px 27px;
}

#nav li a:hover, #nav li.active a {
	color: #760F1D;
}

#nav li.active a {
	border-bottom: 1px solid #760F1D;
}

.subnav {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 5px 0px;
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.subnav li {
	list-style: none;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	line-height: 15px;
	margin: 8px 0px;
}

.subnav li.active {
	background-image: url('../images/active-subnav.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.subnav li a {
	color: #543629;
}

.subnav li a:hover, .subnav li.active a {
	color: #760F1D;
}

.subnav li ul {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

.subnav li.active ul li a {
	color: #543629;
}

.subnav li.active ul li a:hover, .subnav li.active ul li.active a  {
	color: #760F1D;
}

.subnav li.active ul li.active {
	background-image: none;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 17px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; }
.admin-index-list li div.view { width: 40px; }
.admin-index-list li div.configure { width: 75px; }
.admin-index-list li div.edit { width: 33px; }
.admin-index-list li div.subpages { width: 90px; }
.admin-index-list li div.delete { width: 48px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}
/* FAQ Styles */
#faqs div.question {
	cursor: pointer;
	border: 1px solid #E0DDCA;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#faqs div.collapse div.question {
	background-color: #E9E7D9;
	background-image: url(../images/faq_button_off.gif);
}

#faqs div.collapse div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-color: #D8D6C3;
	background-image: url(../images/faq_button_on.gif);
	color: #720E1B;
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 10px;
}

/* MENU CSS */

#menu h2 {
	border-bottom: 1px solid #7C101F;
	margin-bottom: 10px;
}

#content ul.menu {
	list-style: none;
	padding: 0px;
	line-height: 17px;
}

ul.menu li {
	margin-bottom: 15px;
}

ul.menu .name {
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	color: #861923;
}

ul.menu .price {
	font-size: 13px;
	margin-right: 10px;
	font-weight: bold;
}

ul.menu img {
	margin-right: 5px;
}

ul.menu p {
	margin-top: -10px;
}

ul.menu .addon {
	font-weight: bold;
}

/* RECIPE STYLES */

ul.recipe-grid {
	list-style-type: none;
	margin: 0 0 0 -14px;
	padding: 0;
}

ul.recipe-grid li {
	list-style-type: none;
	float: left;
	height: 162px;
	width: 193px;
	padding: 0;
	margin: 0 12px 12px 0;
	background-color: #e1decb;
	border: 1px solid #c6bfaf;
	font-size: 14px;
	color: #382215;
	display: inline;
}

ul.recipe-grid li a {
	display: block;
	width: 193px;
	height: 162px;
}

ul.recipe-grid li img {
	display: block;
}

ul.recipe-grid li span {
	display: block;
	padding: 2px 5px 0 5px;
}

#recipe .lc {
	float: left;
	width: 350px;
}

#recipe .rc {
	float: right;
	width: 244px;
}

#recipe h2 {
	background-color: #750F1D;
	color: #F3F1E5;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

#recipe .ingredients {
	width: 100%;
}

#recipe .dish {
	margin-bottom: 25px;
}

#recipe .amount {
	width: 25%;
	text-align:right;
	vertical-align:top;
}

#recipe .ingredient {
	width: 75%;
	padding-left: 15px;
	vertical-align:top;
}

#recipe .directions {
	background-color: #e1decb;
	padding: 15px;
}

/* ORDER FORM CSS */

.orderform, .customerform {
	margin-bottom: 10px;
	width: 623px;
}

.orderform td, .customerform td {
	vertical-align: top;
	padding: 0px 7px 5px 0px;
}

.orderform .desc {
	text-align: left;
	width: 65%;
}

.orderform img {
	margin: 0px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #7C101F;
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	text-align: right;
}

.ordertable {
	width: 623px;
}

.ordertable td {
	padding: 0px 5px 5px 0px;
}

.ordertable label {
	white-space: nowrap;
}

