/*
Theme Name: La Capilla
Theme URI: http://www.lacapilla.com
Description: Tapas Bar Y Restaurante Espanol
Version: 1.0
Author: James Aitchison
Author URI: http://www.jamesaitchison.com
Tags: spanish, food, red, cream
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

div.clear {
	clear: both;
}

span.hide {
	display: none;
}

body {
	background: url('images/lc_tilebg.jpg') repeat;
	font-family: Lucida Grande, Arial, sans-serif;
}

div#container {
	margin: auto;
	width: 960px;
	padding: 0 40px;
	background: url('images/lc_shadow.png') transparent repeat-y;
}

div#wrap {
	background: #fdf3d9;
}

div#header {
	background: #eeddb1 url('images/lc_header.jpg') no-repeat;
	width: 960px;
	height: 139px;
	position: relative;
}

h1 a {
	position: absolute;
	top: 22px;
	left: 26px;
	background: url('images/lc_logo.jpg') no-repeat;
	font-size: 2.0em;
	width: 309px;
	height: 101px;
}

h1 a span {
	display: none;
}

div#header p.description {
	position: absolute;
	text-indent: -999em;
}

ul#navigation {
	display: block;
	background: url('images/lc_navbg.jpg') repeat-x;
	height: 54px;
}

ul#navigation li {
	display: inline;
	font-family: Helvetica, sans-serif;
}

ul#navigation li a {
	padding: 0 0 0 27px;
	color: #9b8b62;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.88em;
	position: relative;
	top: 15px;
}

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

div#openingTimes {
	position: absolute;
	top: 25px;
	left: 715px;
	width: 226px;
	height: 100px;
	
}

div#openingTimes p {
	color: #746849;
	font-size: 0.65em;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 2.0em;
}

form#searchform {
	position: absolute;
	display: block;
	top: 150px;
	left: 720px;
	width: 250px;
}

form#searchform input.searchBox {
	background: url('images/lc_searchBox.jpg') transparent no-repeat;
	width: 173px;
	height: 32px;
	border: none;
	padding: 9px 15px;
	left: 50px;
}

input#searchsubmit {
	position: absolute;
	top: 6px;
	right: 250px;
}

div#contentCont {
	padding: 18px 27px;
}

div#sideBar {
	width: 316px;
	float: right;
}

h2.contentHeader , h2.sideBarHeader {
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	color: #746849;
	margin: 0 0 5px 0;
}

h2.contentHeader {
	color: #9d1a0e;
	font-size: 1.5em;
}

div.contentWidgetMid h2.sideBarHeader {
	font-size: 1.2em;
}

div.sideWidget div.widgetTop {
	background: url('images/lc_widgetTop.jpg') no-repeat;
	width: 316px;
	height: 20px;
}

div.sideWidget div.widgetContent {
	background: url('images/lc_widgetMid.jpg') repeat-y;
	width: 268px;
	padding: 0 24px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #9b8b62;
}

div.sideWidget div.widgetBot {
	background: url('images/lc_widgetBot.jpg') no-repeat;
	width: 316px;
	height: 20px;
}

div.sideWidget a.more {
	display: block;
	color: #746849;
	font-weight: bold;
	margin: 5px 0 0 0;
	text-decoration: none;
}

div.sideWidget a.more:hover {
	text-decoration: underline;
}

img.sideContent {
	padding: 5px 0;
}

div#mainContent {
	float: left;
	width: 563px;
	padding: 5px 0 0 0;
}

div#mainContent div#news li {
	padding: 5px 0;
}

div#mainContent div#news li a {
	color: #9d1a0e;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

div#mainContent div#news li a:hover {
	text-decoration: underline;
}

div#mainContent h3 {
	font-size: 1.0em;
	padding: 10px 0 3px 0;
}

div#mainContent h3 a {
	color: #9d1a0e;
	text-decoration: none;
}

div#mainContent div.post p {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 3px 0 5px 0;
}

div#mainContent div.post small {
	font-size: 0.6em;
}

div.post {
	color: #111;
}

p.postmetadata {
	display: none;
}

div.contentWidgetTop {
	margin: 20px 0 0 0;
	width: 565px;
	height: 19px;
	background: url('images/lc_contentWidgetTop.jpg') no-repeat;
}

div.contentWidgetMid {
	width: 525px;
	padding: 0 20px;
	background: url('images/lc_contentWidgetMid.jpg') repeat-y;
}

div.contentWidgetBot {
	margin: 0 0 20px 0;
	width: 565px;
	height: 25px;
	background: url('images/lc_contentWidgetBot.jpg') no-repeat;
}

div#reservation legend {
	color: #746849;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 15px 0 5px 0;
}

div#reservation label , span.time {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #9b8b62;
}

p textarea {
	font-family: "Arial", sans-serif;
	font-size: 0.8em;
}

div.success , div.error {
	background: #cfffa0;
	width: 260px;
	padding: 20px;
	border: 1px solid #58b300;
	color: #58b300;
	font-size: 0.8em;
	font-weight: bold;
	position: absolute;
	left: 220px;
	z-index: 10;
}

div.success {
	top: 170px;
}

div.error {
	top: 595px;
	background: #ffc1c1;
	border: 1px solid #ff0000;
	color: #ff0000;
}

div.note {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #9b8b62;
	padding: 20px;
}

input.submit {
	width: 120px;
	height: 30px;
	border: 1px solid #746849;
	background: #cebc8d;
	color: #746849;
	margin: 0 0 20px 65px;
	cursor: pointer;
}

input.submit:hover {
	background: #746849;
	color: #cebc8d;
}

.tabHover {
	background: #ffe69a;
	border-top: #fcc82b;
	border-bottom: #fcc82b;	
}

table.menu {
	width: 565px;
	margin: 15px 0;
	border-collapse: collapse;
	background: #950c01;
}

table.menu thead th {
	height: 37px;
	color: #fff;
	padding: 0 10px;
}

table.menu thead th.drinkHeader {
	font-size: 0.7em;
	text-align: right;
}

table.menu tbody {
	background: #fff;
}

table.menu tr {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

table.menu td.mealPrice {
	text-align: right;
}

p.itemName {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 10px;
}

p.itemDesc {
	margin: 0 10px;
	font-style: italic;
}

p.itemPrice {
	font-size: 1.5em;
	margin: 0 10px;
}

p.drinkPrice {
	font-size: 1.5em;
	margin: 0 10px;
	float: right;
}

div#footer {
	height: 131px;
	background: url('images/lc_footerbg.jpg') repeat-x;
	padding: 10px 0 0 25px;
	font-family: Helvetica, Arial, sans-serif;
}

div#footer p , div#footer address {
	padding: 5px;
	font-size: 0.8em;
	color: #746849;
	position: absolute;
	line-height: 1.6em;
}

div#footer p.meta {
	top: 12px;
	left: 850px;
}

div#footer p.meta a {
	color: #746849;
	text-decoration: none;
	font-weight: bold;
}

div#footer address {
	top: 12px;
	left: 150px;
}