/* -----------------------------------------------------------------------
	Client:		E-site Marketing Virtual Concierge
	Title:		Theme stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	21 July 2006
------------------------------------------------------------------------- */

@import url("nav.css");

/* ----- Page layout -----------------------------------------------------*/
body { padding: 0px 0; font-family: Arial, Helvetica, sans-serif; color: #4f2912; background:#f8f3d3 url("../images/layout/repeat-bg.gif") repeat-x 0 0; overflow-x: hidden;}

form input, form select, form textarea {
	border: 1px solid #979591;
	padding: 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4f2912 !important;
	}

select option { padding: 0 8px 0 3px; }
div#inner-wrapper { border: none; background: none; padding: 0; }
div#page { border-color: #926628; padding: 16px; background: #a57f40; }
div#content { margin: 1em 0 2em 0; }



div#outer-wrapper { width: 100%;  background: url("../images/layout/wrapper-bg.jpg") no-repeat center 0; }
div#wrapper { overflow: hidden; position: relative; width: 960px; margin: 0 auto; text-align: left; }
div#branding a { position: absolute; top: 0; left: 401px; display: block; width: 160px; height: 84px; }
a#btn-reservations { position: absolute; top: 0; right: 15px; display: block; width: 154px; height: 36px; }
div#masthead { position: relative; padding-bottom: 6px; background: url("../images/layout/content-top-bg.gif") no-repeat 0 bottom;  }
*html div#masthead { padding-bottom: 3px; }
*+html div#masthead{ padding-bottom: 3px; }


div#content-wrapper { overflow: hidden; width: 960px; margin: 124px 0 0 0px; background: url("../images/layout/content-repeat-bg.gif") repeat-y 0 0; }

div#content-outside { float: right; display: inline; width: 700px; margin-right: 90px; min-height: 400px; padding: 34px 0 78px 0;  }

div#content-outside div#breadcrumb { padding-bottom: 6px; font: 1.1em Verdana; }
div#content-outside div#breadcrumb a { color: #935e14; text-decoration: none; border: none; font-weight: bold; }
div#content-outside div#breadcrumb a:hover { color: #fddc76; }
div#content-outside div#breadcrumb span.breadcrumb-trail img { margin: 0 3px; }
div#content-outside div#breadcrumb span.breadcrumb-trail { padding: 0 8px 0 8px; background: url("../images/layout/breadcrumb.gif") no-repeat 4px 1px; }
*html div#content-outside div#breadcrumb span.breadcrumb-trail { display: inline-block; width: 7px; height: 9px; line-height: 9px; padding: 0 2px 0 8px; background: url("../images/layout/breadcrumb.gif") no-repeat 4px 1px; }
*+html div#content-outside div#breadcrumb span.breadcrumb-trail { display: inline-block; width: 7px; height: 9px; line-height: 9px; padding: 0 2px 0 8px; background: url("../images/layout/breadcrumb.gif") no-repeat 4px -2px; }

#submit-overlay, input#cancel-overlay { border: none;background-color:#4f2912; }

div#content-outside h1 { margin: 0 0 28px 0; width: 349px; height: 19px; background: url("../images/header-vc.gif") no-repeat 0 0; }

div#booking-console { display: none; }

div#follow-us-wrapper {
    background: url("/images/rss/follow-us-header.gif") no-repeat scroll left top transparent;
    border: 1px solid #A57F40;
    display: inline;
    float: left;
    margin: 12px 0 0 8px;
    padding: 19px 0 4px;
    text-align: center;
    width: 96px;
}

div#follow-us-wrapper {
    background: url("../images/rss/follow-us-header.gif") no-repeat scroll left top transparent;
    border: 1px solid #96694B;
    display: inline;
    float: left;
    margin: 12px 0 0 8px;
    padding: 19px 0 4px;
    text-align: center;
    width: 96px;
}
div#footer div.footer-text {
    float: left;
    padding: 10px 0 0 0;
}
div#footer img.footer-logo {
    float: left;
    margin: 0;
    padding: 0 10px 0 15px;
}

li#utility-testimonials a {
    background-image: url("../images/nav/utility-testimonials.gif");
    width: 81px;
}

div#follow-us-wrapper a.fb {
    margin-left: 4px;
}

div#follow-us-wrapper a {
    margin-right: 2px;
}

div#footer { position: relative; clear: both; width: 960px; margin: 0 auto; padding: 32px 0 0 0; color: #96694b;background-color:#f7f1d1;height:100px; }

div#footer address { clear: both; display: inline; padding: 0 5px 0 20px; font: 1em/1.4em Verdana; color: #96694b; }
div#footer span.tel { padding-left: 5px; padding-right: 5px; border-left: 1px solid #96694b; }
div#footer p { margin: 5px 0 15px 20px; font: 1em/1.4em Verdana; color: #96694b; }

div#footer a { color: #c7a365; text-decoration: none; }
div#footer a:hover { text-decoration: underline; }

div#footer a#logo-montage-hotels { position: absolute; top: 31px; right: 120px; }
div#footer a#logo-montage-residences { position: absolute; top: 31px; right: 15px; }

hr { display: none; }

div#modal_dialog { margin-top: 200px; top: 50% !important; left:50% !important; margin-left:-221px !important; }

/* ----- Typography ------------------------------------------------------*/
div#page-heading h1 { display: none;
	border-bottom: 1px solid #333333;
	margin-bottom: 0.75em;
	padding-bottom: 0.1em;
	font-size: 2.25em;
	font-weight: bold;
	}
ul#nav { padding-left: 3px; width: 697px; font-size: 1.5em; }
ul#nav li a { text-decoration: none; color: #f8f3d3; font-family: Georgia; }
ul#nav li a:hover { color: #fff; }
ul#nav li.current a, ul#nav li.current a:hover { color: #fff; }

div#page fieldset {
	border-top: 2px solid #4f2912;
	padding: 6px;
	}

div#page fieldset legend {
	padding: 0 4px;
	font-size: 1.4em;
	font-weight: bold;
	color: #4f2912;
	}

div#content p { font-size: 1.1em; line-height: 1.6em; color:#fff; }
div#content p img { vertical-align: middle; }
div#content a { font-weight: bold; text-decoration: underline; color: #333333; }
div#content a:hover { color: #555555; }

div#rezinfo-inner-wrapper h2 {
	margin-bottom: 0.4em;
	font-size: 1.8em;
	font-weight: bold;
	color: #926628;
	font-family: Georgia;
	}

div#rezinfo-inner-wrapper p { font-size: 1.2em; }

table.month td.monthday, table.month td.saturday, table.month td.sunday {
    height: 61px;

}

div#calendar-inner-wrapper {

    padding: 5px 5px 4px !important;
}

div#daydetails-outer-wrapper { 
	height: 397px;
    width: 215px;
	overflow-y: scroll;
}

div#daydetails-inner-wrapper h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #4e2a12;
	}

div#daydetails-inner-wrapper h3 {
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	font-size: 1.6em;
	font-weight: bold;
	color: #926629;
	font-family: Verdana;
	}

div#daydetails-inner-wrapper h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4e2a12;
	}

div#daydetails-inner-wrapper p {
	margin-bottom: 0.75em;
	font-size: 1.1em;
	color: #4e2a12;
	}

div#daydetails-inner-wrapper p a { text-decoration: none; color: #926628; }
div#daydetails-inner-wrapper p a:hover { text-decoration: underline; }
div#daydetails-inner-wrapper ul {
	margin: 0.2em auto 2em auto;
	font-size: 1.1em;
	color: #4f2912;
	}

div#daydetails-inner-wrapper ul li { margin: auto 0 0.1em 2.2em; }

table.month tr.monthheader {
	font-size: 3.0em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-family: Verdana;
	}

table.month div.monthprevious a {
	font-size: 0.5em;
	text-decoration: none;
	color: #ffffff;
	}

table.month div.monthnext a {
	font-size: 0.5em;
	text-decoration: none;
	color: #ffffff;
	}

table.month td.dayname {
	border: 1px solid #e5d8bd;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: #cfb684;
	}

table.month td.monthday, table.month td.saturday, table.month td.sunday {
	border: 1px solid #e5d8bd;
	text-align: center;
	color: #ffffff;
	background: #cfb684;
	}

table.month td.staydate { background: #5e382; }

table.eventcontent a {
	text-transform: lowercase;
	text-decoration: underline;
	color: #ffffff;
	}

table.eventcontent a.eventadd {
	padding: 3px 0 3px 18px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
td.day_is_event
{
	vertical-align: top;
	width: 52px;
	height: 52px;
	padding: 2px;
border: 1px solid #e5d8bd;
text-align: center;
color: #fff;
background:#cfb684;
}	


div#overlay-inner-wrapper h2 {
	margin-bottom: 1.25em;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	font-family: Georgia;
	}

div#event-description-wrapper h3 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #f8f2d0;
	}

div#event_desc {
	border: 1px solid #f8f2d0;
	color: #4f2912;
	background: #af915e;
        height:300px;
        overflow:auto;
	}

div#event_desc h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	}

div#event_desc p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.4em;
	}

div#rezsummary-inner-wrapper h2 {
	margin-bottom: 0.2em;
	font-size: 1.8em;
	font-weight: bold;
	color: #926628;
	font-family: Georgia;
	}

div#rezsummary-inner-wrapper p { font-size: 1.1em; }
div#rezsummary-inner-wrapper p a { color: #333333; text-decoration: underline; }
div#rezsummary-inner-wrapper p a:hover { color: #555555; }

table#table-rezsummary { font-size: 1.2em; }

ul#list-buttons { font-size: 1.2em; font-weight: bold; }
ul#list-buttons li { text-align: center; }

ul#list-buttons li a {
	display: block;
	width: 200px;
	height: 27px;
	padding-top: 8px;
	text-decoration: none;
	color: #4f2912;
	}

ul#list-buttons li a img { vertical-align: text-bottom; margin-right: 6px; }

div.daysummary-inner-wrapper { color: #4f2912; }

div.daysummary-inner-wrapper h2 {
	margin-bottom: 0.9em;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	
	}

div.daysummary-inner-wrapper h3 {
	_display: inline;
	font-size: 1.2em;
	font-weight: bold;
	}

ul.list-daysummary ul { margin: 0.25em auto 1.5em auto; font-size: 1.1em; }
ul.list-daysummary ul li { margin: auto 0 0.1em 2em; }

span.activity-controls { font-size: 1.1em; }
span.activity-controls a { text-decoration: underline; color: #926628; }
span.activity-controls a:hover { color: #926628; }

span.activity-add a {
	padding-left: 18px;
	font-size: 1.1em;
	text-decoration: underline;
	color: #926628;
	background-repeat: no-repeat;
	background-position: 0 40%;
	}

span.activity-add a:hover { color: #926628; }


/* ----- Forms -----------------------------------------------------------*/
label.required { font-weight: bold; }
form#form-step1 div.field { font-size: 1.2em; }

form#form-overlay div.field { font-size: 1.2em; }
form#form-overlay div.field label { font-weight: bold; color: #f8f2d0; }
form input#email { padding: 1px 0px 1px 2px; }
input#submit-step1 { margin-top: 10px;padding-bottom: 5px; color:#926628; }

form.standard .textfield, form.standard select {
    border-color:#EDDAA2;
    padding:4px 3px 4px 10px;
}

form select.required {
    padding:4px 3px 4px 10px;
}

div#form-step1-fields div.field input {
    padding:4px 3px 4px 10px;
}

div#form-step1-fields input#email { width:150px; }

