/*  Morning Star Cafe Global CSS  */

html, body, #wrapper {
	height: 100%;
}

body {
	background: #310a02 url(../images/bg.jpg) top repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Geneva;
	font-size: 0.75em;
	line-height: 1.33em;
	color: #a6885a;
}

div {  /*  Holding it all together  */
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*  Links  */

a {
	color: #b47315;
	text-decoration: none;
}

a:hover {
	color: #b47315;
	text-decoration: underline;	
}

/*  Headers  */

h1, h2, h3, h4, p {
	margin: 0 0 10px 0;
	padding: 0px;
}

h1 {
	color: #c0982c;
	font-size: 3em;
	line-height: 1.17em;
	font-family: georgia;
	font-weight: normal;
}

h2 {
	color: #c5aa62;
	font-size: 2.17em;
	line-height: 1.17em;
	font-family: georgia;
	font-weight: normal;
}

h3 {
	color: #c0982c;
	font-size: 1.5em;
	line-height: 1.17em;
	font-weight: normal;
	font-family: georgia;
}

h3.arrow {
	background: url(../images/leftArrow.gif) right center no-repeat;
    display:-moz-inline-stack;
    display:inline-block;
    *display:inline;
	padding-right: 25px;
}

h4 {
	font-size: 1.17em;
	line-height: 1.17em;
}

/*  Structure  */

#wrapper {
	background: transparent url(../images/bg_wallpaper.jpg) top center no-repeat;
	width: 100%;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	position: relative;
	text-align: center;
	height: 224px;
	z-index: 3;
}

#header .light {
	z-index: 2;
	position: absolute !important;
}

#header .leftLight {
	top: 0px;
	left: -100px;
}

#header .rightLight {
	position: absolute;
	top: 0px;
	right: -100px;
}

#header #logo {
	position: relative;
	top: 20px;
	margin: 0 auto;
}

#content {
	background: url(../images/content_bg.png) repeat;
	min-height:  400px;
	padding: 20px 20px 55px 20px;
	position: relative;
	z-index: 0;
}

#content .innerWrap {
	background: url(../images/content_highlight.gif) top repeat-x;
	padding: 20px;
}

#sidebar {
	float: left;
	width: 240px;
}

#contentInnerWrap {
	margin-left: 300px;
}

#footer {
	position: relative;
	background: transparent url(../images/footer_bg.jpg) no-repeat;
	font-size: 0.83em;
	text-align: right;
	padding-top: 50px;
	width: 100%;
	float: left;
	z-index: 1;
	height: 350px;
}

/*  Navigation  */

#nav {
	background: url(../images/nav_bg.png) repeat;	
	width: 100%;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	font-family: Georgia;
	line-height: 1em;
	font-style: italic;
	width: 16.5%;
	text-align: center;
	position: relative;
	z-index: 1;
}

#nav ul li a {
	display: block;
	padding: 0.75em 0;
	color: #ddbd6b;
	text-decoration: none;
	font-size: 1.33em;
	border-right: 1px solid #0a0200;
	border-left: 1px solid #594223;
}

#nav ul li a:hover, #nav ul li:hover a, #nav ul li.sfHover, #nav ul li.active a {
	background: #430f00;
	color: #b97812;
}

/*  Sub Navigation  */

#subNav {
	margin: 0px;
	padding: 0px;
}

#subNav li {
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
}

#subNav li a {
	background: #200b06 url(../images/subNav_bg.gif) top repeat-x;
	padding: 10px 20px;
	border: 1px solid #663814;
	display: block;
}

#subNav li a .title {
	font-family: georgia;
	font-size: 1.5em;
	line-height: 1.17em;
	display: block;
	color: #c0982c;
}

#subNav li a .desc {
	color: #a6885a;
	font-size: 0.83em;
	display: block;
}

#subNav li a:hover {
	text-decoration: none;
}

#subNav li a:hover .title {
	text-decoration: underline;
}

/*  Columns  */

.column {
	float: left;
}

.column .columnInnerWrap {
	padding: 20px;
}

.threeColumn {
	padding: 10px 0 !important;
}

.threeColumn .column {
	width: 33%;
}

/*  Body Classes  */

.homepage #newsletter #formMessage {
	display: none;
}

/*  Misc  */

#formMessage {
	font-size: 0.92em;
}

.error {
	border: 1px solid #660000 !important;
	background-color: #330000 !important;
	background-image: none;
}

.feedbackPositive {
	padding: 5px 5px 5px 30px !important;
	border: 1px solid #336600;
	background: #003300 url(../images/feedbackPositive.gif) 5px center no-repeat;
	font-size: 0.92em;
}

.feedbackNegative {
	padding: 5px 5px 5px 30px !important;
	border: 1px solid #660000;
	background: #330000 url(../images/feedbackNegative.gif) 5px center no-repeat;
	font-size: 0.92em;
}

.field {
	background: #1a1007;
	border: 1px solid #2b1d12;
	padding: 5px;
	color: #9e8f7a;
	width: 94%;
}

.submit {
	border: 0px;
	background: none transparent;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	cursor: hand;
	cursor: pointer;
}

.button {
	background: #0a0200;
	padding: 0.25em 3em;
}

.button:hover {
	background: #430f00;
	text-decoration: none;
}

.border {
	border: 1px solid #663814;
}

.thickBorder {
	border: 3px solid #663814;
}

.image {
	background: #5b3721;
	padding: 5px;
	position: relative;
	margin-top: 14px;
}

.image .tl {
	position: absolute !important;
	top: -14px;
	left: 0px;
}

.image .tr {
	position: absolute !important;
	top: -14px;
	right: 0px;	
}

.image .img {
	border: 2px solid #170501;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	overflow: hidden;
}








/*  Menu */

.menuitem {
	color:#c0982c;
	font-weight:bold;
	}	

.menuprice {
	color:#bca177;
	font-style:italic;
	}	