@charset "utf-8";

/* General HTML */
* {
	margin: 0px;
	padding: 0px;
	position: relative;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5438;
	background-color: #140A00;
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
img { 
	border: 0px;
}

a {
	text-decoration: none;
}

h1, h2 {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Layout */

#wrapper {
	width: 907px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 213px;
	text-align: center;
	background: url("../images/header_bg.jpg") center no-repeat;
}

#header #cityeats-widget {
	position: absolute;
	z-index: 1000;	
}


#hero {
	height: 388px;
	background: url("../images/home_hero_bg.jpg") center no-repeat;
	font-size: 13px;
	color:#999;
	line-height: 1.5em;
}
#hero a {
	color: #77B942;
}
#hero a:hover {
	color: #FFF;
}
#hero strong {
	font-weight: normal;
	color: #FFF;
}

#content {
	line-height: 1.2em;
}
#content p{
	margin-bottom: 13px;
}

#content a {
	color: #77B942;
}
#content a:hover {
	color:#030;
}


#footer {
	font-size: 13px;
	padding: 22px 44px;
}
#footer h3{
	font-weight: normal;
	font-size: 17px;
	text-transform: lowercase;
}
#footer  p{
	margin-top: 10px;
}
#footer a {
	color: #CEC57F; 
}
#footer a:hover {
	color: #FFF; 
}
#footer #sitemap {
	float: left;
	width: 350px;
}
#footer #sitemap ul {
	text-transform: lowercase;
	list-style: none;
}

#footer #sitemap ul  li{
	display: block;
	float: left;
	margin-top: 10px;
	padding-right: 25px;
	
}
#footer #sitemap ul li a{
	color: #CEC57F;
}
#footer #sitemap ul li a:hover {
	color: #FFF;
}

#footer #restaurant{
	width: 180px;
	float: left;
}
#footer #restaurant h3{
	text-transform: none;
}
#footer #brand {
	width: 180px;
	float: left;
}

#footer #brand h3{
	margin-top: -10px;
	display: block;
	height: 38px;
	width: 108px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/footer_karyns_logo.jpg");
}

#footer #credit {
	width: 100px;
	float: right;
}


/* Homepage */
body.home {
	background-image: url("../images/bg_home.jpg");
	/*background-image: url("../images/events/bg_home_valentines.jpg"); */
}
	
.home #hero #slideshow {
	position: absolute;
	left: 38px;
	top: 11px;
	width: 391px;
	height: 356px;
	padding: 5px;
	border: 1px solid #333;
}

.home #hero {
	
}

.home #hero h1{
	position: absolute;
	left: 499px;
	top: 100px;
	width: 106px;
	height: 40px;
	background-image: url("../images/header_welcome.gif");
}
.home #hero p{
	position: absolute;
	left: 497px;
	top: 154px;
	width: 315px;
	
}




.home #content {
	font-size: 13px;
	height: 324px;
	padding-top: 57px;
	padding-bottom: 86px;
}
.home #content h3{
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}
.home #intro_menu, .home #intro_venue, .home #intro_gallery, .home #intro_karyns {
	border-right: 1px #B9B17F solid;
	padding: 38px 24px 45px 24px;
	min-height: 272px;
	width: 172px;
	float: left;
}
.home #intro_menu h2, .home #intro_venue h2, .home #intro_gallery h2, .home #intro_karyns h2{
	position: absolute;
	top: 0px;
	left: 24px;
}
.home #intro_menu a.continue, .home #intro_venue a.continue, .home #intro_gallery a.continue, .home #intro_karyns a.continue{
	position: absolute;
	bottom: 0px;
	left: 23px;
	display: block;
	height: 45px;
	width: 172px;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
.home #intro_menu a.continue:hover, .home #intro_venue a.continue:hover, .home #intro_gallery a.continue:hover, .home #intro_karyns a.continue:hover{
	background-position: 0px -45px;
}



.home #intro_menu {
	padding-left: 32px;
}
.home #intro_menu h2{
	height: 13px;
	width: 71px;
	background-image: url("../images/subheader_menu.gif");
	left: 32px;
}
.home #intro_menu a.continue{
	background-image: url("../images/home_button_menu.jpg");
}


.home #intro_venue {
	
}
.home #intro_venue dl {
	margin-top: 8px;
}
.home #intro_venue dt, .home #intro_venue dd{
	font-size: 12px;
	float: left;
	margin-bottom: 2px;
}

.home #intro_venue dt{
	 width: 40%;
}
.home #intro_venue dd{
	 width: 60%;
}
.home #intro_venue h2{
	height: 13px;
	width: 71px;
	background-image: url("../images/subheader_venue.gif");
}

.home #intro_venue a.continue{
	background-image: url("../images/home_button_venue.jpg");
}


.home #intro_gallery {
	
}

.home #intro_gallery h2{
	top: -27px;
	height: 52px;
	width: 95px;
	background: url("../images/subheader_gallery.gif")
}
.home #intro_gallery  #preview {
	background: #5D5538;
}

.home #intro_gallery img {
	border: 3px solid #FFF;
	margin: 7px 9px;
}

.home #intro_gallery   a.continue{
	background-image: url("../images/home_button_gallery.jpg");
}
.home #intro_karyns{
	padding-right: 0px;
	border-right: none;
	width: 180px;
	
}
.home #intro_karyns h2{
	left:20px;
	top: -28px;
	height: 56px;
	width: 160px;
	background-image:url("../images/subheader_karyns_logo.gif");
}
.home #intro_karyns a.continue{
	background-image: url("../images/home_button_karyns.jpg");
}

/* menu */
body.menu {
	background-image: url("../images/bg_menu.jpg");
}

.menu #hero #preview {
	position: absolute;
	left: 38px;
	top: 11px;
	width: 391px;
	height: 356px;
	padding: 5px;
	border: 1px solid #333;
}

.menu #hero h1{
	position: absolute;
	left: 499px;
	top: 157px;
	width: 71px;
	height: 13px;
	background-image: url("../images/header_menu.gif");
}
.menu #hero p{
	position: absolute;
	left: 497px;
	top: 185px;
	width: 315px;
	
}

.menu #content {
	font-size: 13px;
	padding: 27px 32px 56px 32px;
	line-height: 1.5em;
}

.menu  a.menu_link{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	height: 45px;
	width: 172px;
	background-position: 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.menu a.menu_link:hover{
	background-position: 0px -45px;
}


.menu #the_food {
	min-height: 280px;
	float: left;
	width: 52%;
	margin-bottom: 15px;
    min-height: 330px;
}
.menu #the_food h2 {
	background-image: url("../images/subheader_the_food.gif");
	height: 52px;
	width: 110px;
	margin-bottom: 10px;
}

.menu #the_food a#seasonal_link {
	background-image: url("../images/menu_button_seasonal.jpg");
	bottom: -50px;
    left: 0;
}

.menu #the_food a#lunch_link {
	background-image: url("../images/menu_button_lunch.jpg");
	bottom: 100px;
    left: 0;
}
.menu #the_food a#dinner_link {
	bottom: 100px;
    left: 180px;
	background-image: url("../images/menu_button_dinner.jpg");
}
.menu #the_food a#brunch_link {
	bottom: 50px;
    left: 180px;
	background-image: url("../images/menu_button_brunch.jpg");
}
.menu #the_food a#dessert_link {
	background-image: url("../images/menu_button_dessert.jpg");
	bottom: 50px;
}

.menu #the_food a#gf_link {
	background-image: url("../images/menu_button_gf.jpg");
	left: 180px;
}

.menu #the_food a#raw_link {
	background-image: url("../images/menu_button_raw.jpg");
}

.menu #the_drink {
	min-height: 280px;
	float: right;
	width: 44%;	
	margin-bottom: 45px;
}

.menu #the_drink h2 {
	margin-top: 5px;
	background-image: url("../images/subheader_the_drink.gif");
	height: 52px;
	width: 129px;
	margin-bottom: 5px;
}
.menu #the_drink a.menu_link {
	background-image: url("../images/menu_button_drinks.jpg");
}

.menu #next_gallery{
	z-index: -1;
}
#next_gallery{
	float: left;
	width: 44%;
}

#next_gallery h2{
	top:  -10px;
	height: 52px;
	width: 95px;
	background: url("../images/subheader_gallery.gif");
}

#next_gallery #gallery_preview {
	background: #5D5538;
	width: 172px;
}
#next_gallery #gallery_preview a{
	display: block;
}

#next_gallery  img {
	border: 3px solid #FFF;
	margin: 7px 9px;
}

#next_reservation {
	float: right;
	width: 44%;
}

#next_reservation h2 {
	height: 36px;
	width: 246px;
	background-image: url("../images/subheader_make_a_reservation.gif");
	margin-bottom: 16px;
}
#next_reservation a.opentable {
	display: block;
	width: 196px;
	height: 68px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/menu_button_opentable.gif");
}
/* Market */

body.market {
	background-image: url("../images/bg_market.jpg");
}
.market #hero {
	background: url("../images/gallery_hero_bg.jpg");
	height: 407px;
}
.market #hero h1 {
	position: absolute;
	left: 65px;
	top: 107px;
	width: 90px;
	height: 36px;
	background-image: url("../images/header_market.gif");
}
.market #hero p{
	position: absolute;
	left: 65px;
	top: 157px;
	width: 315px;
}
/* gallery */

body.gallery {
	background-image: url("../images/bg_gallery.jpg");
}

.gallery #hero {
	background: url("../images/gallery_hero_bg.jpg");
	height: 407px;
	padding: 0px;
	margin: 0px;
}

.gallery #hero object {
	position: absolute;
	top: 50%;
	margin-top: -192px;
	left: 50%;
	margin-left: -410px;
}

.gallery #content {
	font-size: 13px;
	padding: 27px 32px 56px 32px;
	line-height: 1.5em;
}




#next_menu{
	padding-top: 15px;
	float: left;
	width: 44%;
}

#next_menu h2{
	height: 13px;
	width: 124px;
	background: url("../images/subheader_our_menu.gif");
	margin-bottom: 20px;
}

/* Contact */

body.contact {
	background-image: url("../images/bg_contact.jpg");
}

.contact #hero {
	background: url("../images/gallery_hero_bg.jpg");
	height: 407px;
	padding: 0px;
	margin: 0px;
}
.contact #hero h1 {
	position: absolute;
	left: 520px;
	top: 91px;
	width: 128px;
	height: 25px;
	background-image: url("../images/header_contact.gif");
}

.contact #hero p{
	position: absolute;
	left: 520px;
	top: 125px;
	width: 315px;
	
}

.contact #hero dl {
	position: absolute;
	left: 520px;
	top: 200px;
	display: block;
	width: 315px;
}
.contact #hero dl dt {
	color: #FFF;
	width: 25%;
	float: left;
	margin-bottom: 5px;
}
.contact #hero dl dd {
	width: 75%;
	float: right;
	margin-bottom: 5px;
}

#directions_map {
	position: absolute;
	top: 17px;
	left: 45px;
	height: 377px;
	width: 445px;
}
.contact #content {
	font-size: 13px;
	padding: 27px 32px 27px 32px;
	line-height: 1.5em;
}
.contact  #directions {
	float: left;
	width: 44%;
}
.contact #directions h2 {
	height: 36px;
	width: 117px;
	background: url("../images/subheader_directions.gif");
	margin-bottom: 15px;
}


.contact #hours {
	float: right;
	width: 44%;
}

.contact #hours h2 {
	height: 37px;
	width: 69px;
	background: url("../images/subheader_hours.gif");
	margin-bottom: 15px;
}
.contact #hours dl {
	margin-bottom: 85px;
	width: 96%;
}
.contact #hours dt {
	width: 50%;
	float: left;
	height: 25px;
}
.contact #hours dd {
	width: 50%;
	float: right;
	height: 25px;
}

/* Special Events */

#special_event {
	padding: 32px 32px 16px 32px;
	border-bottom: 1px solid #B9B17F; 
	margin-bottom: -48px;

}
#special_event h2{
	display: block;	
	height: 45px;
	width: 420px;
	background: url("../images/events/valentines_header.png");
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 16px;
}
.home #valentines_intro {
		height: 190px;
	float: left;
	font-size: 13px;
	border-right: 1px solid #B9B17F;
	width: 172px;
	padding:0px 24px 0px 0px;
}
.home #special_event h3 {
    color: #330000;
    font-size: 14px;
    font-weight: bold;
	margin-top: 15px;
}

#valentines_intro h3#sexiest_celebration {
	display: block;	
	height: 39px;
	width: 147px;
	background: url("../images/events/valentines_tagline.png");
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 0px;
}
.home #valentines_intro dl {
	margin-top: 8px;
}
.home #valentines_intro dt, .home #valentines_intro dd{
	font-size: 15px;
	float: left;
	margin-bottom: 5px;
}

.home #valentines_intro dt{
	 width: 40%;
}
.home #valentines_intro dd{
	 width: 60%;
}

#valentines_menu {
	height: 190px;
	float: left;
	font-size: 13px;
	border-right: 1px solid #B9B17F;
	width: 393px;
	padding:0px 24px 0px 24px;
}
#valentines_menu p {
	margin-bottom: 15px;
}

a#dinner_for_2_button {
	float: right;
	display: block;
	height: 45px;
	width: 172px;
	background: url("../images/events/button_pdf_menu.png");
	text-indent: -9999px;
	overflow: hidden;
}

#valentines_plus {
	float: left;
	font-size: 13px;
	width: 180px;
	padding:0px 0px 0px 24px;
}

#valentines_plus ul {
	padding-top: 5px;
	padding-left: 0px;
	margin: 0px;
}
#valentines_plus ul li{
	list-style: none;
	padding-left: 17px;
	background: url("../images/events/valentines_bullet.png") 0px 3px no-repeat;
	margin-bottom: 5px;
}

#valentines_reservations {
	margin-top: 32px;
}

/* hide content if the user has CSS */
.nocss {
	display: none;
}

/* misc styles */
.clear {
	clear: both;
}
.small {
	font-size: .6em;
}