/**
Theme Name: Marquee
Author URI: http://inimisbah.com
Version: 1.0
Author: misbah
Description: Theme for Marquee
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#000000 url(images/background.jpg) no-repeat 50% 0;
	width:1006px;
	margin:0 auto;
	padding-top:127px;
	font:normal 13px 'Lucida Sans', Arial,Verdana,Tahoma;
	color:#d2d2d2;
}

a {
	text-decoration:none;
	color:#ffa757;
}

a:hover {
	text-decoration:underline;
	color:#bc9e83;
}

/* header */
#blog-title {
	background:transparent url(images/logo.png) no-repeat 0 0;
	text-indent:-9999px;
	width:264px;
	height:107px;
	float:left;
	margin:0 0 0 80px;
	display:inline;
}

#blog-title a {
	display:block;
	height:107px;
	cursor:pointer;
}

#blog-description { display:none; }

#page-menu {
	float:right;
	width:494px;
	height:26px;
	padding:46px 56px 0 0;
	overflow:hidden;
}

#page-menu ul li {
	display:block;
	float:left;
	height:26px;
	padding-right:32px;
}

#page-menu ul li.last { padding-right:0; }

#page-menu ul li a {
	background:transparent url(images/page-menu-bg2.png) no-repeat 0 0;
	display:block;
	float:left;
	height:26px;
	text-indent:-9999px;
}

#home {
	width:53px;
}

a#home:hover { background-position:0 -26px !important;}

#news {
	background-position:-85px 0 !important;
	width:123px;
}

a#news:hover { background-position:-85px -26px !important;}

#gallery {
	background-position:-241px 0 !important;
	width:76px;
}

a#gallery:hover { background-position:-241px -26px !important;}

#vip {
	background-position:-349px 0 !important;
	width:29px;
}

a#vip:hover { background-position:-349px -26px !important;}

#contact {
	background-position:-410px 0 !important;
	width:83px;
	margin-right:0 !important;
}

a#contact:hover { background-position:-410px -26px !important;}

/* container */
#container { padding-bottom:9px; }

#carousel {
	width:890px;
	height:144px;
	padding:77px 0 78px;
	margin:0 auto;
}

#container-content {
	background:transparent url(images/slider-bg.png) no-repeat 0 0;
	height:205px;
	position:relative;
	overflow:hidden;
	width:936px;
	padding:41px 35px 0;
}

#container-content .item {
	background:transparent url(images/slider-post-bg.png) no-repeat 0 0;
	float:left;
	margin:0 17px;
	padding:9px 10px 39px 9px;
	width:259px;
	height:146px;
}

#container-content #latest {
	background-image:url(images/front-latest.png);
	padding:31px 24px 0;
	height:139px;
	width:211px;
	margin:9px 26px 0;
}

#container-content .title {
	position:relative;
	top:-170px;
	width:259px;
	overflow:hidden;
	font-weight:normal;
	text-transform:uppercase;
	color:#737373;
}

#latest .title {
	height:13px;
	top:-52px;
	left:-23px;
}

#container-content .title a { color:#737373; }

#container-content .title a:hover {
	color:#ffffff;
	text-decoration:none;
}

#more {
	display:block;
	width:49px;
	height:9px;
	cursor:pointer;
	position:absolute;
	top:181px;
	right:76px;
	z-index:20;
	text-indent:-9999px;
}

/* content */
#content {
	float:left;
	width:606px;
	padding:15px 0 0 86px;
}

#content #thumbnail {
	background:transparent url(images/thumbnail-bg.png) no-repeat 0 0;
	width:606px;
	height:195px;
	padding:1px 1px 33px;
	overflow:hidden;
}

.pagetitle {
	font:bold 15px Verdana,Tahoma,Arial;
	color:#bc9e83;
	margin-bottom:10px;
}

#content .post {
	margin-bottom:40px;
}

#content .title {
	font-size:20px;
	font-weight:normal;
	color:#e2a36a;
	margin-bottom:12px;
}

.has-thumbnail { margin-top:15px; }

/* sidebar */
#sidebar {
	float:right;
	width:226px;
	padding-right:37px;
}

.widget { margin-bottom:20px; }

.widget-title {
	font-weight:normal;
	text-transform:uppercase;
	color:#737373;
	padding-left:9px;
}

.widget-content {
	font:normal 11px Verdana,Tahoma,Arial;
	color:#8f8f8f;
}

.widget-content a { color:#ff9b42; }

.widget-content a:hover { color:#ffffff; }

.widget-content .more {
	background:transparent url(images/more-bg.png) no-repeat 0 0;
	display:block;
	width:47px;
	height:9px;
	text-indent:-9999px;
	margin-top:25px;
	cursor:pointer;
}

#video-widget .widget-content {
	background:transparent url(images/video-bg.png) no-repeat 0 0;
	height:119px;
	padding:9px 9px 30px;
}

#latest-widget .widget-content {
	background:transparent url(images/latest-bg.png) no-repeat 0 0;
	height:149px;
	padding:35px 22px;
}

#vip-widget .widget-content {
	background:transparent url(images/vip-bg.png) no-repeat 0 0;
	height:21px;
	padding-top:172px;
}

#vip-widget #reservations-link {
	display:block;
	width:108px;
	height:10px;
	text-indent:-9999px;
	margin-left:22px;
	cursor:pointer;
}

/* footer */
#footer {
	background:transparent url(images/footer-bg.png) no-repeat 0 0;
	width:760px;
	margin:30px auto 0;
	padding:54px 0 30px;
}

.home #footer {
	background:none;
	padding-top:0;
	margin:0;
	width:100%;
}

#footer p {
	background:transparent url(images/footer-text.png) no-repeat 0 0;
	width:616px;
	height:51px;
	margin:0 auto;
	position:relative;
}

#footer span, #footer a {
	text-indent:-9999px;
	display:block;
	position:absolute;
	height:26px;
	top:0;
}

#footer a { cursor:pointer; }

#email {
	width:170px;
	right:94px;
}

#facebook {
	width:25px;
	right:32px;
}

#myspace {
	width:25px;
	right:0;
}





