/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  font-family: Tahoma, Geneva, Verdana;
  line-height: 1.25;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

.home h1.shadow{display:none}

h1 { font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS'; font-size: 24.15px; color: #424d16; line-height: 36.22px; }
.sub h1 { color:#FFFFFF; display:block; font-size:43.96px; height:87px; line-height:87px; margin:0 0 20px; padding:10px 20px 0 0; text-align:right; width:726px; }
.about h1 { background: url(../images/h1-about.jpg) top left no-repeat; }
.reservations h1 { background: url(../images/h1-about.jpg) top left no-repeat; }

.dining h1 { background: url(../images/h1-dining.jpg) top left no-repeat; }
.spa h1 { background: url(../images/h1-spa.jpg) top left no-repeat; }
.tennis h1 { background: url(../images/h1-tennis.jpg) top left no-repeat; }
.golf h1 { background: url(../images/h1-golf.jpg) top left no-repeat; }
.events h1 { background: url(../images/h1-events.jpg) top left no-repeat; }
.realestate h1 { background: url(../images/h1-realestate.jpg) top left no-repeat; }
.members h1 { background: url(../images/h1-memberslogin.jpg) top left no-repeat; }

h2 { font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS'; font-size: 20px; color: #543019; }
.sub h2 { color: #933c06; }

h3 { font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS';font-size: 16px; color: #933c06; }
h4 { font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS';font-size: 1.2em; }
h5 { font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS';font-size: 1em; }
h6 { font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS';font-size: 1em; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; font-family: Tahoma, Geneva, Verdana; font-size: 13px; line-height: 18px;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #923c05; text-decoration: underline; }
a           { color: #923c05; text-decoration: none; }


#nav-sub a:focus,
#nav-sub a:hover     { color: #923c05; text-decoration: none; }
#nav-sub  a { color: #54301a; text-decoration: none;}

#footer a  { color: #54301a; }
#footer dl a:hover   { color:#923c05 ; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; margin-left: 20px; margin-right: 20px;}
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

#footer dl          { width:14.285%; margin: 0; padding: 0 0 20px; float: left; color: #533019; height: 140px; }
#footer dl dt       { font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS'; font-size: 12px; line-height: 18px; text-transform: uppercase; font-weight: normal; margin: 0; padding: 0;}
#footer dd          { font-size: 10px; margin: 0; padding: 0; height: 16px; line-height: 16px; vertical-align: middle;}

#footer dl#contact { background:url("../images/icon-plantationbay.png") no-repeat scroll left center transparent; display:inline; font-size:12px; line-height:18px; padding:20px 0 0 80px; width:auto; min-height: 0; height: 75px; }
#footer dl#contact dt { font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS'; font-weight: 700; color: #933c06; }
#footer dl#contact dd {float: left; display: block; }
#footer dl#contact .line1 { color: #933c06; margin: 0 0 2px 0; }
#footer dl#contact .first { clear: left; border-right: 1px solid; padding:0 10px 0 0; margin: 0 10px 0 0; }

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.left       { float:left; margin-top: 4px; margin-right: 10px; }
.right      { float:right; margin-left: 10px; }

.more		{ text-transform: uppercase; }

.banner     { margin: 0 0 10px; }
#footer .logo {margin: 20px 0 0; }
