@charset "UTF-8";
/* @group Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, a:link, a:visited, a:active, a:hover, abbr, acronym, address, em, img, q, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a img {border-width: 0px; border-style: none; outline: none;}
::selection {
	background: #fffec2; /* Safari */
	}
::-moz-selection {
	background: #fffec2; /* Firefox */
}
.photodivwrap {
	position: relative;
}
.photodiv {
	position: absolute;
	top: 0;
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 80;
	background: transparent url(/National_Library/oe_/http://kosher-bite.com/build/spacer.gif) repeat scroll left top;
}

/* @end */
/* @group Tags */
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	padding: 2px 0;
	margin: 35px 0 5px 0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
	color: #850001;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 21px;
	font-style: italic;
	color: #850001;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
	font-weight: 300;
}
p {
	padding: 4px 0 10px;
	margin: 0 0 14px;
}
#maincontent ul, #maincontent ol {
	padding: 4px 0 4px 10px;
	margin: 3px 0 3px 15px;
}
#maincontent ul {
	list-style-type: disc;
	list-style-position: outside;
}
#maincontent ol {
	list-style-type: decimal;
}
#maincontent li {
	padding: 2px 0 2px 0;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
/* @end */
/* @group Links */
a, a:link {
	padding: 0 1px;
	color: #850001;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #600102;
	text-decoration: underline;
}
a:hover {
	color: #ec0103;
	text-decoration: none;
}
a:active {
	color: #fed700;
	background-color: #000000;
	text-decoration: none;
}
/* @end */

/* @group Layout */
body {
	font: 14px/21px "Open Sans", Helvetica, Arial, Tahoma, Geneva, sans-serif;
	color: #000000;
}
#maincontent {
	padding: 225px 0 40px;
}
#header img, #superfooter img {
	vertical-align: bottom;
}
.leftcol {
	width: 650px;
	float: left;
}
.rightcol {
	width: 250px;
	float: right;
}
.half {
	width: 460px;
}
.quarter {
	width: 225px;
}
.onethird {
	width: 300px;
}
.twothirds {
	width: 620px;
}
#backtotop {
	font-size: 12px;
	margin: -40px 0 0;
	font-style: italic;
	font-weight: 600;
}
#backtotop a, #backtotop a:link, #backtotop a:visited {
	color: #000000;
	text-decoration: underline;
}
#backtotop a:hover {
	color: #ec0103;
	text-decoration: none;
}
#backtotop a:active {
	background-color: #000000;
	color: #fed700;
	text-decoration: none;
}
#foodmenushortcuts a {
	font-weight: 600 !important;
	font-size: 15px;
}
/* @group Header */
#header {
	position: absolute;
	top: 53px;
	height: 165px;
	width: 100%;
	background: #ffffff url('/National_Library/oe_/http://kosher-bite.com/build/header/navbarbgrepeater.gif') repeat-x center bottom;
}
#header .wrapper {
	position: relative;
	height: 165px;
	padding: 0;
	margin: 0 auto;
}
.wrapper #logokbgrill {
	width: 426px;
	height: 152px;
	position: absolute;
	bottom: 0;
	left: 10px;
}
/* @end Header*/
/* @group Navigation */
/* @group MenuNav */
#menunavbar {
	display: block;
	width: 536px;
	height: 97px;
	position: absolute;
	right: 2px;
	bottom: 0;
	background: url('/National_Library/oe_/http://kosher-bite.com/build/header/navbarbgphotos.jpg') no-repeat center bottom;
}
.menu {
	display: block;
	list-style: none;
	position: absolute;
	bottom: 1px;
}
#menuspecials { left: 14px; }
#menuamerican { left: 118px; }
#menuisraeli { left: 239px; }
#menuszechuan { left: 329px; }
#menusushi { left: 448px; }

.menu a, .menu .current {
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0 !important;
}
.menu img {
	position: relative;
}
/* don't need to move img for #specials b/c image starts w/ specials */
#menuamerican img {left: -86px;}
#menuisraeli img {left: -187px;}
#menuszechuan img {left: -256px;}
#menusushi img {left: -355px;}

#menuspecials a, #menuspecials .current {width: 86px;}
#menuamerican a, #menuamerican .current {width: 101px;}
#menuisraeli a, #menuisraeli .current {width: 69px;}
#menuszechuan a, #menuszechuan .current {width: 99px;}
#menusushi a, #menusushi .current {width: 60px;}

.menu a:hover img {top: -25px;}
.menu a:active img {top: -50px;}
.menu .current img {top: -75px;}
.menu a:active {
	background-color: transparent !important;
}
/* @end MenuNav */
/* @group TopNav */
#topnavwrapper {
	position: absolute;
	top: 3px;
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	background: #000000 url('/National_Library/oe_/http://kosher-bite.com/build/header/topheaderbglarge.jpg') repeat-y center center;
	box-shadow: inset 0px 0px 15px 5px rgba(0,0,0,0.75);
	z-index: 1;
}
#topnavwrapper ul li {
	padding: 15px 24px !important;
}
.topnav a, .topnav .current {
	display: block;
	height: 20px;
	overflow: hidden;
	position: relative;
	padding: 0;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	text-transform: uppercase;
}

.topnav .current {
	color: #bbb;
}

.topnav a:hover,
.topnav a:focus,
.topnav a:active {
	background: none;
	color: #ec0103;
}

/* @end TopNav */
/* @group CenteredMenu */
.centeredmenu {
   float: left;
   width: 100%;
   position: relative;
}
.centeredmenu ul {
   clear: left;
   float: right;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
   text-align: center;
}
.centeredmenu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0 12px;
   position: relative;
   left: 50%;
}
.centeredmenu ul li a, 
.centeredmenu ul li a:link, 
.centeredmenu ul li a:active, 
.centeredmenu ul li a:hover, 
.centeredmenu ul li a:visited,  {
   display: block;
   text-decoration: none;
   background: transparent;
}
/* @end CenteredMenu */
/* @group FooterNav */
#footernavwrapper {
	font: 700 18px/21px Quicksand, Arial, Helvetica, Geneva, sans-serif;
	background: #ffffff;
	color: #000000;
	width: 100%;
	padding: 3px 0;
}
#footernavwrapper a, #footernavwrapper a:link {
	text-decoration: none;
	margin-top: -1px;
	padding: 1px 2px;
	color: #000000;
}
#footernavwrapper .current {
	color: #e87301;
}
#footernavwrapper a:visited {
	color: #5e5e5e;
}
#footernavwrapper a:hover {
	color: #e87301;
	background: #000000;
}
#footernavwrapper a:active {
	color: #ffffff;
	background: #000000;
}
#footernavwrapper ul li {
	padding: 0 !important;
}

/* @end FooterNav */
/* @end Navigation */

/* @group MainContent */
/* @end MainContent */

/* @group Footer */
/* @group StickyFooter */
html, body {
	height: 100%;
	margin: 0;
}
#superwrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -270px; /* negative value is height of footer thanks ryanfait.com */
}
#superfooter, #push {
	height: 270px;
	clear:  both;
}
/* @end StickyFooter */
#superfooter {
	background: #000000;
	color: #ffffff;
	position: relative;
}
#opentimes {
	font-size: 24px;
	line-height: 16px;
	font-style: italic;
	font-weight: 300;
	color: #e87301;
	text-align: right;
	width: auto;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -470px;
}
#opentimes .hours {
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
}
#opentimes #closed {
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	right: 20px;
}
#kbfooterlogo {
	position: absolute;
	bottom: 0;
	z-index: 50;
	margin: 0 0 0 20px;
	padding: 0;
	width: 329px;
	height: 97px;
}
#footerphone {
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	font-weight: 300;
	color: #ffffff;
	padding-bottom: 135px;
	position: absolute;
	bottom: 25px;
	right: 50%;
	margin-right: -470px;
	width: 400px;
	background: url(/National_Library/oe_/http://kosher-bite.com/build/footer/footerfire.jpg) no-repeat left bottom;
}
#footerphone .number {
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	color: #e87301;
	position: relative;
	top: 3px;
}
#footerphone #footerdelivery {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	width: auto;
}
#copyright {
	display: block;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	line-height: 24px;
	height: 24px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#copyright p {
	text-align: right;
	padding: 0 10px 0 0;
}
/* @end Footer */
/* @group FoodMenu */
table.foodmenu {
	width: 640px;
	border: 3px solid #000000;
	padding: 2px;
	margin: 12px 0 40px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	background: #000000;
	clear: both;
}
table.foodmenu tr {
	line-height: 36px;
	width: 100%;
}
tr.even, tr.even td {
	background-color: #414141;
}
tr.odd, tr.odd td {
	background-color: #000000;
}
.spicy {
	background: url(/National_Library/oe_/http://kosher-bite.com/build/spicy.png) no-repeat right center;
	padding-right: 24px;
	min-height: 24px;
}
td.name, th.name {
	width: 520px;
	text-align: left;
	padding: 2px 4px;
}
td.name3col, th.name3col {
	width: 430px;
	text-align: left;
	padding: 2px 4px;
}
td.name4col, th.name4col {
	width: 340px;
	text-align: left;
	padding: 2px 4px;
}
td.odd, td.even {
	font-weight: 300;
	font-size: 18px;
	width: 310px;
	text-align: left;
	padding: 2px 4px;
}
td.odd {
	background-color: #000000;
}
td.even {
	background-color: #414141;
}
td.price, th.price {
	width: 90px;
	text-align: right;
	padding: 2px 4px;
}
td.description {
	text-align: center;
	line-height: 21px;
	padding: 1px 4px 4px;
}
.description {
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
}
/* @end FoodMenu */
/* @group ContactForm */
#form {
	border-right: 1px dotted #ddd;
	padding: 0 60px 30px 0;
}
#form ul {
	padding: 10px 15px 0 10px;
	list-style: none !important;
}
#form li {
	padding: 6px 0;
	margin: 2px 0;
}
#form li textarea, #form li input {
	width: 220px;
	padding: 5px;
	font-size: 14px;
}
#form li input.submit {
	width: auto;
	background: #dddddd;
}
#form li textarea:focus, #form li input:focus, #form li input.submit:hover {
	background: #fffec2;
}
#form li textarea, #form li label.comments {
	vertical-align: top;
}
#form .randomizer {
	display: none;
}
.red {
	color: #ec0103;
}
/* @end ContactForm */
/* @end Layout */

/* @group Classes */
.accessibility {
	display: none;
}
.position {
	position: relative;
}
.bigger {
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
}
.fineprint {
	font-style: italic;
	font-size: .85em;
	line-height: normal;
}
.clear {
	clear: both;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.centertext {
	text-align: center;
}
.right {
	float: right;
}
.righttext {
	text-align: right;
}
.left {
	float: left;
}
img.left {
	margin: 0 20px 20px 0;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: 600;
}
.wrapper {
	width: 990px;
	margin: 0 auto;
}
.nobullets {
	list-style-type: none;
}
.h1spacer {
	padding-top: 75px;
}
.spacer {
	padding-top: 35px;
}
.headerspacer {
	padding-top: 25px;
}
.topborder {
	border-top: 1px solid #000000;
	margin-top: 35px;
	padding-top: 35px;
}
/* @end */
.photo {
	margin: 20px 0;
}
.firstphoto {
	margin-top: 5px !Important;
}
.lastphoto {
	margin-bottom: 0 !important;
}
#googlemap, .photo {
	border: 3px solid #000000;
	padding: 5px;
}

.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.nivocaptions {
	display: none;
} 
