html,body {
  background-color: #235774;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  margin: 0;
  height: 100%;
  /* letter-spacing: -1px; */
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #235774;
}
form {
  margin: 0;
}
input.button {
  background-color: #C4111A;
  border: 0;
  color: white;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 10px 0 0;
  padding: 7px 12px;
}
.right {
  text-align: right;
}

/*
a:hover {
  text-decoration: underline;
}
*/
td, th {
  font-size: 11px;
  padding: 0;
  vertical-align: top;
}

.ad {
  font-size: 0;
}
.ad a {
  font-size: 0;
  display: inline-block ! important;
  margin: 0 ! important;
}
h1, h1 a {
  color: #7c5247;
  font-size: 22px;
  font-weight: normal;
  padding-left: 3px;
}

/* blog and search title */
h2 {
  color: #c4111a;
  font-size: 15px;
}

h3 {
  font-size: 15px;
  font-weight: bold;
  margin:0;
  padding: 8px;
  text-align: center;
  height: 21px; /* 37  - 8 - 8 */
  color: white;
  background-color: #235774;
}
h4 {
  color: #235774;
  font-size: 15px;
  margin: 7px 0;
  font-weight: normal;
}
h5 {
  color: #235774;
  font-size: 15px;
  font-weight: bold;
}

a.more {
  text-align: right;
  display: block;
  margin-top: 6px;
  padding-bottom: 7px;
}

/* LAYOUT ------------------------------------------------------------------ */

#pageContainer {
  width: 980px; /* 10 + 960 + 10 */ 
  margin: 0 auto 0 auto;
}
#topLogoBannerWrap, #topMenuWrap {
  border-color: #235774;
  border-style: solid;
  border-width: 5px 0;
}
#topLogoBanner td, #topMenu td {
  border-color: #235774;
  border-style: solid;
  border-width: 0 10px;
  background-color: white;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #235774;
}
#topLogoBanner #topLogo {
  padding: 20px 12px 0 10px;
}
#topLogoBanner #topBanner {
  width: 728px;
  height: 90px;
}
#topMenu td {
  vertical-align: middle;
  height: 45px;
}
#topMenu td#topDate {
  width: 170px;
  font-weight: normal;
  text-align: center;
}
#topMenu td#topSearch {
  width: 180px;
  border-right-width: 0;
  border-left-width: 0;
  text-align: center;
}

/* MENU -------------------------------------------------------------------- */

#topMenu a.base {
  color: #235774;
  height: 45px;
  width: 140px;
  display: block;
  text-align: center;
}
#topMenu a.base div {
  padding-top: 16px;
}
#topMenu a.twoLines div {
  padding-top: 9px;
}
#topMenu a.base:hover,
#topMenu .subMenu a:hover {
  background: white url('/pix/menu-active-bg.png') repeat-x top left;
}
#topMenu a.base.active,
#topMenu .subMenu a:hover {
  background: white url('/pix/menu-active-bg.png') repeat-x top left;
}

#topMenu .subMenu {
  display: none;
  position: absolute;
  margin-left: -10px;
  z-index: 10;
  text-align: left;
  border-top: 10px solid #235774;
  
  padding-top: 1px;
  background-color: 1px;
}
#topMenu .subMenuInner {
  background-color: white;
  border: 10px solid #235774;
}
#topMenu .subMenu a {
  background-color: white;
  display: block;
  padding: 10px 15px;
}

#topSearch input {
  background-color: transparent;
  font-size: 12px;
  width: 75px;
}
#topSearch input#topSearchSubmit {
  border: 0;
  color: #235774;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
}

#pageContentWrap,
#bottomAdsWrap {
  border-color: #235774;
  border-style: solid;
  border-width: 5px 0;
}
#pageContent,
#bottomAds {
  width: 940px; /* 10+300+10+300+10+300+10 = 940 = 960-10-10 */
  border-color: #235774;
  border-style: solid;
  border-width: 0 10px;
  padding: 5px 10px 10px 10px;
  /* 5 + 10 white column border */
  background-color: white;
  /* background-color: aqua; /* DEBUG */
}
#pageContent .column,
#bottomAds .column {
  border: solid 10px white;
  /* background-color: yellow;  /* DEBUG */
}
#pageContent .single,
#bottomAds .single {
  width: 300px;
}
#pageContent .double {
  width: 610px;
}
#pageContent .triple {
  width: 920px;
}
.fullPageWidth, .fullContentWidth {
  /* width: 100%; */
  border-collapse: collapse;
}

div.paddingBottom {
  height: 10px;
  width: 10px;
  clear: both;
  /* background-color: red; /* DEBUG */
}
table.paddingBottom {
  clear: both;
  margin-bottom: 10px;
}
span.verticalSpace {
  width: 10px;
  display: inline-block;
}

#footer {
  margin: 10px 0 0 24px;
  color: white;
  height: 85px;
}
#footer a {
  color: white;
}
#footer .links {
  font-size: 15px;
  margin-bottom: 10px;
}

/* TOP ARTICLE PICTURE ----------------------------------------------------- */

.element-fpts .grayPage {
  margin-left: 10px;
  width: 600px;
  height: 380px;
  background-color: #28373f;
  /* position: absolute; */
}
.element-fpts .page a {
  color: white;
}
.element-fpts .page {
  overflow: hidden;
  height: 375px;
  width: 600px;
}
.element-fpts h1 {
  position: absolute;
  margin: 14px 0 0 13px;
  color: white;
  width: 580px;
  font-size: 28px;
}
.element-fpts .pictureFull {
  width: 600px;
  height: 325px;
  overflow: hidden;
}
.element-fpts .pictureFull img {
  width: 600px;
}
.element-fpts .captionFull {
  padding: 6px 15px 0 15px;
  font-weight: bold;
  color: white;
}

.element-fpts h1.headlineSmall {
  position: relative;
}
.element-fpts .pictureSmall {
  float: right;
  margin: 14px 15px 10px 10px;
  height: 180px;
}
.element-fpts .captionSmall {
  /* width: 600px; /* must not use width because text would not float around the image */
  /* overflow: hidden; /* this must not be here either */
  padding: 10px 15px 0 15px;
  color: white;
}

/* FPTS -------------------------------------------------------------------- */

.fpts {
  position: absolute;
  display: none;
}
.fpts .captionFull, 
.fpts .captionSmall {
  padding-right: 125px;
}
.element-fpts .navigation {
  position: absolute;
  margin-left: 517px;
  /* margin-left: 492px; */
  margin-top: 333px;
  z-index: 10;
}
.element-fpts .navigation a {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 3px;
  border: solid 1px #28373f;
  background-color: #c4111a;
  color: #e4e4e4;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
.element-fpts .navigation a:hover, .element-fpts .navigation a:active, .element-fpts .navigation a.active {
  border-color: #999d9f;
}

/* FULL ARTICLE ------------------------------------------------------------ */

.fullArticle {
  margin: 10px 10px 20px 25px;
}
.fullArticle .ad {
  float: left;
  margin: 0 15px 12px 0;
}
.fullArticle .authorDate {
  font-style: italic;
  margin: 0 0 12px 0;
}
.fullArticle .moreByAuthor {
  display: block;
  margin-top: 10px;
  text-align: right;
}
.fullArticle .bio img {
  float: left;
  margin: 0 10px 10px 0;
}
.fullArticle .bio {
  font-style: italic;
  margin-top: 20px;
  width: 70%;
}

/* ARTICLE PICTURE --------------------------------------------------------- */

.element-article-picture {
  float: left;
  clear: both;
}
.element-article-picture .photo {
  margin: 0 15px 12px 0;
  width: 200px;
  clear: both;
}
.element-article-picture .photo .caption {
  color: #235774;
  text-align: center;
  padding-top: 5px;
}
  
/* FULL ARTICLE - COURSE RATING ------------------------------------------- */

.element-course-rating .inner {
  margin: 10px 15px 0 15px;
}
.element-course-rating .name,
.element-course-rating .location,
.element-course-rating .info {
}
.element-course-rating .url {
  text-align: center;
}
.ratings {
  border: solid 1px black;
  padding: 10px;
  margin: 10px auto;
}
.ratings img {
  width: 15px;
}
.ratings th {
  text-align: left;
  font-weight: normal;
}

/* ARTICLES LINKS (NEWS, RELATED) ------------------------------------------ */

.element-articles-links .links {
  height: 198px;
  margin: 5px 10px 0 15px;
  overflow: hidden;
}
.element-articles-links a {
  display: block;
  margin-top: 6px;
  padding-bottom: 7px;
}

.news-local {
  height: 482px;
}
.news-local .links {
  height: 403px;
}
.page-home .news-local {
  height: 543px;
}
.page-home .news-local .links {
  height: 470px;
}

.page-awards .links {
  height: auto;
}

/* FEATURE ----------------------------------------------------------------- */

.feature {
  background-color: #dee6ea;
  color: black;
  display: block;
  margin: 10px 0 0 0;
  padding: 10px 10px 7px 10px;
}
.feature .inner {
  height: 95px;
  overflow: hidden;
}
.feature h4 {
  font-size: 11px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.feature .picture {
  width: 120px;
  height: 120px;
  margin: 0 10px 10px 0;
  float: left;
  overflow: hidden;
}
.feature .caption {
}

/* SPOTLIGHT --------------------------------------------------------------- */

.spotlight .headline {
  color: #235774;
  font-weight: bold;
  margin-bottom: 10px;
}

/* BLOG -------------------------------------------------------------------- */

.element-blog {
  height: 112px;
  overflow: hidden;
}
.element-blog .photo {
  float: left;
  margin-right: 10px;
}
.element-blog .photo img {
  width: 90px;
  display: block;
}
.element-blog .title, .element-blog .slogan {
  font-weight: bold;
  color: #235774;
}
.element-blog .slogan {
  margin-bottom: 10px;
}
.element-blog .post {
  color: black;
}

h5.blogName {
  color: #ff0000;
  margin: 0 0 15px 0;
}
.blogProfile {
  padding: 15px;
  color: #235774;
}
.blogProfile img {
  float: right;
  margin: 0 0 10px 15px;
}
.element-articles-links ul,
.element-articles-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog .links {
  height: auto;
}
.twitter {
  position: relative;
  top: 4px;
}

.fullArticle textarea {
  width: 490px;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}


/* FEATURE BOX ------------------------------------------------------------- */

.featureBox {
  display: block;
  padding: 10px 14px 0 14px;
  color: black;
  height: 290px;
  overflow: hidden;
}
.featureBox {
}
.featureBox .picture {
  width: 272px;
  height: 200px;
  overflow: hidden;
}
.featureBox .caption {
}

/* POLL - FRONT PAGE ------------------------------------------------------- */

.element-poll {
  color: #235774;
  border: solid 1px #235774;
  padding: 15px;
  width: 268px;
}
.element-poll h5 {
  margin: 0 0 10px;
}
.element-poll .question {
  margin: 0 0 10px;
}
.element-poll label {
  display: block;
  margin-bottom: 5px;
}
.element-poll .vote {
  width: 65px;
}
.element-poll .viewResults {
  width: 130px;
}

/* POLL RESULTS - POP-UP --------------------------------------------------- */

.page-poll-results .question {
  font-size: 15px;
  color: white;
  margin: 20px 0 0 20px;
}
.page-poll-results .cell {
  border-color: #235774;
  border-style: solid;
  border-width: 5px 10px;
  vertical-align: top;
}
.page-poll-results .results {
  background-color: white;
  padding: 10px;
}
.page-poll-results .option {
  font-weight: bold;
  margin: 0 0 10px 10px;
}
.page-poll-results .voted {
  border-bottom: dotted 1px black;
}
.page-poll-results .percents {
  color: white;
  position: absolute;
  padding-top: 8px;
  z-index: 5;
  width: 320px;
  text-align: right;
}
.page-poll-results .graph {
  width: 330px;
  height: 30px;
  margin-bottom: 10px;
  empty-cells: show;
}
.page-poll-results .graph th {
  background-color: #28373f;
  font-size: 0;
}
.page-poll-results .graph td {
  background-color: #235774;
  font-size: 0;
}


/* TWO COLUMN PAGE --------------------------------------------------------- */

.cols2 .col1 {
  width: 50%;
  padding-right: 10px;
}

.cols2.reviews .picture {
  width: 80px;
  height: 120px;
  margin: 13px 10px 10px 0;
  float: left;
  overflow: hidden;
}
.cols2.galleries .picture {
  width: 120px;
  height: 80px;
  margin: 0 10px 10px 0;
  float: left;
  overflow: hidden;
}
.cols2.galleries span {
  display: inline-block;
  margin-bottom: 10px;
}

/* GALLERIES - FRONT PAGE - OLD VERSION - REMOVE --------------------------- */

.element-galleries-old {
  height: 300px;
  overflow: hidden;
}
.element-galleries-old img {
  width: 610px;  
}
.element-galleries-old a {
  display: block;
  margin-bottom: 9px;
  color: #235774;
}
.element-galleries-old a.photo {
  overflow: hidden;
  height: 120px;
}

/* GALLERIES - FRONT PAGE + BOOKS ------------------------------------------ */

.whiteFeature {
  display: block;
  padding-top: 10px;
}
.whiteFeature .inner {
  height: 80px;
  overflow: hidden;
}
.whiteFeature h4 {
  font-size: 11px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.whiteFeature .picture {
  width: 120px;
  height: 80px;
  margin: 0 10px 10px 0;
  float: left;
  overflow: hidden;
}
.whiteFeature .caption {
}

.element-reviews .whiteFeature .inner {
  height: 120px;
}
.element-reviews .whiteFeature .picture {
  width: 80px;
  height: 120px;
}


/* GALLERY - POP-UP -------------------------------------------------------- */

.page-gallery .headline {
  font-size: 15px;
  color: white;
  position: absolute;
  top: 15px;
  left: 20px;
  line-height: 160%;
  width: 400px;
  z-index: 5;
}
.page-gallery .photo {
  font-size: 15px;
  position: absolute;
  top: 40px;
  left: 10px;
  width: 400px;
  height: 400px;
  overflow: hidden;
}
.page-gallery .photo img {
  width: 400px;
}
.page-gallery .description {
  background-color: white;
  position: absolute;
  top: 375px;
  left: 30px;
  z-index: 10;
  padding: 10px;
  width: 350px; /* 370 - 10 - 10 */
}
.page-gallery .description div {
  overflow: hidden;
  height: 55px; /* 70 - 10 - 10 */
}
.page-gallery .thumbnails {
  background-color: white;
  height: 430px;
  overflow-y: scroll;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 342px; /* 325 + 17 */
  font-size: 0;
}

.page-gallery .thumbnails a {
  display: inline-block;
  height: 95px;
  width: 95px;
  overflow: hidden;
  margin: 10px 0 0 10px;
}
.page-gallery .thumbnails img {
  width: 95px;
}

/* WHERE TO PLAY ----------------------------------------------------------- */

.page-where-to-play .sortLinks {
  text-align: center;
  margin-bottom: 10px;
}
.page-where-to-play .lettersLinks {
  text-align: center;
  margin: 10px 0;
}
.page-where-to-play .signpostLinks {
  text-align: center;
  margin-top: 10px;
}
.page-where-to-play .searchForm {
  margin: 0 auto;
}
.page-where-to-play .searchForm td {
  padding-right: 10px;
}
.page-where-to-play .searchForm th,
.page-where-to-play .searchForm td {
  text-align: left;
  vertical-align: middle;
}
.page-where-to-play input.price {
  width: 80px;
}

.page-where-to-play tr.space td {
  padding-top: 12px ! important;
}
.page-where-to-play table.results {
  width: 100%;
  margin-top: 10px;
}
.page-where-to-play table.results td {
  padding-left: 8px ! important;
}
.page-where-to-play table.results th {
  background-color: #235774;
  padding: 5px 0 5px 8px;
  font-size: 13px;
  text-align: left;
  color: white;
}
.page-where-to-play table.results td.fee,
.page-where-to-play table.results th.fee {
  padding-right: 10px ! important;
  text-align: right;
}

.page-where-to-play .review {
  background-color: #C31119;
  font-weight: bold;
  padding: 4px 0 !important;
}
.page-where-to-play .review a {
  color: white ! important;
}

/* SEARCH ------------------------------------------------------------------ */

.page-search span {
  font-weight: bold;
}
.page-search .authorDate {
  font-style: italic;
  margin: 0;
}
.page-search h2 {
  margin-bottom: 0;
}
.page-search a {
  margin-top: 4px;
  display: block;
}

/* DIRECTORIES - LISTING --------------------------------------------------- */

.page-directory-listing .entries h4 {
  margin: 0 0 2px 0;
}
.page-directory-listing .entries td {
  padding-bottom: 10px;
}
.page-directory-listing .text {
  padding-left: 15px;
}
.page-directory-listing img {
  margin-top: 5px;
}
.page-directory-listing .city {
  margin-bottom: 10px;
}

.page-directory-listing .provinces {
  margin-bottom: 15px;
}
.page-directory-listing .provinces th {
  font-size: 15px;
  font-weight: bold;
  color: #c4111a;
  padding-right: 15px;
  vertical-align: top;
}
.page-directory-listing .provinces td {
  padding-top: 4px;
}

/* DIRECTORIES - DETAIL ---------------------------------------------------- */
  
.page-directory-detail .captionSmall {
  padding-top:15px !important;
}
.page-directory-detail h1 {
  padding-left: 10px;
  margin: 0 0 8px 0;
}
.page-directory-detail .details {
  margin: 0 0 15px 14px;
  color: #235774;
}
.page-directory-detail .thumbnails {
  margin-left: 10px;
  font-size: 0;
}
.page-directory-detail .thumbnails a {
  margin: 0 12px 12px 2px;
  display: inline-block;
}
.page-directory-detail .rhPadding {
  min-height: 390px;
}
.page-directory-detail .others {
  margin: 20px 14px;
  padding: 0;
}
.page-directory-detail .others li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-directory-detail .others li div {
  margin: 0 0 10px 12px;
}

/* FAIRWAYS AWARDS --------------------------------------------------------- */

.page-awards #head {
  text-align: center;
  font-size: 18pt !important;
  margin-bottom: 15px;
}

.page-awards #years_description {
  margin-top: 20px;
}
.page-awards #years_list {
  margin: 20px;
}
.page-awards #years_list a {
  padding: 5px;
  margin-right: 10px;
  color: #9F070F;
  font-size: 13pt;
  font-weight: bold;
  border: solid 1px #9F070F;
}

.page-awards #awards_table {
  margin: 0 auto;
}
.page-awards #awards_table td.award .inside {
  text-align: center;
  margin: 10px;
  width: 260px;
}
.page-awards #awards_table td.space {
  width: 30px;
}
.page-awards #awards_table img {
  width: 260px;
}
.page-awards #awards_table .head {
  font-weight: bold;
  color: #9F070F;
  margin-bottom: 15px;
  font-size: 14pt;
}
.page-awards #awards_table .subhead {
  font-weight: bold;
  font-size: 12pt;
  margin: 10px 0;
}

/* VIDEO ------------------------------------------------------------------- */

.element-video h4 {
  margin: 7px 15px;
}
.element-video .caption {
  margin: 0 15px;
  height: 30px;
  overflow: hidden;
}

/* E-MAG NOTIFICATOR ------------------------------------------------------- */

.page-emag .issues td {
  padding-right: 10px;
}

/* LEADERBOARD ------------------------------------------------------------- */

.page-leaderboard img.logo {
  float: right;
}
.page-leaderboard .bigAssociationName,
.page-leaderboard .bigEventName {
  font-size: 20px;
  line-height: normal;
  margin: 15px 0 5px 0;
}
.page-leaderboard .associationName {
  margin: 0 10px 10px 20px;
  color: gray;
}
.page-leaderboard a {
  display: block;
  margin-bottom: 5px;
}
.page-leaderboard_header {
  background-color: white;
  text-align: center;
}
.page-leaderboard_header img {
  margin: 20px 0;
  width: 550px;
  height: 97px;
}
.page-leaderboard .results {
  clear: both;
}
.page-leaderboard .ad div {
  margin: 0 auto;
}

/* LINKS ------------------------------------------------------------------- */

.page-links .groupName {
  font-size: 20px;
  line-height: normal;
  margin: 15px 0 5px 0;
}
.page-links a {
  display: block;
  margin-bottom: 5px;
}

/*
 * Leaderboard and Links
 */
.columns {
  width: 100%; 
  border-collapse: collapse;
}
.columns td {
  width: 50%;
  vertical-align: top;
  padding-left: 10px !important;
}

/* COLUMNISTS -------------------------------------------------------------- */

.columnist h4,
.columnist h4 a {
  font-weight: bold;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 3px;
}
.columnist .picture {
  float: left;
  margin-right: 10px;
}
.columnist {
  overflow: auto;
  margin-top: 10px;
}

/* SHARE BUTTONS ----------------------------------------------------------- */

.page-article-news h1 {
  overflow: hidden;
}
.page-article-news .element-share {
  float: right;
  margin-top: 5px;
  padding-right: 5px;
}

.page-article .element-share {
  float: left;
  margin-top: 10px;
  padding-right: 5px;
}

#comments .addthis_toolbox {
  float: right;
  margin-top: 5px;
  padding-right: 5px;  
}

/* Safari hack - must be at the end of the file */
html,body { letter-spacing: normal;# }

