﻿@import url(../jqueryui/jquery-ui.css);

/*----------------------------------------------------------

----------------------------------------------------------*/
body
{
    background-color: #6F6F6F;
    font-size: 0.99em;
    font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
}

a:link
{
    color: #0000F7;
    text-decoration: none;
}
a:visited
{
    color: #800080;
    text-decoration: none;
}
a:hover
{
    color: #0000F7;
    text-decoration: none;
}
a:active
{
    color: #0000F7;
    text-decoration: none;
}

p, ul
{
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: Georgia,"Times New Roman",Times,serif;
    letter-spacing: 2px;
    font-weight: 500;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    color: #B85700;
}

h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/*
    Common
*/

.clear, .row {display: inline-block;}

/*
    Template
*/

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#container
{
    margin: 0 auto;
	width: 985px;
	background: #fff url(../../Content/images/background-top.jpg) no-repeat;
}

.page
{
   	margin: 0 auto;
	width: 985px;
	padding-bottom: 10px;
}

div#content
{
   	margin: 0 auto;
	width: 965px;
	margin-left: 10px;
}

#header
{
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

#main-body
{
    padding:  5px 5px 5px 5px;
    _height: 1px;
}


div#footer
{
    color: #fff;
    padding: 10px 10px 10px 0px;
    line-height: normal;
    font-size: .9em;
    background-color: #000;
    text-align: right;
}


h1.graphic span
{
	display: none;
}

/*
    form
*/

form.cmxform fieldset {
  margin-bottom: 10px;
}

legend {
  padding: 0 1em 0 0.5em;
  font-weight: bold;
  color: #000;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 3px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 160px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}




div.body
{
	margin: 0 auto;
}

div.body-image
{
	padding-right: 300px;
}

div.body-content
{
	margin-right: 10px;
	background-color: #ccc;
	margin: 10px;
	padding: 10px;
}

div.body div.feature-side-img
{
	float: right;
	width: 226px;
	background-color: #434343;
	padding: 10px 10px 0px 10px;
}

div#logo
{
    float: left;
    margin: 20px;
    width: 265px;
    height: 113px;
}

div#award
{
    float:right;
    position: absolute;
    margin: -389px 10px 10px 780px;
}

div.body .feature
{
	border: 1px solid #fff;
}

div.body-background
{
    background-color: #ccc;
    margin-bottom: 10px;
    width:940px;
}

div.body-background-image
{
    margin-bottom: 10px;
    width:940px;
}


div#topRow
{
    height: 135px;
}

div#slogan
{
    color: Blue;
    float: left;
    font-size: 120%;
    letter-spacing: 6px;
    line-height: 24px;
    margin: 5px 0 0 0px;
    text-align: center;
}

ul#menu ul
{
    padding-left: 0px;
}

ul#menu li
{
    display: inline;
    list-style: none;
    color: #fff;
    font-size: 1.0em;
    line-height:38px;
    margin-right:20px;
}

ul#submenu
{
    padding-left:0;
    text-align:center;
    margin: 0 auto;
    padding-left: 0px;
    background-color: #3466A2;
}

ul#submenu li
{
    display: inline;
    list-style: none;
    color: #fff;
    font-size: 1.0em;
    line-height:38px;
    margin-right:20px;
}



/*
    end of submenu
*/

div#menucontainer
{
   /* background: #fff url(/images/menu-background.gif) repeat-x; */
    margin: 0 auto;
    text-align: center;
    background-color: #F7CB7D;
}




/*
    error panel
*/

div.error-panel
{
	padding: 1em;
	margin-bottom: 1.5em;
}

div.error-panel ul
{
	margin-top: 0;
	margin-bottom: 0;
}

div.error-panel span.ui-icon
{
	float: left;
	margin: 0 15px 15px 0;
}


/*
    index page
*/

div#left-panel
{
    float: left;
    width: 710px;
    margin-right: 10px;
}

div#right-panel
{
    float:left;
    width: 240px;
}

div#right-panel div
{
    margin-bottom: 5px;
}

h1#head-logo.graphic
{
	background: url(../../Content/images/logo.png) no-repeat;
	margin: 0;
	padding: 0;
	height: 113px;
	width: 265px;
}

h1#head-logo.graphic span
{
	display: none;
}

div#body-image
{
    float:right;
}

div#container h1
{
    color: #B85700;
}

div#mainBanner h2
{
    color: #fff;
}

/*
    dine with us
*/


/*
    comments
*/

div.comment
{
	 padding: 5px;
	 margin-bottom: 15px;
}

blockquote.comment 
{
  font: 1.0em italic Times, serif;
  padding: 8px;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 15px;
  background-image: url(../../content/images/open-quote.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
}

blockquote.comment span
{
    display: block;
    background-image: url(../../content/images/close-quote.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 10px;
    width: 660px;
}

/*
   food menu
*/

div.menuSection 
{
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
}

div.menuSection table p
{
    color:#736667;
    font-family:Arial,helvetica,Sans-Serif;
    font-size:75%;
    font-style:italic;
    padding-top:0;
    margin: 0px 0px 0px 0px;
}

.subTitle
{
    color:#736667;
    font-family:Arial,helvetica,Sans-Serif;
    font-size:75%;
    font-style:italic;
    padding-top:0;
}

div.menuSection table td
{
    vertical-align: top;
    font-size: 0.9em;
}

.full
{
    width: 85%;
    
}

.right
{
    text-align: right;
    width: 100px;
}

.centertext
{
    text-align: center;
    border: solid 10px white;
    margin: 5px 5px 5px 5px;
}

.menuSectionTitle
{
    font-size: 1.3em;
    text-align: left;
    font-weight:lighter;
}

.curryInfo
{
    color: #B85700;
    font-size: 0.9 em;
    font-weight: bold;
}


.kidsfood
{
    text-align: center;
    border: dashed 3px red;
    margin: 5px 5px 5px 5px;
}

.message
{
    font-size: 0.8em;
}

/*
    buffet
*/

.buffet
{
    border: solid 4px #CFC58E;
    text-align: center;
}

.buffet h3
{
    color: #000;
}