/* @override http://pb.stevenwaterfall.com/css/style.css */

/* @group Global */

* {margin: 0;padding: 0;border: 0;outline: 0;}

div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0.1em;
}
.left {
	float: left;
}
.right {
	float: right;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	color: #4c4b4c;
	background: #000;
}
a.mail {
	text-transform: lowercase;
}

/* @end */

/* @group Typography */

h1, h2, h3, h4, h5 {
	font-weight: bold;
	letter-spacing: -1px;
}
h1 {
	margin: 0 0 15px 0;
}
h2 {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #5d5d5d;
	font-weight: normal;
	font-size: 1.8em;
	margin-top: 15px;
	font-family: arial;
}
h2.quote {
	font-style: italic;
	margin-top: 0;
}
h3 {
	font-size: 1.3em;
	margin-top: 10px;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 15px;
}
a {
	color: #700000;
}
a:hover {
	color: #981201;
}

/* @end */

/* @group Layout */

#leftcol {
	float: left;
	width: 260px;
	font-size: 1.4em;
}
#pagewrapper {
	width: 960px;
	margin: auto;
	margin-top: 80px;
}
#sidebar {
	float: left;
	width: 265px;
	padding-right: 15px;
} 
#content {
	float: right;
	width: 650px;
	padding: 15px;
	background: #0d0d0d;
}
/* @end */

/* @group Sidebar */

/* @group Nav */

ul#nav {
	list-style: none;
	border-top: 1px solid #0a0a0a;
	text-align: right;
	margin-top: 15px;
	padding-top: 15px;
}
ul#nav li a {
	text-decoration: none;
	color: #636363;
	display: inline-block;
	padding: 3px 0px;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing:-2px;
}
ul#nav li a:hover {
	color: #b9b8b9;
}
ul#nav li.active a, ul#nav li.active a:hover {
	color: #fff;
}

/* @end */

/* @group Logo */
#logo {
}
#logo a {
	display: block;
	height: 57px;
	width: 265px;
	background: url(/images/layout/logo.gif) left;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	font-size: 0.1em;
	line-height: 0.1em;
}
/* @end */



/* @end */

/* @group Home */

#home {
	background: url(/images/home/home-banner.jpg);
	height: 400px;
}

/* @end */

/* @group Footer */
#footer {
	position: relative;
	width: 930px;
	margin: auto;
	padding: 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
#footer a {
	color: #4c4b4c;
}
#footer .smf,#footer .smt {
	position: absolute;
	width: 125px;
	left: 280px;
	line-height: 23px;

}
#footer .smf a,#footer .smt a{
	color: #d6d8d9;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial Black;
	text-align: right;
	display: block;
	padding: 5px 5px;
	background: #0d0d0d;
}
#footer .smf a:hover,#footer .smt a:hover {
	color: #fdfcff;
	background: #343535;
}
#footer .smf img,#footer .smt img {
	float: left;
	margin-right: 5px;
}
#footer .smf {
	left: 420px;
}



/* @end */

/* @group Pages */

.page {
	background: #dedddf;
	padding: 15px;
	color: #313132;
}

.page ul.list {
	margin-left: 20px;
	font-size: 1.3em;
}
.page ul.list li {
	padding: 2px;
}
a.subscribe {
	display: block;
	height: 32px;
	width: 180px;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0.1em;
	background: url(/images/layout/subscribe.gif);
}

#map_canvas {
	width: 650px;
	height: 180px;
}
/* @group Banners */

#pagebanner {
	position: relative;
	height: 144px;
	background: url(/images/banners/pagebanner.jpg);
}
#content .rest {
	background: url(/images/banners/rt.jpg);
}
#content .tapas {
	background: url(/images/banners/tapas.jpg);
}
#content div.map {
	height: 180px;
	background: #dedddf;
}

/* @end */
/* @end */

/* @group Tables */
table {
	width: 100%;
	margin-bottom: 15px;
}
table th {
	padding: 5px 15px;
	font-size:1.5em;
	border-bottom: 3px solid #c8c8c8;
	color: #b3b2b4;
}
table th.name {
	color: #464646;
	font-family: Arial Black;
	letter-spacing: -1px;
}
table td {
	padding: 5px 15px;
	font-size: 1.3em;
}
table .price {
	text-align: center;
	width: 53px;
}
table .desc, table .name {
	text-align: left;
}
table .desc {
	width: 260px;
}
table .alt td {
	background: #e4e3e6;
}
/* @end */

/* @group Forms */

input.text, textarea {
	padding: 5px;
	border: 1px solid #a2a2a2;
}
label {
	font-size: 1.3em;
	height: 24px;
	line-height: 24px;
	float: left;
	width: 100px;
	
}
input.btn, a.btn {
	padding: 5px 10px;
	color: #fff;
	background: url(/images/button.gif) top repeat-x #444;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 1.1em;
	text-decoration: none;
	display: inline-block;
}
/* @end */

/* @group gallery */

div.picture a.fb img {
	border: 3px solid #8a898b;
	max-width: 137px;
	max-height: 77px;
}
div.picture a {
	display: block;
	width: 143px;
}
div.picture  {
	text-align: center;
	margin-right: 12px;
	width: 143px;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}
div.last  {
	margin-right: 0;
}

div.gallery {
	border-bottom: 1px solid #c8c8c8;
	height: 90px;
	margin-bottom: 15px;
}
div.gallery img {
	height: 70px;
	width: 80px;
	float: left;
	margin-right: 15px;
	border: 3px solid #7a7a7a;
}

div.gallery span.title {
	display: block;
	margin-top: 10px;
	font-size: 1.2em;
	float: left;
	width: 515px;
}
div.gallery span.desc {
	display: block;
	float: left;
	width: 515px;
}
/* @end */

/* @group Menu */

.menusub {
	margin-bottom: 15px;
	text-align: center;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #6d0000;
}
.menufooter {
	
	margin-bottom: 15px;
	text-align: center;
	display: block;
	font-size: 1.2em;
}
/* @end */

/* @group Emai form */

div#fancy_div {
}
div#fancy_div #eform {
	padding: 15px;
	color: #000 !important;
	background-color: #f6f8f8 !important;
	height: 60px;
}
div#fancy_div #eform input.text{
	margin-right: 7px;
}
/* @end */

/* @group Breadcrumb */
#breadcrumb ul {
	height: 30px;
	font-size: 1.2em;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-top: 15px;
	margin-bottom: 15px;
	border-color: #c4c4c4;
}
#breadcrumb li {
	list-style: none;
	float: left;
	padding: 8px;
}

/* @end */

/* @group Events */

div.event {
	margin-bottom: 15px;
	border-bottom: 1px solid #cecece;
}
div.event h2 {
	margin-bottom: 0;
	color: #3b3b3b;
}
div.event .date {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #888;
}
/* @end */

div.messagebox {
	padding: 15px;
	background: #efeddf;
	font-size: 1.2em;
}


