@import url('forms.css');
@import url('nav.css');

h1, h2, h3, h4 {
line-height: 120%;
}

body {background: #25190d url("/images/bg_splash.jpg"); margin:0;}
/* ------------------------------------------- SITE HEADER --------- */
#header {
background-color: #25190d;
width: 100%;
}
#head_img {
width: 1000px;
padding: 0;
margin: 0 auto;
text-align: center;
}


#catering_menu_table p {
  margin: 0px;
  padding: 0px;
}

#catering_menu_table h2 {
  margin: 0px;
  padding: 0px;
}

.addl_info {margin: 0px; padding: 0px; text-align: left}
.addl_info_just {margin: 5px; padding: 0px; text-align: center}
.just {text-align: center;}


/* ------------------------------------------- CONTAINER ----------- */
#container {
	width: 820px; 
	margin: 0 auto;
/*	border: 1px solid red;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ------------------------------------------- PHOTO HEADER -------- */
#photo_header {
	margin-bottom: 0px;
}

/* Logged In User STATUS ----- */
#status {
	width:775px;
	position:relative;
	padding: 0px;
	margin-bottom:5px;
	text-align:right;
	color: green;
	font-size: 0.7em;
}

/* -----***********************------------------------------------- */
/* --------------------------------- CONTENT SECTION FROM HERE ----- */
/* -----***********************------------------------------------- */
#content {
font-size: 0.875em;
line-height:1.3;
min-height: 300px;
width: 758px;
margin: 4px auto;
padding: 10px 5px;
color: #ffffff;
border-width:0px;
}
.reservations #content {
background: #ffffff;
color: #000000;
}

.reservations #content a,
.reservations #content a:visited {
color: #000000;
/*#a56c13;*/
}
#content #OT_imglogo {
 position: absolute;
	right: 10px;
bottom: 10px;

}

/*body.site.reservations div#container div#content div#OT_searchWrapperAll div

#OT_logolink {
position: static;
border: 2px solid #444444;
}
*/

#content h3 {
	margin-bottom:0;
	font-size: 1.1em;
}

/* graphical section headers ----- */
.sect_head {margin-left: 0px; margin-right: auto;}

/* Default LINK styles */
a {	text-decoration: none;	color: #FFF; }
a:link {	color: #FFF; }
a:visited {	color: #FFF; }
a:hover { color: #a56c13; }


/* --------------------  CONTENT areas based on controller / action -*/
body.users.new #content{
	text-align:left;
}

body.site.home #content {
	width: 778px;
	padding: 0 0px;
	text-align: left;
}

.feeddate {
	color: #595959;
}

.newsticker {
	border: 4px solid #a56c13;
	margin: 2px;
	margin-bottom: 8px;
	width: 231px;
	padding: 0px;
}

.newsticker p {
	font-size: 0.79em;
	padding: 0px;
	margin: 6px;
}

.morestories {
	background: #a56c13;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	display: block;
}

.morestories:hover {
	color: #222222;
}

/* Site/ABOUT page*/
body.site.about #content {text-align: left;}

body.reviews.show #content {text-align: left;}

/* Reviews pages */
body.reviews #content {
	text-align:left;
}
#reviews {
	border-collapse: collapse;
	width: 100%;
}

#reviewright {
	border-left: 4px solid #a56c13;
	padding: 10px;
	padding-top: 0px;
}
#reviewleft {
	border-right: 4px solid #a56c13;
	padding: 0px;
	width:200px;
}
#reviewlist {
	padding: 0px;
	margin: 0px;
	width: 200px;
}
.currentreview {
	color:  #a56c13;
}
#reviewlist p {
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
#reviewlist li {
	display: block;
	margin: 0 0 5px 0;
}
#reviewheading {
	margin: 0px;
	padding-bottom: 5px;
	text-align: left;
}
#review {
text-align: justify;
}
#reviewdiv {
	height: 4px;
	background: #a56c13;
}

.reviewdate {
	color: #595959;
	font-size: 0.75em;
}

body.reviews #container #review img {padding:8px;}
/* ------------------------------------- HOME PAGE /site/home ----- */
#lft-home {
float: left;
width: 248px;
height: 100%;
margin: 0px;
}
#rt-home {
float: right;
width: 500px;
max-width: 520px;
height: 100%;
}

/* -------------------REVIEWS INDEX PAGE LINKS ----- */
#inline-list-gen {
	border: 1px solid #000;
	margin: 2em;
	width: 700px;
	padding: 5px;
	font-family: Verdana, sans-serif;
}
#inline-list-gen p {
	display: inline;
}
#inline-list-gen ul, #inline-list-gen li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: bold;
}
#inline-list-gen ul li:after {
	content: " | ";
}
#inline-list-gen ul li.last:after {
	content: "";
}

/* --------------------------------- END CONTENT SECTION ----------- */
/* -----***********************------------------------------------- */

/* ------------------------------------------- SITE FOOTER --------- */
#footer > p {
/*	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size: .8em;
	margin: 0 5px;
	color: #A56C13;
}
#footer > p.copyright {
	float: left;
	text-align: left;
}
#footer > p.links {
	float: right;
	text-align: right;
	color: #5F430E;
}
#footer a {	text-decoration: none;	color: #A56C13; }
#footer a:link {	color: #A56C13; }
#footer a:visited {	color: #A56C13; }
#footer a:hover { color: #F7931C }

#footer-logos {
	width: 780px;
	clear: both;
}
.footer_logo {
margin-top: 10px;
margin-right: 10px;
margin-left: auto;
}
img {border: 0;}
img.tight {display: block;}

/* ------------------------------------------ Debug Style ---------- */
#debug {
  margin-top: 1em;
  margin-left: auto;
}
#debug a, #debug a.visited {
  text-decoration: none;
  color: maroon;
}
fieldset.debug_info {
  text-align: left; 
  margin: 1em; 
  background: #eee;
}
fieldset.debug_info legend { 
	color: white; 
  background: maroon; 
  padding: .4em 1em; 
}

/* ------------------------------------------ FLASH MESSAGES ------- */
#flash_messages {
  padding: 4px;
}
#flash_messages p {
  margin-bottom: 0;
}
#flash_messages p.error {
	background: #fcc;
	border: 1px solid #f00;
}
#flash_messages p.notice {
  font: bold smaller serif;
  background: #fee37a;
  border: 1px solid #fd9b5b;
}
#flash_messages p.message {
  background: #cbf285;
  border: 1px solid #3cab09;
}

.currentarticle {color: #f7931c;}

#emailform, #emailthankyou {
	background-image: url( "/images/emailbg.gif" ); 
	background-repeat:repeat; 
	position: absolute; 
	color: black; 
	border: 4px solid #2e2e2e; 
	width: 223px; padding: 5px; 
	height: 90px;
}
#emailform { color: white; padding: 5px;}
#emailthankyou {color: white; text-align: center; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.emailbutton {
	background: none; 
	border: none; 
	color: white; 
	font-weight: bold; 
	font-size: 0.875em; 
	padding: 0px; margin: 0px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.emailbutton:hover {color: #a56c13;} 
#emailform * {padding: 0px; margin: 2px;}
#emailthankyou * {padding: 0px; margin: 3px;}

#catering_menu {background: #ffffff; padding: 20px; font-family: Papyrus,Helvetica,Arial,sans-serif;}
#catering_menu a {color: #000000;}
#catering_menu_table tr td {text-align: center; padding: 10px; color: #000000;}
#catering_menu_table tr td h2 {padding: 20px;}
#catering_menu_table p, #catering_menu_table h2, #catering_menu_table h3 {color: #000000;}

#navbar a {
padding: 7px 0 7px 7px;
}
#navbar a.current_link{ 	color: #5f430e;
	}
#javascript_pointer {
position: absolute;
top: -20px;
}
#navbar .subnav_bg {
    color: #ffffff;
    background: #5f430e;
padding: 0px;
}

#navbar .subnav_bg td {
padding: 0px;
padding-right: 6px;
}

#navbar .subnav {
    position: absolute;
    bottom: 6px;
    left: 0px;
    padding: 0px;
    width: 500px;
    margin: auto;
}

#navbar .subnav .subnav_bg .current_subnav a {
    color: #f7931c;
}

#navbar .subnav .subnav_bg .sublink_div {
    padding-left: 4px;
    padding-right: 0px;
    padding: 0px;
}

.anchor_div {
position: relative;left: 0px;top: 0px;
padding: 0px;
margin: 0px;
}

.testimonial {
  border: 2px solid black;
  background-color: #ffffff;
  margin: 0px;
  color: #000000;
  padding: 8px;
}
.testimonial_table {
    border-collapse: collapse;
    margin: 10px;
    width: 600px;
}
.catering_subpanel {
    width: 400px;
    }
.testimonial_title {
    font-size: 2em;
}
#catering_menu a.catering_link, a.catering_link {
    font-weight: bold;
    color: #000000;
}


#catering_menu a.catering_link:hover, a.catering_link:hover {
    font-weight: bold;
    color: #f7931c;
}

.catering_panel {
    color: #000000;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.testimonial_top {
  height: 10px;
  background: #f7931c;
}
.testimonial_right {
  background: #f7931c;
  width: 10px;
}
.testimonial_bottom {
  height: 10px;
  border-bottom: 0px solid #000000;
}
.testimonial_left {
   width: 10px;
}

.catering_heading {
  width: 400px;
  margin: 0px auto 0px auto;
  text-align: center;
}
