/* GaryPlayerInvitational.com Stylesheet
   Created: Fri 5.16.08 @ 1:46 p.m.
   Author: Brad Haynes
   ----------------------------------------------------*/
   
/* COLORS
   ------
   Bright Green:	#99ff99
   Bright Orange:	#20201C
   Main Text:		#ccc
   ----------------------------------------------------*/

/* TABLE OF CONTENTS
   -----------------
   1. GENERAL
   2. SITEMAP AND HIDDEN SITEMAP LINKS
   3. HEADER
   4. NAVIGATION
   5. MAIN CONTENT
   		a. left column
		b. right column
   6. CALLOUTS
   7. NEWS
   8. HEADSHOTS
   9. FOOTER
   ----------------------------------------------------*/


/*
---------------- 1. GENERAL
-------------------------------------------------------- */

* { margin: 0px; padding: 0px; }
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	}
.green { color: #99ff99; }
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 20px;
	}
a {
	color: #EF9252;
	outline: none;
	}
a:hover { text-decoration: none; }
a:active, a:focus { outline: 0; } 
a img{ border: none; }
.copyright {
	padding-bottom: 10px;
	color: #666666;
	}

/*
----------- 2. SITEMAP AND HIDDEN SITEMAP LINKS
-------------------------------------------------------- */		
	
#hiddenDiv {
	width: 100%;
	float: left;
	display: none;
	background: #2D2D2D url(../images/site/bg-sitemapGradient.gif) repeat-x scroll left top;
	}
	
#siteMapContainer {
	float: left;
	width: 100%;
	}
	
#siteMap {
	font: 12px/16px Verdana, Arial, sans-serif;
	margin: 0px auto 20px auto;
	width: 880px;
	padding-left: 20px;
	}
	
#siteMap ul {
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	}
	
#siteMap li.column {
	width: 155px;
	float: left;
	color: #FFFFFF;
	margin: 0px 5px;
	font: 14px Arial, Helvetica, sans-serif;
	list-style: none;
	}
	
html>body #siteMap li.column {
	margin: 0px 10px;
	}

#siteMap .column ul {
	color: #999999;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	}

.column ul li {
	list-style: none;
	margin: 0 0 7px 0;
	}

.column ul li a {
	color: #999999;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	}
	
.column ul li a:hover {
	color: #f8a360;
	text-decoration: none;
	padding-left: 10px;
	}

/*
---------------- 3. HEADER
-------------------------------------------------------- */

#headerFull {
	width: 100%;
	background: url(../images/site/bg-bodyRepeatx.gif) repeat-x scroll left top;
	float: left;
	}

#header {
	margin: 0px auto;
	width: 900px;
	}

#topBar {
	float: left;
	height: 143px;
	width: 900px;
	background: url(../images/site/bg-header.gif) no-repeat scroll left top;
	}

#logo {
	float: left;
	}
	
#logo h1 {
	text-indent: -9999px;
	height: 128px;
	width: 348px;
	}
	
#logo a {
	display: block;
	width: 348px;
	height: 128px;
	background: url(../images/logo.gp2.png) no-repeat scroll left top;
	}
	
#seeAllSites {
	float: right;
	background: url(../images/site/btn-seeAllDown.jpg) no-repeat scroll left top;
	height: 31px;
	width: 245px;
	margin: 0 13px 0 0;
	}
	
html>body #seeAllSites {
	margin: 0 26px 0 0;
	}
	
#seeAllSites a {
	background: url(../images/site/btn-seeAllDown.jpg) no-repeat scroll left top;
	height: 31px;
	width: 245px;
	text-indent: -9999px;
	display: block;
	}
	
/*
---------------- 4. NAVIGATION
-------------------------------------------------------- */

#navBar ul {
	float: left;
	width: 880px;
	border: 1px solid #383838;
	height: 37px;
	width: 878px;
	background: url(../images/site/bg-navOFF.gif) repeat-x scroll left top;
	margin: 0 10px;
	}
	
#navBar li {
	float: left;
	list-style: none;
	border-right: 1px solid #333333;
	}
	
#navBar a {
	height: 37px;
	font: normal 13px/37px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: left;
	}
	
#navBar a:hover {
	
	}
	
#navBar a.current {
	background: url(../images/site/bg-navON.gif) repeat-x scroll left top;
	color: #99FF99;
	}
	
#navBar li#allEvents {
	float: right;
	width: 200px;
	text-align: right;
	border: none;
	}
	
#navBar #allEvents a {
	text-transform: none;
	color: #999;
	float: right;
	text-align: right;
	}
	
/*#navBar #allEvents a:hover {
	color: #99ff99;
	}*/

/*
---------------- 5. MAIN CONTENT
-------------------------------------------------------- */

#landing #mainContentFull {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	}

#europe #mainContentFull {
	background: url(../images/site/_europe/bg-mainContentBg.jpg) no-repeat scroll center 0px;
	}

#southAfrica #mainContentFull {
	background: url(../images/site/bg-mainContent_golfClubs.jpg) no-repeat scroll center 0px;
	}
	
#usa #mainContentFull {
	background: url(../images/site/bg-mainContent_CordeValle.jpg) no-repeat scroll center 0px;
	}
	
#china #mainContentFull {
	background: url(../images/site/bg-mainContent_fairway.jpg) no-repeat scroll center 0px;
	}
	
#mainContentFull {
	width: 100%;
	float: left;
	margin: 18px 0 0 0;
	padding: 0 0 30px 0;
	}
	
#mainContentContainer {
	margin: 0px auto;
	width: 880px;
	padding: 0 10px;
	}
	
#landing #mainContentContainer {
	margin: 0px auto;
	width: 900px;
	}
	

/* ----- left column ----- */

#sideBar {
	float: left;
	width: 260px;
	}
	
.home #eventDetails {
	width: 237px;
	background-color: #000;
	}
	
#eventDetails {
	background: #000 url(../images/site/bg-eventDetails.gif) no-repeat scroll left top;
	width: 218px;
	float: left;
	padding: 0 0 0 21px;
	border: solid 1px #383838;
	margin: 0 0 20px 0;
	}
	
#eventDetails h2 {
	text-indent: -9999px;
	}
	
#eventDetails h3 {
	font: bold 28px 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #99ff99;
	text-transform: uppercase;
	margin: 11px 0 0 0;
	text-shadow: #000 0 2px 4px;
	}
	
#eventDetails h4 {
	font: italic normal 15px Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	margin: 0 0 22px 2px;
	}
	
#eventInformation {
	float: left;
	width: 238px;
	padding-left: 22px;
	margin: 7px 0 0 0;
	}
	
#eventInformation h3 {
	padding-left: 43px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: 1px solid #333333;
	padding-bottom: 7px;
	margin: 0 0 10px 0;
	width: 175px;
	}
	
#europe #eventInformation h3 {
	background: url(../images/site/_europe/img-flagIcon.gif) no-repeat scroll left 3px;
	}

#southAfrica #eventInformation h3 {
	background: url(../images/site/flag-southAfrica.gif) no-repeat scroll left 3px;
	}
	
#usa #eventInformation h3 {
	background: url(../images/site/flag-usa.gif) no-repeat scroll left 3px;
	}
	
#china #eventInformation h3 {
	background: url(../images/site/flag-china.gif) no-repeat scroll left 3px;
	}
	
#eventInformation h3 .cityCountry {
	font: italic normal 16px Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	}
	
#eventInformation p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	}
	
#subNav {
	float: left;
	width: 241px;
	}
	
#subNav ul {
	border-top: 1px solid #434343;
	border-right: 1px solid #434343;
	border-left: 1px solid #434343;
	margin-bottom: 15px;
	}
	
#subNav li {
	list-style: none;
	background: url(../images/site/bg-subnavOFF.gif) repeat-x scroll left top;
	border-bottom: 1px solid #434343;
	}
	
#subNav li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font: 14px/16px 'Century Gothic', Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	}
	
#subNav li a:hover {
	background: #000000;
	}
	
#subNav li.currentPage a {
	background: #000000;
	color: #99ff99;
	}
	
#subNav ul li.currentPage ul {
	border-width: 0px;
	margin: 0 0 5px 0;
	}
	
#secondarySubNav li {
	background: none;
	border-bottom: none;
	padding: 0px;
	}
	
#subNav #secondarySubNav li a {
	display: block;
	text-decoration: none;
	color: #ccc;
	padding: 0px 20px 5px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	}
		
#subNav li.currentPage #secondarySubNav a {
	color: #CCCCCC;
	}
	
#subNav li.currentPage #secondarySubNav li a:hover {
	color: #FFFFFF;
	}

#subNav li.currentPage #secondarySubNav li.currentPage a {
	color: #FFFFFF;
	font-weight: bold;
	}
	
/* ----- right column ----- */
	
.home #imageGallery {
	float: right;
	}
	
#imageGallery {
	float: left;
	width: 580px;
	padding: 10px;
	border: solid 1px #3b3b3b;
	background: #000000;
	}
	
#flashArea img {
	height: 307px;
	width: 580px;
	float: left;
	}
	
.headerImg {
	padding: 4px;
	border: 1px solid #333333;
	margin: 0 0 10px 0;
	}
	
#mainBody {
	width: 619px;
	float: right;
	}
	
#mainBody h2 {
	color: #fff;
	font: normal 24px 'Century Gothic', Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	}
	
#mainBody h3 {
	color: #D6F0FF;
	font: normal 16px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-top: 20px;
	border-bottom: 1px dotted #666666;
	}
	
#mainBody h3 em {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#mainBody h4 {
	color: #FFFFFF;
	font: normal 16px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 20px;
	}
	
#mainBody p {
	margin-bottom: 10px;
	line-height: 20px;
	}
	
#mainBody ul {
	margin-bottom: 20px;
	padding-left: 25px;
	}
	
#mainBody ul li {
	color: #CCCCCC;
	list-style: circle;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-right: 50px;
	}
	
#mainBody ol {
	margin-bottom: 15px;
	padding-left: 25px;
	}
	
#mainBody ol li {
	color: #ccc;
	list-style: decimal;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-right: 50px;
	}
	
#mainBody img.left {
	border: 1px solid #333333;
	padding: 4px;
	float: left;
	margin: 6px 10px 5px 0px;
	}
	
#mainBody img.right {
	border: 1px solid #333333;
	padding: 4px;
	float: right;
	margin: 6px 0px 5px 10px;
	}

.organization {
	float: left;
	margin: 10px 0;
	width:619px;
	}

.contactLeft {
	width: 48%;
	float: left;
	padding-right: 10px;
	}
	
.contactRight {
	width: 48%;
	float: left;
	padding-left: 10px;
	}

/*
---------------- 6. CALLOUTS
-------------------------------------------------------- */

#callouts {
	width: 900px;
	margin: 0 auto;
	}

.calloutColumn {
	width: 266px;
	float: left;
	margin: 0 8px 30px 8px;
	}
	
html>body .calloutColumn {
	margin: 0 16px 30px 16px;
	}

#callouts h5 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #999;
	padding: 0 0 0 15px;
	margin: 0 0 14px 0;
	}
	
#callouts h6 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/site/img-h6Underlines.gif) no-repeat scroll left bottom;
	padding-left: 15px;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-bottom: 8px;
	}
	
#callouts p {
	padding-left: 15px;
	}
	
#callouts img {
	padding: 4px;
	border: 1px solid #292929;
	}
	
#clear {
	clear: both;
	}
	
/*
---------------- 7. NEWS
-------------------------------------------------------- */

#mainBody h2.newsHeader a {
	color: #c2c2c2;
	text-decoration: none;
	}
	
#mainBody h2.newsHeader a:hover {
	color: #ffffff;
	}
	
.newsList {
	width: 619px;
	margin-bottom: 30px;
	}	

.newsArticle {
	padding-bottom: 25px;
	background: url(../images/site/img-newsSep.gif) no-repeat scroll left bottom;
	width: 619px;
	}

/*
---------------- 8. HEADSHOTS
-------------------------------------------------------- */	
	
#mainBody #headshots ul {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#mainBody #headshots li {
	list-style: url(none) none;
	border: 1px solid #333333;
	float: left;
	background: #121212;
	margin: 0 20px 20px 0;
	padding: 0px;
	text-align: center;
	}
	
#headshots a {
	color: #CCCCCC;
	border-width: 0px;
	text-decoration: none;
	}
	
.playerImage {
	display: block;
	padding: 10px;
	}
	
.playerImage img {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	}
	
.playerName {
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-bottom: 15px;
	}

/*
---------------- 9. FOOTER
-------------------------------------------------------- */

#clear {
	clear: both;
	height: 10px;
	}
	
#footer {
	clear: both;
	width: 100%;
	background: url(../images/site/bg-footerBg.gif) no-repeat scroll center top;
	height: 135px;
	margin-top: 10px;
	}
	
#footerContainer {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/site/bg-footerContainer.gif) no-repeat scroll center top;
	height: 135px;
	text-align: right;
	padding-left: 25px;
	}
	
#footerContainer p {
	color: #666666;
	font-family: 'Century Gothic', Verdana, Arial, sans-serf;
	padding: 25px 25px 0px 0px;
	}

#footerContainerInside {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/site/bg-footerContainer.gif) no-repeat scroll center top;
	height: 135px;
	text-align: right;
	padding-left: 0px;
	}
	
#footerContainerInside p {
	color: #666666;
	font-family: 'Century Gothic', Verdana, Arial, sans-serf;
	padding: 25px 25px 0px 0px;
	}
	
.leftDisclaimer {
	float: left;
	text-align: left;
	line-height: 18px;
	}
	
.rightDisclaimer {
	line-height: 18px;
	}
	
#footer a {
	color: #999999;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #99ff99;
	}	
