/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background: #dcdaf9;
	/*overflow: auto;	/*stretch out div to cover content*/
	background: url(../img/background.png); 
	background-repeat: repeat;
	color: #1e1e1e;
}

.fb-like span {
        display: block;
        height: 22px;
        overflow: hidden;
        position: relative;
        width: 140px /* set this to fit your needs when support international sites */;
}

.fb-like iframe {
        height: 62px;
        overflow: hidden;
        position: absolute;
        top: -41px;
        width: 55px;
}

.nav-container2 {width:155px; height:40px; background:none; overflow:hidden; margin-top:-20px;font-size:0;line-height:0;margin-left:745px;padding:0px 0px 10px 0px;}
.social-media-list {display:block; width:155px; height:20px; list-style: none; background:none; margin-left:-39px;margin-top:20px;font-size:0;line-height:0;}
.social-media-list li {height: 20px; float: left;}
.social-media-list li.google-plusone{height:20px; width:32px; background: none; margin-left: 8px; margin-top: 0px;}
.social-media-list li.twitter-share{height:20px; width:59px; background: none; margin-left: 8px; margin-top: 0px;}

div#background-container {
	width:960px;
	margin: 20px auto;
	background:none;
}

div#container {
	width:890px;
	margin-left:15px;
	background: white;
	background-image: url(../img/paper.png);
	background-repeat: repeat;	
	padding: 15px 20px 40px 20px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;		
}

div#container-header {
	height: 160px;
	position:relative;
	padding:20px 20px;
	margin:0 -30px 10px -30px;	/* 30 = 20 padding + 10 neg margin */

	border:1px solid #211e4f;
	background:#26225c;
	color:#fff;
	box-shadow:0 4px 4px rgba(0,0,0,0.3);
	background: url(../img/leather.png); 
	background-repeat: repeat;
}
#container-header:before,
#container-header:after {
	content:" ";
	border-top:10px solid #0b091c;	/* Colour of the triangle. To flip the effect, use border-bottom. */
	position:absolute;
	bottom:-11px; /* +1 to compensate for the border */
} 
#container-header:before {
	border-left:10px solid transparent;
	left:-1px;	/* Only required if the element has a border */
}
#container-header:after {
	border-right:10px solid transparent;
	right:-1px;
}

div.header-opening-hours {
	float: left;
	font-size: small;
	background: none;
	margin-left:3px;
}

img.header-logo {
	display:block;
	float:left;
	background: none;
	margin-top:5px;
	margin-left:48px;
	margin-right:48px;
}

div.header-address {
	float: left;
	text-align: right;
	font-size: small;
	background: none;
	margin-top:6px;
}

div#navigation-links {
	width: 930px;
	background: none;
	text-align: center;
}

#navigation-links ul {
	list-style: none outside none;
	display: inline-block;
	margin:0; 
	padding: 0; 
	border:0px solid #f33; 
}

#navigation-links li {
	float: left;
	color: #26225c;
	margin: 0 0.5em 0 0.5em;
}	

#navigation-links li a {
	text-decoration: none;
	color: #26225c;
	font-size: 1.6em;
	font-weight: bold;
}

#navigation-links li a:hover {
	color: #3f399a;
}

.seperator {
	font-size: 1.6em;
	color: #26225c;
	margin-left: -9px;
}

div#navigation-banner {
	height: 10px;
	position:relative;
	padding:0;
	margin:0 -30px 30px -30px;	/* 30 = 20 padding + 10 neg margin */

	border:1px solid #211e4f;
	background:#26225c;
	color:#fff;
	box-shadow:0 4px 4px rgba(0,0,0,0.3);
	background: url(../img/leather.png); 
	background-repeat: repeat;
}

#navigation-banner:before,
#navigation-banner:after {
	content:" ";
	border-top:10px solid #0b091c;	/* Colour of the triangle. To flip the effect, use border-bottom. */
	position:absolute;
	bottom:-11px; /* +1 to compensate for the border */
} 
#navigation-banner:before {
	border-left:10px solid transparent;
	left:-1px;	/* Only required if the element has a border */
}
#navigation-banner:after {
	border-right:10px solid transparent;
	right:-1px;
}

div#main-content-holder {
	display: block;
	padding: 0px 0px 30px 0px;
	background: none;
	/*height: 660px;*/
	text-align: center;
	min-height:610px;
	overflow:auto;
	width: 890px;
	
}

div#main-left {
	width: 286px;
	float: left;
	background: none;
	padding: 5px;
	height: 200px;
	
}

div#main-middle {
	width: 286px;
	float: left;
	background: none;
	padding: 5px;
	height: 200px;
	border-left: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
}

div#main-right {
	width: 286px;
	float: left;
	background: none;
	padding: 5px;
	height: 200px;
	
}

.about {
	background: none;
}

.pic-container {
	background: none;
}

h2.welcome-text {
	margin-top:-10px;
	font-size: 2.2em;
	font-family: Georgia;
	/*letter-spacing: 0.1em;*/
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

h2.about-chef-text {
	margin-top:-10px;
	font-size: 2.2em;
	font-family: Georgia;
	/*letter-spacing: 0.1em;*/
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

h2.booking-text {
	margin-top:-10px;
	font-size: 2.2em;
	font-family: Georgia;
	/*letter-spacing: 0.1em;*/
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

h2 span{
   display: block;
   padding: 0 15px 0 15px;
   margin-top: 0.5em;
   font-family: Arial;
   font-size: 0.4em;
   font-weight: normal;
   letter-spacing: 0em;
   text-shadow: none;
   line-height: 1.5em;
   text-align: justify;
 }

.picture-shadow {
	border: 1px solid #f2f2f2;
    padding: 5px;
	
	background-color: #f2f2f2;
	background: #f2f2f2;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
}

.map {
	margin-top: 2px;
}

a.maplink {
	background:none;
	float:left;
	font-size:small;
	margin-top:0px;
	margin-left:10px;
	text-decoration:none;
	color: #26225c;
}

div#footer{
	height: 10px;
	position:relative;
	padding:0px 15px;
	margin:0px -30px 10px -30px;	/* 30 = 20 padding + 10 neg margin */

	border:1px solid #211e4f;
	background:#26225c;
	color:#222;
	box-shadow:0 4px 4px rgba(0,0,0,0.3);
	text-align: right;
	background: url(../img/leather.png); 
	background-repeat: repeat;
	
}
#footer:before,
#footer:after {
	content:" ";
	border-bottom:10px solid #0b091c;	/* Colour of the triangle. To flip the effect, use border-bottom. */
	position:absolute;
	bottom:11px; /* +1 to compensate for the border */
} 
#footer:before {
	border-left:10px solid transparent;
	left:-1px;	/* Only required if the element has a border */
}
#footer:after {
	border-right:10px solid transparent;
	right:-1px;
}

div#footer-left {
	width: 285px;
	float: left;
	background: none;
	padding: 5px;
	border-right: 0px solid #000;
	height: 0px;
	text-align:left;
	margin-left: 18px;
}

div#footer-middle {
	width: 285px;
	float: left;
	background: none;
	padding: 5px;
	height: 0px;
	text-align: center;
}

div#footer-right {
	width: 285px;
	float: left;
	background: none;
	padding: 5px;
	border-left: 0px solid #000;
	height: 0px;
	text-align: right;
}

img.payment-logos {
	margin-top:25px;
}

p.copyright {
	margin-top:32px;
	font-size: x-small;
}

div#lunch-starters{
	padding: 0 0px 0 0;
	width:222px;
	float:left;
	background:none;
	/*color: #26225c;*/
}

#lunch-starters p{
	margin-right: 15px;
	background: none;
	font-weight: bold;
}

div#lunch-mains{
	padding: 0;
	margin:0 0px;
	width: 444px;
	float:left;
	background:none;
	border-left: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	/*color: #26225c;*/
}

#lunch-mains p {
	margin-left: 15px;
	margin-right: 15px;
	background: none;
	font-weight: bold;
}

div#lunch-desserts{
	padding: 0 0px 0 0px;
	width:222px;
	float:right;
	background:none;
	/*color: #26225c;*/
}

#lunch-desserts p{
	margin-left: 15px;
	background: none;
	font-weight: bold;
}

h2.lunch-menu {
	margin-top:-10px;
	margin-bottom: -10px;
	font-size: 2.2em;
	font-family: Georgia;
	/*letter-spacing: 0.1em;*/
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

p.lunch-main-side {
	font-size: small;
	background:none;
	margin-top: -5px;
	font-family: Georgia;
	/*letter-spacing: 0.1em;*/
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

p.lunch-text {
	font-family: Georgia;
	/*letter-spacing: 0.1em;*/
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

#main-content-holder h3{
	margin:0;
	font-family: Georgia;
	font-size: 1.8em;
	/*letter-spacing: 0.1em;*/
	color: rgb(0,0,0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

div#buffet-starters {
	line-height: 2em;
}

div#buffet-starters h3 {
	margin-bottom: 1em;
}

div#buffet-starters-col1 {
	width: 444px;
	background: none;
	float:left;
	border-right: 1px solid black;
}
div#buffet-starters-col2 {
	background: none;
	width: 444px;
	float:right;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
