/*  © Copyright TheMediaPoint - http://www.themediapoint.co.uk | main stylesheet */
html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; overflow:auto; min-height: 100%;}

body {
  font-size: 70%;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  background: #000 url(../assets/images/wallpaper.jpg) top center no-repeat;
}

/* basic layout ---------------------------------------------------------------- */

div {
  font-size: 1em;
}

#wrapper {
	width: 940px;
   padding:0 10px;
	margin: auto;
	height:auto;
	overflow:auto;
}

#main {
	padding-bottom:145px;
}

#header {
  text-align:center;
}

#navigation {
	font-size: 2.8em;
   line-height: 1em;
   text-align:center;
	color:#989170;
}

#navigation a {
	color:#989170;
   text-decoration:none;
}

#navigation a:hover {
   text-decoration:underline;
}

body.Menus #navigation a.menu, body.Reviews #navigation a.reviews, body.Reservations #navigation a.reservations {
	color:#fff;
}

#content {
	padding-bottom:125px;
}

#main-content {
	width:620px;
    margin:auto;
    padding-top:20px;
	background:#312f26;
}

#main-content p {
	font-size:1.2em;
	text-align:center;
   color:#989170;
   padding:0 20px 30px 20px;
}

#main-content p.quote {
	font-size:1.8em;
	font-style:italic;
	padding:30px 30px 0 30px;
   color:#fff;
}

#main-content p.name {
	font-size:1.3em;
	font-style:italic;
   padding:10px;
}

#sidebar-left {
	width:140px;
   padding:20px 20px 0 0;
   margin-right:20px;
   background:#000;
}

#sidebar-right {
	width:140px;
   padding:20px 0 0 20px;
   margin-left:20px;
   background:#000;
}

#sidebar-left img, #sidebar-right img {
	margin-bottom:20px;
}

.feature-block {
	margin-top:32px;
	position:relative;
	width: 296px;
   height: 296px;
   float:left;
   border: 2px #424032 solid;
}

.feature-margin { margin-right: 20px; }
.b-menu { background-image:url(../assets/images/b-menu.jpg); }
.b-revi { background-image:url(../assets/images/b-revi.jpg); }
.b-rese { background-image:url(../assets/images/b-rese.jpg); }

#footer {
	position: relative;
	margin-top: -145px; /* negative value of footer height */
	height: 105px;
   padding-top:40px;
   text-align:center;
   background: #000 url(../assets/images/footer.jpg) bottom center no-repeat;
	clear: both;
}

#footer .footer-logo {
	margin:0 65px;
}

/* links ----------------------------------------------------------------------- */

#content a {
 text-decoration:none;
 color: #fff;
}

#content a:hover {
 text-decoration:underline;
}

h1 a {
 text-decoration:none;
 color: #fff;
}

h1 a:hover {
 text-decoration:none;
}

/* headings -------------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
  color: #fff;
  font-weight:normal;
}

h1 {
  font-size: 2.8em;
  line-height: 1em;
  position:absolute; top:-30px; left:-2px;
}

h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}

h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
}

h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}

h5 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}

/* text ------------------------------------------------------------------------ */

#navigation p {
  font-size: 1em;
  margin: 0 0 1em 0;
  line-height: 1.4em;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* jquery styles --------------------------------------------------------------- */

/* main menu design ------------------------------------------------------------- */

.msg_list {
	width:620px;
	height:auto;
	overflow:auto;
	background-color:#CCCCCC;
}

.msg_head {
	width:240px;
	cursor:pointer;
	height:auto;
	overflow:auto;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color:#993300;
	margin:5px;
}

.msg_body {
	width:620px;
	height:auto;
	overflow:auto;
	background-color:312f26;
}

.menutext{
	font-size:1.9em;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:6px;
}

.title {
	font-size:1.5em;
	text-align:center;
    color:#d8cfa5;
	padding-top:10px;
}

.description {
	color:#CCCCCC;
	font-size:12px;
	padding:5px;
	text-align:center;
}

.price {
	color:#bfb06d;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}

/* additional styles ----------------------------------------------------------- */

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.warning {
	color:#FFFF00;
	}
	
label {
	float:left;
	margin-right:10px;
	width:180px;
	font-weight:bold;	
	}
	
#form p {
	text-align:left;
	margin-left:15px;
	}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  © Copyright TheMediaPoint - http://www.themediapoint.co.uk | main stylesheet */