



/* -------------------------------------
/*  Bushwood Country Club Website
	Created by AtHomeNet
	10.12.2011 2:10pm
	John Sexton, johns@athomenet.com
/* -------------------------------------*/


/* -------------------------------------
/*  Reset Values
/* -------------------------------------*/

*/

@import url(http://fonts.googleapis.com/css?family=Oswald|Open+Sans);

* {padding: 0; margin: 0;}

/* 
   HTML and Body Styling
------------------------------------------------------------------- */
body {background:#f2f1ed url(images/bushwood-body-bg.jpg) fixed;}

/* 
   Floats and Clears 
------------------------------------------------------------------- */
.left {float:left;}
.right {float:right;}
.clear {clear:both;height:0px;font-size:0px;line-height:0px; }
.clearer {clear:both;display: block;font-size:0;line-height:0;}
.clearFix:after {content: ".";display: block;height:0;clear:both;visibility:hidden;}


/* 
   Typography Baseline Values
------------------------------------------------------------------- */

body,p,table,td,th,ul,ol,textarea,input {font-family: "Open Sans", sans-serif !important;}

h1,h2,h3,h4,h5,h6 {font-family:Gotham, "Oswald", sans-serif !important;font-weight:400;color:#000;line-height:100%;}

h1 {font-size:2em;margin-top:0px;margin-bottom:10px;}
h2 {font-size:1.6em;margin-top:10px;margin-bottom:10px;}
h3 {font-size:1.2em;margin-bottom:10px;}
h4 {font-size:1em;margin-bottom:6px;}
h5 {font-size:0.93em;font-weight:300;color:#000;}
h6 {font-size:0.87em;font-weight:300;color:#333;}

h1,h2,h3,h4,h5,h6 {background-color:transparent;}

p { font-size:1em;margin-bottom:15px;text-align:left;color:#747371;letter-spacing:0.5px;font-weight:300; }
p.intro { font-weight:800; }
p.colored { font-weight:400;background:#ececec;padding:5px;color:#146db9;line-height:18px;margin-left:25px;border-left:2px #ccc solid;border-right:2px #ccc solid;width:90%;margin-bottom:25px;}
p.bold {font-weight:800;}

em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }
ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul ul.circle,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }

/* 
   Default Values
------------------------------------------------------------------- */
a:link {color: #000;text-decoration:none;font-weight:600;}
a:visited {color: #000;text-decoration:underline;font-weight:600;}
a:focus {color: #000;text-decoration:underline;font-weight:600;}
a:active {color: #000;text-decoration:underline;font-weight:600;}
a:hover {color: #600;text-decoration:underline;font-weight:600;}

/* 
   Layout Structure Elements 
------------------------------------------------------------------- */
#bushwood-wrapper {background:transparent;width:1024px;height:100%;margin:0 auto;}
#bushwood-shell {background:#f0efec;height:auto;width:1024px;}
#bushwood-content {background:#f0efec;width:1014px;padding:5px;height:auto;text-align:left;}
#bushwood-footer {background:#f0efec url(images/bushwood-footer-bg.jpg) no-repeat top left;width:1024px;height:238px;margin:0 auto;}
.ahn-wrapper {padding: 4px 20px;}
#ahn-bottom-content {background: #F0EFEC;}
.ui-tabs .ui-widget-header .ui-state-default.ui-state-active {background: #eee;}

/* 
   Header Elements
------------------------------------------------------------------- */
.bushwood-header {width:1024px;height:132px;background:transparent;}
.bushwood-logo {float:left;margin:36px 0 0 5px;width:330px;height:100px;background:transparent;}
.bushwood-nav-bar {float:right;width:640px;height:25px;background:transparent;margin:40px 5px 0 0;}

/* 
   Nav Menu Elements
------------------------------------------------------------------- */

div#listmenu {width:auto;float:left;text-align:left;border-left:0;border-top:0;border-bottom:0;border-right:0;font-family:"Oswald", sans-serif;background-color:transparent;margin:10px 5px 0 5px;z-index:500;position:relative;padding-left:0px;}
div#listmenu ul {margin:0 0 0 0;border:0;}
div#listmenu li {float:left;text-align:left;position:relative;list-style-type:none;background-color:transparent;border-right:0;border-left:0;}
div#listmenu li:first-child {border-left:0;}
div#listmenu li:hover {background-color:transparent;border:0;}
span.spacer:hover {background-color:#ccc;border:0;}
div#listmenu a {display:block;padding:5px 8px 5px 5px;text-decoration:none;font-family: 'Oswald', sans-serif;color:#fff;font-weight:300;letter-spacing:0px;font-size:1.15em;border-right:1px dotted #f0efec;}
div#listmenu a:visited {color:#fff;}
div#listmenu a:focus {color:#fff;}
div#listmenu a:hover {color:#600;}

/* the drop-down starts here */
div#listmenu ul li ul {margin:0 0 0 0;z-index:15;position:absolute;width:120px; border:0;left:-1px;background-color:transparent;}
div#listmenu ul li ul li {background:transparent url(images/transparent-grey-85.png) repeat top left;padding:10px;width:100%;border-left:0; border-right:0;border-top:0;border-bottom:0;}
div#listmenu ul li ul li a {padding:1px .5em;color:#000;font-weight:300;font-size:1em;border-right:0px #eee solid;}
div#listmenu ul li ul li {padding:7px;width:100%; /* makes the list items fill the list container (ul) */border-left:0; /*  three sides of each drop-down item */border-right:0;}
div#listmenu ul li ul li:hover {background:transparent url(images/transparent-grey-85.png) repeat top left;border-bottom:0px #eee solid;}
div#listmenu ul li ul li:hover a {color:#600;}
div#listmenu ul li ul li:first-child {border-top:0px #cc4400 solid;}

/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;}
div#listmenu ul li:hover ul {display:block;width:120px; }

/* pop-out starts here */
body div#listmenu ul li ul li ul {position:absolute; visibility:hidden;top:-1px;left:10.85em;}
div#listmenu ul li ul li:hover ul {visibility:visible;} 

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;}


/* THE HACK ZONE - */
* html div#listmenu ul {border:0;}
* html div#listmenu ul li ul {margin:0 0 0 -40px;z-index:10;position:absolute;width:120px; border:transparent;left:-1px;background-color:transparent;}
* html  div#listmenu ul li ul {margin:0;z-index:10;position:absolute;width:120px;border-right:0px;left:0px;}
* html div#listmenu ul {float:left; border-left:0; margin-left:0px;}
* html  div#listmenu ul li ul {border-top:0;border-left:0px; }
* html  div#listmenu ul li ul li ul {left:9.85em; voice-family: "\"}\""; voice-family:inherit;left:10.85em;} 

html>body div#listmenu ul li ul li ul {left:10.85em;}

/* 
   Body Content Controls - This helps keep the Content inside the White Content Box
------------------------------------------------------------------- */

/* 
   Footer Elements
------------------------------------------------------------------- */

/* Footer Content Box */
.bushwood-footer-content {width:720px;background:transparent;height:auto;margin:0 auto 5px auto; text-align:center;}
.bushwood-footer-logo {width:100%; height: 68px;}

/* Nav Bar */
.bushwood-footer-content ul {margin:24px auto 0;padding:0;list-style:none;display:block; width: 502px; height:32px;}
.bushwood-footer-content li{float:left;padding:5px 5px 5px 5px;margin:0;}
.bushwood-footer-content li{padding:4px;color:#fff;}
.bushwood-footer-content li a:link {font-size:1.2em;text-decoration:none;font-family: 'Oswald', sans-serif !important;text-transform:uppercase;padding:5px;font-weight:300;color:#fff;}
.bushwood-footer-content li a:visited, .bushwood-footer-content li a:focus {color: #fff;}
.bushwood-footer-content li a:hover {color:#333;text-decoration:none;font-weight:300;}
.nav-footer-area {padding-top:80px;}
p.line {color:#333;font-size:0.9em;letter-spacing:0.7px;line-height:11px;text-align:center;margin-bottom:5px;padding-left:5px;}
img.social-img-pad {padding-right:2px;}


/* 
   Public Homepage
------------------------------------------------------------------- */
.master-wrapper {float:left;width:100%;background:transparent;height:auto;overflow:visible;position:relative;}
.master-header {margin:0;padding:0;}
.master-header-content {margin:0;padding:0;text-align:left;}
.master-column-1 {float:left;background:transparent;width:1014px;height:450px;postion:relative;clear:both;margin-bottom:10px;}
.master-column-2 {float:left;background:transparent;height:auto;width:785px;position:relative;margin-right:10px;padding:5px;text-align:justify;border-right:0px #ccc dotted;border-left:0px #ccc dotted;}
.master-column-2 h1 {font-size:1.6em;margin-top:0px;margin-bottom:10px;font-weight:300;color:#146db9;line-height:100%;}
.master-column-2 h3 {font-size:0.87em;margin-bottom:10px;font-weight:600;color:#146db9;}
.master-column-2 p {font-size:0.92em;margin-bottom:15px;text-align:left;color:#747371;letter-spacing:0.5px;line-height:16px;font-weight:300;}
.master-column-3 {float:left;background:#d2d1cf;height:auto;width:190px;position:relative;padding:5px;margin:0;text-align:left;overflow:hidden;}
.master-column-3 h1 {font-size:1.6em;margin-top:0px;margin-bottom:10px;font-weight:300;color:#146db9;line-height:100%;}
.master-column-3 h3 {font-size:0.87em;margin-bottom:10px;font-weight:600;color:#146db9;}
.master-column-3 p {font-size:0.72em;margin-bottom:15px;text-align:left;color:#747371;letter-spacing:0.5px;line-height:16px;font-weight:300;}
.master-column-3 .master-weather {background:transparent;margin-top:20px;display:none;}
.master-footer {margin:0;padding:0;}
.master-footer-content {margin:0;padding:0;text-align:left;}

/* UP Features */

.ahn-feature-action-bar a:link, .ahn-feature-action-bar a:visited, .ahn-feature-action-bar a:focus {color:#fff;}
.ahn-feature-action-bar a:hover {color:#d5d013;}

.ahn-feature-bottom-bar { background: #333333;  padding: 0; height:2px; text-align: center; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
-moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; clear:left;}

/* Event Calendar Styles */
.wide-calendar-upcoming-events-wrap .ahn-calendar-mini {width:250px;}
.wide-calendar-upcoming-events-wrap ul.ahn-list-items {padding-left:250px;}
.ahn-calendar-mini .ahn-cal-events {background:#65acd4;}
.ahn-calendar-mini .ahn-cal-events a:link {color:#fff;}
.ahn-calendar-mini TD.ahn-cal-today {background:#ccc;}

/* 
   Custom Module Page Elements - If Used
------------------------------------------------------------------- */
.bushwood-mgt-custom-content {float:left;width:955px;height:auto;margin-bottom:100px;margin-top:25px;}
.bushwood-mgt-custom-box {float:left;width:635px;margin-right:15px;height:auto;}
.bushwood-mgt-custom-box blockquote {float:right;width:300px;padding:5px;height:auto;color:#0ca7ce;border-left:1px #0ca7ce dotted;}
.bushwood-mgt-sidebar {float:left;width:300px;height:500px;background:#fff3d7;margin:0 5px 20px 0;border-top:2px #0ca7ce solid;border-bottom:2px #0ca7ce solid;}
.bushwood-mgt-sidebar img.arrow-pad {padding-bottom:5px;}
.bushwood-mgt-sidebar h3 a:link {color:#ff2408;font-size:18px;font-weight:300;}
.bushwood-mgt-sidebar ul {display:block;list-style:disc;}
.bushwood-mgt-sidebar ul li {text-align:left;margin-left:10px;}
.bushwood-mgt-sidebar ul li a:link, .bushwood-mgt-sidebar ul li a:visited, .bushwood-mgt-sidebar ul li a:focus {font-size:0.77em;}
.bushwood-mgt-sidebar ul li a:hover {color:#666;}


/* Sidebar Widgets - Business Card */
.bushwood-mgt-sidebar .bushwood-bc {background:#e7e7e7;width:290px;height:140px;padding:5px;border-bottom:2px #0ca7ce solid;}
.bushwood-mgt-sidebar .bushwood-bc-photo {float:left;position:relative;padding:0px;margin:0 10px 0 0;width:105px;height:135px;}
.bushwood-mgt-sidebar .bushwood-bc-text {float:left;position:relative;padding:0px;margin:0px;width:auto;height:auto;}

/* Sidebar Widgets - Request More Info */
.bushwood-mgt-sidebar .bushwood-request-info {background:transparent;width:290px;height:115px;padding:5px;border-bottom:1px #e3dbc7 dotted;margin-bottom:5px;}
.bushwood-mgt-sidebar .bushwood-request-info:hover {background:#fff;}

/* Sidebar Widgets - Contact Us */
.bushwood-mgt-sidebar .bushwood-contact-us {background:transparent;width:290px;height:115px;padding:5px;border-bottom:1px #e3dbc7 dotted;margin-bottom:5px;}
.bushwood-mgt-sidebar .bushwood-contact-us:hover {background:#fff;}

/* Sidebar Widgets - Becon Blog */
.bushwood-mgt-sidebar .bushwood-blog-col {background:transparent;width:290px;height:215px;padding:5px;margin-bottom:5px;}

div#listmenu ul li:hover, div#listmenu ul li ul li:hover {
background: #eee;
}
div#listmenu ul li ul li {
background: #747371;
}
div#listmenu ul li ul li a {
color: #ffffff;
}

/* Cycle2 slideshow */
#slideshowGrid {position: relative; width:1014px; margin: 0 auto;height: 432px;}
.cycle-slideshow {
margin: 0 auto;
width: 1014px !important;
height: 10px;
} 
#slideshowGrid .grid1, #slideshowGrid .grid2, #slideshowGrid .grid3, #slideshowGrid .grid4 {float:left;padding: 0; text-align:center; margin: 0 3px;}
#slideshowGrid .grid1 {width: 280px !important; margin-top: 68px;}
#slideshowGrid .grid2 {width: 208px !important;}
#slideshowGrid .grid3 {width: 280px !important;margin-top: 200px;}
#slideshowGrid .grid4 {width: 180px !important;margin-top: 40px;}

/* This hides everything but the first image to prevent the momentary blink of ALL images */
.cycle-slideshow img {display:none; border-radius: 6px;box-shadow: -1px 1px 4px #555;border: 1px solid #000;}
.cycle-slideshow img.first {display:block;}

/* if positioning the slideshow is an issue, then this is generally the problem */
.cycle-slide {
position: relative;
} 