/*  
Theme Name: Golf Course Default
Theme URI: http://www.embassyhills.com/
Description: The default Golf Course theme designed by Joshua Wychopen in 2006-2008.
Version: 1.1
Author: Joshua Wychopen
Author URI: http://www.joshwychopen.com/
*/

/* Site fcs */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding:0;
	text-align: center;
	background: #78a840 url(images/bg.jpg) no-repeat scroll 50% 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

.alignleft {
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #8bb6d1;
	background-color: #f3f3f4;		
}

.alignright {
	float: right;
	margin-left: 10px; 
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #8bb6d1;
	background-color: #f3f3f4;	
}

a {
	text-decoration: none;
	color: #8bb6d1;
}

a:hover {
	text-decoration: underline;
	color: #8bb6d1;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8bb6d1;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #8bb6d1;
	line-height: 19px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #8bb6d1;
	line-height: 19px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8bb6d1;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8bb6d1;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333333;
	padding: 5px 0px 10px 0px;
}

#wrapper {
	width: 825px;
	margin: 0 auto;
	position: relative;
}

#header-logo {
	width: 825px;
	height: 176px;
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.logo a {
	width: 320px;
	height: 128px;
	float: left;
	text-indent: -9999px;
	margin: 20px 0px 0px 5px;
}

.top-links {
	float: right;
	width: 272px;
	text-align: right;
	margin: 65px 0px 0px 0px;
	padding: 5px 10px 5px 0px;
	color: #8bb6d1;
}

.top-links a {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
	color: #8bb6d1;
}

.top-links a:hover {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #8bb6d1;
}

#navigation {
	width: 553px;
	height: 56px;
	float: left;
  	background:  url(images/navigation-bg.jpg) no-repeat;
}

li.home a {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 78px;
  height: 56px;
  background-position: 0 0;
}

li.home a:hover {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 78px;
  height: 56px;
  background-position: 0 -57px;
}

li.course a {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 108px;
  height: 56px;
  background-position: -78px 0;
}

li.course a:hover {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 108px;
  height: 56px;
  background-position: -78px -57px;
}

li.fees a {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 63px;
  height: 56px;
  background-position: -7186px 0;
}

li.fees a:hover {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 63px;
  height: 56px;
  background-position: -186px -57px;
}

li.events a {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 80px;
  height: 56px;
  background-position: -249px 0;
}

li.events a:hover {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 80px;
  height: 56px;
  background-position: -249px -57px;
}

li.memberships a {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 111px;
  height: 56px;
  background-position: -329px 0;
}

li.memberships a:hover {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 111px;
  height: 56px;
  background-position: -329px -57px;
}

li.contact a {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 111px;
  height: 56px;
  background-position: -440px 0;
}

li.contact a:hover {
  background:  url(images/navigation-bg.jpg) no-repeat;
  width: 111px;
  height: 56px;
  background-position: -440px -57px;
}

/* ---------------[ Drop-down Menu ]--------------- */
/* Based on Ruthsarian Menus : ruthsarian@gmail.com */

ul#nav {
	float: left;
	list-style-type: none;
	height: 45px;
}

ul#nav li a {
 	margin: 0;
  	padding:0;
	float: left;
	text-indent: -9999px;
	font-weight: bold;
}

ul#nav, ul#nav li, ul#nav ul {
	list-style: none;
}

ul#nav ul {
	display: none;
	top: 56px;
	right: auto;
	left: -0px;
	width: 20em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999999;
	text-align: left;
	text-indent: 0;
}

ul#nav li {
	position: relative;
	float: left;
	z-index: 1;
	font-weight: bold;
}

ul#nav li:hover {
	z-index: 999;
}

ul#nav li:hover > ul {
	display: block;
	position: absolute;
}

ul#nav ul li a {
	display: block;
	float: none;
	height: 1em;
	width: 20em;
	padding: 1em;
	background: #ccc;
	text-indent: 0;
	color: #333333;
	text-decoration: none;
}

ul#nav ul, ul#nav ul li {
	float: none;
	width: 22em;
}

ul#nav ul li a, ul#nav ul li a:link, ul#nav ul li a:visited {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

ul#nav ul li a:hover, ul#nav ul li a:active {
	background: #999999;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/drop-down-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Drop-down Menu Hacks */
ul#nav ul {
	background-color: #fff;
}

ul#nav ul li a {
	position: relative;
}

/* End Navigation */

#main {
	width: 825px;
	float: left;
	background-color: #ffffff;
	background-image: url(images/wrapper-bg.jpg);
	background-repeat: repeat;
	background-position: left top
}

#left {
	width: 552px;
	float: left;
}

ol {
	padding: 0px 0px 0px 35px;
}

#content {
	width: 502px;
	float: left;
	padding: 15px 25px 20px 25px;
	text-align: left;
}

#content ul {
	margin: 0px 0px 10px 45px;
	padding: 0px 0px 0px 0px;
}

content ul li {
	line-height: 14px;
	padding: 0;
}

ul.pdf {
	margin: 0px 0px 10px 45px;
	padding: 0px 0px 0px 0px;
	float: left;
}

ul.pdf li {
	list-style-image: url(images/pdf-icon.gif);
	list-style-position: 5px 0;
}


#sidebar {
	width: 273px;
	float: left;
	background-color: #AAAAAA;
	padding-bottom: 10px;
}

#fof-sidebar {
	width: 273px;
	height: 400px;
	float: left;
	background-color: #AAAAAA;
	padding-bottom: 10px;
}

.volunteers a {
	width: 234px;
	height: 78px;
	float: left;
	background-image: url(images/volunteers.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	margin: 20px 20px 0px 20px;
}

.date a {
	width: 234px;
	height: 68px;
	float: left;
	background-image: url(images/date.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	margin: 20px 20px 0px 20px;
}

/* Search */

#search-form-input {
	height: 24px;
	float: left;
	margin: 14px 0px 0px 0px;
	text-align: center;
}

#search-form-button {
	height: 23px;
	float: left;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

#search {
	width: 272px;
	height: 56px;
	float: left;
	background-image: url(images/search-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

#search-input {
	height: 24px;
	float: left;
	margin: 14px 0px 0px 27px;
	text-align: center;
}

#search-button {
	height: 23px;
	float: left;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

.search-input {
	font-size: 1.4em;
	border: 1px solid #999999;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
	width: 120px;
}

/* Page Links Sidebar Module */
#page-links {
	width: 234px;
	float: left;
	background-image: url(images/page-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px 20px;
}

ul#pl {
	list-style: none;
	float: left;
	margin: 40px 0px 0px 0px;
}

ul#pl li {
	float: left;
	display: inline;
}

ul#pl li a {
	float: left;
	margin: 0px;
	text-align: center;
	width: 234px;
	height: 20px;
	display: inline;
	padding: 10px 0px 8px 0px;
	border-bottom: 1px solid #cccccc;
	background-color: #f3f3f4;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

ul#pl li a:hover {
	background-color: #E7E7E7;
  	text-decoration: none;
}

/* Downloads Sidebar Module */
#downloads-module {
	width: 234px;
	float: left;
	background-image: url(images/downloads.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px 20px;
}

ul#downloads {
	list-style: none;
	float: left;
	margin: 40px 0px 0px 0px;
}

ul#downloads li {
	float: left;
	display: inline;
}

ul#downloads li a {
	float: left;
	margin: 0px;
	text-align: center;
	width: 234px;
	height: 20px;
	display: inline;
	padding: 10px 0px 8px 0px;
	border-bottom: 1px solid #cccccc;
	background-color: #f3f3f4;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

ul#downloads li a:hover {
	background-color: #E7E7E7;
  	text-decoration: none;
}

/* Featured Links */

#featured-links {
	width: 234px;
	height: 247px;
	float: left;
	background-image: url(images/featured-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px 20px;
}

ul#fl {
	list-style: none;
	float: left;
	margin: 40px 0px 0px 0px;
}

ul#fl li, ul#fl ul {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

ul#fl li a {
  text-indent: -9999px;
  float: left;
  padding: 0px;
  margin: 0px;
}

li.fl-tournaments a {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 48px;
  background-position: 0 0;
}

li.fl-tournaments a:hover {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 48px;
  background-position: -234px 0px;
}

li.fl-events a {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 38px;
  background-position: 0px -48px;
}

li.fl-events a:hover {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 38px;
  background-position: -234px -48px;
}

li.fl-memberships a {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 34px;
  background-position: 0px -88px;
}

li.fl-memberships a:hover {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 34px;
  background-position: -234px -88px;
}

li.fl-fees a {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 39px;
  background-position: 0px -122px;
}

li.fl-fees a:hover {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 39px;
  background-position: -234px -122px;
}

li.fl-map a {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 55px;
  background-position: 0px -161px;
}

li.fl-map a:hover {
  background:  url(images/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 55px;
  background-position: -234px -161px;
}

/* Recent News */

#recent-news {
	width: 234px;
	height: 198px;
	float: left;
	background-image: url(images/recent-news.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px 20px;
}

#recent-news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5076a4;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

ul#rn {
	list-style: none;
	float: left;
	margin: 40px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	width: 194px;
	height: 128px;
}

ul#rn li {
	text-align: left;
	list-style-type: none;
	padding: 0px 0px 4px 0px;
	font-size: 12px;
	line-height: 15px;
}

ul#rn li.morenews {
	text-align: left;
	list-style-type: none;
	padding: 6px 0px 4px 0px;
	font-size: 12px;
	line-height: 15px;
}

#header {
	width: 552px;
	height: 251px;
	float: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	width: 825px;
	height: 54px;
	float: left;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 18px 0px 0px 25px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Form Sets */

label {
	cursor: pointer;
}

fieldset {
	border: none;
	padding: 0;
}

input:focus, input.sffocus, textarea:focus, select:focus {
	background: #feffd7;
}

textarea, select {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
}

.input {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
	width: 200px;
}

.input-long {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
	width: 444px;
}

select {
	padding: 1px;
	font-size: 1.3em;
}

#header-page {
	width: 552px;
	height: 191px;
	float: left;
	background-image: url(images/header-blank.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 5px solid #8bb6d1;
}

.postmetadata {
	padding: 15px;
	margin: 15px 25px 15px 25px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f3f3f4;
}

.comment {
	padding: 15px 0px 15px 0px;
	margin: 15px 25px 15px 25px;
	border-top: 5px solid #9bc;
	border-bottom: 1px solid #9bc;
	background-color: #f3f3f4;
}

.postdetails {
	font-size: 10px;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	line-height: 18px;
}

.postdetails a { 
	text-decoration: none;
}

.postdetails a:visited { 
	text-decoration: none; 
}
	
.postdetails a:hover { 
	text-decoration: underline; 
}

.postdetails .comments { 
	background: url(images/post-comments-ico.png) no-repeat left center; 
	padding: 5px 0px 5px 22px;
}

.postdetails .readon { 
	background: url(images/post-details-read-ico.png) no-repeat left center; 
	padding: 5px 0px 5px 15px;
	margin-left: 5px;
}

.postdetails .subscribe { 
	background: url(images/post-details-rss-ico.png) no-repeat left center; 
	padding: 5px 0px 5px 15px; 
	margin-left: 5px;
}

.postdetails .category { 
	background: url(images/post-details-category-ico.gif) no-repeat left center; 
	padding: 5px 0px 5px 15px; 
	margin-left: 5px;
}

.postdetails .facebook { 
	background: url(images/facebook-share-ico.gif) no-repeat left center; 
	padding: 5px 0px 5px 18px; 
	margin-left: 5px;
}

.postdetails .digg { 
	background: url(images/digg-share-ico.gif) no-repeat left center; 
	padding: 5px 0px 5px 18px; 
	margin-left: 5px;
}

.postdetails .delicious { 
	background: url(images/delicious-share-ico.gif) no-repeat left center; 
	padding: 5px 0px 5px 18px; 
	margin-left: 5px;
}

blockquote {
	width: 470px;
	background-color: #f3f3f4;
	float: left;
	padding: 15px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
}

/* Table */

.tableBox {
	border-top: 3px solid #002673;
	border-right: 1px solid #002673;
	border-bottom: 3px solid #002673;
	border-left: 1px solid #002673;
}
.tableBoxHead {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #002673;
	background-color: #E4F5FF;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002673;
}
.tableBoxDate {
	font-style: italic;
	font-weight: bold;
	color: #E4F5FF;
	background-color: #002673;
	font-size: 18px;
	text-align: center;
}
.tableBoxText {
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #002673;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableBoxTextTop {
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableBoxTextCap {
	font-size: 16px;
	color: #002673;
	padding-left: 20px;
	background-color: #E4F5FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002673;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableBox2 {
	border-top: 3px solid #295F43;
	border-right: 1px solid #295F43;
	border-bottom: 2px solid #295F43;
	border-left: 1px solid #295F43;
}
.tableBox2Head {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #295F43;
	background-color: #ECF7F1;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #295F43;
}
.tableBox2Date {
	font-style: italic;
	font-weight: bold;
	color: #ECF7F1;
	background-color: #295F43;
	font-size: 18px;
	text-align: center;
}
.tableBox2Text {
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #295F43;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableBox2TextTop {
	font-size: 14px;
	color: #000000;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableBox2TextCap {
	font-size: 16px;
	color: #295F43;
	padding-left: 20px;
	background-color: #ECF7F1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #295F43;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #295F43;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableBox2Hilight {
	font-size: 18px;
	color: #000000;
	padding-left: 20px;
	background-color: #FEF8BA;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.tdBox {
	font-size: 12px;
	color: #002673;
	padding-right: 10px;
	padding-left: 10px;
}
.tdBox2 {
	font-size: 14px;
	color: #214021;
	padding-right: 10px;
	padding-left: 10px;
}
.tdBoxHead {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #002673;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
}
.tdBox2Head {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #295F43;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}
.text4 {
	font-size: 16px;
}
.text4b {
	font-size: 16px;
	font-weight: bold;
}
.text3 {
	font-size: 14px;
}
.text3b {
	font-size: 14px;
	font-weight: bold;
}
.text2 {
	font-size: 12px;
}
.text2b {
	font-size: 12px;
	font-weight: bold;
}
.text1 {
	font-size: 10px;
}
.text1b {
	font-size: 10px;
	font-weight: bold;
}
.text0 {
	font-size: 8px;
}
