﻿/* --- Main Elements --- */
html, body
{
  height: 100%;
} 

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #fff;
	word-spacing: 0.1em;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1em;
	background-color: #647442;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

#container
{
	width: 970px;
	margin: 0 auto -60px;
	text-align: left;
	min-height: 93%;
  height: auto !important;
  height: 93%;
}

#header
{
	height: 266px;
	position: relative;
}

#header-right
{
	float: right;
	width: 460px;
	margin-top: 70px;
}

#main
{
	float: left;
	width: 550px;
	font-size: 0.9em;
	margin-top: 5px;
}

#sidebar
{
	float: right;
	width: 381px;
	position: relative;
}

#footer
{
	height: 60px;
	background-color: #6b7c47;
	border-top: 8px solid #73854c;
	text-align: center;
	padding: 10px 0 40px 0;
	clear: both;
}

/* --- Classes --- */

.logo
{
	width: 497px;
	float: left;
}

#header-right .countdown-img
{
	margin-left: 45px;
	position: relative;
}

.tournament-date
{
  position: absolute;
  top: 30px;
  left: 100px;
  font-size: 0.9em;
}

#header-right .menu
{
	margin-top: 40px;
	
}

#header-right .menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

.menu ul li
{
	float: left;
	padding-right: 15px;
}

.sponsors
{
	background-image: url(../img/sponsors-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 336px;
	font-size: 0.8em;
	padding-top: 20px;
}

.clear
{
	clear: both;
	height: 25px;
}

.sponsor-logo
{
	padding-left: 20px;
	width: 320px;
}

.sponsor-logo img
{
	padding: 10px;
	background-color: #ccc;
	border: 1px solid #666;
	float: left;
	display: block;
}

.sponsors_page img
{
  padding: 5px;
	background-color: #7c9150;
	border: 1px solid #93ab5f;
	float: right;
	display: block;
}

.sponsor-desc
{
	float: right;
	padding-right: 10px;
	width: 160px;
	margin-top: -5px;
} 

.sponsors-desc p
{
  padding-top: 20px;
  
} 

.sponsor-desc span.title
{
	border-bottom: 1px solid #819655;
	padding-bottom: 1px;
	color: #d2c228;
}

.post
{
	background-color: #6b7c47;
	border: 1px solid #73854c;
	padding: 10px;
	margin-bottom: 20px;
}

.post img { float: right; display: block; background-color: #7c9150; border: 1px solid #93ab5f; padding: 5px; }

.major
{
	border: 2px dotted #d4c429; padding: 10px; padding-bottom: 10px;
}

.platinum
{
  border: 2px dotted #e6e6e4; padding: 10px; padding-bottom: 10px;
}

.secondary
{
  border: 2px dotted #fc0125; padding: 10px; padding-bottom: 10px;
}

.hole-in-one
{
  border: 2px dotted #06d7fd; padding: 10px; padding-bottom: 10px;
}

.host
{
  border: 2px dotted #cff68c; padding: 10px; padding-bottom: 10px;
}

.footer-container
{
	width: 970px;
	margin: 0 auto;
}

.footer-menu ul
{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
	
}

.footer-menu ul li
{
	display: inline;
	padding-right: 20px;
}

.copyright
{
	font-size: 0.8em;
}

.sitedesign
{
	font-size: 0.9em;
}

.form-sections
{
  border: 1px dashed #a7c36d;
  padding: 10px;
  background-color: #7c8f54;
}

.register
{
  color: #fff;
}

.register label
{
	color: #cce99b; 
	width: 130px; 
}

.register fieldset, .post fieldset
{
  text-decoration: none;
	font-size: 1em;
	border: none;
}

.register fieldset legend
{
  margin-left: -2px;
}

.buttons
{
  float: right;
	margin-right: 20px;  
}

.buttons input
{
  padding: 3px 10px 3px 10px;
  cursor: pointer;
}

.sponsordesc { margin-bottom: 20px; border-bottom: 1px solid #788b4f; min-height: 100px; padding-bottom: 20px; }

.sponsordesc p
{
  display: block;
  padding: 0 5px 0 5px;
  margin: 0px;
  width: 350px;
}

.autism-logo
{
  clear: both;
  height: 100px;
}

.sponsors_page
{
  margin-bottom: 20px;
}

/* --- Link Styles --- */

a img
{
	border: none;
}

a 
{
  text-decoration: underline;
	color: #fff;
}

a:hover
{
  color: #d2c228;
}

a:visited
{
	color: #fff;
}

.menu ul li a
{
	text-decoration: none;
	color: #fff;
	display: block;
	padding-bottom: 19px;
}

.menu ul li a:hover
{
	background-image: url(../img/menu-hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer-menu ul li a, .footer-menu ul li a:visited
{
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}

.footer-menu ul li a:hover
{
	color: #d2c228;
}

.sitedesign a, .sitedesign a:visited
{
	text-decoration: none;
	color: #a6bb80;
}

.sitedesign a:hover
{
	color: #d2c228;
}

.sponsors .see-all
{
	float: right;
	margin: 20px 20px 20px 0;
}

.sponsors .see-all a, .sponsors .see-all a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	background-color: #6b7c47;
	border: 1px solid #73854c;
	padding: 5px;
	
} 

.sponsors .see-all a:hover
{
	color: #e0fdac;
	background-color: #859a5b;
} 

.toggle
{
  margin-left: 5px;
}

.sponsors_page h3 a
{
  font-weight: lighter;
	margin: -5px 0 0 5px;
	border-bottom: 1px solid #819655;
	padding-bottom: 1px;
	color: #d2c228;
	text-decoration: none;
}

.show-major a, .show-major a:visited
{
  text-decoration: none;
  padding-bottom: 10px;
}

.gallery_thumbnails
{
  border: none;
  padding: 3px 3px 0 0;
}

/* --- Headings --- */

#sidebar h3
{
	font-weight: lighter;
	color: #d2c228;
	margin: 0 0 5px 5px;
	padding: 0px;
}

#main h3, .post h3 a
{
	font-weight: lighter;
	color: #d2c228;
	margin: 0 0 5px 0;
	padding: 0px;
}

.tournament-date h4
{
  font-weight: lighter;
  color: #647442;
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
}

/* --- Blockquote -- */
blockquote
{
	font: 14px/20px italic Times, serif;
	padding: 8px;
	background-color: #7b8e52;
	border-top: 1px solid #e1cc89;
	border-bottom: 1px solid #e1cc89;
	margin: 5px;
	background-image: url(../img/openquote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}

blockquote span 
{
	display: block;
	background-image: url(../img/closequote.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* --- Lightbox Gallery Effects --- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* --- End Lightbox --- */
