/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/restaurantsolstice.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 8117 $
$LastChangedDate: 2012-07-31 15:07:33 -0400 (Tue, 31 Jul 2012) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

.desktop
{
	display: run-in;
}

.mobile
{
	display: none;
}

html,
body
{
    height: 100%;
}

html
{

    margin: 0;
    padding: 0;
}

body
{
	background: #fff url(../images/background.jpg) top center repeat-y;
    margin: 0;
    padding: 0;
}

img.image
{
	padding: 3px;
	border: 1px solid #C9BAAD;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.image.right
{
	margin: 0px 0 20px 40px;
}

.image.left
{
	margin: 0px 40px 20px 0;
}

.center
{
	margin: 0 auto;
	display: block;
}

image.center
{
	margin: 20px auto;
}

.border
{
	padding: 3px;
	border: 1px solid #C9BAAD;
}

textarea, input
{
	padding: 2px 3px;
	border: 1px solid #C9BAAD;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:inset 0px 1px 5px #C0BDBA;
	-webkit-box-shadow:inset 0px 1px 5px #C0BDBA;
	box-shadow:inset 0px 1px 5px #C0BDBA;

	padding: 6px 8px;
}

select, text
{
	border: 1px solid #C9BAAD;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:inset 0px 1px 5px #C0BDBA;
	-webkit-box-shadow:inset 0px 1px 5px #C0BDBA;
	box-shadow:inset 0px 1px 5px #C0BDBA;

	padding: 6px 8px;
}

select:focus, text:focus, textarea:focus, input:focus
{
	background: #FDF7E5;
}

input[type="image"]
{
	padding: 0px;
	border: 0px;
	margin-top: 10px;
}

input[type="submit"],
input[type="button"]
{
	padding: 3px 5px;
	cursor: pointer;
	background: #B85700 url(../images/input.gif) bottom left repeat-x;
	border: none;
	color: #fff;
	font-variant: small-caps;
	text-shadow: #5A2B00 -1px -1px 1px;
	font-size: 1.1em;

	padding: 8px 10px;
}

input[type="submit"]:hover,
input[type="button"]:hover
{
	background: #8A7562;
	color: #FAE7A6;
}

h1, h2, h3, h4
{
	font-weight: normal;
	font-variant: small-caps;
}

b, strong
{
	color: #000;
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.noStyles
{
	display: none;
}

.noMargin
{
	margin: 0px !important;
}

.noBorder
{
	border: 0px !important;
}

.noBorderLeft
{
	border-left: 0px !important;
}

.noBorderRight
{
	border-right: 0px !important;
}

.noBackground
{
	background: none !important;
}

.preload
{
	display: none;
}

.small
{
	font-size: 75%;
}

ul.inlineList
{
	list-style-type: none
}

ul.inlineList li
{
	display: inline;
}

/* HEADERS */

h1
{
	color: #B85700;
	font-size: 2.1em;
	margin-bottom: 22px;
}

h2
{
	font-size: 1.6em;
	color: #B85700;
	margin-bottom: 15px;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.15em;
}

/* COLORS */

.orange
{
	color: #B85700;
}

.brown
{
	color: #403226;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	font-family: 'Droid Sans', Trebuchet, Arial, Helvetica, Univers, serif;
	font-size: 0.75em;
	color: #403226;
	line-height: 1.5em;
    position: relative;
    min-height: 100%;
    margin: auto;
	letter-spacing: .1em;
}

#pageWrapper
{
	position: relative;
	width: 986px;
	margin: 0 auto;
}

/* Page top. */

#pageTop
{
	background: url(../images/pagetop4.png) top center no-repeat;
	height: 263px;
	position: relative;
	z-index: 5;
}

#pageTop #logoLink
{
	margin: 20px 0 0 53px;
	float: left;
}

#pageTop .location
{
	position: relative;
	display: block;
	width: 370px;
	height: 72px;
	float: right;
	top: 94px;
	right: 13px;
}

#pageTop .flags
{
	float: right;
	margin-right: 3px;
	margin-left: 8px;
	width: 78px;
}

#pageTop .badge
{
	display: block;
	float: right;
	height: 46px;
	width: 26px;
}

#pageTop .badge.email
{
	background: url(../images/email.png) center center no-repeat;
}

#pageTop .badge.facebook
{
	background: url(../images/facebook.png) center center no-repeat;
}

#pageTop .badge.twitter
{
	background: url(../images/twitter.png) center center no-repeat;
}

#pageTop .badge.insta
{
	background: url(../images/instagram.png) center center no-repeat;
}

#pageTop .locale
{
	margin: 20px 2px 0 2px;
}

#pageTop .locale h4
{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.2em;
	text-align: center !important;
}

#pageTop .locale h4.number {
    font-size: 1em;
    letter-spacing: 0.15em;
}

#pageTop .locale.left
{
	float: right;
}

#pageTop div.facebook
{
	margin: 32px 7px 0 0;
}

/* Page bottom. */

#pageBottom
{
    clear: both;
	background: #403226 url(../images/footer.gif) top center repeat-x;
	color: #F5F4F3;
	font-size: 0.9em;
	position: relative;
	z-index: 1;
	margin-bottom: -20px;
}

#bottomWrapper
{
	width: 578px;
	margin: 0 auto;
	background: url(../images/rightshadow.png) top right repeat-y;
	padding: 20px 393px 20px 15px;
	position: relative;
	z-index: 1;
}

#bottomWrapper.noPhoto
{
	background: none;
}

#bottomWrapper .footer
{
	width: 170px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 5px;
	height: 130px;
	background: url(../images/footerborder.png) bottom left no-repeat;
	margin-bottom: 38px;
}

#bottomWrapper .footer h3
{
	font-size: 1.25em;
	margin-bottom: 15px;
}

#bottomWrapper .footer ul
{
	list-style-type: none;
	margin: 0 0 10px 0px;
}

#bottomWrapper .footer ul a
{
	color: #F5F4F3;
	text-decoration: none;
	padding-left: 10px;
}

#bottomWrapper .footer ul a:hover
{
	color: #FAE7A6;
	padding-left: 7px;
	border-left: 3px solid #FAE7A6;
}

#bottomWrapper .footer ul li.copyright
{
	font-size: 0.95em;
	margin: 0px;
	padding-left: 10px;
}

#bottomWrapper .branding
{
	font-size: 0.85em;
	padding-left: 30px;
	margin: 0px;
}

#bottomWrapper .branding,
#bottomWrapper .branding a
{
	color: #968E88;
}

#bottomWrapper .branding a:hover
{
	color: #FAE7A6;
	text-decoration: none;
}

/* Page content. */

#pageContent
{
	position: relative;
	background: url(../images/rightshadow.png) top right repeat-y;
	margin-top: -36px;
	padding: 40px 420px 80px 33px;
	z-index: 1;
}

#pageContent.noPhoto
{
	background: url(../images/rightshadow_only.png) top right repeat-y;
	padding-right: 53px;
}

#pageContent h1.pageTitle
{
    margin-top: 0;
}

#pageContent p,
#pageContent ul,
#pageContent ol
{
	margin-bottom: 20px;
}

#pageContent ul,
#pageContent ol
{
	margin-left: 35px;
}

#pageContent a
{
	color: #0D44FF;
	font-weight: bold;
}

#pageContent a:hover
{
	color: #47A8FF;
	text-decoration: none;
}

/* Scrolling Background */

#scroll
{
	position: absolute;
	top: 0px;
	right: 13px;
	width: 368px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-image: url(../images/scroll/summer2012/rotator.php);
	z-index: 3;
	overflow: hidden;
}

#pageContainer.home #scroll
{
	background-image: url(../images/scroll/summer2012/summer_2012_01.jpg);
}

#scroll.noPhoto
{
	height: 200px;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form table .suffix
{
	padding-left: 10px;
}

form tr.group {}

form td.caption
{
    width: 160px;
    vertical-align: top;
	padding-top: 10px;
	text-align: right;
	padding-right: 20px;
}

form td.field
{
    padding: 5px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors,
ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons
{
	position: relative;
	left: 180px;
	top: 5px;
}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: -10px 0 25px 0;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

#pageContainer.sitemap .column
{
    width: 32%;
}

/* SPAM PREVENTION */

#emailAddress1 // This is a 'honeypot' field to attact spammers. If this field is filled out, the only explanation is that a spambot saw it and filled it out.
{
    display: none;
}

/* COVID PAGE */

.covid .sf-menu,
.covid #pageBottom {
	display: none;
}

.covid #pageContent {
	min-height: 100vh;
	padding: 40px 33px 80px 33px;
	background: none;
}

.covid h2.banner {
    color: #fff;
    clear: both;
    font-size: 21px;
    position: relative;
    top: 33px;
    left: 33px;
}

.covid #iframepdf {
	width: 100%;
	height: 1280px;
	height: 2400px;
}

.covid #scroll {
	height: 220px !important;
}
