/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
}

/* Links */
/* line 10, ../sass/style.sass */
a:link, a:visited {
  color: #01647c;
  text-decoration: underline;
}

/* line 15, ../sass/style.sass */
a:hover, a:active {
  color: #01647c;
  text-decoration: underline;
}

/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: EngraversGothicBT, georgia, 'times new roman', serif;
  color: #3c3c3c;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
  zoom:1;
  font-weight: 500;
}


/* line 24, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 3em 0 0.5em;
  margin: 0;
}

/* line 30, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 35, ../sass/style.sass */
h3 {
  font-size: 22px;
  margin-bottom: 1em;
}

/* line 39, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 43, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 48, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 99%;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-image: url(../images/bullet.png);
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Region Colors. delete when starting a new theme. */
/* line 150, ../sass/style.sass */
#header, #footer {
  background: #efefef;
}

/* line 153, ../sass/style.sass */
#sidebar-first {
  background: #e7edff;
}

/* line 156, ../sass/style.sass */
#sidebar-second {
  background: #ffd075;
}

/* line 159, ../sass/style.sass */
#navigation {
  background: #121502;
}

/* REHAB
----- */
body{
	background: url("../images/bg_stripe.png") repeat scroll 0 0 transparent
	
	}
	
	
#wrapper{
		background: url("../images/gradient.png") repeat-x scroll left bottom transparent;
	
}
#page{
	background-color: #efeee1;
}
.menu{
	background-color: #121502;
}
.menu li{
	border-right: 1px solid #d5d3ba;
}
.menu li.last{
	border-right: none;
}
#navigation{
	
	color: #d5d3ba;
}
#navigation a{
	color: #d5d3ba;
	font-weight: bold;
}
#navigation .active{
	color: #fff;
}
#footer{
	background-color: #121502;
	overflow: hidden;
}
#footer-navigation{
	font-size: 11px;
	color: #01647c;
}
#footer-navigation a{
	color: #01647c;
}
#logo-title{
	background-color: #d5d3ba;
}
#block-block-4{
	border-top:15px solid #3c3c3c;
}
#block-block-4 p {
	line-height: 0;
	margin: 0;
}
#block-block-5{
	background-color: #000;	
}
#block-block-5 p{
	line-height: 0;
	margin: 0;
}
#name-and-slogan{
	display: none;
}
span.bold{
	font-weight: bold;
}
.front .menu-601{
	display: none;
}

/* .tall.play h3, .tall.savor h3, .tall.create h3, .club-life.short.calendar h3{
	font-size: 13px;
} */

.club-life.testimonial {
	font-size: 31px;
	margin: 0 0 0 30px;
}

.home.upcoming h3, .home.member h3 {
	/* For when we know size these headers should be decreased by */
	font-size: 20px;
}
.view-full{
	margin-top: -82px;
	margin-left: 166px;
	font-size: 10px;
}

/*  Rehab Edits 7-6-11 */
a.golf-button-link{
	text-decoration:none;
}.home.promo p{
	padding-top: 6px;
}

#navigation ul li a{
	font-weight: normal;
}

/* #content-area a img.member-login{
	padding-left: 39px;
} */

#node-6 .golf-button a, .block-id-61 .golf-button a {
	text-decoration: none;
}
#cboxTitle {
  padding: 5px;
  margin: 5px 0;
  color: #000;
  width: 99%;
}