/*
Css file: stylesheet.css
Version: 1.0
Description: Stylesheet for Pastis website.
Author: Cuie&Co - Andy Walton
Author URI: http://www.cuieandco.com */

/* Created: 20 May 2009 (Last updated - 17 July 2009)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* Global reset (clear it all)
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 12px; }
q:before,q:after { content:''; }
a { text-decoration: none; }
a, a:link, a:visited, a:active, a:hover { outline: none; }
* {	margin: 0; padding: 0; }

/* Basic typography styles
---------------------------------------------------------- */

dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin: 0;
	padding: 0;
}
blockquote {
	font: normal 16px/20px Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
cite {
	font: normal 12px/20px Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	color: #96a8b7;
	font: normal 20px/22px Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	text-transform: uppercase;
}
h2 {
	font: normal 16px/18px Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	text-transform: uppercase;
}
h3 {
	color: #96a8b7;
	font: normal 14px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 13px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 11px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 18px;
	border: 0;
	border-bottom: 4px solid #d0d7d9;
	clear: both;
}
hr.padded {
	border-bottom: 1px dashed #d0d7d9;
	padding: 0 18px;
}
hr.dashed {
	border-bottom: 1px dashed #d0d7d9;
}
hr.thin {
	border-bottom: 1px solid #d0d7d9;
}
acronym {
	border-bottom: 1px dotted #d0d7d9;
	cursor: help;
}

/* Setup */
html {
	height: auto; /* Removed for validation - overflow: -moz-scrollbars-vertical; */
	min-height: 100%;
}
body {
	background: #0b4871 url(../images/bg.png) left bottom repeat-x fixed;
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #002b48;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 900px; /* Minimum width of layout - this property does not work in old versions of IE - Puke */
	padding: 0;
	width: 100%;
}
#wrapper {
	background-color: #f5f5f2;
	clear: both;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 870px;
}

/* Header */
#header {
	background: #f5f5f2 url(../images/bg_header.png) top center no-repeat;
	clear: both;
	padding: 47px 36px 0 36px;
	margin: 0;
	width: 798px;
}
#logo {
	display: block;	
}
#logo a {
	background: #f5f5f2 url(../images/logo_pastis.png) top center no-repeat;
	display: block;
	height: 123px;
	margin: 0 auto 18px auto;
	width: 255px;
}
#logo h1 {
	display: block;
	margin-left: -3000px;
}
#contact-details {
	font: normal 14px/22px Georgia, Helvetica, Arial, sans-serif, serif;
	text-align: center;
}
#contact-details span {
	color: #96a8b7;
}

/* Navigation */
.navigation {
	clear: both;
	background: #f5f5f2 url(../images/bg_navigation_rules.png) top left no-repeat;
	float: left;
	height: 35px;
	width: 798px;
	padding: 8px 0 7px 0;
}
.navigation a.selected, .navigation a:hover {
	background: transparent none repeat scroll 0 0;
	color: #fff;
}
.navigation dt em {
	float: left;
	display: block;
	height: 35px;
	margin-left: -3000px;
}
.navigation dt a, .navigation dt span {
	background: transparent url(../images/bg_navigation.png) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 35px;
}
/* Navigation - home */
.navigation dt a.home, .navigation dt span.home {
	background-position: 0 0;
	width: 80px;
}
.navigation dt a:hover span.home {
	background-position: 0 -35px;
 	width: 80px;
}
.navigation dt.selected a span.home {
	background-position: 0 -70px;
	width: 80px;
}
/* Navigation - about */
.navigation dt a.about, .navigation dt span.about {
	background-position: -80px 0;
	width: 85px; 
}
.navigation dt a:hover span.about {
	background-position: -80px -35px;
	width: 85px;
}
.navigation dt.selected a span.about {
	background-position: -80px -70px;
	width: 85px;
}
/* Navigation - food and wine */
.navigation dt a.food-and-wine, .navigation dt span.food-and-wine {
	background-position: -165px 0;
	width: 136px; 
}
.navigation dt a:hover span.food-and-wine {
	background-position: -165px -35px;
	width: 136px;
}
.navigation dt.selected a span.food-and-wine {
	background-position: -165px -70px;
	width: 136px;
}
/* Navigation - gallery */
.navigation dt a.gallery, .navigation dt span.galleries {
	background-position: -301px 0;
	width: 94px; 
}
.navigation dt a:hover span.galleries {
	background-position: -301px -35px;
	width: 94px;
}
.navigation dt.selected a span.galleries {
	background-position: -301px -70px;
	width: 94px;
}
/* Navigation - calendar */
.navigation dt a.calendar, .navigation dt span.calendar {
	background-position: -395px 0;
	width: 115px; 
}
.navigation dt a:hover span.calendar {
	background-position: -395px -35px;
	width: 115px;
}
.navigation dt.selected a span.calendar {
	background-position: -395px -70px;
	width: 115px;
}
/* Navigation - functions */
.navigation dt a.blog, .navigation dt span.functions {
	background-position: -510px 0;
	width: 115px; 
}
.navigation dt a:hover span.functions {
	background-position: -510px -35px;
	width: 115px;
}
.navigation dt.selected a span.functions {
	background-position: -510px -70px;
	width: 115px;
}
/* Navigation - blog */
.navigation dt a.blog, .navigation dt span.blog {
	background-position: -625px 0;
	width: 78px; 
}
.navigation dt a:hover span.blog {
	background-position: -625px -35px;
	width: 78px;
}
.navigation dt.selected a span.blog {
	background-position: -625px -70px;
	width: 78px;
}
/* Navigation - contact */
.navigation dt a.contact, .navigation dt span.contact {
	background-position: -703px 0;
	width: 95px; 
}
.navigation dt a:hover span.contact {
	background-position: -703px -35px;
	width: 95px;
}
.navigation dt.selected a span.contact {
	background-position: -703px -70px;
	width: 95px;
}

/* Container - for page content */
#container {
	margin: 0;
	overflow: auto;
	padding: 0 36px;
	width: 798px;
}

#showcase {
	background: transparent url(../images/bg_frame_homepage.png) top left no-repeat;
	float: left;
	height: 244px;
	margin: 27px 18px 0 0;
	overflow: hidden;
	padding: 28px 29px 28px 27px;
	width: 488px; /* width 544px */
}
showcase.gallery {
	height: 244px;
	margin: 0;
	padding: 0;
	width: 488px;	
}
#showcase-about {
	background: transparent url(../images/bg_frame_about.png) top left no-repeat;
	float: left;
	height: 324px; /* height 409px */
	margin: 0 0 27px 0;
	overflow: hidden;
	padding: 42px 41px 43px 43px;
	width: 442px; /* width 526px */
}
showcase-about.gallery {
	height: 324px;
	margin: 0;
	padding: 0;
	width: 442px;	
}
#showcase-food-and-wine {
	background: transparent url(../images/bg_frame_food_and_wine.png) top left no-repeat;
	float: left;
	height: 151px; /* height 212px */
	margin: 0 0 18px 0;
	overflow: hidden;
	padding: 31px 30px 30px 31px;
	width: 175px; /* width 236px */
}
showcase-food-and-wine.gallery {
	height: 151px;
	margin: 0;
	padding: 0;
	width: 175px;	
}
#daily-menu {
	background: transparent url(../images/bg_menu.png) top left no-repeat;
	color: #fff;	
	height: 205px;
	float: left;
	margin: 27px 0 0 0;
	overflow: hidden;
	padding: 77px 0 18px 0;
	width: 236px;
	text-align: center;
}
#daily-menu hr {
	width: 100%;
	height: 3px;
	margin-bottom: 14px;
	border: 0;
	border-bottom: 1px dashed #fff;
	clear: both;
}
#daily-menu a {
	color: #fff;
}
#daily-menu a:hover {
	text-decoration: underline;
}

/* Content */
#content {
	clear: left;
	float: left;
	margin: 0;
	padding: 27px 36px 27px 0;
	width: 526px;
}
#content.wide {
	margin: 0;
	padding: 27px 0;
	width: 798px;
}
#content ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content li {
	padding-bottom: 8px;
}

#subscribe {
	background: transparent url(../images/bg_subscribe_box.png) top left no-repeat;
	height: 145px;
	float: left;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	padding: 52px 16px 18px 16px;
	width: 204px;	
}
#subscribe p {
	margin-bottom: 12px;
}
#subscribe input {
	margin-bottom: 12px;
	width: 190px;
}
#subscribe input.btn {
	width: 90px;
}
.events {
	height: 160px;
	float: left;
	overflow: hidden;
	margin: 0 12px 12px 0;
	padding: 18px 12px;
	width: 126px;
}
.events.even {
	background: #fff url(../images/bg_events.png) no-repeat scroll 0 0;
}
.events.odder {
	background: #fff url(../images/bg_events_odder.png) no-repeat scroll 0 0;
}
.events.end {
	margin: 0 0 12px 0;
}
.events h2 {
	font-size: 15px;
}
.events h3 {
	color: #dd1520;
	font-family: Georgia;
	text-align: left;
	font-size: 16px;
}
.events h2, .events h3, .events p {
	margin-bottom: 6px;
}
.events p.price {
	font-family: Georgia;
	margin-bottom: 0;
}

/* Galleries for client list */
.gallery-thumbnail {
	width: 254px;
	height: 173px;
	padding: 0 18px 18px 0;
	float: left;
}
.gallery-thumbnail.albums {
	width: 254px;
	height: 173px;
	padding: 0 18px 18px 0;
	margin-bottom: 18px;
	float: left;
}
.gallery-thumbnail img {
	border: 5px solid #d9dfe4;
}
.gallery-thumbnail a:hover img {
	border: 5px solid #dd1520;
}
.gallery-thumbnail.end {
	padding: 0 0 26px 0;
}
.gallery-thumbnail p {
	clear: both;
	margin-bottom: 18px;
}

/* Blog */
.post {
	width: 544px;
	overflow: auto;
}
.post h1 {
	color: #002b48;
	text-transform: none;
	margin-bottom: 0;
}
.post h1 a {
	color: #002b48;
}
.post h1 a:hover {
	color: #dd1520;
}
.post-date {
	background-color: #dd1520;
	color: #fff;
	display: block;
	float: left;
	font: normal 16px/22px Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 18px 0 12px 0;	
	text-align: center;
	text-transform: uppercase;
	width: 72px;
}
.post-date span {
	color: #fff;
	font: normal 36px/22px Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
}
.post-content {
	float: left;
	overflow: hidden;
	padding: 0 0 0 18px;	
	width: 440px;
}
.post-content img {
	margin: 0;
	max-width: 440px;
}
.post-meta {
	font-size: 12px;
	font-style: italic;
}
.post-meta p {
	margin-bottom: 0;
}
.comments {
	float: left;
	width: 100%;	
}
.comment {
	border-top: 1px dashed #ec008c; /* border colour */
	padding: 12px;
}
.comment span {
	font: normal 150%/1em Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
}
.comment h3, .comment p d0d7d9
.comment em {
	color: #7e7e81;
	font-size: 100%;
	font-style: italic;
}
.alt {
	background-color: #fde7f4;
	padding: 12px;
}
.comment.last {
	margin-bottom: 18px;
}
.comment-meta {
	margin-top: 10px;
	text-align: right;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 236px;
	margin: 0;
	padding: 27px 0 27px 0;
	clear: right;
	overflow: hidden;
}
#sidebar.hide {
	display: none;
}
#sidebar img {
	max-width: 236px;
}
#sidebar h3 a {
	color: #96a8b7;
}
#sidebar h3 a:hover {
	color: #dd1520;
	text-decoration: underline;
}

#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 0;
}
#sidebar li {
	padding-bottom: 9px;
}

/* Footer */
#footer {
	color: #96a8b7;
	clear: both;
	font-size: 11px;
	overflow: auto;
	margin: 0 auto;
	padding: 18px 0 6px 0;
	width: 798px;
}
#footer a, footer a:hover {
	color: #a9a7a4;
	font-weight: normal;
}
#footer-meta {
	float: left;
	padding: 0;
	width: 500px;
}
#by-cuie{
	float: right;
	padding: 0;
	text-align: right;
	width: 298px;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Styling classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.pic-no-float {
	border: 1px solid #e4e4e4;
	text-align: center;
	margin: 0 auto;
}
.pic-left {
	border: 1px solid #000;
	float: left;
	margin: 0 12px 5px 0;
}
.pic-right {
	border: 1px solid #000;
	float: right;
	margin: 0 0 5px 12px;
}
div.post img.thumbnail {
	border: 1px solid #000;
	float: left;
	margin: 0 12px 12px 0;
	width: 96px;	
}
img.thumbnail {
	border: 1px solid #000;
	padding: 3px; 
	float: left;
	margin: 0 12px 5px 0;
	width: 72px;	
}
.no-border {
	border: none;
	margin: 0;
}
.no-border-left {
	float: right;
	border: none;
}
.no-border-right {
	float: right;
	border: none;
}
.baby-blue {
	color: #96a8b7;
}

/* Links */
a {
	color: #dd1520;
	text-decoration: none;
}
a:hover {
	color: #dd1520;
	text-decoration: underline;
}

/* Forms - needs work */
input, select, textarea {
	background-color: #fff;
	border: 1px solid #d9dfe4;
	color: #002b48;	
	font-size: 11px;
	padding: 5px;
}
input, select, textarea {
	margin: 0 0 18px 0;
	width: 278px;	
}
input.btn {
	background-color: #dd1520;
	border: none;
	display: block;
	color: #fff;
	font: normal 11px/18px Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
	height: 32px;
	color: #fff;
	margin: 0 0 9px 0;
	text-transform: uppercase;
	width: 90px;
}
input.btn:hover {
	background-color: #96a8b7;
}
.error {
	color: #dd1520;
	font-style: italic;
}
#contact-form-top {
	background: transparent url(../images/contact_top.png) 0 0 no-repeat;
	height: 45px;
	width: 236px;
}
#contact-form {
	background: transparent url(../images/contact_bg.png) 0 0 repeat-y;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 16px;
	width: 204px;
}
#contact-form input, #contact-form textarea {
	width: 190px;
	margin-bottom: 12px;
}
#contact-form input.btn {
	width: 90px;
}
#contact-form-bottom {
	background: transparent url(../images/contact_bottom.png) 0 0 repeat-y;
	clear: both;
	height: 22px;
	width: 236px;
}
#comment-form {
	background-color: #d9dfe4;
	padding: 18px 18px 9px 18px;
	margin-bottom: 9px;
}
#comment-form p {
	margin-bottom: 12px;	
}
.form-label {
	text-align: right;
	float: left;
	padding: 0 18px 0 0;
	width: 176px;
}
.form-field {
	float: right;
	width: 288px;
}
#recaptcha_area {
	width: 288px;
	margin-bottom: 18px;
}
#recaptcha_area, #recaptcha_table {
	width: 288px !important;
}
#recaptcha_image img {
	width: 200px;
}