/*
Theme Name: Melisse_Theme
Theme URI: http://wordpress.com
Description: Custom Theme developed for the Melisse Restaurant.
Version: 1
Author: Andrew Bowen
Author URI: http://bistrolink.com
Tags: Full Screen Background, Restaurant Theme
Text Domain: kubrick

	Melisse V1
	 http://bistrolink.com

	This theme was designed and built by Bistro Link for
	the Melisse Restaurant. Some features based off the Kubrick theme.

*/


/* Layout CSS */

body {
	background:#000;
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
	color:#fff;
	overflow-y: scroll !important;
}
#slideshow {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	overflow:hidden;
}
#slideshow img {
display:none;
}
.main-logo {
	width:220px;
	text-align:center;
	margin:10px 0 0 0;
	clear:both;
	height:130px;
	overflow:hidden;
}
.navigation-bar {
	position:absolute;
	top:0;
	left:53px;
	bottom:0;
	z-index:10;
	width:220px;
	min-height:600px;
}
#accordion {
	margin:20px 0 0 0;
	text-transform:uppercase;
}
#accordion a {
	color:#fff;
	font-size:13px;
	font-weight:lighter;
	text-decoration:none;
	padding:3px 15px;
	outline:none;
}
#accordion h3 {
	cursor:pointer;
	display:block;
	text-align:right;
	font-size:13px;
	padding:3px 15px;
	outline:none;
	margin-right:1px;
	color:#fff !important;
	border:none !important;
	background:none !important;
}
#accordion h3:hover {background:url(images/bg-nav-button.png) right 5px no-repeat !important;}
.nav-btn a:hover, #accordion h3:hover, .nav-btn a:focus, #accordion h3:focus {
	background:url(images/bg-nav-button.png) right 5px no-repeat;
}
.nav-btn {
	cursor:pointer;
	display:block;
	width:219px;
	text-align:right;
}
.menu-expanded {
	background:url(images/bg-nav-expanded.png) top left repeat-y;
	width:219px;
	text-align:right;
	margin:0px !important;
	padding:0px !important;
}
.menu-expanded ul {
	clear:both;
	margin:0px !important;
	padding:0px !important;
	line-height:12px;
}
.menu-expanded ul li {
	list-style:none;
	
}
.menu-expanded ul li a {
	font-size:11px !important;
	padding:5px 15px 0 0;
	margin:0 1px 0 0;
	display:block;
	width:182px;
}
span.ui-icon {display:none !important;}
.menu-expanded ul li a:hover {
	background:url(images/bg-nav-expanded-hover.png) top left repeat-y;
}
.current-menu {
display:block;
}
.current {
background:url(images/bg-nav-button.png) right 5px no-repeat;
	cursor:default !important;
}
.current-sub-hover {
	background:url(images/bg-nav-expanded-hover.png) top left repeat-y;
}
.current-sub-hover:hover {
	background:none !important;
}
.current-sub-hover a {
	cursor:default !important;
}
.contact-information {
	width:220px;
	position:relative;
	z-index:20;
	margin:90px 0 0 0;
	font-size:13px;
	text-align:right;
	line-height:13px;
	text-transform:uppercase;
}
.contact-information span {
	display:block;
	height:40px;
	padding:0 10px 0 0;
	}
	.follow-us {
	display:block;
	clear:both;
	margin:0 10px 0 10px;
	padding:0;
	height:30px;
}
.contact-information span a {
	color:#fff;
	text-decoration:none;
}
.follow-us li {
	list-style:none;
	float:right;
	padding:0 3px 0 3px;
}
.newsletter-signup {
	clear:both;
	padding:10px 20px 0 20px;
	text-transform:uppercase;
	font-size:10px;
	line-height:10px;
}
.newsletter-signup-input {
	width:120px;
	margin:5px 0;
	border:1px solid #555;
	background:#ccc;
	font-size:13px;
	color:#000;
	padding:0 3px;
	float:left;
	height:24px;
}
.newsletter-submit {
	float:left;
	background:#444;
	border:1px solid #555;
	color:#fff;
	font-size:10px;
	padding:0 3px;
	text-align:center;
	width:50px;
	margin:5px 0 0 0;
	text-transform:uppercase;
	cursor:pointer;
	height:26px;
}
/* Content CSS */

.content-container {
	position:absolute;
	right:30px;
	z-index:30;
	left:55%;
}
.lift-container {
	top:8%;
}
.standard-container {
	top:38%;
}
.content {
	position:relative;
	left:0;
	right:0;
	padding:10px 0 20px 0;
	background:url(images/bg-content.png) repeat;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bg-content.png');
	border:1px solid #333;
	border-bottom:1px solid #222;
	margin:0 0 5px 0;
	font-size:14px;
}
.entry {
	padding:0 20px 0 20px;
}
.ngg-galleryoverview {
	margin:0 auto;
}
.content[class] {
  background-image:url(images/bg-content.png);
}

.center-content {
	text-align:center !important;
}
.content h1 {
	font-size:24px;
	font-weight:lighter;
	text-transform:uppercase;
}
.content h2 {
	font-size:20px;
	font-weight:lighter;
}
.content h3 {
	font-size:18px;
	font-weight:lighter;
}
.content h4 {
	font-size:16px;
	font-weight:bold;
}
.content h5 {
	font-size:14px;
	font-weight:bold;
}
.content h6 {
	font-size:10px;
	font-weight:lighter;
}
.content p {
	font-size:14px;
	font-weight:100;
	padding:5px 0;
}
.content strong {
	font-weight:bold;
}
.content em {
	font-style:italic;
}
.content u {
	text-decoration:underline;
}
.content a {
	color:#ddd;
}
.footer {
	position:relative;
	left:0;
	right:0;
	height:25px;
	font-size:10px;
	text-transform:uppercase;
	color:#cacaca;
}
.footer a {
	color:#cacaca;
}
.copyright {
	float:left;
	padding:0 0 0 5px;
}
.credits {
	float:right;
	padding:0 5px 0 0;
}
/* Random CSS */

.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
ul.awards {
	width:100%;
}
ul.awards li {
	list-style:none;
	display:inline-block;
	padding:0 5%;
}
ul.awards li:last-child {
	padding:0;
}
.contact-content-container-1 {
	padding:10px 10px 0 10px;
	font-size:14px;
	text-transform:uppercase;
	background:url(images/bg-contact.png) repeat-x;
	font-weight:lighter;
	
}
.contact-content-container-1 span {
	display:block;
	width:180px;
	text-align:left;
	float:left;
}
.contact-map-logos li a img {

	margin:0 0 20px 0;
	
}
.contact-map-logos li {
	list-style:none;
	float:left;
	padding:0 20px 0 0;
}
.contact-form-container {
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	background:url(images/bg-contact.png) repeat-x;
	font-weight:lighter;
	

}
.contact-form-container input {
	padding:3px;
	background:url(images/bg-contact.png) repeat-x;
	border:1px solid #767676;
	width:190px;
	color:#fff;
	font-size:11px;
}
.contact-form-left {
	float:left;
}
.contact-form-left select {
	width:200px;
}
.contact-form-right {
	float:right;
}
.contact-form-right textarea {
	width:250px;
	color:#fff;
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans", "Bitstream Vera Sans", Verdana, sans;
	border:1px solid #767676;
	background:url(images/bg-contact.png) repeat-x;
	height:170px;
	font-size:11px;
}
.contact-form-submit {
	padding:3px !important;
	text-align:center;
	width:70px !important;
}
.contact-content-container-2 {
	float:left;
	background:url(images/bg-contact.png) repeat-x;
	margin:0 10px 0 0;
	width:45%;
	padding:10px;
	text-transform:uppercase;
	font-size:11px;
}
.contact-content-container-2b {
	float:left;
	background:url(images/bg-contact.png) repeat-x;
	margin:0;
	width:45%;
	padding:10px;
	text-transform:uppercase;
	font-size:11px;
}
/* LIGHTBOX CSS ///////////////////////////////////////*/
#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	z-index:10000;
	width:100%;
	height:auto;
	text-align:center;
	color:#333333;
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}
#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999999;
}
#lightbox-overlay {
	z-index: 900;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}
#lightbox img, #lightbox a img, #lightbox a {
	border:none;
	outline:none;
}
#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}
#lightbox-imageContainer {
	padding:1px;
}
#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}
#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	/*zoom:1;  who knows why? */
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev {
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext {
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;/* width: 100%;
	padding: 0 10px 0; */
}
#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	line-height:normal;/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center;
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}
#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button {
	padding-left:30%;
}
#lightbox-close-button:hover {
	color:#666666;
}
#lightbox-infoContainer-clear {
	clear:both;
	visibility:hidden;
}
#contentDrop { display:none;}
.hide-until-loaded {
	display:none;
}
/* Logo Animation CSS */
.logo-ani-melisse-name {
	position:absolute;
	z-index:50;
	margin:4px 0 0 10px;
	width:167px;
	
}
.logo-ani-curve {
	position:absolute;
	z-index:45;
	margin:2px 0 0 106px;
}
.logo-ani-leaf1 {
	position:absolute;
	z-index:40;
	margin:55px 0 0 72px;
}
.logo-ani-leaf2 {
	position:absolute;
	z-index:35;
	margin:52px 0 0 39px;
}
.logo-ani-leaf3 {
	position:absolute;
	z-index:30;
	margin:48px 0 0 17px;
}
.logo-ani-josiah {
	position:absolute;
	z-index:55;
	margin:58px 0 0 119px;
}
div.slideshow-overlay {position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; overflow:hidden; z-index:2;}
#slideshows {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	overflow:hidden;
	display:none;
}
#slideshows img {
	position:absolute;
	top:0;
	left:0;
}


#checkout_page_container {width:100% !important;}
.wpsc_checkout_table td {padding-bottom:10px;}
td.shipping_header, tr.wpsc_shipping_header {background:none !important; padding-top:10px !important; font-size:18px !important;}
.wpsc_shipping_quote_name, tr.simple_shipping_0, tr.simple_shipping_0 label {color:#fff !important;}
