/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea { color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited {  }
a:hover {  }

ul, ol { list-style:none; margin:0; padding:0; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }

/* =========== */
/* = GLOBALS = */
/* =========== */

body { background:#fff url(../images/bg-body.gif) center top; font:12px helvetica, arial, sans-serif; color:#82807b; }
.group { overflow:hidden; zoom:1; }
.wrapper { width:960px; margin:0 auto; }
.ir { display:block; overflow:hidden; text-indent:-9999px; }
.inner { padding:15px; }

/* Thumbnail treatment */
.thumbnails { margin:0; padding:0; list-style:none; }
.thumbnails li { margin:0; padding:0; float:left; }
.thumbnails img { display:block; }
.thumbnails a { display:block; padding:6px 7px; background:#ebebe5; -webkit-transition-property:background; -webkit-transition-duration:0.3s; -webkit-transition-timing-function:ease; }
.thumbnails a:hover { background:#b1bcb5; }

.thumbnails li.current-page a { background:#b1bcb5; }

/* Links */
a { text-decoration:underline; color:#ae760f; }
a:hover { text-decoration:none; color:#ae760f; }
a:active { position:relative; top:1px; }
a.back { display:block; background:url(../images/arrow-back.png) left center no-repeat; padding:5px 0 5px 30px; text-decoration:none; }

/* Highlighting */
::-moz-selection{ background: #6d8376; color:#fff; text-shadow:none; }
::selection { background:#6d8376; color:#fff; text-shadow:none; } 
a:link { -webkit-tap-highlight-color: #6d8376; }

/* 'Button' links and buttons */
a.button, button { display:block; margin:10px 0; font-size:12px; text-transform:uppercase; color:#fff; text-decoration:none; padding:11px 10px 9px; background:#6d8376; background:rgba(109,131,118,0.5); -webkit-transition-property:background; -webkit-transition-duration:0.3s; -webkit-transition-timing-function:ease; -moz-border-radius:3px; border-radius:3px; border:0; }
a.button:hover, button:hover { background:#92a298; background:rgba(109,131,118,0.75); }



/* ============ */
/* = ELEMENTS = */
/* ============ */
#copy .callout { padding:15px 0; border-top:1px solid #dadbd7; border-bottom:1px solid #dadbd7; margin-bottom:17px; }
#copy a.callout-trigger { float:left; margin:0 10px 0 0; }
#copy .callout p { font:12px georgia, serif; font-style:italic; color:#6d8376; line-height:18px; }
#copy .callout p:last-child { margin-bottom:0; }
#copy ul li{
	font:12px helvetica, arial, sans-serif; color:#82807b;
	line-height:18px;
	padding:5px 0;
	list-style: disc;
}
#contact-info ul li{
	list-style: none;
}




/* ========== */
/* = PHOTOS = */
/* ========== */
div#photo-wrapper { position:relative; height:80px; background:#f1f1ee; background:rgba(237,238,234,0.8); }
body.home div#photo-wrapper { height:540px; }
ul#photo-holder { list-style:none; margin:0; padding:0; }
ul#photo-holder li { position:absolute; left:0; bottom:0; width:100%; overflow:hidden; }
ul#photo-holder li img { display:block; margin:0 auto; }
p#photo-close { position:absolute; width:42px; bottom:20px; right:17%; }
p#photo-close a { height:42px; background:url(../images/btn-close.png); }
#photo-controls ul { padding-top:8px; list-style:none; margin:0; float:right; }
#photo-controls ul li { float:left; width:42px; }
#photo-controls ul a { height:42px; background:url(../images/sprite-photo-nav.png) no-repeat; }

    #photo-controls ul li#photo-prev a        { background-position:0 -42px; }
    #photo-controls ul li#photo-next a        { background-position:-42px -41px; }

    #photo-controls ul li#photo-prev a:hover  { background-position:0 0; }
    #photo-controls ul li#photo-next a:hover  { background-position:-42px 0; }



/* ========== */
/* = HEADER = */
/* ========== */
header { position:absolute; top:10px; width:100%; height:58px; background:url(../images/bg-header.png); }
header p#linkhome { float:left; padding:7px 0 0 18px; }
#shim { position:absolute; left:0; top:0; width:100%; height:10px; overflow:hidden; }
body.home #shim .wrapper { background:url(../images/bg-wedge.png) -1px top repeat-y; height:10px; overflow:hidden; }

    /* Nav */
    header nav { float:right; }
    header nav ul { list-style:none; margin:0; padding:0; }
    header nav ul li { float:left; }
    header nav ul li.current-page { background:#fff; background:rgba(255,255,255,0.5); }
    header nav ul li a { display:block; padding:21px 10px 20px; position:relative; text-decoration:none; text-transform:uppercase; font-size:14px; color:#62605c; }
	header nav ul li a span { display:block; padding:21px 10px 20px; position:absolute; left:0; top:0; background:#fff; background:rgba(255,255,255,0.55); text-transform:uppercase; font-size:14px; color:#ae760f; }


    /* Photo toggle */
    header div#photo-controls { float:right; width:110px; height:58px; }
    header div#photo-controls p#photo-toggle a { height:58px; background:url(../images/photo-toggle.png) right center no-repeat; }






/* ======== */
/* = MAIN = */
/* ======== */
#main { background:#f1f1ee; background:rgba(237,238,234,0.8); padding:50px 0; }
#main h1 { font-size:25px; color:#ae760f; text-transform:uppercase; font-weight:normal; margin-bottom:35px; }
#main h2 { font-size:14px; color:#6d8376; text-transform:uppercase; font-weight:bold; padding:15px 0; border-top:1px solid #dadbd7; border-bottom:1px solid #dadbd7; margin-bottom:17px; -webkit-font-smoothing:antialiased; }
#main h3,
#main h4,
#main h5,
#main h6 { font-size:18px; color:#ae760f; text-transform:uppercase; font-weight:normal; }

#secondary h2 { font-size:18px; color:#ae760f; text-transform:uppercase; font-weight:normal; padding:9px 0; border-bottom:1px solid #dadbd7; border-top:0; margin-bottom:17px; }

#copy p { line-height:23px; margin-bottom:10px; }
#copy p.intro { font:17px Georgia, serif; line-height:28px; font-style:italic; -webkit-font-smoothing:antialiased; }

p.excerpt { font:12px georgia, serif; line-height:22px; font-style:italic; border-top:1px solid #dadbd7; border-bottom:1px solid #dadbd7; padding:8px 0; margin:10px 0; }
p.excerpt2 { font:15px georgia, serif; line-height:22px; font-style:italic; border-top:1px solid #dadbd7; border-bottom:1px solid #dadbd7; padding:3px 0; margin:-20px 0; }
p.excerpt2 { font:15px georgia, serif; line-height:22px; font-style:italic; border-top:1px solid #dadbd7; border-bottom:1px solid #dadbd7; padding:5px 0; margin:0px 0; }

p.excerpt.alt { border-bottom:0; padding-bottom:0; margin-bottom:0; font-size:17px; line-height:28px; font-style:italic; -webkit-font-smoothing:antialiased; }
p.excerpt.alt2 { border-bottom:0; padding-bottom:0; margin-bottom:0; font-size:16px; line-height:25px; font-style:italic; -webkit-font-smoothing:antialiased; }

p.excerpt.alt2 { border-bottom:0; padding-bottom:0; margin-bottom:0; font-size:16px; line-height:25px; font-style:italic; -webkit-font-smoothing:antialiased; }

    /* Two column, generic interior page */
    #main.twocol section#copy       { width:465px; float:left; }
    #main.twocol section#secondary  { width:470px; float:right; background:#fff; background:rgba(255,255,255,0.4); }



    /* Blog entry */
    #main .blog-meta { padding:15px 0; border-top:1px solid #dadbd7; border-bottom:1px solid #dadbd7; margin-bottom:17px; }
    #main .blog-meta h2 { padding:0; border:0; margin-bottom:4px;  }
    #main .blog-meta h2 a { color:inherit; text-transform:none; text-decoration:none; font-size:17px; }
    #main .blog-meta p { margin:0; font:13px georgia, serif; font-style:italic; }
    #main .blog-meta.view p { float: left; }
    #main .blog-meta.view { padding-bottom: 10px; }

    .entry { overflow:hidden; zoom:1; margin-bottom:30px; }

    ul.read-share,
    ul.comments-share { overflow:hidden; zoom:1; list-style:none; padding:10px 10px 6px; margin:20px 0 0 0; background:#fff; background:rgba(255,255,255,0.3); clear: both; }
    ul.read-share li,
    ul.comments-share li { width:50%; float:left; font-size:14px; text-transform:uppercase; color:#6d8376; }
    ul.read-share li:nth-child(2),
    ul.comments-share li:nth-child(2) { text-align:right; }
    
  	ul.share{ overflow:hidden; zoom:1; list-style:none; padding:10px 10px 6px; margin:10px 0 0 0; background:#fff; background:rgba(255,255,255,0.3); clear: both; }
  	ul.share li{ width: 30%; float:right; font-size: 14px; text-transform: uppercase; color:#6d8376; }
	.blogThumbnail { float: left; margin: 0 10px 10px 0; }



/* ================ */
/* = BLOG SIDEBAR = */
/* ================ */
body.blog #main.twocol section#copy         { width:485px; }
body.blog #main.twocol section#secondary    { width:450px; background:transparent; }

body.blog #main.twocol section#secondary .inner { background:#fff; background:rgba(255,255,255,0.4); margin-bottom:20px; }
body.blog #main.twocol section#secondary .inner:last-child { margin-bottom:0; }

#blog-sidebar h4 { clear:both; padding:20px 0 5px 0; margin-bottom:10px; border-bottom:1px solid #dadbd7; }

#search legend,
#search label { display:none; }
#search input { background:#fff url(../images/bg-search.gif) 0 0 no-repeat; border:0; width:301px; padding:14px 0 6px 40px; font:12px georgia, serif; font-style:italic; color:#adaaa5; }
.gecko #search input { padding-left:32px; }
.safari.win #search input { padding-left:30px; }
#search #search-wrapper { float:left; margin-right:15px;  width:333px; }
.gecko #search #search-wrapper { margin-right:8px; }
#search button { float:left; margin:0; padding-top:10px; padding-bottom:8px; margin-top:1px; background:#e3e5e0; background:rgba(228,230,225,0.75); color:#6d8376; }

#blog-categories { list-style:none; margin:0; padding:0; width:190px; float:left; }
#blog-categories li { margin-bottom:12px; }
#blog-categories li a { font:13px georgia, serif; color:#82807b; text-decoration:none; font-style:italic; }
#blog-categories li a:hover { text-decoration:underline; }
#blog-categories li.active a { color: #ae760f; }

#blog-sidebar .call-to-action { width:230px; float:right; }
#blog-sidebar .call-to-action a { display:block; padding:9px; background:#fff; text-decoration:none; }
#blog-sidebar .call-to-action a img { display:block; }
#blog-sidebar .call-to-action a span { display:block; font:13px georgia, serif; color:#82807b; text-decoration:none; font-style:italic; background:url(../images/arrow.png) right center no-repeat; padding:4px 0 2px; margin-top:4px; }
#blog-sidebar .call-to-action a:hover span { text-decoration:underline; }

ol#comments,
#recently-in-the-press ol { list-style:none; margin:0; padding-top:10px; }
ol#comments li { padding:20px 10px 10px; margin:0; }
ol#comments li.alt { background:#f5f6f4; }
#recently-in-the-press li { background:url(../images/bg-press-item.png) left bottom repeat-x; padding:0 0 20px 0; margin-bottom:20px; }
ol#comments li h5,
#recently-in-the-press li h5 { font-size:14px; text-transform:none; margin-bottom:7px; color:#6d8376; }
ol#comments li h5 a,
#recently-in-the-press li h5 a { text-decoration:none; color:#6d8376; }
ol#comments li h5 span,
#recently-in-the-press li h5 a span { font-weight:bold; }
ol#comments li p,
#recently-in-the-press li p { line-height:20px; }
#recently-in-the-press li a.read-more { display:block; margin-top:10px; }
p#view-all-press { overflow:hidden; zoom:1; margin-bottom:0; }
p#view-all-press a { float:left; }

#blog-sidebar .whats-happening h4 { font:18px georgia, serif; text-transform:lowercase; -webkit-font-smoothing:antialiased; }
#blog-sidebar .whats-happening h4 span { text-transform:uppercase; margin-right:10px; }
#blog-sidebar .whats-happening ol { list-style:none; margin:0; }
#blog-sidebar .whats-happening li { margin-bottom:20px; line-height:20px; }
#blog-sidebar .whats-happening li p { margin-bottom:6px; }
#blog-sidebar .whats-happening li p.date a { font-weight:bold; color:#6d8376; margin-bottom:0; text-decoration:none; }
#blog-sidebar .whats-happening li p.date a:hover { text-decoration:underline; }
#blog-sidebar .whats-happening li:last-child { margin-bottom:0; }

.viewShareThis {
	float: right;
	width: 120px;
}



/* ================ */
/* = COMMENT FORM = */
/* ================ */
form#comment_form { margin-top:20px; border-top:1px solid #dadbd7; border-bottom:1px solid #dadbd7; padding:15px 0 2px; }
form#comment_form fieldset { overflow:hidden; zoom:1; }
form#comment_form fieldset legend { display:none; }
form#comment_form label { display:block; font-size:14px; text-transform:uppercase; color:#6d8376; margin-bottom:4px; }
form#comment_form input { display:block; background:#fff; border:1px solid #e0e1de; width:94%; padding:7px 5px; font:12px georgia, serif; font-style:italic; }
form#comment_form textarea { display:block; background:#fff; border:1px solid #e0e1de; width:97%; padding:5px 5px; font:12px georgia, serif; font-style:italic; height:150px; }
form#comment_form div { padding:0 0 18px 0; }
form#comment_form div.textfield { width:48%; float:left; }
form#comment_form div.textfield#field-email { float:right; }
form#comment_form div.textarea { padding-bottom:10px; }
form#comment_form button { float:right; }



/* ==================== */
/* = CATEGORY ARCHIVE = */
/* ==================== */
#copy ul.archive { list-style:none; margin:0 0 40px; }
#copy ul.archive li { border-top:1px solid #dadbd7; padding:10px 0 4px; margin-bottom:10px; }
#copy ul.archive .copy { width:370px; float:right; }
#copy ul.archive .copy h5 { font-weight:normal; }
#copy ul.archive .copy h5 a { color:#6d8376; font-size:14px; line-height:17px; text-decoration:none; }
#copy ul.archive .copy h5 a:hover { text-decoration:underline; }
#copy ul.archive .copy h5 a span { font-weight:bold; }
#copy ul.archive .copy p { line-height:20px; }
#copy ul.archive .copy p:last-child { margin-bottom:0; }
#copy ul.archive .copy p img { display:inline-block; padding-top:5px; }
#copy ul.archive .thumbnail { width:104px; float:left; }





/* ================== */
/* = PRIVATE DINING = */
/* ================== */
ul.thumbs-gallery li { height:163px; margin-right:17px; }
ul.thumbs-gallery li:nth-child(3n) { margin-right:0; }







/* ========================== */
/* = PIE DE PAGINA - FOOTER = */
/* ========================== */
footer { font-size:12px; }
footer .inner { padding-left:0; padding-right:0; }
footer section { float:left; }

footer h4 { font-size:16px; color:#ae760f; text-transform:uppercase; font-weight:normal; margin-bottom:15px; }

section#from-the-blog           { width:460px; margin-right:25px; }
section.hours-of-operation      { width:220px; margin-right:25px; }
section#visit-drink-dine        { width:230px; }

section#media-inquiry            { width:48%; float:left; }
section#corporate-events        { width:48%; float:right; }

    /* Media Inqiries */
    section#media-inquiry p { background:url(../images/bg-media-inqiries.png) left top no-repeat; min-height:85px; height:auto !important; height:85px; padding:25px 0 0 115px; line-height:20px; border-bottom:1px solid #efefef; border-bottom:1px solid rgba(98,96,92,0.15); }
    section#media-inquiry p a { display:block; margin-top:7px; }

    /* Corporate Events */
    section#corporate-events img { border:6px solid #f1f1ee; float:left; }
    section#corporate-events p { width:225px; float:right; line-height:20px; overflow:hidden; zoom:1; }
    section#corporate-events a.button { float:left; padding-top:5px; padding-bottom:4px; }

        /* Blog section */
        body.blog section#corporate-events { width:440px; margin-right:25px; float:left; }
        body.blog section#corporate-events p { width:200px; }

    /* From the Blog */
    #from-the-blog .copy { width:350px; float:right; }
    #from-the-blog .copy h5 { font-weight:normal; }
    #from-the-blog .copy h5 a { color:#6d8376; font-size:14px; line-height:19px; text-decoration:none; }
    #from-the-blog .copy h5 a:hover { text-decoration:underline; }
    #from-the-blog .copy h5 a span { font-weight:bold; }
    #from-the-blog .copy p { line-height:20px; }
    #from-the-blog .copy p img { display:inline-block; padding-top:5px; }
    #from-the-blog .thumbnail { width:104px; float:left; }


    /* Hours of Operation */
    .hours-of-operation dl { background:url(../images/bg-hours-of-operation.gif) 60px top repeat-y; }
    .hours-of-operation dt { width:52px; float:left; clear:left; text-align:right; text-transform:uppercase; color:#6d8376; padding-top:20px; }
    .hours-of-operation dd { width:150px; float:right; padding-top:15px; line-height:19px; }
    .hours-of-operation dt.first-child { padding-top:2px; }
    .hours-of-operation dd.first-child { padding-top:0; }


    /* Visit, Drink & Dine */
    #visit-drink-dine p { line-height:19px; }
    #visit-drink-dine p span { font-weight:bold; }
    #visit-drink-dine ul { margin:0; padding:20px 0 0; list-style:none; }
    #visit-drink-dine li { float:left; margin-right:10px; }
    #visit-drink-dine li a {  }


    /* Subfooter */
    div#subfooter { background:url(../images/bg-subfooter.png) center top repeat-y; }


        /* Newsletter */
        #newsletter { width:493px; float:left; }
        #newsletter legend { display:none; }
        #newsletter label { font-size:13px; text-transform:uppercase; color:#6d8376; margin-right:5px; }
        #newsletter input { background:#fff url(../images/bg-email.gif) 0 0 no-repeat; border:0; width:179px; padding:14px 0 6px 40px; font:12px georgia, serif; font-style:italic; color:#adaaa5; }
        .gecko #newsletter input { padding-top:10px; padding-bottom:10px; }
        #newsletter .mc-field-group { float:left; margin-right:5px; width:370px; }
        #newsletter button { float:left; margin:0; padding-top:10px; padding-bottom:8px; margin-top:1px; background:#e3e5e0; background:rgba(228,230,225,0.75); color:#6d8376; }
        #newsletter button:hover { background:#D9DCDA; }
        .ie6 #newsletter button { padding:0; margin:0; width:80px; position:relative; top:12px; }

        #social { width:75px; float:left; }
        #social ul { list-style:none; margin:0; padding:0; }
        #social li { float:left; }

        #copyright { float:right; text-align:right; font:12px georgia, serif; font-style:italic; color:#adaaa5; padding-top:10px; line-height: 1.5em; }
        #copyright a { text-decoration:none; font:12px georgia, serif; font-style:italic; color:#adaaa5; }
        #copyright a:hover { text-decoration:underline; color:#ae760f !important; }
		.mobile #copyright { float: left; text-align: left; margin-top: 10px; }
		#mce-responses {
			position:absolute;
			top:-999em;
			left:-999em;
			}
		#mc_embed_signup { float: left; }

/* =============== */
/* = INICIO HOME = */
/* =============== */
#tagline { clear:both; position:relative; top:-58px; width:280px; height:540px; background:url(../images/bg-wedge.png) left top repeat-y; }
#tagline a,
#tagline img { display:block; margin:0 auto; text-decoration:none; }
#tagline a:hover { text-decoration:none; }
#tagline p { font:16px georgia, serif; line-height:24px; font-style:italic; color:#fff; -webkit-font-smoothing:antialiased; width:214px; margin:0 auto; text-shadow: 0px 0px 35px #000; }
#tagline p#linkhome { width:90%; float:none; }


/* =================== */
/* = CONTENEDOR TRES COLUMNAS = */
/* =================== */
section.menu-3col { width:300px; float:left; margin-right:29px; position:relative; }
section.menu-3col:nth-child(3) { margin-right:0; }
section.menu-3col .thumbnails a { padding:0; background:transparent; }
section.menu-3col .thumbnails a:hover, section.menu-brief.active .thumbnails a { background:#b1bcb5; color:#fff; }
section.menu-3col .thumbnails a img { display:block; margin:0 auto; border:6px solid #fff; }
section.menu-3col .thumbnails a:hover img, section.menu-brief.active .thumbnails a img{ border:6px solid #b1bcb5; }
#specials ul li{ font:15px georgia, serif; line-height:22px; font-style:italic; border-top:1px solid #dadbd7; padding:8px 0; margin:10px 0; }

.servingSize { margin: 0 0 20px 0; }
.servingSize h5 { color: #AE760F; padding: 0 0 15px; font-size: 15px; font-weight: normal; }


section.menu-3col .background{
	background:#b1bcb5;
	opactiy:0;
}


.ie section.menu-3col { width:300px; float:left; margin-right:20px; position:relative; }

/*section.menu-brief .thumbnail.thumbnails{
	height:378px;
	width:300px;
	position: relative;
}
section.menu-brief .thumbnails a{
	position:absolute;
	display: block;
	width: 300px;
	height: 378px;
	top:0;
	left:0;
	z-index: 2;
}
section.menu-brief .thumbnails .thumbnail_shim{ 
	background:#b1bcb5; 
	position:absolute; 
	display: none;
	width:300px; 
	height:378px; 
	top:0;
	left:0;
	z-index:0;
}*/

#main section.menu-3col span.alttype { display:block; font-size:18px; text-transform:uppercase; border:0; padding:6px 0 6px 6px; margin:0 0 4px; background:url(../images/sprite-menu.png) 265px 5px no-repeat; color:#ae760f; }
#main section.menu-3col a { text-decoration:none; }
#main section.menu-3col a span { text-decoration:none; }
#main section.menu-3col a:hover, #main section.menu-brief.active a span.alttype,
#main section.menu-3col a:hover span.alttype { text-decoration:none; color:#fff; }
#main section.menu-3col.active a span.alttype,
#main section.menu-3col a:hover span.alttype, #main section.menu-brief a:hover { color:#fff !important; background-position:265px -39px; }
#main section.menu-3col span.alt { display:none; color:#fff; }
#main section.menu-3col a:hover span.alttype { display:none; color:#fff !important;}
#main section.menu-3col a:hover span.alt { display:block !important; color:#fff;}


.ie6 #main section.menu-3col span.alttype.alt,
.ie6 #main section.menu-3col span.alttype.alt { display:none !important; }
.ie6 #main section.menu-3col a:hover span.alttype { display:block !important; }
.ie6 #main section.menu-3col a:hover span.alt { display:none !important; }

.mobile .mobileMenu, .ipad .mobileMenu, .ipod .mobileMenu, .iphone .mobileMenu { margin-top: -200px; background: #fff; z-index: 9000; }


/* =================== */
/* = TIPOS DE VILLAS = */
/* =================== */
section.menu-villas { width:218px; float:left; margin-right:29px; position:relative; }
section.menu-villas:nth-child(3) { margin-right:0; }
section.menu-villas .thumbnails a { padding:0; background:transparent; }
section.menu-villas .thumbnails a:hover, section.menu-brief.active .thumbnails a { background:#b1bcb5; color:#fff; }
section.menu-villas .thumbnails a img { display:block; margin:0 auto; border:6px solid #fff; }
section.menu-villas .thumbnails a:hover img, section.menu-brief.active .thumbnails a img{ border:6px solid #b1bcb5; }
#specials ul li{ font:15px georgia, serif; line-height:22px; font-style:italic; border-top:1px solid #dadbd7; padding:8px 0; margin:10px 0; }

.servingSize { margin: 0 0 20px 0; }
.servingSize h5 { color: #AE760F; padding: 0 0 15px; font-size: 15px; font-weight: normal; }


section.menu-villas .background{
	background:#b1bcb5;
	opactiy:0;
}


.ie section.menu-villas { width:220px; float:left; margin-right:20px; position:relative; }

/*section.menu-brief .thumbnail.thumbnails{
	height:378px;
	width:300px;
	position: relative;
}
section.menu-brief .thumbnails a{
	position:absolute;
	display: block;
	width: 300px;
	height: 378px;
	top:0;
	left:0;
	z-index: 2;
}
section.menu-brief .thumbnails .thumbnail_shim{ 
	background:#b1bcb5; 
	position:absolute; 
	display: none;
	width:300px; 
	height:378px; 
	top:0;
	left:0;
	z-index:0;
}*/

#main section.menu-villas span.alttype { display:block; font-size:18px; text-transform:uppercase; border:0; padding:6px 0 6px 6px; margin:0 0 4px; background:url(../images/sprite-menu.png) 175px 5px no-repeat; color:#ae760f; }
#main section.menu-villas a { text-decoration:none; }
#main section.menu-villas a span { text-decoration:none; }
#main section.menu-villas a:hover, #main section.menu-brief.active a span.alttype,
#main section.menu-villas a:hover span.alttype { text-decoration:none; color:#fff; }
#main section.menu-villas.active a span.alttype,
#main section.menu-villas a:hover span.alttype, #main section.menu-brief a:hover { color:#fff !important; background-position:175px -39px; }
#main section.menu-villas span.alt { display:none; color:#fff; }
#main section.menu-villas a:hover span.alttype { display:none; color:#fff !important;}
#main section.menu-villas a:hover span.alt { display:block !important; color:#fff;}


.ie6 #main section.menu-villas span.alttype.alt,
.ie6 #main section.menu-villas span.alttype.alt { display:none !important; }
.ie6 #main section.menu-villas a:hover span.alttype { display:block !important; }
.ie6 #main section.menu-villas a:hover span.alt { display:none !important; }

.mobile .mobileMenu, .ipad .mobileMenu, .ipod .mobileMenu, .iphone .mobileMenu { margin-top: -200px; background: #fff; z-index: 9000; }



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.folio_block {
	position: relative;
	left: 50%; top: 50%;
	margin: -30px 0 0 -480px;
}



.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:365px;	width: 950px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position:relative;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 80px; right: -7px;
	width: 178px; height:47px;
	z-index: 10000; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration:none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*==========================================================*/

    /* ======== */
    /* = MENU = */
    /* ======== */
    #subcontent { background:#f4f4f3; background:rgba(241,241,238,0.3); padding-bottom:40px; margin-bottom:10px; }

    .subheading { border-bottom:1px solid #dadbd7; margin-bottom:25px; padding-top:40px; }
    .subheading h2 { font:18px georgia, serif; color:#ae760f; width:60%; float:left; font-weight:normal; padding-top:16px; -webkit-font-smoothing:antialiased; }
    .subheading h2 span { font-size:18px; text-transform:uppercase; color:#ae760f; margin-right:10px; }
    .subheading ul { float:right; list-style:none; margin:0; padding:0; }
    .subheading ul li { float:left; margin:0 10px 0 0; padding:0; }

        #subheading-lunch-menu  { background:url(../images/bg-subheading-lunch.png) left -1px no-repeat; }
        #subheading-dinner-dessert  { background:url(../images/bg-subheading-dinner-dessert.png) left -1px no-repeat; }
        #subheading-wine-cocktails  { background:url(../images/bg-subheading-wine-cocktails.png) left -1px no-repeat; }

    section.menu-group { border-bottom:1px solid #dadbd7; padding-bottom:15px; margin-bottom:30px; }
    section.menu-group:last-child { border-bottom:0; padding-bottom:0; margin-bottom:0; }
    section.menu-group h2 { font-size:18px; text-transform:uppercase; color:#ae760f; margin-bottom:30px; }
    section.menu-group h3 { font-size:14px; font-style:italic; font-weight:normal; color:#ae760f; margin-bottom:30px; margin-top:-30px; }
    section.menu-group ul { list-style:none; margin:0; padding:0; }
    section.menu-group li { margin:0; padding:0; width:32%; margin-right:2%; float:left; }
    section.menu-group li h4 { font-weight:bold; text-transform:uppercase; margin-bottom:3px; font-size:13px; }
    section.menu-group li:nth-child(3n) { margin-right:0; }
    section.menu-group li ul { text-transform:lowercase; font:12px georgia, serif; font-style:italic; margin-bottom:25px; padding-right:10px; }
    section.menu-group li li { width:auto; margin-right:0; float:none; }
    section.menu-group li li.info { font-style:normal; margin-bottom:4px; }
    section.menu-group li li.description { line-height:20px; }

	.mobile section.menu-group li { margin:0; padding:0 20px 20px 20px; width:100%; float: none; font-size: 20px; }
	.mobile section.menu-group h2 { padding-left: 20px; }
	.mobile section.menu-group li h4 { font-size: 20px; }
	.mobile section.menu-group li ul { margin-left: 0; padding-left: 0; }
	.mobile section.menu-group li ul li { padding-left: 0; }

/* ==================== */
/* = ACERCA | VILLAS = */
/* ==================== */
ul#thumbs-team li { height:200px; margin-right:17px; width: 132px; }
ul#thumbs-team li h3 { padding-top:6px; text-transform:none; font-size:14px; color:#64625f; }
ul#thumbs-team li h4 { padding-top:2px; font:12px georgia, serif; color:#82807b; font-style:italic; }
ul#thumbs-team li:nth-child(3n) { margin-right:0; }


    /* Employee */
    #employee-profile { }
    #employee-profile .headshot { width:187px; float:left; }
    #employee-profile .bio { width:253px; float:right; }
    #employee-profile .bio h2 { font-size:18px; color:#6d8376; text-transform:uppercase; margin:0 0 4px; padding:0; border:0; }
    #employee-profile .bio h3 { font:14px georgia, serif; color:#82807b; font-style:italic; text-transform:none; margin:0 0 10px; }
    #employee-profile .bio p { }



/* ========= */
/* = PRESS = */
/* ========= */
#heading-press { }
#heading-press h2 { width:465px; float:left; }
#heading-press ol#press-nav { width:470px; float:right; background:#f7f7f5; list-style:none; margin:0; padding:0; }
#heading-press ol#press-nav li { float:left; }
#heading-press ol#press-nav li a { display:block; padding:11px 15px 7px; color:#82807b; font-size:18px; text-decoration:none; }
#heading-press ol#press-nav li a:hover { color:#ae760f; }
#heading-press ol#press-nav li a.active { color:#ae760f; }
#heading-press ol#press-nav li#older { float:right; }
#heading-press ol#press-nav li#older a.olderbutton { margin:4px 15px 4px 0; font-size:14px; padding:11px 10px 9px; }

#press-archive { list-style:none; margin:0; padding:0; }
#press-archive li { width:49%; float:left; background:url(../images/bg-press-item.png) left bottom repeat-x; margin-bottom:18px; }
#press-archive li:nth-child(even) { float:right; }
#press-archive li .thumbnail { width:121px; float:left; }
#press-archive li .blurb { width:335px; float:right; }
#press-archive li .blurb h3 { text-transform:none; margin-bottom:8px; font-size:14px; }
#press-archive li .blurb h3 a { text-decoration:none; color:#6d8376; }
#press-archive li .blurb h3 a span { font-weight:bold; }
#press-archive li .blurb p { line-height:20px; }
#press-archive li ul.more { list-style:none; margin:0; padding:0; }
#press-archive li ul.more li { width:33%; float:left; background:transparent; margin:0 10px 0 0; }
#press-archive li ul.more li.download { width:121px; }
#press-archive li ul.more li.download a { font-size:13px; text-align:center; }
#press-archive li ul.more li.read-full { padding-left:5px; width:35%; }
#press-archive li ul.more li.share-this { width:10%; }
#press-archive li ul.more li.read-full a,
#press-archive li ul.more li.share-this a { display:block; margin:10px 0; padding:8px 0 1px 0; }

ul.pagination { list-style:none; margin:0; font:14px georgia, serif; font-style:italic; clear:both; }
ul.pagination li { float:left; margin:0 10px 0 0; }
ul.pagination li a { text-decoration: none; color: #6D8376; }
ul.pagination li.here a { color: #AE760F; font-style: normal; text-decoration: none; }
#press-nav .active { color: #AE760F; }

.iphone #press-archive li { float: none; display: block; width: 100%; margin-bottom: 20px;}
.iphone #press-archive li .blurb { width: 800px; }


/* =========== */
/* = CONTACT = */
/* =========== */
#map { width:415px; float:left; border:6px solid #fff; margin-right:30px; }

#make-reservation { width:250px; float:left; }
#make-reservation h2 { border:0; padding:0; font-size:18px; color:#ae760f; }
#make-reservation a.button { font-size:14px; float:left; margin-bottom:20px; padding-top:5px; padding-bottom:4px; }
#make-reservation .hours-of-operation { clear:both; background:#f5f6f4; background:rgba(255,255,255,0.4); padding:8px; }
#make-reservation p { clear: both; }
#make-reservation .hours-of-operation { margin-top: 20px; }

#contact-info { width:225px; float:right; }
#contact-info h2 { border:0; padding:0; font-size:18px; color:#ae760f; }
#contact-info #address { font:17px georgia, serif; color:#82807b; line-height:24px; font-style:italic; -webkit-font-smoothing:antialiased; margin-bottom:20px; }
#contact-info a.button { font-size:14px; float:left; margin-bottom:5px; padding-top:5px; padding-bottom:4px; }
#contact-info ul { clear:both; list-style:none; margin:0; padding:20px 0 0 0; }
#contact-info ul li { font:13px georgia, serif; line-height:25px; font-style:italic; }
#contact-info ul li a { text-decoration:none; color:#82807b; }
#contact-info ul.icons li { float:left; margin-right:10px; }


.likeThisContainer {
	width: 50px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}
.tweetThisContainer {
	width: 56px;
	overflow: hidden;
	float: left;
}




.ie #photo-toggle a { text-decoration: underline; }
.ie #photo-toggle a:hover { color: #ffffff; }











/* ============= */
/* = SHADOWBOX = */
/* ============= */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../images/close.png);}
#sb-nav-next{background-image:url(../images/next.png);}
#sb-nav-previous{background-image:url(../images/previous.png);}
#sb-nav-play{background-image:url(../images/play.png);}
#sb-nav-pause{background-image:url(../images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}


.ie6 nav { width:475px !important; }
.ie6 body.home header { background:transparent url(../images/bg-ie6-header.png) left top repeat-x; }


@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

