/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */
#header {
background: url("../images/contentBG.png");
height: 50px;
width: 960px;
margin: auto;
}


#cafeIMG {
    background-color: #000;
    background-image: url("../images/cafe.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 900px;
    margin: auto;
    width: 960px;
}


#navigation a {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
	border-left: 1px solid;
}

#navigation a:first-child {
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
	border-left: none;
}


#navigation .linkWrap {
    font-size: 17px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    width: 960px;
}

#address {
    color: #2b2a2a;
    font-size: 15px;
    position: absolute;
    text-align: center;
    top: 90px;
    width: 100%;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	font-weight: bold;
}

.fb-like-box {
    background: none repeat scroll 0 0 black;
    margin-left: 10px;
	float: left;
	margin-top: -150px;
}

.container-page {
    background: url(../images/contentBG.png);
    border-radius: 10px 10px 10px 10px;
    bottom: 0;
    color: white;
    left: 0;
    margin: 45px auto 0;
    padding:10px 15px;
    right: 0;
    width: 950px;
	padding-top:30px;
	box-sizing: border-box;
}

table.menu {
    font-family: verdana,sans-serif;
    font-size: 16px;
    text-align: center;
    margin: auto;
    text-align: center;
	width: 95%;
}

#cafeIMG .inner {
padding-top: 520px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

.tagline {
    float: right;
    width: 655px;
}

.popup { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
	max-width: 800px;
}


.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}

.menuLeft {
float: left;
margin-right: 10px;
}

.menuRight {
float: right;
width: 58%;
}


button.gallery {
    background-color: #EE432E;
    background-image: -moz-linear-gradient(center top , #EE432E 0%, #C63929 50%, #B51700 50%, #891100 100%);
    border: 1px solid #951100;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset, 0 1px 3px #333333;
    color: #FFFFFF;
    font: bold 20px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 12px 0 14px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    width: 350px;
}

.videoLink {
    background: none repeat scroll 0 0 #41250D;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    margin-right: 25px;
    margin-top: -50px;
    padding: 5px;
}

.videoLink a {
display: block;
text-decoration: none;
}