/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/capelightfineart.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6802 $
$LastChangedDate: 2009-11-06 15:14:26 -0500 (Fri, 06 Nov 2009) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	height: 100%;
}

body 
{
	background: #330b0b url('../images/body_bg.gif') top center repeat-y;
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #222;
	text-align: center;
	width: 100%;
	display: table;
}

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

img 
{
	border: none;
}

h1, h2, h3, h4
{
	font-weight: bold;
	color: #333;
}

h1
{
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
}

h4 
{
	font-size: 1.1em;
	font-variant: small-caps;
}

a:link, a:visited 
{
	color: #3868ad;
}

a:hover 
{
	color: #673b3b;
}

.image.left
{
	margin: 6px 8px 3px 0;
}

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

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	margin: 0 auto;
}

.textCenter
{
	text-align: center;	
}

.border
{
	border: 2px solid #222;
}

.noBorder
{
	border: none !important;	
}

.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 #5a7b96;
	display: block;
}

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

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	background: url('../images/page_bg.gif') top repeat-y;
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/* Page top. */

#pageTop
{
	background: url('../images/header.jpg') top left no-repeat;
	position: relative;
	height: 221px;
	width: 980px;
	margin: 0 auto;
	z-index: 8;
}

#pageTop #topLink
{
	position: absolute;
	top: 10px;
	left: 0;
}

#pageTop #topLink a
{
	width: 600px;
	height: 165px;
	display: block;
}

#pageTop #topLink h1
{
	display: none;
}

#pageTop #contactTop
{
	position: absolute;
	top: 12px;
	right: 35px;
	width: 300px;
}

#pageTop #contactTop a
{
	color: #c5c5c5;
	font-style: italic;
	text-transform: lowercase;
}

#pageTop #contactTop a:hover
{
	color: #fff;
}

#pageTop #contactTop p
{
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
	padding-bottom: 8px;
	color: #fff;
}

#pageTop #contactTop table
{
	width: 200px;
	margin: 0 auto;
}

#pageTop #contactTop table td
{
	padding: 4px 0;
	text-align: center;
}

#pageTop #navTop
{
	position: absolute;
	top: 185px;
	left: 0;
	height: 36px;
	width: 980px;
	font-size: 1.45em;
}

#pageTop #navTop ul li
{
	color: #324d9f;
	float: left;
	white-space: nowrap;
	list-style: none;
}

#pageTop #navTop ul li a
{
	height: 36px;
	display: block;
}

#pageTop #navTop ul li a i
{
	display: none;
}

#pageTop #navTop ul li.home a
{
	background: url('../images/navTop/home.jpg') top left no-repeat;
	width: 86px;
}

#pageTop #navTop ul li.home a:hover
{
	background-position: -86px 0;
}

#pageTop #navTop ul li.art a
{
	background: url('../images/navTop/art.jpg') top left no-repeat;
	width: 154px;
}

#pageTop #navTop ul li.art a:hover
{
	background-position: -154px 0;
}

#pageTop #navTop ul li.bio a
{
	background: url('../images/navTop/bio.jpg') top left no-repeat;
	width: 137px;
}

#pageTop #navTop ul li.bio a:hover
{
	background-position: -137px 0;
}

#pageTop #navTop ul li.events a
{
	background: url('../images/navTop/events.jpg') top left no-repeat;
	width: 91px;
}

#pageTop #navTop ul li.events a:hover
{
	background-position: -91px 0;
}

#pageTop #navTop ul li.cart a
{
	background: url('../images/navTop/cart.jpg') top left no-repeat;
	width: 155px;
}

#pageTop #navTop ul li.cart a:hover
{
	background-position: -155px 0;
}

#pageTop #navTop ul li.about a
{
	background: url('../images/navTop/about.jpg') top left no-repeat;
	width: 106px;
}

#pageTop #navTop ul li.about a:hover
{
	background-position: -106px 0;
}

#pageTop #navTop ul li.list a
{
	background: url('../images/navTop/news.jpg') top left no-repeat;
	width: 132px;
}

#pageTop #navTop ul li.list a:hover
{
	background-position: -132px 0;
}

#pageTop #navTop ul li.help a
{
	background: url('../images/navTop/help.jpg') top left no-repeat;
	width: 119px;
}

#pageTop #navTop ul li.help a:hover
{
	background-position: -119px 0;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 99;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 17px;
	margin: -10px 0 0 -18px;
	_margin: -8px 0 0 -20px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu li li {	/* create borders around each item */
	padding: 0 !important;
	margin: 0 !important;
}

.menu li li a
{
	background: #874a47 url('../images/navTop/drop_bg.gif') top left repeat-y !important;
	display: block;
	width: 7em;
	font-size: 0.8em;
	text-decoration: none;
	color: #eee !important;
	height: 23px !important;
	line-height: 1.4em !important;
	padding: 0 2px 0 12px !important;
	border-right: 1px solid #eee !important;
	border-left: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}

.menu li li a:hover
{
	background: #4c2022 url('../images/navTop/drop_bg_hover.gif') top left repeat-y !important;
	color: #a0c8fc !important;
}

.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	left: 99.5%;
}

#pageTop #search
{
	position: absolute;
	top: 153px;
	right: 0;
	width: 370px;
}

#pageTop #search #searchBox
{
	background: url('../images/search_field.gif') top left no-repeat;
	position: relative;
	top: -1px;
	width: 254px;
	height: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 3px 0 73px;
	border: none;
	float: left;
}

#pageTop #search .button
{
	background: url('../images/search_button.gif') top right no-repeat;
	width: 32px;
	height: 22px;
	margin-left: 8px;
	border: none;
	float: right;
}

#pageTop #search form i
{
	display: none;
}

/* Page bottom. */

#pageBottom
{
	background: url('../images/bottom_bg.gif') top no-repeat;
	color: #fff;
	font-style: italic;
	width: 100%;
	padding: 8px 0 6px 0;
}

#pageBottom a
{
	color: #fff;
}

#pageBottom table
{
	width: 980px;
	line-height: 1.2em;
	text-align: center;
}

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

#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: #fff url('../images/content_bg.gif') top repeat-x;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 4px;
}

#pageContent #rightContent
{
	position: relative;
	width: 811px;
	_width: 810px;
	padding: 6px 10px 8px 17px;
	float: right;
	z-index: 5;
	_height: 600px;
}

#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 28px;
}

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

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

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

#pageContent #rightContent .feat
{
	background: url('../images/featured_bg.jpg') top repeat-y;
	margin: 12px 0 6px 0;
}

#pageContent #rightContent .feat img
{
	padding: 5px;
	background: #F3F3F3;
	border: 2px solid #210001;
}

#pageContent #rightContent .feat img:hover
{
	background: #FFFFFF;
	border: 2px solid #631A17;
}

#pageContent #rightContent .feat_top
{
	background: url('../images/featured_top.jpg') top no-repeat;
	padding-top: 32px;
	_height: 60px;
}

#pageContent #rightContent .feat_content h2
{
	display: none;
}

#pageContent #rightContent .feat_content
{
	background: url('../images/featured_bottom.jpg') bottom no-repeat;
	padding: 0 18px 16px 28px;
}

#pageContent #rightContent .feat_content ul
{
	margin: 0;
	padding: 12px 0 0 28px;
}

#pageContent #rightContent .feat_content ul li
{
	float: left;
	white-space: nowrap;
	list-style: none;
	padding: 0 65px 2px 0;
}

#pageContent #rightContent .feat_content ul li.last
{
	padding: 0;
}

#pageContent #rightContent .feat_content ul li a
{
	text-align: center;
	text-decoration: none;
	display: block;
}

#pageContent #rightContent .feat_content ul li a span
{
	text-decoration: underline;
	line-height: 1.2em;
	display: block;
}

#pageContent #leftContent
{
	background: url('../images/navLeft/bg.jpg') top repeat-y;
	position: relative;
	top: 6px;
	left: 7px;
	width: 140px;
}

#pageContent #leftContent #leftInner
{
	background: url('../images/navLeft/top.jpg') top no-repeat;
	padding-top: 38px;
}

#pageContent #leftContent ul
{
	background: url('../images/navLeft/bottom.jpg') bottom no-repeat;
	list-style: none;
	padding: 0 3px;
	_height: 60px;
}

#pageContent #leftContent ul li
{
	background: url('../images/navLeft/spacer.jpg') bottom center no-repeat;
	padding-bottom: 1px;
}

#pageContent #leftContent ul li.last
{
	background: none;
	padding-bottom: 8px;
}

#pageContent #leftContent ul li a
{
	display: block;
	line-height: 1.25em;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	color: #673b3b;
	padding: 3px 0;
}

#pageContent #leftContent ul li a:hover
{
	background: #fff;
	color: #b98686;
}

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

p.buttons input
{
	padding: 0 !important;	
}

/* Site navigator. */

#pageContent ul.siteNavigator
{
    margin: 0 !important;
    padding: 0 0 8px 0px;
	text-transform: lowercase;
}

#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;
	padding-left: 0.4em;
	background: #F3F3F3;
	border: 1px solid #775B5A;
	width: auto;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
	font-family: 'Times New Roman', Times, serif;
}

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

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

.pageNavigator ul li a
{
}

.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;
}

