@charset "utf-8";
/* CSS Document */

/* ===========================
   ======== header ========== 
   =========================== */ 
   
header a.logo { 
		display:block;
		background-position: 0px 0px;
		background-repeat: no-repeat;
}


/* Layout Large Screens (default for older browsers) */

header { 
		height: 220px;
		background:url(../img/header-img2.png) no-repeat;
}
header .logo {
	display:block;
	width:185px;
	height:200px;
	margin:0px auto;
	background-image:url(../img/logo.png);
}


/* ===========================
   ======== social ========== 
   =========================== */ 
.social_container {
	position:relative;
	top:50px;
	left:67%;
	height:43px;
	width: 198px;	
	float:left;
}

a.carry-out {
	background: url(../img/phone-sprite.png) no-repeat left 0px;
	float:left;
	width:39px;
	height:38px;}	

a.carry-out:hover { background-position: left -43px; }
	
a.face {
	text-decoration:none;
	background: url(../img/face-sprite.png) no-repeat left 0px;
	float:left;
	width:39px;
	height:38px;
	left: 39px;
}
a.face:hover { background-position: left -43px; }

a.twitter {
	text-decoration:none;
	background: url(../img/twitter-sprite.png) no-repeat left 0px;
	float:left;
	width:39px;
	height:38px;
	left: 39px;
}
a.twitter:hover { background-position: left -43px; }

a.yelp {
	text-decoration:none;
	background: url(../img/newyelp-sprite.png) no-repeat left 0px;
	float:left;
	width:39px;
	height:38px;
	left: 78px;
}
a.yelp:hover { background-position: left -43px; }

a.flikr {
	text-decoration:none;
	background:url(../img/flikr-sprite.png) no-repeat left 0px;
	float:left;
	width:39px;
	height:38px;
	left: 78px;
}
a.flikr:hover { background-position: left -43px; }


/* ===========================
   ======== main navigation========== 
   =========================== */

#left_nav{
	font-size:.85em;
	position: absolute;;
	text-transform: uppercase;
	font-family: 'News Cycle', sans-serif;
    src: url('News Cycle.eot'); /* IE 5-8 */ 
    src: local('☺'),             /* sneakily trick IE */
    url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
    url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
    url('News Cycle.svg#font') format('svg'); /* iOS */
	height:25px;
	width:36%;
	left:3%;
	top:126px;
	float:left;
}
#left_nav ul{
	margin:0px;
	padding:0px;
}
#left_nav li {
	float:left;
	list-style-type:none;
}
#left_nav li a {
	text-decoration:none;
	display:block;
	color:#f8f8f8;
	padding:7px 9px;
}
#left_nav li a:hover {
	color:#F90;
	font-style:bold;
}
#right_nav{
	font-size:.8em;
	position:absolute;
	text-transform: uppercase;
	font-family: 'News Cycle', sans-serif;
  	src: url('News Cycle.eot'); /* IE 5-8 */ 
  	src: local('☺'),             /* sneakily trick IE */
    url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
    url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
    url('News Cycle.svg#font') format('svg'); /* iOS */
	height:25px;
	width:35%;
	right:1%;
	top:126px;
	float:left;
}
#right_nav ul{
	margin:0px;
	padding:0px;
}
#right_nav li {
	float:left;
	list-style-type:none;
}
#right_nav li a {
	text-decoration:none;
	display:block;
	color:#f8f8f8;
	padding:7px 9px;
}
#right_nav li a:hover {
	color:#F90;
	font-style:bold;
}
 /* ===========================
   ======== banner ========== 
   =========================== */  
banner { 
	width:100%;
	height:415px;
}
.authentic {
	font-family:'News Cycle', sans-serif;
	text-align:center;
	margin-top:0px;
	font-style:normal;
	}
banner .banner-container {
	margin-top:20px;
	background-image:url(../img/banner-bkg2.png);
	width:100%;
	height: 400px;
}
banner .banner-container2 {
	width:100%;
	height: 250px;
	margin: 20px 10% 0 10%;
}
banner .banner-container .slide {
	width:100%;
	height:359px;}

/* ===========================
   ======== main article========== 
   =========================== */
   
article {
	width:95%;
}
article h3 { text-align: center; text-decoration:none; margin: 0 0 .5em 0;;}
article p { 
	text-align: justify;
	padding:0px 1%;
	margin: 0 0 40px 0; 
	font-size: 1em; 
	font-family: 'News Cycle', sans-serif;
    src: url('News Cycle.eot'); /* IE 5-8 */ 
    src: local('☺'),             /* sneakily trick IE */
        url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
        url('News Cycle.svg#font') format('svg'); /* iOS */
}

/* ===========================
   ======== Main Content ========== 
   =========================== */
 title h3 {
	color: #3C6;
}
   
.main-content {
	line-height: 25px;
}
.main {
	width: 65%;
	float: left;
	padding:20px 2% 20px 2%;	
	margin-bottom: 3px;
	text-align: justify;
	font-family: 'News Cycle', sans-serif;
  src: url('News Cycle.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* sneakily trick IE */
        url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
        url('News Cycle.svg#font') format('svg'); /* iOS */
}
p .divider{
	margin-top:5px;
}
.main-content a:hover{
	color:#e33b26;
}
.contact-comment {
	font-size:.8em;
	float:left;
	text-align:left;
	height:35px;
	margin-bottom:0px;
}
.map-container p {
	padding:-5px 0px 10px 10px;}
.map-container {
	width:100%;
	height:450px;
	float:left;
	margin-top:10px;
	margin-bottom:35;
}
#grazie {
	background:url(../img/graziel.png) no-repeat;
	height:28;
}
/* ===========================
   ======== menu ========== 
   =========================== */
about p { 
	width:75%
	text-align: left; 
	padding: 0 40px 0 40px; 
	margin: 0 0 40px 0; 
	font-size: 1em; 
	font-family: 'News Cycle', sans-serif;
    src: url('News Cycle.eot'); /* IE 5-8 */ 
    src: local('☺'),             /* sneakily trick IE */
        url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
        url('News Cycle.svg#font') format('svg'); /* iOS */
}
.addons p {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:.8em;
	color:#e33b26;
	text-align:center;
	margin-top:-5px;
}
.menu-titles h4 {
	color:#e33b26;
	text-align:center;
	letter-spacing: .1em;
}
.sub-title p {
	font-size:.8em;
	color: #666;
	text-align:left;
	margin-top:-5px;
}
.menu-nav {
	font-size:.8em;
	display:block;
	position:relative;
	background:#e33b26;
	font-family: 'News Cycle', sans-serif;
    src: url('News Cycle.eot'); /* IE 5-8 */ 
    src: local('☺'),             /* sneakily trick IE */
    url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
    url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
    url('News Cycle.svg#font') format('svg'); /* iOS */
	height:30px;
	margin:5px 0px 5px 0px;
	text-transform:uppercase;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.menu-nav ul {
	margin:0px;
	padding:0px;
}
.menu-nav li {
	position:relative;
	float:left;
	list-style-type:none;
}
.menu-nav li a{
	text-decoration:none;
	display:block;
	padding:2px 7px 5px 7px;
}
.menu-nav li a:hover {
	color:#F90;
}
.menu-nav ul:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;}
/* ===========================
   ======== Sidebar ========== 
   =========================== */
.top-sidebar {
	width: 20%;
	float: left;
	margin-bottom: 1%;
	margin-right:0%;
	margin-left:2%;
	padding:2% 0px 3px 3px;
	text-align:right;
	font-family: 'News Cycle', sans-serif;
    src: url('News Cycle.eot'); /* IE 5-8 */ 
    src: local('☺'),             /* sneakily trick IE */
        url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
        url('News Cycle.svg#font') format('svg'); /* iOS */
	background:url(../img/border.png) repeat-x;
}
.top-sidebar p {
	line-height: .5em;}
.top-sidebar h4 {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size:.9em;
}

.facebook {
	width:20%;
	height:330px;
	margin-right:1%;
	}
		
.reservations {
	height:280px;
	width: 20%;
	float: left;
	margin-bottom: 0;
	margin-left:2%;
	padding: 25px 0px 0px 3px;
}
.middle-sidebar {
	text-transform: uppercase;
	letter-spacing: .1em;
	width: 20%;
	float: left;
	margin-bottom: -1%;
	margin-right:1%;
	margin-left:3%;
	padding: 25px 3px 0px 3px;
	text-align: right;
	font-family: 'News Cycle', sans-serif;
	src: url('News Cycle.eot'); /* IE 5-8 */
	src: local('☺'),             /* sneakily trick IE */
        url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
        url('News Cycle.svg#font') format('svg'); /* iOS */
	background: url(../img/border.png) repeat-x;
}
.middle-sidebar a {
	font-size:.9em;
	text-decoration:none;
	color:#333;}
.middle-sidebar a:hover{
	color:#e33b26;
	font-size:.9em;
}
	
.bottom-sidebar {
	width: 20%;
	float: left;
	margin-bottom: -1%;
	margin-left:3%;
	padding:20px -3px 3px 3px;
	text-align:right;
	font-family: 'News Cycle', sans-serif;
    src: url('News Cycle.eot'); /* IE 5-8 */ 
    src: local('☺'),             /* sneakily trick IE */
        url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
        url('News Cycle.svg#font') format('svg'); /* iOS */
	background:url(../img/border.png) repeat-x;
}
.bottom-sidebar p {
	font-weight: 300;
	line-height: 1.5em;}
.bottom-sidebar h4 {
	font-size:.9em;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom:5px;}	

.address-sidebar {
	width: 20%;
	float: left;
	margin-bottom: -1%;
	margin-right:1%;
	margin-left:3%;
	padding:20px 3px 3px 3px;
	text-align:right;
	font-family: 'News Cycle', sans-serif;
    src: url('News Cycle.eot'); /* IE 5-8 */ 
    src: local('☺'),             /* sneakily trick IE */
        url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
        url('News Cycle.svg#font') format('svg'); /* iOS */
	background:url(../img/border.png) repeat-x;
}
.address-sidebar p {
	font-weight: 300;
	line-height: 1.5em;}
.address-sidebar h4 {
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom:5px;
}	
.address-sidebar a:hover{
	color:#e33b26;
}
.address-sidebar a {
	color:#333;
	text-decoration:none;
}
.last-sidebar {
	width: 20%;
	float: left;
	margin-bottom: 1%;
	margin-right:1%;
	margin-left:3%;
	padding:20px 3px 3px 3px;
	text-align:right;
	background:url(../img/border.png) repeat-x;
}
.close-sidebar {
	width: 20%;
	height:113px;
	float: left;
	margin-bottom: 1%;
	margin-right:1%;
	margin-left:3%;
	padding:0px 3px 3px 3px;
	text-align:right;
	background:url(../img/sidebar-bottom.png) no-repeat;
}
.open-sidebar {
	width: 20%;
	height:113px;
	float: left;
	margin-bottom: -5%;
	margin-right:1%;
	margin-left:3%;
	padding:0px 3px 3px 3px;
	text-align:right;
	background:url(../img/sidebar-top.png) no-repeat;
}
/* ===========================
   ======== call to action ========== 
   =========================== */ 

.promo_container { 
	padding:0px 0px 15px 0px;}
.promo_container .promo {
	width: 50%;
	float: left;
}
.box-pages {
	width:100%;
	}