/*
Theme Name: Marquee
Theme URI: http://www.desain36.com
Description: A custom theme for Marquee Restaurant Bar
Author: desain36.com (for Hue Studio)
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Colors:
	RED	= #97233F
	TAN = #C29574
*/

/* =Typography
-------------------------------------------------------------- */
@font-face {
    font-family: 'QuattrocentoRomanRegular';
    src: url('fonts/Quattrocento-Regular-webfont.eot');
    src: url('fonts/Quattrocento-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quattrocento-Regular-webfont.woff') format('woff'),
         url('fonts/Quattrocento-Regular-webfont.ttf') format('truetype'),
         url('fonts/Quattrocento-Regular-webfont.svg#QuattrocentoRomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Serif72BetaBlack';
    src: url('fonts/serif72beta-black-webfont.eot');
    src: url('fonts/serif72beta-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/serif72beta-black-webfont.woff') format('woff'),
         url('fonts/serif72beta-black-webfont.ttf') format('truetype'),
         url('fonts/serif72beta-black-webfont.svg#Serif72BetaBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Serif72BetaBlackItalic';
    src: url('fonts/serif72beta-blackitalic-webfont.eot');
    src: url('fonts/serif72beta-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/serif72beta-blackitalic-webfont.woff') format('woff'),
         url('fonts/serif72beta-blackitalic-webfont.ttf') format('truetype'),
         url('fonts/serif72beta-blackitalic-webfont.svg#Serif72BetaBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-size: 13px;
	font-family: 'QuattrocentoRomanRegular', Tahoma, Geneva, sans-serif;
}

a {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	color: #97233F;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h2, h3, h6 {
	font-family: "Serif72BetaBlack", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	color: #000;
	font-weight: normal;
	font-size: 3em; 
	margin-top: .7em;
}

ul h2:first-child {
	margin: 0;
}

h3 {
	font-size: 1.5em;
	margin-bottom: .5em;
}

h4 {
	text-transform: uppercase;
	margin: .5em 0;
}

h6 {
	color: #97233F;
	font-size: 1.3em;
	margin-bottom: .5em;
	text-transform: lowercase;
}

/* =General Layout
-------------------------------------------------------------- */

html, body, .gradient-bg, .gradient-bg img {
	width: 100%;
	height: 100%;
}

.gradient-bg, .gradient-bg img {
	margin: 0;
	padding: 0;	
	position: fixed;
	z-index: 0;
	bottom: 0;
	/*background: url(images/gradient-bg.jpg) center center;*/
}

.main-container {
	width: 960px; height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
	
.left-col {
	width: 160px;
	float: left;
}

.left-col-footer {
	text-align: right;
	margin: 0 20px 0 0;
	padding-bottom: 80px;
}

.logo {
	margin: 70px 20px 95px;
}

.callbox {
	width: 730px;
	padding: 20px;
	/*margin-top: 328px;*/
	background: url(images/bg-black80.png) repeat;
	font-family: "Serif72BetaBlack", Georgia, "Times New Roman", Times, serif;
	color: #C29574;
	font-weight: normal;
	font-size: 2em; 
	line-height: 1.2em;
	position: relative;
	border-bottom: 1px solid #97233F;
    letter-spacing: .018em;
}

.callbox .post-meta-key {
	display: none;
}

.main-col {
	width: 770px; 
	float: left;
	margin: 0 10px;
	padding-top: 328px;
}

.red-border {
	background: url(images/bg-2-col.gif) repeat-y center;
}

.red-border-thin {
	background: url(images/bg-2-col-thin.gif) repeat-y center;
}

.content-copy-box {
	background: url(images/bg-tan70.png) repeat;
	min-height: 350px;
	color: #fff;
	width: 730px;
	padding: 20px 20px 80px 20px;
}

#footer {
	width: 100%;
	height: 40px;
	display: block;
	position: fixed;
	margin-top: -40px;
	background-color: #97233F;
	z-index: 200;
}

#footer .copy {
	color: #fff;
	width: 770px;
	padding-left: 150px;
	margin: 10px auto;
}

#footer .copy p {
	float: left;
	font-size: .9em;
	line-height: 18px; /* same height as the GIF */
}

#footer .copy p img, .footer .copy p span {
	float: left;
}

#footer .copy p img {
	margin-right: 18px;
}

#footer .copy img {
	float: right;
}

.clear {
	clear: both;
}

/* =Navigation Style
-------------------------------------------------------------- */

.menu-main-container {
	margin-bottom: 10px;
}

.menu-main-container ul li {
	text-align: right;
	display: block;
	margin: 0; padding: 0;
}

.menu-main-container ul li a {
	display: block;
	width: 120px; height: 24px;
	margin: 0 20px;
	border-bottom: #97233F 1px solid;
	font-family: "Serif72BetaBlack", Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 24px;
	color: #000;
}

.menu-main-container ul li:first-child a {
	border-top: #97233F 1px solid;
}

.menu-main-container ul li:hover, 
.menu-main-container ul li.current-menu-item,
.menu-main-container ul li.current_page_item,
.menu-main-container ul li.current-page-ancestor {
	background: url(images/nav-bg.png) no-repeat center center;
}

.menu-main-container ul li:hover a, 
.menu-main-container ul li.current-menu-item a,
.menu-main-container ul li.current_page_item a,
.menu-main-container ul li.current-page-ancestor a {
	color: #fff;
	width: 115px;
	padding-right: 5px;
}

#booking-widget {
	margin: 0 20px 20px;
}

/* =Main col background
-------------------------------------------------------------- */
.main-col#about {
	background: url(images/bg-about.png) center top no-repeat;
}

.main-col#menu {
	background: url(images/bg-menu.png) center top no-repeat;
}

.main-col#wine {
	background: url(images/bg-wine_tasting.png) center top no-repeat;
}

.main-col#specials {
	background: url(images/bg-desaix_elk.gif) center top no-repeat;
}

.main-col#functions {
	background: url(images/bg-murat_greatdane.gif) center top no-repeat;
}

.main-col#media {
	background: url(images/bg-eugene_bull.gif) center top no-repeat;
}

.main-col#gallery {
	background: url(images/bg-nelson_rooster.gif) center top no-repeat;
}

.main-col#employment {
	background: url(images/bg-kleber_octopus.gif) center top no-repeat;
}

.main-col#contact {
	background: url(images/bg-contact.png) center top no-repeat;
}


/* =Two columns thin
-------------------------------------------------------------- */
.content-copy#two-col-thin {
	width: 515px;
	margin-left: 200px;
	padding-left: 15px;
	/*border-left: 1px solid #97233F;*/
}

/* =One column
-------------------------------------------------------------- */

#one-col img {
	/*margin: 0 4px;*/
}

/* =Two columns with and without subnav
-------------------------------------------------------------- */

.subnav {
	margin-top: 30px;
}

.subnav ul li {
	display: block;
	padding: 0; margin: 0;
	width: 180px;
}

.subnav ul li a {
	font-size: .6em;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: 1px solid #97233F;
	display: block; 
	width: 140px;
	height: 24px;
	line-height: 26px;
	margin: -1px 20px 0;
}

.subnav ul li:first-child a {
	border-top: 1px solid #97233F;
}

.subnav ul li:hover, 
.subnav ul li.current-menu-item,
.subnav ul li.current_page_item {
	background: url(images/subnav-bg.png) no-repeat center center;
}

.subnav ul li:hover a, 
.subnav ul li.current-menu-item a,
.subnav ul li.current_page_item a {
	color: #fff;
	width: 130px;
	padding-left: 10px;
}


h3.subheading {
	position: absolute;
	bottom: 20px; right: 20px;
	text-transform: lowercase;
	font-size: 2em;
}

.two-col .content-copy {
	float: left;
	width: 300px;
	padding-right: 15px;
	margin-right: 15px;
}

.two-col .content-images {
	width: 395px;
	float: right;
}

.two-col .content-images img {
	margin-bottom: 5px;
}

/*.logged-in .footer {
	margin-top: -68px;
}*/

/* =Menu and Wine
-------------------------------------------------------------- */

ul.menu-buttons {
	width: 729px;
	margin: 0;
	padding: 0;
}

ul.menu-buttons li {
	display: inline;
	float: left;
	width: 235px; 
	margin: 0 4px;
	padding; 0;
}

ul.menu-buttons li a.thumb {
	width: 235px;
	height: 335px;
	display: block;
}

ul.menu-buttons li span {
	width: 235px;
	height: 335px;
	display: block;
	overflow: hidden;
}

#menu .content-copy p, #wine .content-copy p {
	margin-bottom: 1.5em;
	line-height: 1.3em;
}

/* =Functions
-------------------------------------------------------------- */

ul.functions-buttons {
	width: 395px;
	margin: 0;
	padding: 0;
}

ul.functions-buttons li {
	display: inline;
	float: left;
	width: 395px; 
	margin: 0 0 8px;
	padding; 0;
}

ul.functions-buttons li a.thumb {
	width: 395px;
	height: 264px;
	display: block;
}

ul.functions-buttons li span {
	width: 395px;
	height: 264px;
	display: block;
	overflow: hidden;
}


/* =Gallery
-------------------------------------------------------------- */

.ngg-albumoverview {
	margin: 0!important;
}

/*#gallery .content-copy-box {
	background: url(images/bg-red90.png) repeat;
}*/

.ngg-album-compactbox .Thumb:hover {
	background-color: #97233F!important;
}

.ngg-gallery-thumbnail:hover {
	background: transparent!important;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #97233F;
}

.piclenselink {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.piclenselink:hover {
	color: #000;
}

.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev {
}

.ngg-navigation span, .ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev  {
	padding: 0!important;
	display: inline-block;
	height: 20px; width: 20px;
	line-height: 20px; 
	text-decoration: none!important;
}

.ngg-navigation a.page-numbers:hover , .ngg-navigation a.next:hover {
	background-color: #000!important;
}

/* =Forms
-------------------------------------------------------------- */

.contact-form {
	width: 395px;
	float: right;
}

.contact-form h3 {
	margin-bottom: 10px;
}

form {
	/*border-bottom: 1px solid #97233F;*/
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/*.contact-form .wpcf7:last child form {
	border: none;
	padding-bottom: 0;
}*/

form p {
	width: 395px;
	display: block;
}

form .form-label {
	display: block;
	float: left;
	width: 100px;
	margin: 0 20px 7px 0;
	line-height: 1em;
}

form input, textarea, select {
	display: block;
	float: left;
	width: 265px;
	margin-bottom: 7px;
}

form input.captcha {
	float: left;
    font-size: 1.4em;
    width: 75px;
}

form #captcha img {
    margin-right: 5px;
	float: left;
}

form p input[type="submit"] {
    text-transform: uppercase;
    font-size: 1em;
    width: 140px;
    height: 27px;
    margin: 10px 0 0px 120px;
    clear: both;
}
.MGLField input[type="radio"] {
    width:20px;
    float:none;
    display:inline;
}
.MGLField select{
    width:auto;
}

span.wpcf7-not-valid-tip {
	margin-left: 120px;
	padding: 3px 5px!important;
	width: 265px;
	background: url(images/bg-tan70.png) repeat;
	color: #fff!important;
}

.wpcf7-validation-errors {
	margin-top: 30px;
}

#booking-calendar {
	
}

/* =Media
-------------------------------------------------------------- */
ul.tabs {
	display: block;
	width: 200px;
	float: left;
	list-style: none !important;
	margin: 0 !important;
}

ul.tabs li {
	display: block; position: relative;
	height: 23px;
	line-height: 23px;
}

ul.tabs li a {
	font-family: "Serif72BetaBlackItalic", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-decoration: none;
}

ul.tabs li:hover, ul.tabs li a:hover, ul.tabs li.active a {
	color: #97233F!important;
}

.tab_container {
	margin-bottom: 20px;
	float: left; 
	padding-left: 15px;
}
.tab_content {
	position: relative;
	width: 515px;
}
/*.tab_content h3, .tab_content p, .tab_content ul, .tab_container .stickied h3 {
	float: left;
	width: 515px;
}*/
.tab_content ul li, .entry-content ul li {
	line-height: 1.5em;
 }
.tab_content img, .tab_content p img {
	display: block;
	width: 515px; height: auto;
}


/* Temporary coming soon page 
body { background-color: black; width: 100%; height: 100%; display: block; color: gray;}
#coming-soon { margin-top: 40px; text-align: center;}*/
h1 { font-size: 24px; margin: 60px 0 0; text-transform: uppercase; font-weight: normal; }