@import url("fonts.css");

body {
margin: 0;
padding: 0;
background: #000;
color: #fff;
font-size: 12px;
line-height: 20px;
font-family: Trebuchet MS, Helvetica, sans-serif;
letter-spacing: 0.02em;
text-align: center;
}


/*>>>>>>>>>>>> Home*/

#homemenu {
width: 740px;
height: 50px;
margin: 80px auto;
text-align: center;
}

#homemenu ul {
font-size: 18px;
letter-spacing: 7px;
list-style-type: none;
margin: 0;
padding: 0;
}

#homemenu li {
float: left;
}

#homemenu li a {
border-right: 1px solid #e20613;
display: block;
padding: 10px 39px;
text-decoration: none;
color: #fff;
}

#homemenu li a.last {
border-right: none;
padding: 10px 0 10px 30px;
}


#homemenu li #current {
background: #95135F;
color: #fff;
}

#homemenu li a:hover {
color: #e20613;
}

#contentmain ul {
font-size: 14px;
letter-spacing: 5px;
list-style-type: none;
margin: 0;
padding: 0;
}

#contentmain li {
float: left;
}

#contentmain li a {
border-right: 1px solid #e20613;
display: block;
padding: 5px 10px;
text-decoration: none;
color: #fff;
}

#contentmain li a.last {
border-right: none;
padding: 5px 10px;
}


#contentmain li #current {
color: #e20613;
}

#contentmain li a:hover {
color: #e20613;
}





#wrapper {
width: 985px;
height: 100%;
margin: 0 auto;
text-align: left;
}

#head {
height: 88px;
width: 985px;
background: url(../imgs/head.png) transparent no-repeat 0 0;
}

#content {
height: 100%;
background: url(../imgs/contentbg.png) transparent repeat-y 0 0;
padding-top: 30px;
color: #ddd;
}


#contentmain {
background: url(../imgs/contentbg.png) transparent repeat-y 0 0;
padding: 20px 20px;
}


#nav {
 width: 150px;
 height: 500px;
 float: left;
 padding-right: 10px;
}


#nav ul {
font-size: 13px;
letter-spacing: 4px;
list-style-type: none;
margin: 0;
padding: 0 0 0 10px;
}

#nav li {

}

#nav li a {
display: block;
padding: 5px 10px;
text-decoration: none;
color: #fff;
}


#nav li #current  {
color: #e20613;
}


#nav li .restaurant {
color: #666;
}



#nav li .restaurant-sub {
color: #555;
font-size: 12px;
letter-spacing: 0px;
font-style: italic;
text-align: right;
}


#nav li a:hover {
color: #e20613;
}



#left {
width: 380px;
margin: 0 15px 30px 0;
padding: 0 20px;
float: left;
border-left: 1px solid #333;
}

#right {
width: 380px;
float: left;
}


#gallery, #full  {
 width: 800px;
 float: left;
 padding-left: 20px;
border-left: 1px solid #333;
}


#menuleft {
width: 710px;
float: left;
}

#menuright {
width: 230px;
float: left;
margin-top: 40px;
}

#clear {
clear: both;
}


#reviews {
clear: both;
margin: 0 0 0 170px;
}

.review {
width: 370px;
height: 100px;
float: left;
margin: 0 30px 35px 0;
}

.newsitem {
 font-size: 12px;
 padding: 5px 0;
 clear: both;
}





#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 120px; height: 125px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 120px; height: 120px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../imgs/grandopening.png) no-repeat right top;
}





/*>>>>>>>>>>>> text*/

h1 {
font-family: 'BradleyHandITCRegular';
font-size: 16px;
color: #e9001e;
margin: 3px 0 20px 0;
font-weight: normal;
letter-spacing: 4px;
text-transform: uppercase;
}


h2 {
font-size: 14px;
color: #e9001e;
margin: 30px 0;
font-weight: normal;
letter-spacing: 4px;
}

b {
font-size: 13px; 
letter-spacing: 1px;
padding-right: 10px;
}

.date {
 font-size: 14px;
 color: #e9001e;
 font-style: italic;
 margin-top:20px;
 padding: 0 0 10px 40px;
 border-bottom: 1px dotted #222;
 background: url(../imgs/newspaper.png) transparent no-repeat 0 0;
}



/*>>>>>>>>>>>> images*/

.homelogo {
margin-top: 80px;
}


img {
border: 0;
}

.newsimg {
 float: right;
 margin-left: 30px;
 padding: 5px;
}


#gallery a img {
width:167px;
border: 5px solid #111;
padding: 2px;	
margin: 10px 10px 10px 0;
vertical-align: top;
}

/*>>>>>>>>>>>> links*/

a:link, a:visited {
color: #009985;
}

a:hover {
color: #e9001e;
text-decoration: none;
}
