
 @import url(//fonts.googleapis.com/css?family=Advent+Pro:400,500,600,700);
 
 html, body {height:98%;}
body, #login-page {
	margin: 0;
  padding: 0;
	height: 100%;
	background: #fff url('images/container_bg-bluebrown.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Advent Pro', sans-serif;
	color: #030001;
	font-weight: 700;
	letter-spacing: .02em;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
p, a, table, tr, td, span, font, ol, ul, li {
	font-family: 'Advent Pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .02em;
}
table {
	border-collapse: collapse;
}

/* Mobile Site Buttons
------------------------------------------------------------------- */
.mobile-button-wrapper {margin:auto;box-sizing: border-box;box-sizing: border-box;padding:auto;}
.mobile-button-wrapper a {text-decoration: none;}
.mobile-button-wrapper a:hover .large-mobile-button {background-color: #333333;color:#ffffff;}
.large-mobile-button {background-color: #777777;color:#ffffff;box-sizing: border-box;padding: 10px 0px;font-size: 60pt;text-align: center;font-weight: bold;font-family:Advent Pro , sans-serif;border-radius: 30px; margin: 0px;width:auto;}
#footer-mobile-button {background-color: #777777;color:#ffffff !important;padding: 3px 7px;text-align: center;font-size: 11px;font-family:Advent Pro , sans-serif;border-radius: 4px;}
#footer-mobile-button:hover {background-color: #333333;color:#ffffff;}


#wrapper {
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
	background: transparent;
	padding: 0;
	margin: 24px 0;
	min-height: 87vh;
}
/* main content areas */
#wrapTable {
	margin: 8px 0;
	padding: 0;
/*	min-height: 59vh;
  height: 100%;*/
}
#headerTD {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	height: 180px;
}
#headerLogo {
	position: absolute;
	top: 0;
	right: 0px;
	padding: 12px 20px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 24px 0 0 24px;
	height: 138px;
	width: 26%;
}
#headerLogo h1 {
	font-size: 3.5vw;
	font-weight: 600;
	color: #fff;
	margin: 30px 0 0;
	line-height: 36px;
	text-align: center;
}
#headerLogo h3 {
	font-size: 2vw;
	font-weight: 600;
	color: #fff;
	margin: 8px;
	text-align: center;
}
#headerIMG {
	position: relative;
	margin-right: 31%;
	text-align: right;
	height: 160px;
	border-radius: 0 36px 36px 0;
}
#hdrStripe {
	position: absolute;
	top: 0;
	right: 640px;
	background: rgba(0,0,0,.7);
	height: 160px;
	width: 100%;
}
#headerIMG img {
	position: absolute;
	top: 0;
	right: 0;
	position: relative;
}
#menuTD {
	float: right;
	display: block;
	background: rgba(0,0,0,.7);
	border-radius: 24px 0 0 24px;
	width: 240px !important;
}
#contentTD {
	margin: 0 264px 0 0;
	padding: 0;
	background: rgba(255,255,255,.86);
	border-radius: 0 24px 24px 0;
}
/* Vertical Flyout Menu */
div#listmenu {
	font-size: 16px;
	margin: 16px 0;
	height:100%;
	z-index: 5;
	width: 220px;
	float: none;
	background: transparent;
	border-bottom: none;
	border-right: none;
}
div#listmenu ul {
	position:relative;
	margin: 0;
	padding: 0;
}
div#listmenu li {
	position: static;
	transition: all .3s linear;
	text-align: left;
	list-style-type: none;
	float: none;
	background-color: transparent;
	border-right: none;
	color: #fff;
	font-family: "Advent Pro", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	padding: 0 16px;
}
div#listmenu li:hover {
	background: none;
}
div#listmenu li a {
	transition: all .25s linear;
	color: #fff;
	font-family: "Advent Pro", sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 0;
}
div#listmenu li a font bold{
	font-size: 24px;
  font-weight: 600;
}
div#listmenu li a:hover {
	color: #acf !important;
}
body div#listmenu ul li ul {
	padding-bottom: 12px;
    margin-top:0;
	min-height: 100%;
}
div#listmenu ul li ul {
	position:absolute;
  	top:10px;
/*  	height: 100%;*/
	transition: all .3s linear;
	z-index: 500;
	width: 200px;
	border: 0;
	padding-bottom: 0;
	margin: -31px 0px 0px -199px;
  	border-radius: 12px 0 12px 12px;
}
div#listmenu ul li ul li:first-child {
	border-top: 0;
}
div#listmenu li:first-child {
	border-left: none;
}
div#listmenu ul li ul li, div#listmenu ul li ul li:hover {
	background: transparent;
	padding: 2px 6px;
	width: 200px;
	border: none;
	height: 26px;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin: 2px 0 0 0;
}
div#listmenu ul li ul li:hover {
	background: transparent;
}
div#listmenu ul li ul li a {
	font-size: 16px;
	color: #fff;
	width: 200px;
	margin: 2px 0 0 0;
	line-height: 28px;
	border-left: 0;
}
div#listmenu li ul li a:hover {
	color: #bbb!important;
}
html > body div#listmenu ul li ul li ul {
	left: 0;
	top: 10px;
	border: 0;
}
/* End Menu */

.user-actions A {
	color: #555;
}
#ahn-settings-accordion .ui-state-default A:link {color:#fff !important;}
.ahn-bottom-box {
	color: #ffffff;
}
DIV#committee-wrapper {
	width: 98%;
}
DIV#amenities-wrapper {
	width: 98%;
}
.ahn-category-edit a {
	color: #ffffff;
}
.ahn-feature-title-bar h2 {
	font-weight: 300;
	line-height: 1.1em;
	font-size: 2em;
}
.ahn-feature-action-bar a {
	color: #fff;
}
#ahn-bottom-content {
	background: transparent;
}
.map {
	border: 5px solid #e2e2e2;
}
.ui-tabs .ui-widget-header.ui-tabs-nav LI A {
    padding: 2px 12px;
    font-size: 14px;
}
.ahn-list-items .ahn-listing-title {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	line-height: 28px;
}
.ahn-feature-action-bar div a {
	color: #fff;
}
.ahn-gallery-panel, .ahn-galleryview {
	width: 492px !important;
}
.ahn-galleryview img {
	padding: 0;
	margin: 0;
}
.ahn-gallery-panel img {
	margin: 0;
	width: 492px;
}
.ui-state-default a {
	color: #777 !important;
}
.ui-state-default.ui-state-active a {
	color: #003 !important;
}
#ahn-side2-content {
background: transparent;
}
/* FOOTER */
#footerTable {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	background: rgba(0,0,0,.5);
	width: 100%;
	margin: 16px 0;
	color: #ccc;
}
#footerTable p {
	text-align: center;
	color: #fff;
}
#footerTable a {
	color: #fff;
	text-decoration: none;
}
#footerTable a:hover {
	color: #aaa;
}
/* NEW styles - Frederick */
#frmCal table {width: 90%;border: 0;border-color:transparent;border-collapse: separate;border-spacing: 2px;}
#frmCal table td {margin:4px;padding:4px;border-radius: 5px;}
#frmCal table td[bgcolor="#aaaaaa"] {border: 1px dashed #4E2505; background:transparent;}
#frmCal table font {font-family: "Playfair Display",serif;}
#frmCal table td font[size="2"] {background: #F9F0D1; border-radius:3px; padding: 0 6px;color: rgb(78, 37, 5);font-size: 18px;}
#frmCal table td font[size="-2"] {font-size: 16px;background: #4E2505;display: block;border-radius: 3px;color: #fff;}
#frmCal table td[bgcolor="WHITE"] table font[size="1"] {font-size:16px;}


/* Cycle2 slideshow */
.cycle-slideshow {
	top: 92px;
	left: 28px;
	margin: 0;
	width: 365px !important;
	height: 216px;
}
/* if positioning the slideshow is an issue, then this is generally the problem */
.cycle-slide {
	top: 0;
	/* Change this to your needs */
	left: 0;
	/* Change this also */
	border-radius: 18px;
}