/* Elegant Restaurant Package CSS */

/* --------------------------------------------------------- */
/* To make things easy and because we're so nice...          */
/* ALL COLORS CAN BE CHANGED RIGHT HERE                      */
/* --------------------------------------------------------- */

body {
	color:#555;
	background:#000 url('../graphics/bg-body.jpg') repeat-x; }

a { color:#cc8282 }
a:hover { color:#ca6d6d }
	
#featured-item { background:#fff }
.featured-itemImage { border:8px solid #ddd }
.featured-itemImage span { background-color: #000; color: #fff }			
.featured-itemImage span strong { color:#fff !important }
.featured-itemImage span b { color:#dce7ed }
.featured-itemImage span em.price { color:#FFF }

#main-content #homepage-right h3 { color:#966; }
#homepage-right p { color:#555 }
#homepage-right p span { color:#999 }
	
#main-content h2 { color:#966; }
#main-content h3 { color:#966 }
	
#main-content form {
	background:#efefef;
	border:1px solid #ddd }
	
form .input-text {
	border:1px solid #fff;
	color:#555;
	background:#fff }
	
form label { color:#555 }
	
form .submit-button {
	background:#fff;
	border:1px solid #ddd;
	color:#ca6d6d }
	
.photo { border:5px solid #ddd }

.address { border-bottom:1px solid #ddd; }
.address strong { font-weight:normal;color:#999 }
	
#menu-skin { background:#fff }
#menu-skin h2 { color:#966 }
	
.right-menu { border-left:1px solid #ddd }

dt { background:#fff; color:#555 }
dd.price { color:#966; background:#fff }
dd.ingredients { color:#999 }

span.new, span.special { color:#FFF8EF }
span.special { background:#579F09 }
span.new { background:#EF1E0E }
	
.sidebar .sm-featured-item { border:5px solid #ddd }
#main-content .sidebar .sm-featured-item h2 {	background:#000; border-bottom:1px solid #111; color:#fff; }

#footer .right em { color:#fff }
.contact-error {
    margin-bottom:15px;
    padding:15px;
    background:#ffefef;
    border:1px solid #ffcfcf;
    color:#ef6868;
}
.contact-success {
    margin-bottom:15px;
    padding:15px;
    background:#f4faff;
    border:1px solid #bfe2ff;
    color:#2978bc;
}

/* --------------------------------------------------------- */
/* The rest of the Style Sheet (doesn't include colors)       */
/* --------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 }
	
a { text-decoration:none }
a:hover { text-decoration:underline; }
.content {
	position:relative;
	width:940px;
	margin:0 auto;
	padding:0;}
	
img { border:0 }
.clear { clear:both; display:block; height:1px; font-size:1px }
.clearer {overflow:hidden;clear:both; /* 'clear:both' fixes improper clearing with Chrome */}
	
/* ------------------------------------- */
/* Header                                */

#header { 
	margin:0 auto;
	height:204px; 
	width:960px; 
	background: url(../graphics/bg-logo.png) no-repeat; 
	position:relative; }
	
	#header h1 {
		margin:0;
		padding:0;}
	
	#header h1 a {
		text-indent:-9999px;
		width:175px;
		height:160px;
		display:block;
		position:absolute;
		top:25px;
		left:10px;
		text-decoration:none;}
								
	#header .address {
		font-size:12px;
		position:absolute;
		top:30px;
		right:0 }
	#classes {
		position: absolute;
		top: 60px;
		right: 0;
		text-align: right;	
		text-shadow: 1px 1px #000;
	}
		#classes a:hover {
			text-decoration: none;
		}
			#classes span {
				display: block;
				font-size: 20px;
				font-weight: bold;
				color: #fff;	
			}
	

/* ------------------------------------- */
/* Navigation                            */

#navigation {
	position:absolute;
	right:0;
	top:143px;
	width:540px;
	height:20px;
	z-index:50;
	font-size:15px }
		
	#navigation ul {
		width:511px;
		height:20px;
		list-style:none;
		display:block }
	
	#navigation ul li {
		margin:0 0 0 18px;
		position:relative;
		display:inline;
		padding:0;
		float:right }
		
	#navigation ul li a {
		height:20px;
		padding:7px 10px;
		background:#000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		color:#ffebb0;
		text-decoration:none;}
	#navigation ul li a:hover {
		text-decoration:none;
		color:#fff;}

#featured-item {
   width: 661px; /* important to be same as image width */
   height: 310px; /* important to be same as image height */
   position: relative; /* important */
   float:left;
   margin:10px 0 20px 0;
   display:block;
   overflow: hidden; /* important */
}

#featured-itemContent {
   width: 661px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin:0; padding:0;
   list-style:none;
   margin-left: 0; /* important */
}

.featured-itemImage {
	width:645px; height:294px;
   	float: left; /* important */
   	position: relative; /* important */
   	display: none; /* important */
}

.featured-itemImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   width: 645px;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   display: none; /* important */

   bottom: 0; 		/* if you put
   					top: 0; -> the box with text will be shown at the top of the image
       
	   				if you put
       				bottom: 0; -> the box with text will be shown at the bottom of the image */ }
					
.featured-itemImage span strong {
	font-weight:normal;
	font-size:20px; letter-spacing:-1px;
	display:block;
	margin:15px 0 5px 15px !important; padding:0 }

.featured-itemImage span b {
	font-weight:normal;
	display:block;
	margin:3px 0 12px 15px !important; padding:0;
	line-height:18px; font-size:14px;
	width:450px }
	
.featured-itemImage span em.price {
	font-style:normal;
	display:block;
	height:30px;
	padding:5px 0;
	font-size:22px; letter-spacing:normal;
	position:absolute; right:15px; top:18px }

.featured-itemImage span em.more-info {
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	display:block;
	position:absolute; right:15px; top:52px }

.clear { clear: both } 


/* ------------------------------------- */
/* Homepage Right                        */

#homepage-right {
	line-height:25px;
	float:left;
	margin:0 0 0 30px;
	padding:23px 0;
	height:264px;
	width:249px }
	
	#main-content #homepage-right h3 {
		font-size:22px;
		font-weight:bold;
		margin:0 0 15px 0; padding:0;
		letter-spacing:-0.01em }
		
	#homepage-right p {
		font-size:18px;
		padding:0; margin:0 0 20px 0 }
		
		#homepage-right p.hours {
			margin:30px 0 0 27px; }
		
		#homepage-right p.phone {
			padding:0 0 0 30px;
			margin:0 0 5px 0;
			background:url('../graphics/icon_phone.gif') no-repeat 0 2px }
			
		#homepage-right p.email {
			padding:0 0 0 30px;
			background:url('../graphics/icon_email.gif') no-repeat 0 2px }


/* ------------------------------------- */
/* Main Content                          */

#main-content-wrap {
	margin:0 auto;
	padding:15px 0 0 0;
	background:url(../graphics/bg-content.jpg) no-repeat;
	width:990px;
	}

#main-content {
	margin:0 auto;
	position:relative;
	background:#fff;
	width:960px;
	}	
	
#main-content h2 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0 }
	
	#main-content h2.menu-title { width:660px; position:relative }
	#main-content h2.menu-title span {
		position:absolute;
		right:0;
		top:5px;
		font-size:12px }
		
	#main-content h2.menu-title .print {
		text-indent:-9999px;
		display:block;
		width:134px;
		height:23px;
		background:url('../graphics/button_print.jpg') no-repeat }
	
#main-content h3 {
	font-size:16px;
	line-height:24px;
	display:block;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0 }
	
#main-content p {
	margin:0 0 15px 0;
	padding:0;
	font-size:14px;
	line-height:22px }
.reviews dl {
	margin:0 0 20px 0;
	padding-bottom:20px;
	border-bottom:1px dashed #ccc;
}
.reviews dt {
	margin-bottom:10px;
}
.reviews dd {
	text-align:right;
	font-size:14px;
}

/* ------------------------------------- */
/* Form Styling                          */

#main-content form {
	margin:0 0 10px 0;
	padding:20px }
	
	form .input-text {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:7px }
	
	form textarea {
		width:250px;
		line-height:18px;
		height:100px }
	
	form label{
		display:block;
		margin-bottom:10px }
	
	form label span {
		display:block;
		float:left;
		padding:7px 10px 0 0;
		width:70px;
		font-size:12px;
		text-transform:uppercase;
		text-align:right;
		font-weight:bold }
	
	form .submit-button {
		padding:0px 6px;
		height:24px;
		line-height:24px;
		font-size:11px;
		text-transform:uppercase;
		font-weight:bold;
		margin:0 0 0 80px;
		display:inline-block;
		text-decoration:none }
	
	.photo { margin:0 }
	.nocaption { margin:0 0 15px 0 }
		
	.caption {
		text-align:center;
		font-size:11px;
		display:block;
		margin:3px 0 15px 0 }


/* ------------------------------------- */
/* Subpage Only                          */

.address {
	font-size:14px;
	margin:0 0 20px;
	padding:15px 0 10px }
	
	.address .sidebar { text-align:right }
	
.left-side {
	float:left;
	width:661px }
	
	
/* ------------------------------------- */
/* Menu Styling                          */

#menu-skin { padding:20px }
	
	#menu-skin h2 { font-style:italic; font-weight:bold; margin:0 0 15px }

.left-menu {
	float:left;
	width:532px;
	padding:0 }
	
.right-menu {
	float:right;
	width:318px;
	display:block;
	padding:0 0 0 20px;
	margin:0 0 0 20px }

dl { display:block; overflow:auto; margin: 0 0 0.7em 10px; background: url('../graphics/dot.png') repeat-x 0 14px }
dt,dd.price { font-size:130%; font-weight:bold }
dt { font-size:16px; font-weight:normal; float:left; padding-right:5px }
dd { margin:0 }
dd.price { font-weight:normal; font-size:16px; float:right; padding-left:5px }
dd.ingredients { font-size:14px; font-style:italic; font-weight:normal; line-height:20px; float:left; width:100%; padding: 3px 0 }

span.new, span.special {
	font-size:11px;
	font-weight:bold;
	padding:1px 3px 0;
	position:relative;
	text-transform:uppercase;
	top:-2px }

span.big-separator { display:block; height:26px; margin:20px 0; background:url('../graphics/big_menu_separator.png') no-repeat top center }
span.sm-separator { display:block; height:25px; margin:20px 0; background:url('../graphics/sm_menu_separator.png') no-repeat top center }

.left-menu #italian {margin:0 0 0.7em 10px;color:#999;}
	
/* ------------------------------------- */
/* Sidebar                               */

#main-content .sidebar {
	float:right;
	width:249px;
	display:block;
	margin:0 0 0 30px }
	
	.sub-sidebar {
		margin:6px 0 15px 30px !important }
	
	.sidebar .sm-featured-item {
		width:239px;
		height:179px;
		position:relative;
		margin:0 0 30px 0 }
		
		.sidebar .sm-featured-item img { display:block; margin:0 }
		
		.sidebar .sm-featured-item.bottom { margin:0 0 12px 0 !important }
		
	.sidebar .sm-featured-item h2 {
		position:absolute;
		top:0; left:0;
		font-size:16px !important;
		text-align:center;
		width:239px;
		padding:12px 0 !important;
		opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8
	}
	
/* ------------------------------------- */
/* Footer                                */

#footer {
	font-size:14px;
	width:100%;
	padding:15px 0 20px 0 }
	
	#footer .content { position:relative }
	
	#footer .right {
		position:absolute;
		right:0; top:0 }