@import url("tweeks.css");


/* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* remove 'auto' and the width to switch to a fluid width */
/* line 16, ../sass/layout.sass */


#page {
  width: 960px;
  margin: 0 auto;
}

/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
/* line 21, ../sass/layout.sass */
#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0;
}

/* line 27, ../sass/layout.sass */
.sidebar {
  float: left;
}

/* line 30, ../sass/layout.sass */
#sidebar-second {
  float: right;
}

/* line 33, ../sass/layout.sass */
#footer {
  float: none;
  clear: both;
}

/* Layout Helpers */
/* line 38, ../sass/layout.sass */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

/* Sidebars width
 * --------------
 * Changing the width of the sidebars is dead easy, just change the
 * values below corresponding to the sidebar you want to modify.
 * Make sure you keep negative values as negative values.
 * For example, if I want to increase the width of the left sidebar
 * to 300px, I would have to change each '190' to '300'. */
/* line 56, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-left .center {
  margin-left: 190px;
}

/* line 60, ../sass/layout.sass */
#sidebar-first {
  width: 190px;
  margin-right: -190px;
}

/* line 66, ../sass/layout.sass */
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 200px;
}

/* line 70, ../sass/layout.sass */
#sidebar-second {
  width: 200px;
}

/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
/* line 77, ../sass/layout.sass */
.inner {
  padding: 0;
}

/* Navigation styles
 * -----------------
 * The navigation is loaded after the content, so we need to make space
 * for it, equal to its height, so if you change the height of the navigation,
 * remember to adapt the margin top of the content and sidebars. */
/* line 85, ../sass/layout.sass */
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
  height: 50px;
}

/* line 95, ../sass/layout.sass */
.with-navigation #content, 
.with-navigation .sidebar {
  
}

/* Rehab Creative styles
--------------------- */
#main{
	background-color: #d5d3ba;
	margin-bottom: 15px;
}
.section-privacy-legal #main, .node-type-calendar-event #main {
  background: none;
}
.front #main{
	margin-bottom: 0;
	height: 230px;
}
.subheading{
	line-height: 22px;	
}
.subheading second{

}
h3.subheading{
	margin-bottom: 0;
}
li a:link, li a:visited{
 text-decoration: none;
}

#wrapper{
	height: auto;
	min-height: 100%;
}
#page{
	
}
#footer{
	height: 70px;
}
#logo-title {
	padding: 10px 30px 0 30px;
	height: 100px;
}
.section-privacy-legal #logo-title, .node-type-calendar-event #logo-title {
  height: 105px;
}
#logo{
	float: left;
	position: relative;
}
#logo-title h1.title{
	margin-top: 43px;
	font-family: EngraversGothicBT; 
	font-size: 30px;
	margin-left: 90px;
}
#name-and-slogan{
	float: left;
}
#primary{
	margin-top: 22px;
}
#primary.links li{
	padding: 0 10px 10px 10px;
}
#navigation{
	text-align: center;
	position: relative;
	z-index: 100;
}
.front #navigation{
	text-align: center;
}
#primary{
	margin-top: 22px;
}
#primary.links li{
	padding: 0 10px 10px 10px;
}
.golf-button{
	background-color: #fff;
	float: left;
	padding: 0 5px;
	border:1px solid #a9a78d;
}
.golf-button a{
	font-family:EngraversGothicBT,georgia,'times new roman',serif;
	font-size:14px;
	text-decoration: none;
}




/* node content global layout
-------------------------- */
.node-image{
	margin-bottom: 15px;
}
.node-inner .content h3{
	width: 580px;
	margin-bottom: 9.5px;
}
.content-left{
	float: left;
	width: 580px;
}
.content-right{
	float: left;
	width: 288px;
	margin-left: 30px;
}
.content-right-image{
	
}
#content-area{
	padding: 0 30px;
}
.section-privacy-legal #content-area, .node-type-calendar-event #content-area {
  padding-top: 20px;
}
.node-type-subpage #content-area{
	background-color: #efeee1;
}







/* footer global layout
---------------------*/
#footer-navigation{
	float: left;
	padding: 10px 20px;
	margin-top: 6px;
}
#copyright {
  border-right: 1px solid #D5D3BA;
  float: left;
  line-height: 13px;
  margin-top: 3px;
  padding: 0 5px;
}
.footer-logo{
	float: left;
	clear: left;
	padding: 10px 0 0 30px;
}
.footer-social{
	float: right;
/*	padding: 10px 30px 0 0; */
	margin-top: 16px;
	padding: 56px 30px 0 0;
}
.footer-social{
	height: 30px;	
}
.footer-social img{
	margin-left: 3px;
}
















/* subcontent global layout
------------------------ */
#subcontent-wrapper{
	background-color: #efeee1;
	padding:0 20px 20px 20px;
}
#content-aside{
	float: right;
}
#subcontent-bottom{ 
  float: left;
	margin-top: 17.5px;
	width: 100%;
}
.subcontent{

}
.subcontent .block-inner{
	margin-top: 10px;
}
.subcontent.first{
	float: left;
}
.subcontent.second{
	float: left;
	margin-left: 5px;
}
.subcontent .block h3{
	margin-bottom: 3px;
}
.subcontent .block .content{
	padding: 0;
}
.subcontent-headline{
	margin-left: 10px;
}











/* .banner global layout
--------------------- */
.banner {
	width: 593px;
	min-height: 188px;
	margin: 10px;
	background-color: #fff;
	border: 1px solid #d8d7c5;
}
.banner .block-inner{
	margin-left: 300px;
	padding-right: 14px;
}
.banner.clip {
  overflow: hidden;
}
.banner h3{
	font-size: 20px;
	color: #01647c;
}




/* .tall global layout
------------------- */
.tall {
	width: 288px;
	height: 360px;
	margin: 15px 5px 0 10px;
	background-color: #fff;
	border: 1px solid #d8d7c5;
	float: left;
}
.tall .title{
	margin-top: -40px;
}
.tall h3{
	font-size: 19px;
}
.subcontent .block.tall .content{
	padding: 0 10px;
}
.tall .content{
	font-size: 13px;
	margin-top: 145px;
}




/* .short global layout
-------------------- */
.short {
	width: 288px;
	background-color: #fff;
	border: 1px solid #d8d7c5;
}
#subcontent-left .short{
	float: left;
	margin: 30px 5px 0 10px;
}
.short .title{
	margin-top: -40px;
}
.short h3{
	font-size: 19px;
}
.subcontent .block.short .content{
	padding: 5px 10px 0 10px;
}

.short .content{
	font-size: 11px;
	margin-top: 145px;
	line-height: 15px;
}
.short .content a{
	font-weight: bold;	
}
#subcontent-bottom .short{
	margin: 15px 5px 0 10px;
	float: left;
}
#subcontent-top .short{
	margin: 15px 5px 0 10px;
	float: left;
}







/* .sidebar global layout 
---------------------- */
.sub-sidebar{
	width: 288px;
	background: none;
}
.sub-sidebar h3{
	margin-bottom: 8px !important;
}
.aside{
	width: 288px;
	margin-bottom: 60px;
}


/* .gallery global layout
---------------------- */
.gallery {
	width: 288px;
	background-color: #fff;
	border: 1px solid #d8d7c5;
	margin-top: 10px;
	margin-bottom: 50px;
}
.gallery h3{
	font-size: 19px;
	margin-left: 10px;
}
.subcontent .block.gallery .content{
	padding: 0 10px;
}
.gallery .col-1{
	text-align: center;
}
.gallery .col-2{
	text-align: center;	
}
.gallery .col-3{
	text-align: center;
}
.gallery .content{
	font-size: 13px;
}


/* .upcoming global layout
--------- */
.home.upcoming{
	height:202px;
	background-color: #fff;
	width: 593px;
	min-height: 188px;
	margin: 10px;
	background-color: #fff;
	border: 1px solid #d8d7c5;
}
.upcoming .block-inner{
	padding-right: 14px;
}
.upcoming h3{
	margin-top: -40px;
	font-size: 20px;
	padding-bottom: 10px;
}

.upcoming .item-list ul li{
	list-style: none;
	margin: 5px 0;
	padding: 5px 0 0 0;
}
.upcoming ul{
	margin: 0;
	padding: 10px;
}
.upcoming .views-field-field-event-date-value{
	display: inline;
	color: #01647c;
	font-size: 16px;
}
.upcoming .views-field-title{
	display: inline;
	font-size: 16px;
	color: #01647c;
}
.upcoming .content{
	width: 573px;
	height: 180px;
	background-color: #efeee1;
	margin-top: 6px;
	margin-left: 10px ;
}
.upcoming .item-list ul li.views-row-first{
	margin: -5px 0 5px 0;
	padding: 0;
}
.upcoming .views-row{
	border-bottom: 1px solid #01647c;
}
.upcoming .views-row-last{
	border-bottom: none;
}

.imagefield-field_gallery_image{
	
}

/* /calendar layout
---------------- */
.page-calendar #content-area{
	background-color: #efeee1;
}
.calendar-top{

}
.calendar-upcoming{
	float: left;	
}
.calendar-member{
	float: right;
}
.calendar-events{
	padding: 0 10px;
}
.calendar-calendar .date-nav{
	
}
.calendar-calendar div.date-nav{
	height: 50px;
	color: #fff;
}
.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3{
	font: 16px Arial;
	color: #fff;
	line-height: 50px;
}
.calendar-calendar div.date-nav a{
	font-size: 12px;
	text-decoration: underline;
}
.date-nav div.date-prev{
	text-align: right;
	width: 38%;
}
.date-nav div.date-heading{
	width: 24%;
}
.date-nav div.date-next{
	text-align: left;
	width: 38%;
}
thead{
	display: none;
}
#calpopup-body{
	
}
#calpopup-body h2.title{
	display: none;
}
#calpopup-body div#nodelink{
	margin: 0;
}
.popup-title{
	font-size: 16px;
	color: #8c9147;
}
/* /contact-us layout
------------------ */
.page-contact-us .content-right{
	margin-top: 0;
}
.page-contact-us #content-area{
	margin-bottom: 20px;
}
.node-type-subpage #content-area{
	padding: 30px 30px 0 30px;
}
/* promtions block layout
---------------------- */
.promo {
	width: 288px;
	background-color: #fff;
	border: 1px solid #d8d7c5
}
.subcontent .block.promo .content{
  padding: 0 10px;	
}
.promo .content{
	font-size: 11px;
	line-height: 15px;
}
#subcontent-bottom .promo{
	margin: 15px 5px 0 10px;
	float: left;
}
.promo .content a{
	font-weight: bold;
}
.promo .views-field-title{
	margin-top: -40px;
	color: #3c3c3c;
	font-family: EngraversGothicBT,georgia,'times new roman',serif;
	font-weight: 500;
	line-height: 1.3em;
	font-size: 19px;
	margin-bottom: 15px;
	margin-left: -10px;
}
/* scratch
------- */
#block-webform-client-block-27{
	margin-left:50px;
	margin-top: 15px;
}
#block-block-36{
	margin: 15px 5px 0 10px;
}
.subcontent.second .short{
	margin-top: 10px;
}

.webform-client-form{
	padding:15px;
	border:1px solid #d8d7c5;
	background-color:#fff;
	text-align: right;
}
.webform-container-inline{
	margin: 15px 0;
}
.webform-client-form .form-text{
	border: none;
	padding: 5px;
	background-color: #d8d7c5;
}
.gmap{
	border: 1px solid #3c3c3c;
}
.jcarousel-skin-default .jcarousel-item{
  padding: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #d5d3ba;
  list-style: none;
  background: #fff none;
}
.upcoming ul{
	list-style-image: none;
}
html{
	height: 100%;
}
body{
	height: 100%;
}
.short.calendar .content{
	padding: 0 !important;
}
.calendar-calendar .date-nav{
}
.inner.column.center{
}
#header{
	height: 50px;
}
.front #header{
	height: 465px;
}
.node-type-subpage #main{
	margin-bottom: 0;
}
.node-type-subpage #subcontent-wrapper{
	margin-top:10px;
}
#subcontent-bottom .short.calendar{
	border: none;
	margin: 30px 5px 35px 10px;
}

.page.golf-programs h3.title block-title {
	font-size: 20px;

}



ul.gallery-footer{
/*	font-family: EngraversGothicBT,georgia,'times new roman',serif; */
	font-size: 12px;
	line-height: 12px;
	color: #484848;
	margin-top: 10px;
	margin-bottom: 5px;
}
ul.gallery-footer a{
	color: #01647c;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 11px;
}
.gallery img{
	padding: 4px 0;
}
div#calpopup{
	overflow: visible;
}
.upcoming .views-field-field-event-short-desc-value{
	line-height: 1.5em;
	margin: 0 0 1em;
}
.node-type-contact_page .node-inner .content h3{
	width: 288px;
}
#block-views-hompage_slideshow-block_1{
	margin: 0;
	line-height: 0;
  border-top:15px solid #3C3C3C;
}
#views_slideshow_singleframe_main_hompage_slideshow-block_3 .imagefield-field_gallery_image{
  margin-bottom: 15px;
}