/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/oldmanseinn.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 7037 $
$LastChangedDate: 2010-04-05 17:43:52 -0400 (Mon, 05 Apr 2010) $
*/

@import url(general.css);

/* GLOBAL. */

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

html,
body
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
	background: #400608 url(../images/body_bk.jpg) top center;
}

p, div, table
{
	font-family: Georgia, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	text-align: left;
	line-height: 1.5em;
}

table
{
	border-collapse: collapse;
}

a
{
	color: #8A6B4F;
	text-decoration: underline;
}

a:hover
{
	color: #D9CBAB;
	text-decoration: none;
}

h1
{
	font-size: 1.7em;
	color: #3D0002;
}

h2
{
	font-size: 1.5em;
	color: #3D0002;
}

h3
{
	font-size: 1.25em;
	color: #3D0002;
}

h4
{
	font-size: 1.15em;
	color: #3D0002;
}

.imgRight
{
	float: right;
	margin: 10px 0 10px 10px;
	border: 4px solid #D9CBAB;
}

.imgLeft
{
	float: left;
	margin: 10px 10px 10px 0px;
	border: 4px solid #D9CBAB;
}

.imgCenter
{
	margin: 10px auto;
	border: 4px solid #D9CBAB;
	display: block;
}

.noBorder
{
	border: 0;
}

.noMargin
{
	margin-bottom: 0;
}

.noStyles
{
	display: none;
}

.clear
{
	clear: both;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	width: 1000px;
}

/* Page top. */

#pageTop
{
	background: url(../images/header3.jpg) top center no-repeat;
	width: 1000px;
	height: 270px;
}

#pageTop a.logoLink
{
	display: block;
	width: 750px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	top: 125px;
}

/* Page bottom. */

#pageBottom
{
    clear: both;
	display: block;
	width: 978px;
	height: 42px;
	background: url(../images/footer.png) top center no-repeat;
	margin: 0 auto;
	color: #3D0002;
	_background: url(../images/footer.jpg) top center no-repeat;
}

#pageBottom a
{
	color: #3D0002;
}

#pageBottom a:hover
{
	color: #8F4C4B;
}

#pageBottom table
{
	width: 930px;
	margin: 5px auto 0 auto;
}

#pageBottom ul li
{
	display: inline;
	list-style-type: none;
}

#pageBottom p,
#pageBottom ul
{
	font-size: 0.85em;
}

#pageBottom p.siteLastUpdated
{
	text-align: right;
}

p.branding
{
	color: #fff;
	text-align: center;
	font-size: 0.85em;
	position: relative;
	top: -5px;
}

p.branding a
{
	color: #fff;
}

/* Page content. */

#contentWrapper
{
	background: #fff url(../images/pagecontent_bk2.jpg) top center repeat-y;
	width: 1000px;
}

#contentWrapper #pageContent 
{
	width: 954px;
	margin: 0 auto;
	_background: url(../images/ie6bk.jpg) top center no-repeat;
}

#contentWrapper #pageContent p
{
	margin: 0.5em 1em 1em 0;
}

#contentWrapper #pageContent #rightContent #content ul,
#contentWrapper #pageContent #rightContent #content ol
{
	margin: 0.5em 0em 1em 2.5em;
}

#contentWrapper #pageContent #rightContent #content .movePDF
{
	position: relative;
	top: 7px;
}

#pageContent h1.pageTitle
{
    margin: 0 0 15px 0;
}

#pageContent #rightContent .wedText
{
    position: relative;
	top: 50px;
}

#pageContent #rightContent .bloom *
{
	color: #0000FF;
}

#pageContent #leftContent
{
	width: 220px;
	background: url(../images/leftcontent.gif) top right repeat-y;
}

#pageContent #leftContent img
{
	line-height: 0px;
}

#pageContent #leftContent .header
{
	margin: 0 0 0 10px;
	width: 210px;
}

#pageContent #leftContent a img
{
	border: 0;
}

#pageContent #leftContent a
{
	font-style: italic;
	text-align: center;
	width: 180px;
	display: block;
}

#pageContent #leftContent .body
{
	text-align: center;
	width: 180px;
	margin: 0 auto 5px auto;
	display: block;
}

#pageContent #leftContent .body *
{
	text-align: center;
	margin: 0 auto;
}

#pageContent #leftContent .body h2.roomName
{
	color: #8a6b4f;
	font-size: 1.1em !important;
	font-style: italic;
	margin: 0 auto !important;
	position: relative;
	top: -5px;
	font-weight: bold !important;
	text-align: center;
	width: 180px;
	display: block;
}

#pageContent #leftContent .body a h2.roomName
{
	text-decoration: underline;
}

#pageContent #leftContent .body a:hover h2.roomName
{
	text-decoration: none;
	color: #D9CBAB;
}

#pageContent #leftContent .body a img.imgLink
{
	padding: 3px;
	background: #FDFDF0;
	border: 1px solid #D9CBAB;
	margin: 0 auto;
}

#pageContent #leftContent .body a:hover img.imgLink
{
	padding: 3px;
	background: #D9CBAB;
	border: 1px solid #D9CBAB;
	margin: 0 auto;
}

#pageContent #leftContent .body a.icon
{
	display: block;
	height: 47px;
	padding: 3px 0;
}

#pageContent #leftContent .body a.icon p
{
	text-align: left;
	font-style: italic;
}

#pageContent #leftContent .body a img.imgLinkSml
{
	padding: 1px;
	background: #FDFDF0;
	border: 1px solid #D9CBAB;
	float: left;
	clear: left;
	margin-right: 6px;
}

#pageContent #leftContent .body a:hover img.imgLinkSml
{
	padding: 1px;
	background: #D9CBAB;
	border: 1px solid #D9CBAB;
	float: left;
}

#pageContent #leftContent .bottom
{
	margin: 0 0 0 10px;
	width: 210px;
	position: relative;
	top: 5px;
}

#pageContent .facebook
{
	display: block;
	padding-bottom: 14px;
}

#pageContent .facebook a
{
	display: block;
	width: 162px;
	height: 47px;
	background: url(../images/facebook2.jpg) 0px 0px no-repeat;
	position: relative;
	top: 5px;
	left: 20px;
}

#pageContent .facebook a:hover
{
	background: url(../images/facebook2.jpg) 0px -47px no-repeat;
}

#contentWrapper #pageContent #rightContent #flash
{
	float: right;
	margin: 10px;
	border: 4px solid #D9CBAB;
	height: 330px;
}

#contentWrapper #pageContent #rightContent
{
	width: 734px;
	float: right;
	_width: 731px;
}

#contentWrapper #pageContent #rightContent #navBar
{
	width: 734px;
	height: 40px;
	background: url(../images/navbar.jpg) top left no-repeat;
	_width: 731px;
}

/* History */

#contentWrapper #pageContent #rightContent .lessSpace p
{
	line-height: .4em;
}

/* History Nav */

#contentWrapper #pageContent #rightContent .captain
{
	float: right;
	display: block;
	margin: 10px 10px 10px 10px;
	border: 3px double #3E0607;
	background: #fff;
	padding: 5px;
}

#contentWrapper #pageContent #rightContent .captain p
{
	text-align: center;
	font-weight: bold;
	line-height: 1em;
}

/* - - - 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: 10;
	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 30px;
	margin: -10px 0 0 -30px;
	/*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
{
	position: relative;
	top: 6px;
	margin: 0 auto !important;
}

.menu li
{
	padding: 0 8px;
}

.menu li.spacer
{
	background: url(../images/topnav/spacer.gif) center center no-repeat;
	display: block;
	width: 7px;
	height: 22px;
	margin: 0 2px 0 2px;
	padding: 0 0 0 0;
}

.menu .home
{
	display: block;
	height: 20px;
	width: 49px;
	background: url(../images/topnav/home.gif) no-repeat;
	background-position: 0px -20px;
}

.menu .home:hover
{
	background-position: 0px 0px;
}

.menu .about
{
	display: block;
	height: 20px;
	width: 54px;
	background: url(../images/topnav/about.gif) no-repeat;
	background-position: 0px -20px;
}

.menu .about:hover
{
	background-position: 0px 0px;
}

.menu .roomsMenu
{
	display: block;
	height: 20px;
	width: 114px;
	background: url(../images/topnav/rooms.gif) no-repeat;
	background-position: 0px -20px;
}

.menu .roomsMenu:hover
{
	background-position: 0px 0px;
}

.menu .specials
{
	display: block;
	height: 20px;
	width: 66px;
	background: url(../images/topnav/specials.gif) no-repeat;
	background-position: 0px -20px;
}

.menu .specials:hover
{
	background-position: 0px 0px;
}

.menu .news
{
	display: block;
	height: 20px;
	width: 46px;
	background: url(../images/topnav/news.gif) no-repeat;
	background-position: 0px -20px;
}

.menu .news:hover
{
	background-position: 0px 0px;
}

.menu .book
{
	display: block;
	height: 20px;
	width: 100px;
	background: url(../images/topnav/book.gif) no-repeat;
	background-position: 0px -20px;
}

.menu .book:hover
{
	background-position: 0px 0px;
}

.menu .info
{
	display: block;
	height: 20px;
	width: 112px;
	background: url(../images/topnav/info.gif) no-repeat;
	background-position: 0px -20px;
}

.menu .info:hover
{
	background-position: 0px 0px;
}

.menu .contact
{
	display: block;
	height: 20px;
	width: 70px;
	background: url(../images/topnav/contact.gif) no-repeat;
	background-position: 0px -20px;
}

.menu .contact:hover
{
	background-position: 0px 0px;
}

.menu ul
{
	width: 11em;
}

.menu .dropdown
{
	padding: 2px 2px 0 2px;
	margin: 1px 0 0 5px;
	border: 1px solid #D9CBAB;
	background: #FDFDF0;
	*position: relative;
	*top: 1px;
	_position: inherit;
}

.menu ul li
{
	padding: 0;
	margin: 0;
}

.menu ul .dropdown li
{
	*border: 1px solid #D9CBAB;
	*margin: 0 0 2px 0;
	*background: #fff;
	*display: block;
}

.menu ul .dropdown li:hover
{
	*background: #D9CBAB;
	*border: 1px solid #D9CBAB;
	*color: #fff;
}

.menu ul li a
{
	position: relative;
	display: block;
	text-decoration: none;
	color: #9A7F66;
	padding: 2px 5px;
	margin: 0 0 2px 0;
	font-variant: small-caps;
	background: #fff;
	border: 1px solid #D9CBAB;
	*border: 0;
	*margin: 0;
	*padding: 0 0 0 5px;
	*background: none;
	*height: 25px;
}

.menu ul li a:hover
{
	color: #fff;
	background: #D9CBAB;
	border: 1px solid #D9CBAB;
	*border: 0;
	*background: none;
}

.menu li li a {
}

.menu li:hover>a {
}

.menu a:hover {
}

.menu li li {	/* create borders around each item */
}

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

}

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

.menu li li ul
{
	width: 21em;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts 
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}*/

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/* 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 0 10px 0 !important;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    background: url(../images/site_navigator_separator.gif) left center no-repeat;
    padding: 0 3px 0 12px;
}

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