/*
Theme Name: Tyne Valley Cycling
Theme URI: http://www.tynevalleycycling.co.uk	
Description: The third layout for Tyne Valley Cycling
Version: 3.0
Author: Steven Jones
Author URI: http://www.sandyfordweb.co.uk/
*/

html {
	height: 100%;
	}
	
body	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background-color: #556666;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	}

p, td, tr, th, table, h1, h2, h3, h4, h5, h6, ul, li, ol	{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0;
	padding: 0;
	}
		
h1, h2, h3, h4, h5, h6 {
	letter-spacing: .025em;
	}
	
em, strong {
	}
	
img {
	border: none;
	}
	
#content h1, #content h2, #content h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	



/* Begin Container */

#container_2col {
	width: 744px;
	text-align: left;
	margin: 0 auto;
	background: url(images/fpo_pagebg.gif) left top;
	min-height: 100%;
	}
	
#container_1col {
	width: 744px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/fpo/fpo_pagebg_wide.gif) left top;
	min-height: 100%;
	}
	
#container_inner {
	margin: 0;
	}
	



/* Begin Columns and Footer */

#header {
	margin: 0;
	padding: 0;
	}
	
#footer {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1.1em;
	background-color: #FFF;
	width: 512px;
	clear: both;
	}
	



/* Begin Masthead */

#masthead {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(images/masthead_top.gif) left bottom no-repeat;
	}

#masthead h1 {
	display: none;
	}

#masthead p {
	padding: 5px;
	margin: 0 0 0 92px;
	font-size: 1.1em;
	}

#masthead p .divider {
	padding: 0px 6px;
	color: #BBB;
	}


/* Begin Course Status */

#course_status {
	/* Note: width/padding here fixes some div rendering issue? */
	width: 742px;
	padding: 1px;
	margin: 0;
	background: url(images/masthead_bottom.gif) left top no-repeat;
	
height:95px;
	}
	
#course_status img {
	float: left;
	clear: none;
	}

	
#course_status_display {
	margin: 5px 5px 5px 422px;
	padding: 5px 5px 5px 10px;
	min-height: 44px;
	width: 298px;
	clear: right;
	}
	
#course_status_display h2 {
	color: #ABB;
	position: static;
	margin: 0;
	padding: 1px 0 2px 0;
	font-size: 1.0em;
	font-weight: normal;
	width: 220px;
	}
	
#course_status_display p {
	color: #ABB;
	position: static;
	margin: 0;
	padding: 3px 0 2px 0;
	font-size: 1.0em;
	font-weight: normal;
	width: 220px;
	}
	
.status_info {
	color: #DEE;
	font-weight: bold;
	}
	
#course_status_display img {
	float: right;
	}


/* Begin Links */

a, a:visited {
	color: #700;
	text-decoration: underline;
	}
	
a:hover {
	color: #300;
	}
	
#nav_primary a {
	color: #700;
	padding: 13px 7px 7px;
	text-decoration: none;
	}

#nav_primary a:hover {
	color: #300;
	padding: 13px 7px 7px;
	background: url(images/nav_primary_hover.gif) left top;
	text-decoration: none;
	}

#nav_secondary a {
	padding: 8px 7px;
	color: #FFF;
	text-decoration: none;
	}

#nav_secondary a:hover {
	padding: 8px 7px;
	background: #600;
	text-decoration: none;
	}
	
.primary_nav_current {
	color: #122 !important;
	font-weight: bold !important;
	background: url(images/nav_primary_current.gif) left top ;
	}

a:hover.primary_nav_current {
	background: url(images/nav_primary_current_hover.gif) left top !important;
	}
	


/* Begin Nav Structure */

#nav {
	font-size: 1.2em;
	font-weight: normal;
	}

#nav_primary {
	background: url(images/nav_primary_bg.gif) left top;
	margin: 0;
	padding: 13px 0 7px 0;
	float: none;
	}

#nav_primary ul {
	list-style: none;
	}

#nav_primary li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#nav_primary .first_child {
	padding-left: 30px;
	}

#nav_secondary {
	background-color: #800;
	margin: 0;
	padding: 8px 0;
	width: 744px;
	float: left;
	}
	
#nav_secondary_empty {
	background-color: #800;
	margin: 0;
	padding: 0;
	width: 744px;
	height: 5px;
	float: left;
	}

#nav_secondary ul {
	list-style: none;
	}

#nav_secondary li {
	display: inline;
	}

#nav_secondary .first_child {
	padding-left: 30px;
	}

#nav_tertiary {
	border-top: 1px #DDD3BE solid;
	margin: 0 15px 0 35px;
	padding: 10px 0 10px 5px;
	}
	
#nav_secondary ul {
	list-style: none;
	}

#nav_tertiary li {
	display: inline;
	padding: 0 6px 0 4px;
	}

#nav_tertiary .first_child {
	padding-left: 0px;
	}
	



/* Begin Page Titles */
	
#pagetitle {
	background: url(images/pagetitle.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#container_1col #pagetitle {
	background: url(/images/pagetitle_wide.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#home_index1{
	background: url(images/home_index1.jpg) left top;
	width: 100%;
	height: 220px;
	clear: both;
	}
	
#home_index2 {
	background: url(images/home_index2.jpg) left top;
	width: 100%;
	height: 220px;
	clear: both;
	}
	
#home_index3 {
	background: url(images/home_index3.jpg) left top;
	width: 100%;
	height: 220px;
	clear: both;
	}

#news_index {
	background: url(images/news_index.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#news_detail {
	background: url(images/news_detail.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#course_index {
	background: url(images/course_aboutthecourse.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#course_coursetour {
	background: url(images/course_coursetour.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#course_groundrules {
	background: url(images/course_groundrules.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#course_scorecard {
	background: url(images/course_scorecard.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#club_index {
	background: url(images/club_aboutourfacilities.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#club_proshop {
	background: url(images/club_proshop.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#club_handicap {
	background: url(images/club_handicap.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#rates_index {
	background: url(images/rates_index.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#rates_programs {
	background: url(images/rates_programs.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#lessons_index {
	background: url(images/lessons_index.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#calendar_index {
	background: url(images/calendar_index.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#directions_index {
	background: url(images/directions_index.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#reservations_index {
	background: url(images/reservations_index.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#sitemap_index {
	background: url(images/sitemap_index.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#contact_index {
	background: url(images/contact_index.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
#tourney_index {
	background: url(images/tourney_central.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#tourney_schedule {
	background: url(images/tourney_schedule.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#tourney_details {
	background: url(images/tourney_details.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#tourney_rtpc {
	background: url(images/tourney_rtpc.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}

#tourney_history {
	background: url(images/tourney_history.jpg) left top;
	width: 100%;
	height: 120px;
	clear: both;
	}
	
.home #pagetitle {
	background: url(images/pagetitle_home.jpg) left top;
	width: 100%;
	height: 220px;
	clear: both;
	}

h1 {
	display: none;
	}



/* Begin Columns */

#content {
	background-color: #FFF;
	float: left;
	width: 512px;
	padding: 0;
	margin-top: -30px;
	}

#contentforum {
	background-color: #FFF;
	float: left;
	width: 740px;
	padding: 0;
	}
	
#content_secondary {
	background-color: #BBB;
	float: right;
	width: 232px;
	padding: 0;
	}
	
#container_1col #content {
	background-color: #FFF;
	float: left;
	width: 662px;
	padding: 0;
	margin-top: -30px;
	}
	
#container_1col #content_secondary {
	background-color: #BBB;
	float: right;
	width: 82px;
	padding: 0;
	}




/* Begin Primary Content */

#content h2 {
	color: #2B433C;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.3em;
	clear: left;
	}




#contentforum h2 {
	color: #2B433C;
	font-size: 2.0em;
	font-weight: normal;
	margin: -20px 15px 4px 40px;
	line-height: 1.3em;
	clear: left;
	}


#content h3 {
	color: #2B433C;
	color: #111111;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.4em;
	clear: left;
	}
	
#content h4 {
	color: #2B433C;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.4em;
	clear: left;
	}

#content p, #content ul {
	margin: 0 40px 18px 40px;
	line-height: 1.6em;
	clear: left;
	}

#container_1col #content p {
	margin-right: 90px;
	}

#content p {
	font-size: 1.2em;
	font-weight: normal;
	}
		
#content table {
	font-size: 1.1em;
	}

#content blockquote.narrow {
	float: right;
	width: 207px;	
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 15px 10px 10px;
	line-height: 1.6em;
	background: url(images/fpo_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 5px 8px 30px;
	text-transform: uppercase;
	}

#content blockquote.wide {	
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px 15px 10px 40px;
	line-height: 1.6em;
	background: url(images/fpo_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 5px 8px 30px;
	text-transform: uppercase;
	clear: both;
	}
	
#content ul {
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
	list-style: disc;
	padding-left: 3px;
	padding-right: 15px;
	}

#content ul li {	
	margin-left: 15px;
	padding: 2px 0px;
	}
	
#content ul li.first_child {
	padding: 0px 0px 2px 0px;
	}
	
#content .callout_wide {	
	color: #333;
	font-weight: normal;
	margin: 15px 15px 15px 40px;
	line-height: 1.6em;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 0;
	clear: both;
	}

#content .callout_wide h3,
#content .callout_wide p {	
	margin: 0;
	padding: 0;
	}

#content .callout_wide h3 {	
	text-transform: uppercase;
	padding-bottom: 4px;
	font-size: 1.1em;
	}
	



/* Begin Secondary Content */

#content_secondary {
	background: url(images/fpo_sb_footer_bg.gif) left top;
	padding: 0 0 1px 0;
	}

#content_secondary p {
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 15px 15px 15px;
	line-height: 1.6em;
	background: url(images/fpo_sb_bg.gif) left top;
	}
	
#content_secondary p.list_intro {
	padding-bottom: 2px;
	margin-bottom: 0;
	}

#content_secondary p.not_last {
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
#content_secondary ul {
	padding: 8px 15px 15px 15px;
	line-height: 1.6em;
	background: url(images/fpo_sb_bg.gif) left top;
	font-weight: normal;
	list-style: disc;
	font-size: 1.2em;
	}
	
#content_secondary ul li {
	margin-left: 15px;
	padding: 2px 0px;
	font-size: 1.0em;
	}
	
#content_secondary ul li ul.secondary_sublist {
	padding: 2px 15px 2px 15px;
	line-height: 1.4em;
	font-weight: normal;
	list-style: circle;
	background: none;
	font-size: 1.0em;
	}
	
#content_secondary ul li ul.secondary_sublist li {
	margin: 0;
	padding: 2px 0px;
	}
	
#content_secondary ul li.last_child_see_more {
	padding-left: 15px;
	background: url(images/fpo_more.gif) 0px 6px no-repeat;
	}	

/* #content_secondary h2 {
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #222;
	line-height: 1.4em;
	font-weight: normal;
	padding: 15px 15px 0px 15px;
	background: url(images/sb_header_red.gif) left top;
	}
	
#content_secondary h2.sb_photo {
	background: url(images/sb_header_teal.gif) left top;
	} */

#content_secondary h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4em;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	background: url(images/fpo_sb_header_red.gif) left top;
	}
	
#content_secondary h2.sb_photo {
	background: url(images/fpo_sb_header_teal.gif) left top;
	}



/* Begin Content Image Styles */
/* Note: Currently Set to only float: right; */
	
#content .alignright {
	float: right;
	margin: 0 15px 5px 10px;
	clear: both;
	}
	
#content .alignright img {
	border: 5px solid #DDD3BE;
	}
	
#content .alignright p, #container_1col #content .alignright p {
	color: #666;
	font-size: 1.1em;
	margin: 5px 0 5px 5px;
	width: 220px;
	}
	
#content .alignright_button {
	float: right;
	margin: 0 15px 15px 10px;
	clear: both;
	}
	
#content .alignright_button img {
	border: none;
	}

#content .callout_wide .alignright_button {
	float: right;
	margin: 0 0 15px 10px;
	clear: both;
	}
	
#content .callout_wide .alignright_button img {
	border: none;
	}


/* Begin News Image Styles */

#news_primary h3 img {
	border: 5px solid #DDD3BE;
	}
	

/* Begin Drop Cap */

.dropcap {
	float: left;
	width: .75em;
	font-size: 4em;
	line-height: 32px;
	margin-left: -12px;
	font-weight: normal;
	color:#566;
	font-family: Georgia, Times, sans-serif;
	}	

/* Begin All Caps */

.allcap {
	text-transform: uppercase;
	}	


/* Begin Flight List */

#flights {
	width: 160px;
	padding: 5px;
	background-color: #EBE5D8;
	border: 1px #CABCA0 solid;
	}

#flights ul {
	margin: 0;
	line-height: 1.6em;
	font-size: 1.1em;
	font-weight: normal;
	list-style: none;
	}
	
#flights ul li {
	margin-left: 0;
	padding: 2px 2px;
	}
	
#flights ul li.first_child {
	padding: 0px 2px 2px 2px;
	}
		



/* Begin Tournaments & Large Score Tables */

.scores {
	background: none;
	border-spacing: 0;
	width: 100%;
	}

.scores tr td, 
.scores tr th {
	padding: 4px;
	border-bottom: 1px #DDD3BE solid;
	}
	
#content .scores_container {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 20px 15px 33px;
	line-height: 1.6em;
	width: 454px;
	padding: 4px;
	background-color: #EBE5D8;
	border: 1px #DDD3BE solid;
	}
	
.tabletitle {
	font-weight: bold;
	}
	
th {
	font-weight: normal;
	font-style: italic;
	}
	
td, th {
	text-align: center;
	}

td.left_column, 
th.left_column {
	text-align: left;
	}
	
td.right_column, 
th.right_column {
	text-align: right;
	}
	
td.first_column, 
th.first_column {
	text-align: left;
	}
	
td.first_column_players {
	text-align: left;
	color: #777;
	}

td.last_column, 
th.last_column {
	text-align: right;
	}
	
.scores_container tr:hover,
.rates_container tr:hover,
.scores_container_small tr:hover{
	background-color: #FFF;
	}
	
tr.tabletitle:hover {
	background-color: #EBE5D8;
	}
	
tr.tablefooter:hover {
	background-color: #EBE5D8;
	}

		
#content h3.tourneyname {
	/*border-bottom: 1px #DDD3BE solid;*/
	margin-left: 35px;
	padding-left: 5px;
	margin-right: 15px;
	padding-bottom: 0;
	margin-bottom: 5px;
	clear: both;
	}
	
#content p.tourneydesc {
	border-top: 1px #DDD3BE solid;
	margin-left: 35px;
	padding-left: 5px;
	margin-right: 15px;
	padding-top: 8px;
	clear: both;
	}
	
#content p.tourneyformat {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px #DDD3BE solid;
	margin-left: 35px;
	padding-left: 5px;
	margin-right: 15px;
	padding-top: 8px;
	clear: both;
	}		

#content p.flightwinner {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 15px 5px 33px;
	/* width: 450px; */
	padding: 4px 4px 4px 8px;
	background-color: #E1D4BA;
	border: 1px #CABCA0 solid;
	}
	
#content p.tourneydate {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	}

#content p.backtotop {
	font-size: 0.9em;
	text-align: right;
	padding: 0 10px;
	margin-top: -12px;
	margin-bottom: 10px;
	}
	
.hook {
	font-size: 1.5em;
	vertical-align: -.2em;
	color: #BA9;
	}

td .gross,
td .handicap,
td .in_progress,
.tabletitle th .gross,
.tabletitle th .handicap,
.gross,
.handicap  {
	color: #777;
	font-weight: normal;
	}

/* Begin Small Score Tables */

.scores_small {
	background: none;
	border-spacing: 0;
	width: 100%;
	}

.scores_small tr td, .scores_small tr th {
	padding: 4px;
	border-bottom: 1px #DDD3BE solid;
	}

.scores_small tr.tabletitle td{
	font-weight: bold;
	}
	
#content .scores_container_small {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.6em;
	width: 202px;
	padding: 4px;
	background-color: #EBE5D8;
	border: 1px #DDD3BE solid;
	}
		
#content h3.tablename {
	/*border-bottom: 1px #DDD3BE solid;*/
	margin-left: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: none;
	}
	
#content p.tabledesc {
	border-top: 1px #DDD3BE solid;
	margin-top: -2px;
	margin-left: 0;
	margin-right: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	clear: none;
	}	


/* Begin Tourney Results */

#tourney_results_primary,
#tourney_details_primary {
	float: left;
	width: 512px; 
	background-color: #E1D4BA;
	clear: both;
	border-bottom: 1px #CABCA0 solid;
	margin: 0 0 18px 0;
	padding-bottom: 10px;
	}
	
#content p.tourney_date {
	font-size: 1.0em;
	/* text-transform: uppercase; */
	}

#content h3.tourney_title {
	border-top: 1px #DDD3BE solid;
	}
	
/* Tourney Central Results List */
	
#content p.results_primary_date {
	padding-bottom: 0 !important;
	padding-left: 16px;
	margin-bottom: 2px;
	font-size: 1.1em;
	background: url(images/icon_golfball_white.gif) 0px 2px no-repeat;
	/* text-transform: uppercase; */
	}

#content h4.results_primary_title {
	padding-top: 0 !important;
	margin-top: 0;
	margin-bottom: 8px;
	}

/* Begin News */

#news_primary {
	background-color: #E1D4BA;
	clear: both;
	border-bottom: 1px #CABCA0 solid;
	margin: 0 0 15px 0;
	/* Temp  */
	padding-bottom: 10px;
	}
	
#news_primary h2{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #2B433C;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.1em;
	}

#news_primary h3 {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px 30px 5px 40px;
	margin: 0;
	line-height: 1.6em;
	}
	
#news_primary h3.no_news {
	padding: 5px 30px 5px 40px;
	}

	
#news_primary p {
	font-size: 1.1em;
	/*text-transform: uppercase;*/
	margin: 5px 30px 0px 40px;
	line-height: 1.6em;
	}
	
#news_primary hr {
	border: none;
	color: #CABCA0;
	background-color: #CABCA0;
	height: 1px;
	margin: 0px 20px 0px 35px;
	padding: 0;
	clear: both;
 	}
 
#content p.see_more {
	font-size: 1.1em;
	text-transform: none;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(images/fpo_more.gif) 0px 4px no-repeat;
	}

#news_primary p.see_more {
	font-size: 1.1em;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(images/fpo_more.gif) 0px 9px no-repeat;
	}
	
#news_secondary {
	padding: 5px 0 10px 0;
	background: url(images/fpo_sb_bg.gif) left top;
font-size: 1.0em;
	}

#news_secondary h3 {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px 10px 0px 15px;
	line-height: 1.6em;
	}
	
#news_secondary p {
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	padding: 5px 10px 0px 15px;
	line-height: 1.6em;
	}
	
#news_secondary p.date {
	font-size: 1.1em;
	/*text-transform: uppercase;*/
	padding: 5px 10px 0px 32px;
	background: url(images/icon_golfball_tan.gif) 15px 7px no-repeat;
	line-height: 1.6em;
	}
	
#news_secondary p.desc {
	font-size: 1.1em;
	/*text-transform: uppercase;*/
	padding: 0px 10px 5px 15px;
	line-height: 1.6em;
	}


#news_secondary hr {
	border: none;
	color: #CABCA0;
	background-color: #CABCA0;
	height: 1px;
	margin: 0px 10px 0px 10px;
	padding: 0;
	}

#news_secondary p.see_more {
	font-size: 1.1em;
	text-transform: none;
	padding-top: 5px;
	margin-left: 15px;
	background: url(images/fpo_more.gif) 0px 9px no-repeat;
	}	
	
	#news_secondary li.see_more {
	font-size: 1.1em;
	text-transform: none;
	padding-top: 5px;
	margin-left: 15px;
	background: url(images/fpo_more.gif) 0px 9px no-repeat;
	}
	
#content p.news_date {
	font-size: 1.1em;
	text-transform: uppercase;
	}

/* Begin Calendar */

#calendar_primary {
	margin: 10px 0 15px 0;
	}

#calendar_primary dl {
	float: left;
	clear: both;
	min-height: 62px;
	width: 470px;
	padding: 0 0 15px 40px;
	margin: 0;
	/* border: 1px solid #000; */
	}

#calendar_primary dl dt {
	float: left;
	clear: none;
	display: block;
	height: 62px;
	width: 52px;
	padding: 0;
	margin: 0;
	/* border: 1px solid #000; */
	}

#calendar_primary dl dt img {
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	}
	
#calendar_primary dl dd {
	padding: 0;
	margin: 0;
	}
	
#calendar_primary dl dd h3,
#calendar_primary dl dd p {
	float: right;
	clear: right;
	width: 383px;
	padding-left: 0;
	padding-right: 0;

	margin: 0;
	border-left: 1px solid #E1D4BA;
	}
	
#calendar_primary dl dd h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px 15px 2px 10px;
	}
	
#calendar_primary dl dd h3.first_child {
	padding: 0 15px 2px 10px;
	}

#calendar_primary dl dd p {
	font-size: 1.2em;
	padding: 0 15px 0 10px;
	}
	
#calendar_primary dl dd h3.first_child_nolink {
	padding: 0 15px 0 10px;
	}	

#calendar_primary dl dd h3.nolink {
	padding: 10px 15px 0 10px;
	}	

.button_prev {
	position: relative;
	display: block;
	}
	
.button_prev img {
	position: absolute;
	top: -2px;
	left: 0px;
	}
	
.button_next {
	position: relative;
	display: block;
	}
	
.button_next img {
	position: absolute;
	top: -2px;
	left: 29px;
	}
	
.month_year {
	padding-left: 72px;
	}

/* Begin Calendar */

#wp-calendar {
	border-spacing: 0;
	text-align: center;
	margin-bottom: 10px;
        font-size: 1.3em;
        margin-left:25px;
padding-left:10px;
	}

#wp_calendar td {
	font-size: 1.0em;
	}

#wp-calendar thead tr th {
	padding: 5px 3px;
	font-size: 1.0em;
	color: #FFF;
	background-color: #6D0000;
	font-style: normal;
	}

#wp-calendar body tr td {
	padding: 5px 3px;
	font-size: 1.0em;
	}
	
#wp-calendar th.sunday {
	padding-left: 10px;
	background: url(images/fpo_sb_header_dkred.gif) left bottom;
	}

#wp-calendar td.sunday {
	padding-left: 10px;
	}
	
#wp-calendar .saturday {
	padding-right: 10px;
	}
	
#content_secondary h2 a {
	color: #FCC;
	text-decoration: none;
	}
	
	
/* Begin Rates */

.rates {
	background: none;
	border-spacing: 0;
	width: 100%;
	}

.rates tr td, 
.rates tr th {
	padding: 4px;
	border-bottom: 1px #DDD3BE solid;
	}
	
#content .rates_container {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 20px 15px 33px;
	line-height: 1.6em;
	width: 444px;
	padding: 4px;
	background-color: #EBE5D8;
	border: 1px #DDD3BE solid;
	}
	
/* Begin Secondary Table */

table.secondary_table {
	border-spacing: 0;
	width: 232px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 0;
	}

table.secondary_table tr th {
	padding: 5px 3px;
	font-size: 1.1em;
	color: #FFF;
	background-color: #6D0000;
	font-style: normal;
	}

table.secondary_table tr td {
	padding: 8px 3px 0 3px;
	font-size: 1.2em;
	vertical-align: top;
	}
	
table.secondary_table th.first_column {
	padding-left: 15px;
	background: url(images/fpo_sb_header_dkred.gif) left bottom;
	}

table.secondary_table td.first_column {
	padding-left: 15px;
	}
	
table.secondary_table .last_column {
	padding-right: 15px;
	}

/* Begin Contact Form */

#content .form_container {
	font-weight: normal;
	margin: 0 20px 15px 33px;
	line-height: 1.6em;
	padding: 5px;
	background-color: #EBE5D8;
	border: 1px #DDD3BE solid;
	}

#content .form_container form {
	padding: 0;
	margin: 0;
	border: 0;
	}

table.form_contact {
	border-spacing: 0;
	width: 100%;
	text-align: left;
	margin: 0;
	}
	
table.form_contact tr td {
	text-align: left;
	padding: 5px;
	vertical-align: bottom;
	}
	
table.form_contact tr td.cell_padbottom {
	padding-bottom: 8px;
	}

table.form_contact tr td.cell_submit {
	text-align: right;
	}
	
table.form_contact span {
	display: block;
	}
	
.form_container fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
#content p.feedback {
	margin: 0 20px 10px 32px;
	line-height: 1.6em;
	padding: 5px 5px 5px 8px;
	background-color: #800;
	border: 1px #700 solid;
	color: #FFF;
	}


	
/* Form-Specific Styles */

input {
	width: 100%;
	margin: 0 5px 0 0;
	}
	
input.input_wide {
	width: 100%;
	}

input.input_submit {
	width: 100px;
	}	
	
input.input_checkbox {
	width: 1em;
	}
	
textarea {
	width: 100%;
	height: 10em;
	padding: 4px;
	margin: 0;
	}

select {
	width: 100%;
	margin: 0;
	}
		
form label,
form span {
	display: block;
	}
	
/* Begin Rates */

.scorecard {
	background: none;
	width: 100%;
	}

.scorecard tr td {
	text-align: left;
	padding: 4px;
	border: 1px #DDD3BE solid;
	}
	
.scorecard tr.hole td {
	background-color: #566;
	border: 1px #455 solid;
	color: #FFF;
	font-weight: bold;
	}
	
.scorecard tr.par td,
.scorecard tr.mhandicap td,
.scorecard tr.lhandicap td {
	background-color: #B7CCCF;
	border: 1px #AAC2C5 solid;
	}

.scorecard tr.backtee td {
	background-color: #222;
	border: 1px #111 solid;
	color: #FFF;
	}

.scorecard tr.middletee td {
	background-color: #C90;
	border: 1px #C08700 solid;
	color: #FFF;
	}
	

.scorecard tr.forwardtee td {
	background-color: #FFF;
	border: 1px #DDD3BE solid;
	}

.scorecard tr.ladiestee td {
	background-color: #800;
	border: 1px #700 solid;
	color: #FFF;
	}
	
.scorecard tr td em {
	font-size: .9em;
	font-weight: normal;
	}
		
#content .scorecard_container {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 15px 33px;
	line-height: 1.6em;
	width: 590px;
	padding: 4px;
	background-color: #EBE5D8;
	border: 1px #DDD3BE solid;
	}
	


#nav{
font-size: 1.2em;
font-weight: normal;
background-image: url(images/nav_primary_bg.gif);
padding: 5px 5px 7px 10px;
float: none;
height:20px;
}
#nav, #nav ul {
list-style: none;
line-height: 1.1em;
}
#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float: left;
list-style:none;
padding-right:5px;
}
#nav a, #nav a:visited {
display:block;
color: #770000;
padding:6px 12px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
color: #000000;
text-decoration:none
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 174px;
border-bottom: 1px solid #a9a9a9;
z-index:999;
}
#nav li li {
width: 172px;
border-top: 1px solid #BED2D5;
border-right: 1px solid #BED2D5;
border-left: 1px solid #BED2D5;
background-image: url(images/fpo_sb_header_red.gif);
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
font-size:0.9em;
background:#FFF;
}
#nav li li a:hover, #nav li li a:active {
background-image: url(images/fpo_sb_header_red.gif);
color: white;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
a.main:hover {
background:none;
}

