/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/yarmouthrestaurants.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6467 $
$LastChangedDate: 2009-04-03 18:18:22 -0400 (Fri, 03 Apr 2009) $
*/

@import url(general.css);


/* GLOBAL. */

*
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

html,
body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #581a1b;
}

body
{
    margin: 0 auto;
	width: 1000px;
    padding: 0;
	background: #581a1b url(../images/body.jpg) repeat-y;
}

p, div, table
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	text-align: left;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.4em;
	color: #581A1B;
}

h3
{
	font-size: 1em;
	color: #00395c;
}

a
{
	color: #581a1b;
}

a:hover
{
	color: #779949;
}

.clear
{
	clear: both;
}

.noMargin
{
	margin-bottom: 0px !important;
}	

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	padding: 0 25px 0 25px;
	width: 950px;
    _height: 100%;
}

/* Page top. */

#logoLink
{
	float: left;
	display: block;
	height: 172px;
	width: 178px;
	background: url(../images/logo.jpg) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#pageTop
{
	background: url(../images/headers/rotator.php) no-repeat;
	display: block;
	height: 196px;
	width: 772px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	text-align: right;
}

#pageTop ul
{
	list-style: none;
	position: relative;
	top: 150px;
	right: 20px;
}

#pageTop li
{
	display: inline;
}

#pageTop .address
{
	font-weight: bold;
	color: #581a1b;
	letter-spacing: -1px;
	margin-bottom: 0;
}

#pageTop .address .spacer
{
	padding: 0 7px;
}

#pageTop .dynamicInfo
{
	margin-top: 2px;
	font-weight: bold;
}

#pageTop .dynamicInfo .stocks
{
	color: #285E84;
	letter-spacing: -1px;
}

#pageTop .dynamicInfo .weather
{
	color: #7C9F4D;
	letter-spacing: -1px;
}

/* Page bottom. */

#pageBottom
{
	padding: 5px 0 5px 190px;
	clear: both;
	width: 760px;
	margin: 0 auto 0 auto;
	display: block;
	background: #eceee3;
	border-top: 1px solid #cdcccb;
	text-align: center;
	font-size: .6em;
	position: relative;
	top: 19px;
}

#pageBottom p
{
	text-align: center;
}

#pageBottom p.branding
{
	font-size: 1em;
}

#pageBottom span
{
	margin-left: 30px;
}

#pageBottom .auxLinks
{
	list-style: none;
	display: inline;
	margin-left: -45px;
}

#pageBottom .auxLinks li
{
	display: inline;
}

/* Left Navigation */

#leftNav
{
	float: left;
	width: 178px;
}

#leftNav a
{
	font-weight: bold;
	color: #779949;
	text-decoration: none;
}

#leftNav a:hover
{
	color: #581A1B;
}

#leftNav .links
{
	list-style: none;
	margin: 0 5px 10px 12px;
	border-bottom: 1px dotted #cdcccb;
	padding: 0 5px 5px 5px;
	line-height: 1.4em;
}

#leftNav .header
{
	margin-left: 10px;
}

#leftNav .centered
{
	margin: 0 auto;
	display: block;
	width: auto;
	border: 0;
	clear: both;
}

#leftNav #services
{
	margin: 0 0 0 10px;
}

#leftNav .smaller
{
	font-size: 0.85em;
	text-align: center;
}

#leftNav .pineLink
{
	color: #106335;
}

#leftNav .dept img, #leftNav .dept
{
	border: 0;
	display: inline;
	float: left;
}

/* Homepage Weather */

#homepageWeather
{
	float: right;
	border: 3px double #581A1B;
	margin: 5px 0 5px 10px;
}

#homepageWeather #widgetbox_widget_iframe_0
{
	height: 160px !important;
}

#homepageWeather .wbx-gw-wrapper, #homepageWeather #wbx-gw-button-wrapper-0
{
	display: none;
}

/* Homepage News */

#homepageNews
{
	position: relative;
	top: 14px;
	*top: -4px;
}

#homepageNews .newsItem h2
{
	font-size: 1em;
}

/* Page Content. */

#pageContent
{
	float: right;
	width: 742px;
	padding: 0 15px 10px 15px;
}

#pageContent p
{
	margin-bottom: 14px;
}

#pageContent h1.pageTitle
{
    margin: 0 0 7px 0;
	color: #7A9D4D;
}

#pageContent .imgRight
{
	float: right;
	margin: 0 0 0 10px;
}

#pageContent .imgLeft
{
	float: left;
	margin: 0 10px 0 0;
}

#pageContent .imgCenter
{
	margin: 0 auto;
}

#pageContent ul
{
	margin: 0 0 0 15px;
}

#pageContent #rotator
{
	display: block;
	width: 325px;
	float: left;
	margin-right: 10px;
}

#pageContent #rotator .dropcontent img
{
	*border: 2px solid #581A1B;
}

#pageContent #rotator .dropcontent img:hover
{
	*border: 2px solid #779949;
}

#pageContent #rotator img.noSite
{
	border: 1px dotted #ccc;
}

/* Things to do in Yarmouth page */

#pageContent .border
{
	border: 2px solid #285E84;
}

#pageContent .todo
{
	width: 650px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	border-bottom: 2px dotted #769842;
}

#pageContent .imgLeftDo
{
	float: left;
	border: 2px solid #285E84;
	margin: 0 10px 0 0;
}

#pageContent .imgRightDo
{
	float: right;
	border: 2px solid #285E84;
	margin: 0 0 0 10px;
}

/* Beaches page */

#pageContent .indent
{
	margin: 10px 0 5px 20px;
}

#pageContent .imgRightBeach
{
	float: right;
	border: 2px solid #285E84;
	margin: 5px 120px 0 10px;
}

/* Biking page */

#pageContent .biking
{
	width: 650px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	border-bottom: 2px dotted #769842;
	height: 200px;
}

/* Whale Watching page */

#pageContent .whale
{
	width: 650px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	border-bottom: 2px dotted #769842;
	height: 140px;
}

/* COMPONENTS. */

/* Forms. */

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

form tr.group {}

form td.caption
{
    width: 125px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 7px;
}

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: -0.75em 0 0 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;
}
