/* CSS Document */

/*@font-face {
    font-family: 'alfa_slab_oneregular';
    src: url('../fonts/alfaslabone-regular-otf-webfont.eot');
	
    src: url('../fonts/alfaslabone-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alfaslabone-regular-otf-webfont.woff') format('woff'),
         url('../fonts/alfaslabone-regular-otf-webfont.ttf') format('truetype'),
         url('../fonts/alfaslabone-regular-otf-webfont.svg#alfa_slab_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


/*@font-face {
    font-family: 'ArvoRegular';
    src: url('../fonts/Arvo-Regular-webfont.eot');
    src: url('../fonts/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arvo-Regular-webfont.woff') format('woff'),
         url('../fonts/Arvo-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


@font-face {
    font-family: 'ArvoBold';
    src: url('../fonts/Arvo-Bold-webfont.eot');
    src: url('../fonts/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arvo-Bold-webfont.woff') format('woff'),
         url('../fonts/Arvo-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	//font-family: 'alfa_slab_oneregular';
	//font-family: 'ArvoRegular';
	//font-family:"Rockwell Extra Bold";
	//font-family:'ArvoBold',Rockwell, "Rockwell Extra Bold";
	font-family:Rockwell, "ArvoBold";
	font-weight:bold;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #000;
	background: url(../images/template/bg.jpg) repeat fixed;	
}

.overlay{
	background:url(../img/overlay.png) no-repeat;
	width:1000px;
	height:1000px;	
	position:absolute;
	display:none;
}

h1{
	font-size: 30px;
	line-height: 36px;
}

p {
	padding:6px 0;	
	line-height:20px;
	font-weight:normal;
}

a {
	color: #FF0;
	text-decoration: none;
	outline: none;
}

a.light{
	color:#FFF;	
}

a:hover.light{
	color:#CCC;	
}

a.dark{
	color:#0e1031 !important;	
}

a:hover.dark{
	color: #000 !important;
}

a:hover {
	color: #CCCCCC;



  //text-decoration: underline;
}
.clear{
	clear:both;	
}

.main-container{
	width: auto;
	margin: 0 auto;
	padding: 0 40px
}


.page-header{
	background: #F7F7F7;
	padding: 17px 0 17px 0;
	height: 49px;
	margin: 0;
}
.logo-cont{
	width: 100%;
	min-width:500px;
	margin:20px auto;
	padding:0 auto;
	height: 200px;
	float: left;
	background: url(../images/template/logo.png) no-repeat center;
}

.logo{
	//padding: 0 0 0 24px;
	//margin:0px;
}	

/*.page-header .logo a {
	//padding:0;
	//margin:0;
	display:inline-block;
	height:37px;	
}*/

nav{
	//height:auto;
	background:#000;	
}

.navbar{
	width: auto;
	text-align:center
}
.navbar .nav a:hover {
	color:#d10b18;	
	text-decoration: none;
	//border-bottom: 2px solid #0e1031;
}

.navbar .nav {
	margin: 0;
	//margin-right: 10px;
	display: inline-block;

}

.navbar .nav > li > a {
  //padding: 22px ;
	font-size: 20px;
	line-height:20px;
	color: #FFF;
	font-family:Rockwell, "ArvoBold";
	font-weight:bold;
	
	
	text-transform: uppercase;
}

.navbar .nav li{
	//width:400px;
	//float:left;	
	//display:block;
}

.navbar .nav li a.active{
	color:#d10b18;	
}



.navbar .nav li{
	float: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding: 16px 22px 6px 23px;
	//line-height: 20px;

 // border: 1px solid transparent;
 //border:#999 2px solid;
  //-webkit-border-radius: 10px 10px 10px 10px;
  //   -moz-border-radius: 10px 10px 10px 10px;
    //      border-radius: 10px 10px 10px 10px;
}



.content-cont{
	width:1260px;
	height:551px;
	background:url(../img/slides/slide-1.jpg) no-repeat;
	float:left;
}

.content-cont#focus{
	background:url(../img/slides/slide-3.jpg) no-repeat;
}


.content-cont#about{
	background:url(../img/slides/slide-4.jpg) no-repeat;
}

.content-cont#contact{
	background:url(../img/slides/slide-8.jpg) no-repeat;
}

.content{
	float: left;
	padding: 33px;
	width: 1128px;
	margin: 33px;
	background: url(../img/template/bg-blue-87.png) repeat;
	min-height: 373px;
	
}




/*------FOOTER-------*/
footer{
	margin: 30px 0 0 0;
	padding: 8px 0;
	background: #000000;
	
-webkit-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.85);
-moz-box-shadow:    0px -3px 14px rgba(0, 0, 0, 0.85);
box-shadow:         0px -3px 14px rgba(0, 0, 0, 0.85);
	
}
.footer-cont{
	padding: 10px 0;
	width: 1000px;
	margin: 0 auto;





	//height:15px;
	height: 20px;
}

.footer-cont p{
	padding: 0;
	line-height: 18px;
	font-size: 18px;
}


.footer-cont .left{
	width: 620px;
	float: left;
}

.footer-cont .center{
	width: 310px;
	float: left;
	text-align: center;
	
}
.footer-cont .right{
	width: 315px;
	float: right;
	text-align: right;
}

.top-footer{
	text-align: right;
	font-size: 16px;
	border-bottom: 2px solid #e3e3e3;
	margin: 0 32px 0 32px;
	padding: 0 0 8px 0;
}

.top-footer#blog{
	margin: 0px 32px 0 32px;
	padding: 10px 0 8px 0;
}

.top-footer#blog h1{
	text-align:left;
	//margin: 10px 32px 0 32px;
	padding: 0 0 8px 0;
	font-size:27px;
}


.mid-footer{
	margin: 0 32px 0 32px;
}

.mid-footer .cont-small{
	width:286px;
	//min-height:198px;
	float:left;	
	margin-right:34px;
}

.mid-footer .cont-small p.title {
	padding: 16px 0 8px 0;
}

.mid-footer .cont-small .fcontent{
	height: 198px;
	background: #e3e3e3;

	//margin-right:34px;
	overflow: hidden;
}

.mid-footer .cont-small .social{
	//margin: 0px 0 0 48px;
	padding:0 0 10px 0;
	font-size:16px;
	height:41px;
}

.mid-footer .cont-small .social p{
	//margin: 0px 0 0 48px;
	padding:11px 0 0 48px;
	font-size:16px;
}



/*#slider-wrapper img{
	  -webkit-border-radius: 10px 10px 10px 10px;
     -moz-border-radius: 10px 10px 10px 10px;
          border-radius: 10px 10px 10px 10px;
		  	
}*/


.Slides h1{
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	color: white;
	}
	
.Slides p {
	font-size: 20px;
	line-height: 26px;
	font-weight: lighter;
	color: white;
	padding: 10px 0;
	}
	
.content-cont p, .content-cont a {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: white;
	padding: 0 0 12px 0;
	}	
	
.content-cont td, .content-cont th{
		font-size: 16px;
		line-height: 20px;
		font-weight: lighter;
		color: white;
		padding:0px 8px 0px 0;

}


/*.ui-tabs { position: relative; //padding: .2em; 
zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0px 0 0 0; padding: 10px 10px 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 0px 10px 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 0px 10px 6px 0px; text-decoration: none;  color:#FFF; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	//border:2px #003366 solid;
	padding: 10px;
	margin-top:10px;
	background: #FFF;
	//-webkit-border-radius: 10px 10px 10px 10px;
    //-moz-border-radius: 10px 10px 10px 10px;
   	//border-radius: 10px 10px 10px 10px;
}

.tab-title{
	//position:absolute;
	//top:150px;
	//left:74px;
	color: #FFF;
	height: 80px;
}

.tab-title h1{
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: white;
	}
	
/*#tabs p{
	font-size: 20px;
	line-height: 26px;
	font-weight: lighter;
	color: white;
	padding: 10px 0;
	}*/
	
#tabs p, .right-cont-small p{
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
	color: #0E1031;
	padding: 0px;
	}
	
#tabs a{
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;

	//color: white;
	//padding: 10px 0;
	}		

    .ui-tabs-vertical .ui-tabs-panel { padding: 26px 30px 30px 30px; float: right; width: 540px; text-align:left;}


.left-cont-small{
	width:180px;
	height:300px;
	float:left;
	color:#FFF;
	
}

#left-small p{
	padding: 4px 0 ;
	color:white;
	}

.right-cont-small{
	width: 786px;
	background: #FFF;
	float: right;
	padding: 26px 30px;
	height: 164px;
}

p.light{
	color:white;	
}
	
.standard_Wrapper{
	height:510px;
	width:1000px;
	background:url(../img/static/img-4.jpg) no-repeat;	
}

.content-contact{
	background: url(../img/template/bg-blue-87.png) repeat;
	width: 304px;
	height: 239px;
	margin: 33px;
	float: left;
	padding: 33px;
	color: white;
}

.standard_Wrapper h1 {
	font-size: 32px;
	line-height:34px;
	font-weight: normal;
	color: white;
}

.standard_Wrapper p{
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
	color: white;
	}
	
	.standard_Wrapper a{
		color:white;
	}	
.spacer{
	height:150px;
	}	


/* ++++feed++++*/

.feed ul{
	
	
}

.feed li{
	background-color: transparent;
	font-size: 12px;
	background: url(../img/template/underline.png) no-repeat bottom left;
	padding: 6px 4px 8px 0px;
	margin: 0 4px 0 6px;
	line-height:18px;
}

/*++++twitterfeed++++*/

#twitter-feed {
	width: 274px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
    //margin-top:60px;
	padding: 6px 6px 6px 6px;
    //border-radius:12px;
	background-color: transparent;
	color: #0E1031;
	overflow: auto;
}
#twitter-feed h1 {
    margin:0px;
    padding:5px 0px 9px 0px;
    font-size:16px;
    font-weight:lighter;
}
.twitter-article {
    //border-top:1px dotted #CCC;
    float:left;
    padding:2px 0px 2px 0px;
	margin:1px 6px;
	background:url(../img/template/underline.png) no-repeat bottom left;
}
.twitter-pic {
    float:left;
}
 
.twitter-pic img {
    float:left;
    border-radius:7px;
 
}
.twitter-text p {
    margin:0px;
    line-height:14px;
}
.twitter-text a,  h1 a {
    color: #00acee;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #00acee;
}
 
.twitter-text {
    //width:204px;
    float:left;
    font-size:12px;
    //padding: 0px 10px;
}
 
.tweet-time {
    font-size:8px;
    color:#878787;
}

/*scroll*/

.largeArticle{
	//background: url(../img/template/bg-gold.png);
	width: 276px;
	padding: 6px 6px 2px 6px;
	margin: 0px;
	font-size: 12px;
	line-height: 14px;
	min-height: 198px;
	z-index: 10;
	height: 198px;

}

.largeScroll{
	height: 198px;
	overflow: hidden;
	padding-right: 5px;
	margin: 0;
	//width: 146px;

}


.image-top{
	background: url(../img/slides/slide-9.jpg) no-repeat;
	width: 1260px;
	height: 310px;
}



/*----------------Blog page------------------- */

.main_blog{
 background:#F7F7F7	
}

.title_cont{
	width	: 1260px;
	padding: 6px 33px 0 33px;
}

.title_cont .left{
	width:880px;
	height:20px;
	float:left;
	
}
.title_cont .right{
	height:20px;
	width:214px;
	float:left;
	margin:0 33px 0 33px;
	
}

.feed_cont{
	width:830px;
	min-height:400px;
	float:left;
	margin:20px 33px 20px 33px;
	padding:26px;
	background: #e3e3e3;
	
}

.feed_cont p.title{
	background-color:transparent;
	padding:20px 0 20px 0;
	//width:400px;
}


.sidebar{
	width:280px;
	min-height:400px;
	float:left;	
	padding:20px  0 0 0;
	
}



.sidebar .cont-small{
	width: 280px;


	//min-height:198px;
	float: left;


	//margin-right:34px;
}

.sidebar .cont-small p.title {
	padding: 16px 0 8px 0;
}

.sidebar .cont-small .fcontent{
	height: 198px;
	background: #e3e3e3;



	//margin-right:34px;
	overflow: hidden;
}

.sidebar .cont-small .social{
	//margin: 0px 0 0 48px;
	padding:0 0 10px 0;
	font-size:16px;
	height:41px;
}

.sidebar .cont-small .social p{
	//margin: 0px 0 0 48px;
	padding:11px 0 0 48px;
	font-size:16px;
}

/*<div class="sidebar">
    	<div class="cont-small">
            <p class="title">Vantage point</p>
            <div class="fcontent">
            <div id="twitter-feed"></div>               
            </div>
        </div>	
    
    
    </div>*/




.title_container{
	
	background-color:#d10b18;
	padding:20px 0;
	text-align:center;
	text-transform:uppercase;
	
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	
	-webkit-box-shadow: 0px -5px 14px rgba(0, 0, 0, 0.85);
-moz-box-shadow:    0px -5px 14px rgba(0, 0, 0, 0.85);
box-shadow:         0px -5px 14px rgba(0, 0, 0, 0.85);
	
}

.title_container_bottom{
	background-color:#d10b18;
	padding:20px 0;
	
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	
-webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.85);
-moz-box-shadow:    0px 5px 14px rgba(0, 0, 0, 0.85);
box-shadow:         0px 5px 14px rgba(0, 0, 0, 0.85);
	
}

.title_container_bottom h1{
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

.main-content{
	min-height: 200px;
	padding: 20px;
	background: rgba(255,255,255,0.9);
		
	
}

.center{
	text-align:center;	
}

.main-content h2{
		font-size:30px;
		font-weight:bold;
		padding:8px 0;
		/*text-shadow: 3px 1px 2px rgba(0, 0, 0, 1);*/
}

.main-content p{
	font-size: 24px;
	padding: 10px 0;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
	
	line-height: 28px;
	color: #D10B18;
}


.main-content#home{
	height: auto;
	
}

.main-content#origin{
	background:url(../images/slides/origins.jpg) top;
	//height:40px;	
	
}

.main-content#meat{
	background:url(../images/slides/meat.jpg) top;
	//height:400px;	
	
}

.main-content#recipes{
	background:url(../images/slides/recipes.jpg) bottom;
	//height:400px;	
	
}

.main-content#menu{
	background: #1c1c1a;
	




	height:670px;	
	padding: 20px 5px 20px 0px;
	
}

.main-content#order{
	background:url(../images/slides/order.jpg) bottom;
	//height:400px;	
	
	
}


.inv{display:none;}

.menu{
	color: #202020;		
}

.menu_left{
	text-align:left;
	width:450px;
	float:left;	
}

.menu_right{
	text-align:left;
	width:460px;
	float:left;	
	padding-left:30px;
}

.menu p{
	float:left;
	font-size:16px;	
	width:320px;
	//background-color:#009;
	text-shadow:none;
}
.menu h2{
	font-size:36px;
	text-shadow:none;
	padding:18px 0 10px 0;
}

.menu p strong{
	font-size:22px;	
}

.menu p.price{
	
	float:right;
	font-size:22px;	
	width:120px;
	text-align:right;
	//background-color:#333
}


.social{
	width: 32px;
	height: 32px;
	float: right;
	background: url(../images/template/FaceBook_32x32.png) no-repeat;
	text-indent: -9999px;
}

a #reserv{
	color:#FF0;	
}
