/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/candleberryinn.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6797 $
$LastChangedDate: 2009-11-06 12:30:31 -0500 (Fri, 06 Nov 2009) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	height: 100%;
}

body 
{
	background: #546fb5;	
	font: 80% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #111;
	text-align: center;
}

p, div, table 
{
	font: 1em;
	text-align: left;
}

img 
{
	border: none;
}

h1, h2, h3, h4
{
	font-weight: bold;
	color: #78121c;
	font-variant: small-caps;
}

h1, h2
{
	font-size: 1.7em;
	_font-size: 1.6em;
}

h3
{
	font-size: 1.45em;
	font-variant: normal !important;
	color: #293E6D;
	font-weight: normal;
}

h4 
{
	font-size: 1.2em;
	font-variant: normal !important;
	font-weight: normal;
}

a:link, a:visited 
{
	color: #546fb5;
}

a:hover 
{
	color: #98a2bf;
}

.image.left
{
	margin: 3px 5px 3px 0;
}

.image.right
{
	margin: 3px 0 3px 5px;
	padding: 0 !important;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	margin: 0 auto;
}

.textCenter
{
	text-align: center;	
}

.block
{
	display: block;	
}

.clear
{
	clear: both;
}

.alertText
{
	margin-top: 6px;
	color: #C5140D;
	font-weight: bold;
}

.horizLine
{
	margin: 6px 0 6px 0;
	border-bottom: 1px dotted #b1bbda;
	display: block;
}

.navSpacer
{
	padding: 0 3px;
	font-size: 1.1em;
}

.twoColumns
{
	width: 380px;
	padding: 0 !important;
}

.featured, .onSale, .new
{
	display: none;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	background: url('../images/shadow_top.jpg') top no-repeat;
	width: 100%;
	padding-top: 19px;
}

#pageContainer2
{
	background: url('../images/shadow_bottom.jpg') bottom no-repeat;
	width: 100%;
	padding-bottom: 18px;
}

#pageContainer3
{
	background: url('../images/body_bg.jpg') top repeat-y;
	width: 100%;
}

#insideContainer
{
	background: #fff url('../images/page_bg.jpg') top repeat-x;
	width: 966px;
	margin: 0 auto;
	padding: 10px;
}

/* Page top. */

#pageTop
{
	background: #fff url('../images/header.jpg') top left no-repeat;
	position: relative;
	height: 173px;
	width: 964px;
	margin: 0 auto 10px auto;
	border: 1px solid #afb9d8;
}

#pageTop #logoLink
{
	position: relative;
	z-index: 999;
	float: left;
}

#pageTop #logoLink a
{
	width: 240px;
	height: 173px;
	display: block;
}

#pageTop #logoLink h1
{
	display: none;
}

#pageTop #contactTop
{
	float: right;
}

#pageTop #contactTop p
{
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #78121c;
	padding: 4px 6px 4px 0;
}

/* Page bottom. */

#pageBottom
{
	background: #546FB5;
	color: #fff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#pageBottom a
{
	color: #fff;
}

#pageBottom table
{
	width: 980px;
	margin: -16px auto 8px;
	_margin-top: -6px;
	line-height: 1.2em;
	text-align: center;
}

#pageBottom table td
{
	padding-top: 10px;
}

#pageBottom table tr.firstRow
{
	font-size: 0.9em;
}

#pageBottom table ul li
{
	display: inline;
}

#pageBottom table tr.secondRow
{
	font-size: 0.9em;
}

/* Page content. */

#pageContent
{
	background: url('../images/nav_bg.jpg') bottom left no-repeat;
	width: 966px;
	margin: 0 auto;
}

#pageContent #rightContent,
#pageContent #bgWrapper
{
	min-height: 620px;
	_height: 620px;
}

#pageContent #bgWrapper
{
	background: url('../images/content_bg_top.jpg') top right no-repeat;
}

#pageContent #rightContent
{
	background: #fff url('../images/content_bg_bottom.jpg') bottom left no-repeat;
	width: 781px;
	padding: 0 0 8px 10px;
	border: 1px solid #afb9d8;
	float: right;
}

#pageContent #rightContent *
{
	padding-right: 10px;
}

#pageContent #rightContent * *
{
	padding: 0;
}

#pageContent #rightContent h1
{
	padding: 4px 0;
}

#pageContent #rightContent h2
{
	margin: 2px 0;
}

#pageContent #rightContent h3
{
	margin: 0 0 4px 0;
}

#pageContent #rightContent ul,
#pageContent #rightContent ol
{
	margin: 12px 4px 4px 24px;
}

#pageContent #rightContent ul li
{
	list-style: round;
}

#pageContent #rightContent p,
#pageContent #rightContent ul
{
	font-size: 1.15em;
	line-height: 1.5em;
	
}

#pageContent #rightContent p
{
	margin: 6px 0 4px 0;	
}

#pageContent #rightContent p.subdued
{
	font-size: 0.9em;
	color: #777;
}

#pageContent #rightContent .praiseItems span
{
	background: url('../images/star.jpg') no-repeat;
	background-position: 0 4px;
	font-weight: bold;
	padding-left: 16px;
}

#pageContent #rightContent .praiseItems em
{
	font-weight: normal;
	padding: 0 0 6px 16px;
	display: block;
}

#pageContent #rightContent img.rose
{
	float: right;
	margin: 0 100px 0 0;
}

#pageContent #rightContent .policy
{
	font-weight: bold;
	color: #78121c;
	font-size: 1.2em;	
}

/* Testimonials */

#pageContent #rightContent .testimonial
{
	font-style: italic; 
}

#pageContent #rightContent .testimonialTown
{
	text-align: right;
	font-weight: bold;
	color: #00235E;
	display: block;
	border-bottom: 1px dashed #78121C;
	height: 30px;
	margin: 0 10px 0 0;
}

#pageContent #leftContent
{
	width: 161px;
	margin-right: 10px;
	border-top: 1px solid #afb9d8;
	border-right: 1px solid #afb9d8;
	border-left: 1px solid #afb9d8;
	border-bottom: none;
	float: left;
}

#pageContent #leftContent ul
{
	padding: 4px 2px 18px;
	list-style: none;
	text-align: center;
}

#pageContent #leftContent ul li a
{
	background: url('../images/nav_spacer.jpg') bottom no-repeat;
	font-size: 1.05em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	width: 157px;
	padding: 1px 0 3px 0;
	display: block;
}

#pageContent #leftContent ul li.navLast a
{
	background: none;
}

/* COMPONENTS. */

/* Forms. */

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

form tr.group {}

form td.caption
{
    width: 150px;
    height: 2.25em;
    vertical-align: center;
}

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

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

form 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 {}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: -2px 0 8px 0px !important;
    padding: 0 !important;
	font-size: 0.95em !important;
}

#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 !important;
}

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

/* 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;
}
