/* ----------------------------------------------------------
|		Styles for "Screen" Media for the FSGA			|
|		Author: Nate Hanna (www.nathanhanna.com)		|
|		Modified: 18 January 2007						|
-----------------------------------------------------------*/

/* 
	GENERAL RULES 
*/

body, html
{
	background: url('../optimized/bodyBg.jpg') top left;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align:center;
}
div, td, input
{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 12px;
}
td {
	vertical-align: top;
}
a:link, a:visited
{
	color: #78A9D1;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 .3em 0;
}

/* 
	WRAPPER TABLE for white and brown full screen effect
*/

#wrapper
{
	width: 755px;
	height: 100%;
	background: url('../optimized/contentBg.gif') top left repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/* 
	HEADER
*/

#header
{
	width: 100%;
	height: 159px;
	text-align: center;
	background-color: #000;
	position: absolute;
	z-index: 10;
	left: 0;
}
#header #photography
{
	width: 755px;
	height: 159px;
	margin-left: auto;
	margin-right: auto;
}

/* 
	SEARCH -- TITLE
*/
#searchTitle
{
	width: 100%;
	height: 30px;
	background: url('../optimized/searchTitleBg.gif') top left repeat-x;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0; 
	top: 159px;
}
#searchWrapper
{
	width: 755px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: url('../optimized/titleBgBar.gif') top left repeat-x;
	text-align: left;
	position: relative;
}
#search
{
	width: 200px;
	height: 30px;
}
#search form
{
	margin: 0;
	padding: 0;
}
#search fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 200px;
}
#search fieldset .searchBox
{
	font-size: 0.9em;
	color: #333;
	margin: 3px 0 2px 0;
	height: 24px;
	border: 0;
	padding: 4px 0 4px 18px;
	background: transparent url('../optimized/searchBox.gif') no-repeat fixed;
	width: 115px;
	float: left;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin: 3px 2px 2px 0;
	width: 104px;
	height: 20px;
}
#search fieldset > input.searchBox 
{
	background: url('../optimized/searchBox.gif') no-repeat transparent; 
}
#search .searchBtn
{
	margin: 5px 3px 3px 0;
	background: #DFE3E6;
	height: 20px;
	border: 0;
	width: 43px;
	font-size: 0.9em;
	color: #617580;
}
#search fieldset .searchBoxPlain
{
	margin: 0 2px 2px 6px;
	padding: 4px 0 4px 18px;
	width: auto;
	height: 20px;
}
#search .searchBtnPlain
{
	margin: 5px 3px 3px 3px;
	height: 19px;
	border: 0;
	width: auto;
}
#title
{
	width: 251px;
	height: 30px;
	background: url('../optimized/fsgaTitleName.gif') top left no-repeat;
	position: absolute;
	top: 0;
	left: 504px;
}
#title h1
{ 
	display: none;
}

/* 
	contentWrapper
*/

#contentWrapper
{
	width: 755px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#content
{
	width: 755px;
	padding-top: 189px;
	text-align: left;
	clear: both;
}
#externalRankings
{
	width: 510px;
	height: 546px;
	margin: 10px 10px 0 10px;
	border: 1px solid #ECECEC;
}
/* 
	navigation_list (main navigation)
*/

.navigation_list
{
	width: 150px; /*170px*/
	margin: 3px 0 0 0;
	height:auto;
	min-height: 412px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #C6B9A6;
	float: left;
}
.navigation_list h4, #search label
{
	display: none;
}
.navigation_ul
{
	list-style: none;
	margin: 0px;
	padding: 40px 0 0 0;
	border: none;
}
.navigation_ul li 
{	
	width: 150px;/*170px*/
	height: 24px;
	color: #454D52;
	background-color: #C6B9A6;
	margin: 0;
	padding: 0;
}
.navigation_ul li a:link, .navigation_ul li a:visited 
{
	display: block;
	padding: 6px 5px 5px 12px;
	background-color: #C6B9A6;
	color: #454D52;
	text-decoration: none;
	width: auto;
	height: 13px;
}
.navigation_ul li a:link.onPageActive, .navigation_ul li a:visited.onPageActive
{
	display: block;
	padding: 6px 5px 5px 12px;
	background-color: #FFF;
	color: #454D52;
	text-decoration: none;
	width: auto;
	height: 13px;
}
.navigation_ul li a:hover, .navigation_ul li a:active 
{
	background-color: #B8A88F;
	color: #454D52;
}

/* 
	article
*/

#article, #searchResults
{
	display: block;
	width: 572px;/*552px*/
	height: auto;
	background-color: #FFF;
	margin: 10px 0 0 5px;
	padding: 10px 15px 10px 10px;
	float: left;
}
#article h2 
{
	border-bottom: 1px solid #CCC;
}
#article h3 
{
	font-size: 1.2em;
	font-weight: bold;
	color: #6F3917;
	width: 400px;	
	border-bottom: 1px solid #6F3917;
	padding: 20px 0 0 0;
	margin: 0;
}
#article h3.archive 
{
	width: 260px;
}
#article h3 a:link, #article h3 a:visited
{
	font-weight: bold;
	color: #6F3917;
	text-decoration: none;
} 
#article dt
{
	font-weight: bold;
	margin-top: 15px;
}
#article dd
{
	margin-left: 0;
}
#article img
{
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
}
#article p
{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
#article .dateline 
{
	font-style: italic;
	margin-bottom: 1em;
	text-align: right;
}
#article .copyright 
{
	font-style: italic;
	font-size: 10px;
	color: #aaa;
	margin-bottom: 1em;
}
#article .inlinePhoto, #article .photo 
{
	float: right;
	width: 235px;
	height: auto;
	margin: 20px 0 10px 20px;
	clear: right;
}
#article .inlinePhoto img, #article .photo img
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
}
#article .inlinePhoto p
{
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: normal;
    color: rgb(130, 130, 130);
    margin-top: 0;
    padding-top: 8px;
}
#article .textBody
{
	padding-top: 5px;
}
#article .column
{
	width: 33%;
	float: left;
	margin-bottom: 15px;
}
#article .column td
{
	padding: 2px 5px;
}
#article .clear, #article .newRow
{
	clear:both;
}

/*
	Search Results
*/


/* 
	gallery
*/

#gallery
{
	display: block;
	width: 552px;
	height: auto;
	background-color: #FFF;
	margin: 10px 0 0 5px;
	padding: 10px 15px 10px 10px;
	float: left;
	/*border: 1px solid #000;*/
}
#gallery #index h4
{
	float: left;
	padding-right: 8px;
}
#gallery #indexMenu
{
	font-size: 11px;
	color: #78A9D1;
	padding-top: 3px;
}
#gallery #indexMenu a:link, #gallery #indexMenu a:visited
{
	text-decoration: none;
}
#gallery #indexMenu a:hover, #gallery #indexMenu a:active
{
	text-decoration: underline;
}
#gallery #index .rssThumbs
{
	width: 540px;
	float:left;
	text-align: left;
	margin: 0 0 20px 5px;
}
#gallery > #index > .rssThumbs
{
	width: 542px;
}
#gallery #index img
{
	margin-bottom: 2px;
	float: none;
	border: 1px solid #000;
}
#gallery #index .rssThumbFloat
{
	width: 80px;
	margin: 4px;
	float: left;
	text-align: center;
}
#gallery #index .rssThumbFloat .cap
{
	font-size: 11px;
}
#gallery #index .rssThumbLabel
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0 5px;
}
#gallery .categories
{
	width: 540px;
	text-align:left;
	margin: 2px 0 0 12px;
}
#gallery .categories ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery .categories li
{
	width: 248px;
	height: 82px;
	font-size: 1.3em;
	font-weight: bold;
	display: inline;
	margin: 0 18px 18px 0;
	float: left;
	/*border: 1px solid #000;*/
}
#gallery .categories li .date
{
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
#gallery .categories li img
{
	margin-right: 8px;
	border: 1px solid #000;
}
#gallery .categories li a:link, #gallery .categories li a:visited
{
	text-decoration: none;
}
#gallery .categories li a:hover, #gallery .categories li a:active
{
	color: #454D52;
}

/* 
	LINKS
*/
.mem_list_column li
{
	line-height: 13px;
	margin-bottom: 13px;
}

/*
	Event Calendar
*/

#events
{
	display: block;
	width: 575px;/*552px*/
	height: auto;
	background-color: #FFF;
	margin: 10px 0 0 6px;
	padding: 10px 10px 10px 7px;
	float: left;
}
#events .mainTableTOC 
{
	width: 575px;
}
.mainTableTOC div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.monthYearTextTOC
{
	color: #454D52;
}
.dayNamesRowTOC, .popupDate, .popupClose
{
	background-color: #454D52;
}
.daynumTOC
{
	background-color: #617580;
}
.todayTOC
{
	background-color: #C3CF5A;
	color: #333;
}
.tableListings {
	width: 580px;
	color: #000;
	border: 1px solid #454D52;
	margin: 0px;
	padding: 0px;
	background-color: #454D52;
}
.tableListingsList {
	width: 580px;
	color: #000;
	border: 1px solid #454D52;
	margin: 0px;
	padding: 0px;
}
.tableDate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 180px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding: 2px;
}
.tableTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004262;
	background-color: #FFFDF2;
	width: 500px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px;
}
.titleTOC
{
	text-overflow: inherit; 
	overflow: auto;
	white-space: normal;
}
.tableCategory {
	width: 8px;
}
.tableDescr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.tableTime {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #295569;
	font-weight: normal;
}
.newDate {color: #FFFFFF; font-weight: bold; font-size: 12px; }
.newTime {color: #CCCCCC; font-weight: bold; font-size: 12px; }

.ledCatName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
#legend
{
	position: absolute;
	widows: 580px;
	/*border: 1px solid #000;*/
	top: 200px;
}
#legend label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
	margin-right: 7px;
}
#legend div
{
	float: left;
	margin-left: 6px;
}
/* Golfer Listings */
#TourneyTable
{
	padding-top: 20px;
}
th.offset, .border, .offset
{
	border-bottom: 1px solid #000;
}
th.offset, .offset
{
	background-color: #595959;
	color: #FFF;
}
h4.offset
{
	padding: 3px 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.white
{
	background-color: #FFF;
}          
.brown {
	color: #6f3917;
}
#hover:hover, .hover:hover
{
	background-color: #FFF8AF;
	/* #CCFFCC  #FFFBCC #9FFF8F; #AFF9FF*/
	cursor: default;
}