﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
  background: url(/content/images/Background.jpg) 0 0 repeat-x #bf7130;
  font-size: .75em;
  font-family: Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #2c0b04;
}

a:link
{
  color: #9E1A0D;
  text-decoration: underline;
}
a:visited
{
  color: #9E1A0D;
}
a:hover
{
  color: #BF483B;
  text-decoration: none;
}
a:active
{
  color: #12eb87;
}

p, ul
{
  margin-bottom: 20px;
  line-height: 1.6em;
}

strong
{
  font-weight:bold;
}

em
{
font-style:italic
}

img
{
display:block  
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
  font-size: 1.5em;
  color: #9E1A0E;
  font-family: Georgia,Arial, Helvetica, sans-serif;
}

h1
{
  font-size: 2.2em;
  padding-bottom: 0;
  margin-bottom: 10px;
}



h2
{
  padding: 0 0 10px 0;
}

#rightColumn h2
{
  font-family: Georgia;
  font-weight: bold;
  font-size: 1.7em;
}

h3
{
  font-size: 1.2em;
}

#rightColumn h3
{
  font-weight: bold;
  text-decoration: underline;

}

h4
{
  font-size: 1.1em;
}
h5, h6
{
  font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
  margin-top: 0;
}

#rightColumn, #rightColumn h2, #rightColumn h3
{
  xcolor: #480E02;
  xcolor:#043F1C;
  color:black
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#header
{
  background: url(/content/images/JTsHeader3.jpg) 0 0 no-repeat;
  width: 960px;
  height: 159px;
  margin: 0px;
  color: #000;
  padding: 0;
}

.Logo
{
  margin: 0;
  margin-left: 390px;
  clear: both;
}

#navbar
{
  background: url(/content/images/NavBar.jpg) 0 0 no-repeat;
  width: 960px;
  height: 63px;
}

#content
{
  width: 920px;
  margin-left: 20px;
  overflow: auto;
  background: url(/content/images/ContentBG.jpg) 0 0 repeat-y;
}

#main
{
  width: 900px;
  margin: 0 auto;
}

#leftColumn
{
  width: 580px;
  float: left;
  margin-left: 30px;
  text-align: justify;
}

#leftColumn h1
{
text-align:left  
}

#rightColumn
{
  width: 200px;
  float: right;
  margin-right: 30px;
  font-size: 90%;
}

#footer
{
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  color: #d4a955;
  padding: 20px;
  xtext-align: center;
  line-height: normal;
  font-size: .8em;
  background-color: #2c0b04;
  overflow:hidden
}

#footer a,
#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active
{
  color:white
}

.credits
{
  margin:0 20px;
  float:left
}

.facebook
{
width:240px;
float:right
}

.facebook a
{
font-size:15px;
font-weight:bold;
margin-top:10px  

}

/* TAB MENU   
----------------------------------------------------------*/
ul.menu
{
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: center;
}

ul.menu li
{
  display: inline;
  list-style: none;
}

ul.menu li#greeting
{
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: #fff;
}

ul.menu li a
{
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  color: #fff;
}

ul.menu li a:hover
{
  text-decoration: none;
  color: #d4a955;
}

ul.menu li a:active
{
  background-color: transparent;
  text-decoration: none;
}

ul.menu li.selected a
{
  background-color: #fff;
  color: #000;
}

ul.menu li ul.submenu {
    display: none;
    z-index:100
}

ul.menu li:hover > ul.submenu {
    display: block;
   
}

ul.menu li > ul.submenu
{
    position:absolute;
    left:165px;
    top:30px;
    background:#5B1305;
    width:200px;
}

ul.menu li > ul.submenu li
{
  line-height:.8em;
  display: block;
  text-align:left
}

ul.menu li > ul.submenu li a
{
 padding:0;
 padding-left:10px 
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
  margin: 1em 0;
  padding: 1em;
}

fieldset p
{
  margin: 2px 12px 10px 10px;
}

fieldset label
{
  display: block;
  font-weight:bold;
  color:#9E1A0E
}

fieldset label.inline
{
  display: inline;
}

legend
{
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}

input[type="text"]
{
  width: 200px;
  border: 1px solid #CCC;
}

input[type="password"]
{
  width: 200px;
  border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
  border-collapse: collapse;
}

table td
{
  padding: 8px;
  vertical-align:top
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
  clear: both;
}

.error
{
  color: Red;
}

.menucontainer
{
  padding-top: 3px;
  width: 960px;
}

div#title
{
  display: block;
  float: left;
  text-align: left;
}

#logindisplay
{
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: White;
}

#logindisplay a:link
{
  color: white;
  text-decoration: underline;
}

#logindisplay a:visited
{
  color: white;
  text-decoration: underline;
}

#logindisplay a:hover
{
  color: white;
  text-decoration: none;
}

.field-validation-error
{
  color: #ff0000;
}

.input-validation-error
{
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors
{
  font-weight: bold;
  color: #ff0000;
}

.important
{
  color: #9E1A0E;
}

.big
{
font-size:115%;
font-weight:bold 
}

.xsmall
{
 font-size:50%;
}
/* MENU PAGE 
----------------------------------------------------------*/
#menuWrapper table
{
  width: 100%;
}

#menuWrapper table td p
{
  margin-bottom:8px
}

x.MenuHeader
{
margin-bottom:0  
}

.MenuHeader, .MenuHeader h1
{
  font: bold 1.3em/1.2em Georgia,sans-serif;
  color: #9E1A0E;

}

.MenuHeader h1 small
{
  font-size: 60%;
}

.MenuItem
{
  padding-right: 25px;
}

.PriceHeader
{
  text-align: right;
  font-weight: bold;
}

.Price
{
  text-align: right;
  font-weight:bold;
  font-size:.9em
}

.altRow
{
  background: url(/content/images/AltRowBG.jpg) 0 0 repeat-x #ffeaaf;
}

.Green
{
  color: #005B27;
}

.Red
{
  color: #9E1A0E;
}

.Toppings
{
  background-color: #EFEFEF;
}



/* SIDEBAR FLOATING BOX 
----------------------------------------------------------*/


#sidebarFloat 
{
	position:relative;
	top:1px;
	xleft:50%;
	xmargin-left:235px;
	width:200px;
}

/* Specials Page
----------------------------------------------------------*/

.printcoupon
{
float:right;
padding:8px;
background:#FFE9BF;
border: solid 1px #BF9E5F
}

.contactcatering
{

padding:8px;
background:#FFE9BF;
border: solid 1px #BF9E5F;
width:135px
}

.right
{
float:right  
}