@charset "utf-8";
/* CSS Document */
* {
	font-family: Helvetica, Arial, sans-serif;
  	font-weight: bold;
	margin: 0;
	padding: 0;
}

body{
	background-image:url(../images/bg.png);
}

/* Curtain Effect */

	    img{
			border: none;
		}
	    .leftcurtain{
			width: 50%;
			height: 100%;
			top: 0px;
			left: 0px;
			position: absolute;
			z-index: 2;
		}
		 .rightcurtain{
			width: 51%;
			height: 100%;
			right: 0px;
			top: 0px;
			position: absolute;
			z-index: 3;
		}
		.rightcurtain img, .leftcurtain img{
			width: 100%;
			height: 100%;
		}
		.welcomemessage{
			vertical-align:middle;
			top:25%;
			left:30%;
			border:5px solid #7b401b;
			font-size:18px;
			padding:30px;
			width:500px;
			text-align:center;
			background:#fff;
			position: absolute;
			z-index: 4;
			line-height:30px;
			border-radius: 100px;
			-webkit-border-radius: 100px;
			-moz-border-radius: 100px;
			-khtml-border-radius: 100px;
			cursor:pointer;
		}
		
		hr.style18:before { 
		  display: block; 
		  content: ""; 
		  height: 30px; 
		  margin-top: -31px; 
		  border-style: solid; 
		  border-color: #8c8b8b; 
		  border-width: 0 0 1px 0; 
		  border-radius: 20px; 
		}
		hr.style18 { 
		  height: 30px; 
		  border-style: solid; 
		  border-color: #8c8b8b; 
		  border-width: 1px 0 0 0; 
		  border-radius: 20px; 
		} 


/* Curtain Effect css End Here */
		
#wrapper {
	width: 980px;
	margin: 0 auto;
	box-shadow: 4px 0 2px #222,  -4px 0 2px #222;
}

#header {
	border-bottom:3px solid #7b401b;
	height:200px;
}

#header .column-left {
	width: 250px;
	float: left;
	height:200px;
}

#header .column-center {
	width: 480px;
	float: left;
	background: #f8b733;
	height:200px;
	text-align:center;
}

#header .column-right {
	width: 250px;
	float: left;
	height:200px;
}

#header .column-right .dishoftheday {
	background-color:#FFF;
	height:100px;
	border: 1px solid #CCC;
}

#header .column-right .dishoftheday img{
	border:2px solid #ccc;
	border-radius:2px;
	margin:5px;
}

#header .column-right .dishoftheday p{
	font-size:10px;
	text-align:justify;
	margin:5px;
}

#header .column-right .totalvisit{
	background-color:#FFF;
	height:97px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#slider {
	
}

#content{
	background-color:#f8b733;
	height:310px;
}

#content1{
	background-color:#f8b733;
	padding:5px;
	height:500px;
}

#content .welcome{
	width:500px;
	float: left;
	margin:20px;
}

#content .menucard{
	padding:5px;
	height:500px;
}

#content .welcome h2{
	text-align:center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	padding:8px;
	border-top:double;
	border-bottom:double;
	margin-bottom:20px;
	text-shadow: 1px 1px 0px #7b401b, 2px 2px 0px #7b401b;
}

#content .welcome p{
	text-align:justify;
	font-size:14px;
	padding:5px;
	line-height:20px;
}

#content .welcome img{
	margin-right:10px;
}

#content .special{
	width:400px;
	float: left;
	margin:20px;
}

#content .anyClass{
	margin-top:20px;
}

#content .special li{
	display: block;
	padding:10px;
}

#content .special h2{
	border-radius:20px;
	padding:8px;
	border-top:double;
	border-bottom:double;
	text-align:center;
	text-shadow: 1px 1px 0px #7b401b, 2px 2px 0px #7b401b;
}

#content .special p{
	font-size:13px;
	text-align:justify;
}

#review{
	background-color:#f8b733;
	padding:10px;
	height:200px;
}

#review h2{
	text-align:center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	padding:8px;
	border-top:double;
	border-bottom:double;
	margin-bottom:20px;
	text-shadow: 1px 1px 0px #7b401b, 2px 2px 0px #7b401b;
}

#review .words{
	height:90px;
	padding:10px;
	background:rgba(255, 255, 255, 0.4);;
	border-left:5px solid #7b401b;
	border-right:5px solid #7b401b;
}

#review .words p{
	margin:20px;
	font-size:15px;
	text-align:center;
}

#footer {
	background-image:url(../images/footer.png);
	height:369px;
	clear: both;
}

#footer .open{
	width:300px;
	float: left;
	margin:30px 10px 10px 18px;
	height:310px;
	float:left;
}

#footer .open h4{
	margin:10px;
	color:#FFF;
	text-shadow: 1px 1px 0px #CCC, 1px 1px 0px #CCC;
}

#footer .contact{
	width:300px;
	float: left;
	margin:30px 10px 10px 10px;
	height:310px;
	float:left;
}

#footer .contact h4{
	margin:10px;
	color:#FFF;
	text-shadow: 1px 1px 0px #CCC, 1px 1px 0px #CCC;
}

#footer .contact p{
	color:#FFF;
	font-size:13px;
	line-height:23px;
}

#footer .news{
	width:300px;
	float: left;
	margin:30px 10px 10px 10px;
	height:310px;
	float:left;
}

#footer .news h4{
	margin:10px;
	color:#FFF;
	text-shadow: 1px 1px 0px #CCC, 1px 1px 0px #CCC;
}

.post-list {
	margin:0;
	padding:0;
	list-style:none;
}

.post-list li {
	background:url(../images/sep-line.png) top center no-repeat;
	padding:8px 0;
	color:#fff;
	font-size:13px;
}

.post-list li p {
	margin:0 0 7px;
	padding:0;
}

.post-list li:first-child {
	background:none;
}

.post-date {
	font-size:11px;
	font-style:normal;
	color:#9e9e9e;
	padding-left:15px;
	background: url(../images/date-icon.png) no-repeat 0 5px;
	margin-right: 10px;
}