/* default colors 
   pumpernickel loaf  121,103,79
   celadon pottery    166,204,190
   sign bg green      129,156,144
*/

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #2b251c url(../includes/pat.png) repeat-x scroll 0 190px;
	margin: 0;
}

#header {
	height: 157px;
	width: 800px;
	background: url(../includes/logo.png) no-repeat -10px;
}

#content {
	background: rgba(255,255,255,0) none repeat-x scroll 0 40px;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: -5px;
}

/* @group Reviews
 */

#reviews {
	width: 760px;
	padding: 20px;
	background-color: #efebdf;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#reviews p {
	font-style: italic;
	font-size: 12px;
	text-align: center;
}

#submitreviews {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

entry {
	display: block;
	margin-bottom: 5px;
}

label {
	font-weight: bold;
	font-size: 10px;
	display: block;
}

h3 {
	color: #7d1080;
	font: bold 14px/0 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}



/* @end */

#info {
	width: 800px;
	color: #372f24;
	margin: auto;
	font-size: 11px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	height: auto;
}

#info, #nav {
	background-color: #dbd8cd;
	color: #372f24;
}

#info a:link, #info a:visited {
	color: #372f24;
	text-decoration: none;
}

#info a:hover, #info a:active {
	color: #372f24;
	text-decoration: underline;
}

#leftbox {
	padding: 3px 10px;
	border-right: 1px dotted white;
}

#hours {
	padding: 3px 10px;
	border-right: 1px dotted white;
}

#rightbox {
	padding: 3px 10px;
}

#hours h1, #leftbox h1, #rightbox h1 {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 3px;
}


#hours ul, #leftbox ul, #rightbox ul {
	margin-top: -8px;
}

#hours li, #leftbox li, #rightbox li {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000000 0 0 0;
	list-style-type: none;
	text-indent: -40px;
	color: #60513e;
	padding-top: 2px;
	white-space: nowrap;
	text-align: left;
}

#footer {
	background-color: #dbd8cd;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 800px;
	margin: auto;
	border: 1px solid white;
	color: #78674e;
}

#copy {
	text-align: center;
	font-size: 10px;
	padding-top: 6px;
	color: rgba(255,255,255,0.25);
}

#copy a:link, #copy a:visited {
	text-align: center;
	font-size: 10px;
	padding-top: 6px;
	color: rgba(255,255,255,0.25);
	text-decoration: none;
}

#copy a:hover, #copy a:active {
	text-align: center;
	font-size: 10px;
	padding-top: 6px;
	color: rgba(255,255,255,0.25);
	text-decoration: underline;
}

#pic {
	height: 329px;
	border: 1px solid white;
	background: url(../includes/sd-home.jpg) no-repeat;
}

#nav {
	border: 1px solid white;
	text-align: center;
	vertical-align: middle;
	color: gray;
	font-size: 12px;
	margin-bottom: -1px;
}

#nav a:link, #nav a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #372f24;
	display: inline-block;
	padding: 7px;
}

#nav a:hover, #nav a:active {
	text-transform: uppercase;
	text-decoration: none;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #372f24;
	background-color: white;
	display: inline-block;
	padding: 7px;
}

.navsel a:link {
	color: gray;
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
}

.navsel a:visited {
	color: gray;
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
}

.navsel a:hover {
	background-color: silver;
}

.navsel a:active {
	background-color: silver;
}

#temp {
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	opacity: 1;
	margin-top: 120px;
	color: white;
	float: left;
}

#temp h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	line-height: 5px;
}

#temp h3 {
	font-weight: bold;
	font-size: 17px;
	line-height: 70px;
}

#temp h4 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: -14px;
}

#menu {
	margin-bottom: 13px;
}

#temp li {
	font-weight: normal;
	font-size: 14px;
	list-style-image: none;
	list-style-type: none;
	font-style: normal;
}

#temp p {
	text-align: center;
	opacity: 1;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: -6px;
}

#disclaimer {
	font-size: 9px;
	width: 567px;
	text-align: center;
	padding: 20px 10px;
}

#disclaimer p {
	font-size: 10px;
	color: #78674e;
}

/* @group Menu Navigation */

#sidenav {
	width: 150px;
	padding-top: 8px;
	padding-left: 16px;
	padding-bottom: 20px;
	height: 100%;
	background-color: white;
}

.menutitle {
	color: black;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
}

#sidenav li {
	list-style-type: none;
	margin-left: -40px;
	font-size: 12px;
	line-height: 20px;
}

#sidenav a:link {
	text-decoration: none;
	color: #7d1080;
}

#sidenav a:visited {
	text-decoration: none;
	color: #7d1080;
}

#sidenav a:hover {
	color: #7d1080;
	text-decoration: underline;
}

#sidenav a:active {
	color: #7d1080;
	text-decoration: underline;
}

/* @end */

/* @group Menu Listing */

#menuitems {
	width: 595px;
	padding: 20px;
	background-color: #efebdf;
	border-left: 1px solid white;
}

#menuitems th {
	padding-bottom: 22px;
}

#menuitems h1 {
	color: #7d1080;
	font: bold 14px/0 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 30px;
	text-align: center;
}

#menuitems p {
	color: #2b251c;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

.title {
	color: #7d1080;
	font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	background: url(flower_sm.png) no-repeat;
	padding-left: 99px;
	height: 67px;
}

.title2 {
	color: #7d1080;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	width: 74px;
}

#menuitems .name {
	color: #7d1080;
	font: 15px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#menuitems .option {
	color: #7d1080;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin-top: 4px;
	margin-left: 12px;
}

.price {
	color: #7d1080;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 30px;
	white-space: nowrap;
	text-align: right;
}

#menuitems .desc {
	color: #4a5a53;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin-top: 4px;
	margin-bottom: 20px;
}



/* @end */

/* @group Reviews */

p.review {
	font-style: italic;
	font-size: 12px;
	display: block;
	text-align: left;
	padding: 20px 50px;
}

reviewer {
	font-style: normal;
	color: #7d1080;
	display: block;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	font-weight: normal;
}



/* @end */

img.bons {
	float: left;
	margin-right: 8px;
}

.lower {
	text-transform: capitalize;
}