/********************************************
   COMPANY NAME:	GolfNet
   WEBSITE:   			http://www.golfnet.com/
   DATE:				2008/05/22
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/*** TOP ELEMENTS ***/
* { padding: 0; margin: 0; }

body {
	background: #a9bac3 url(bg.gif) repeat-x;
	color: #666666; 
	font: .70em/1.5em  Verdana, 'Tahoma', Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* LINKS */
a { 
	background-color: inherit;
	color: #4284b0;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	color: #9ec068;
}


/*** HEADERS ***/
h1, h2, h3 {
	color: #333;	
	font: bold 1em 'Helevetica', Arial, Sans-serif;
}
h1 { 
	font-size: 1.5em; 
	color: #6297bc; 
} 
h2 { 
	font-size: 1.4em; 
	text-transform:uppercase;
}
h3 { 
	font-size: 1.3em; 
}
p, h1, h2, h3 {
	margin: 10px 15px;
}
hr {
	border: 0;
	color: #4284b0;
	height: 1px;
	text-align: left;
	width: 100%;
}
ul, ol {
	color: #4284b0;
	margin: 5px 17px;
	padding: 0 5px;
}
ul span, ol span {
	color: #666666; 
}
ul.small {
	font: .80em/1.5em  Verdana, 'Tahoma', Helvetica, sans-serif;
}
.sectionheader-blue
{
	color: #6297bc;
	font-style: italic;
	font-weight: bold;
}
.sectionheader-green
{
	color: #9ec630;
	font-style: italic;
	font-weight: bold;
}


/*** IMAGES ***/
img {
	border: 2px solid #ccc;
}
img.no-border {
	border: none;
}
img.float-right {
  	margin: 5px 0px 5px 15px;  
}
img.float-right-noborder {
  	border: none;
  	margin: 5px 0px 5px 15px;  
}
img.float-left {
  	margin: 5px 15px 5px 15px;
}
img.middle{
	border: none;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
img.middle-bordered{
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
a img {  
 	 border: 2px solid #568eb6;
}
/* a:hover img {  
  	border: 2px solid #ccc !important; /* for IE*/
  	border: 2px solid #568eb6;
} */


/*** TABLES ***/
table {
	table-layout: auto;
	width: 100%;
}
td {
	padding: 0px;
	vertical-align: top;
}
td.image {
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}


/*** TEXT SECTIONS ***/
code {
	  display: block;
	  margin: 5px 0;
	  overflow: auto;  
	  padding: 10px;
	  text-align: left;
	  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	  /* white-space: pre; */
	  background: #fafafa;
	  border-left: 4px solid #4284b0; 
	  border: 1px solid #f2f2f2;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px solid #777;
}
.boxtext {
  	background: #fafafa;
	border: 1px solid #f2f2f2; 
	border-top: 2px solid #4284b0;   	
	border-bottom: 2px solid #4284b0;   
	color: #4284b0;
	font: bold 1.2em/1.5em Arial, 'Tahoma', Serif; 
	margin: 3px;
 	padding: 0 0 5px 5px;  	
}
.boxtext img {
	border: none;
	float: right;
	margin: 0px;
}
.boxtext-small {
  	background: #fafafa;
	border: 1px solid #f2f2f2; 
	border-top: 2px solid #4284b0;   	
	border-bottom: 2px solid #4284b0;   
	margin: 3px;
 	padding: 0 0 5px 5px;  	
}
blockquote {
  	background: #fafafa url(icon-quote.png) no-repeat 8px 6px; 	
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284b0;   
	color: #4284b0;
	font: bold 1.2em/1.5em Arial, 'Tahoma', Serif; 
	margin: 10px;
 	padding: 0 0 0 15px;  	
}
blockquote img {
	border: none;
	float: left;
	margin: 20px 10px 10px 0px;
}
blockquote .quotesource {
	font: bold .8em Arial, 'Tahoma', Serif; 
	text-align: right;	
}
.checklist {
	font: bold 1.2em/1.5em Arial, 'Tahoma', Serif; 
  	list-style-image: url('icon-check.png');
  	list-style-position: outside;
	margin: 20px;
 	padding: 5px 0 5px 15px;  	
}
.golfballlist {
  	list-style-image: url('icon-golfball.gif');
  	list-style-position: inside;
	margin: 15px 0 0 0;
}
table.infotable {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin:10px 15px; 
	padding: 10px 0;
	table-layout: fixed;
}
table.infotable th{
	background-color: #e5f0fb;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 5px;
}
table.infotable td{
	border: 1px solid #e5f0fb;
	border-collapse: collapse;
	padding: 5px;
	table-layout: fixed;
}
/* FORM ELEMENTS */
form {
	margin:10px 15px; 
	padding: 10px 0;
	border: 1px solid #e5f0fb; 
	background: #f4f8fd;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	border:1px solid #eee;
	color:#777;
	font: normal 1em Verdana, sans-serif;
	padding: 2px;
}
textarea {
	border:1px solid #eee;
	color:#777;
	display:block;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	padding:2px;
	width:300px;
}
input.button { 
	background: #fff; 
	border: 1px solid #ccc;
	color: #4284b0;	
	font: bold 1em arial, sans-serif; 
	margin: 0; 
	padding: 2px 3px; 
}

/* SEARCH FORM */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	background: #fff;
	border: 1px solid #9ec630; 
	color: #333; 
	height: 14px;
	margin: 0; 
	vertical-align: top;
	width: 120px;
}
form.searchform input.button { 
	background: #fafafa;
	border: 1px solid #f2f2f2;
	color: #777;	
	font: bold 12px arial, sans-serif; 
	margin: 0; 
	padding: 2px 3px; 
	vertical-align: top;
	width: 60px;
}



/***********************
	  LAYOUT
************************/
#wrap {
	background: #fff;
	margin: 0 auto;	
	text-align: left;
	width: 820px; height: 100%;
}
#content-wrap {
	background: #fff;
	clear: both;
	margin: 0; padding: 0;	
}


/*** HEADER ***/
#header {
	background: #fff url(headerbg.gif) repeat-x 0% 100%;	
	height: 85px;	
	position: relative;
}
#header h1#logo {
	background: #fff url(images/GolfNet_Logo.png) no-repeat 0% 100%;	
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	margin: 0; 
	padding: 0;
	position: absolute;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header img.logo {
	background: #fff url(headerbg.gif) repeat-x 0% 100%;	
	border: none;
	margin: 0px;
	padding: 2px;
}
#header a img.logo {
	background: #fff;
	border: none;
}
#header h2#slogan {
	color: #666666;
	font: bold 11px Tahoma, 'Trebuchet MS', Sans-serif; 
	position: absolute;	 
	text-indent: 0px;
	text-transform: none;	
	top:37px; left: 95px;
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}


/*** MAIN ***/
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}
#main-twocolumn {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 75%;		
}

/* POSTS */
.post-footer {
	background-color: #fafafa;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
	padding: 5px; margin: 20px 15px 0 15px;
}
.post-footer .date {
	background: url(icon-clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(icon-comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(icon-page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/*** SIDEBAR ***/
#sidebar {
	background: #fafafa;
	/* background: #f4f8fd; */
	/*background-color: #bcccd8;*/
	display: inline;		
	float: left;
	margin: 0;	
	padding: 0; 
	width: 23%;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	background: #f2f2f2;
	border-left:4px solid #ccc;	
	color: #333;	
	display:block;
	font-weight:bold;
	padding:2px 5px 2px 10px;
	text-decoration:none;	

	min-height:18px;
}

/* AEB - READDRESS */
#sidebar #current ul.sidemenu a {
	background: #f2f2f2;
	border-left:4px solid #9ec630;
	color: #336699;
	padding:2px 5px 2px 10px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	background: #f2f2f2;
	border-left:4px solid #9ec630;
	color: #339900;
	padding:2px 5px 2px 10px;
}

/*** RIGHTBAR ***/
#rightbar {
	float: right;
	padding: 0; margin:0;		
	width: 23%;
}


/*** FOOTER ***/
#footer { 
	background: #a9bac3; 
	border-top: 5px solid #568eb6;
	clear: both; 
	color: #fff; 
	font-size: 95%;		
	height: 50px;	  
	margin: 0; padding: 0; 
}
#footer a { 
	color: #fff;
	font-weight: bold;	
	text-decoration: none; 
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}
#footer .footnote
{
	font-size: 85%;		
}


/*** MENU TABS ***/
#tabmenu ul {
	font: bold 13px  'Tahoma', Arial, verdana,  sans-serif;	
   	list-style:none;
   	margin:0; 
   	padding: 0;
	position: absolute;
	bottom: 6px !important; bottom: 5px;
	right: 0; 
	z-index: 999999;
}
#tabmenu li {
	display:inline;
	margin:0; padding:0;
}
#tabmenu a {
      background: url(tableft.gif) no-repeat left top;
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}

#tabmenu a span {
      float:left;
      display:block;
      background: url(tabright.gif) no-repeat right top;
      padding:6px 15px 3px 8px;
      color: #fff;
}
/* commented backslash hack hides rule from ie5-mac \*/
#tabmenu a span {
	float:none;
}
/* end ie5-mac hack */
#tabmenu a:hover span {
	color:#fff;
}
#tabmenu a:hover {
   	background-position:0% -42px;
}
#tabmenu a:hover span {
   	background-position:100% -42px;
}
#tabmenu #current a {
   	background-position:0% -42px;
	color: #fff;
}
#tabmenu #current a span {
   	background-position:100% -42px;
	color: #fff;
}


/* ALIGNMENT CLASSES */
.align-left { text-align: left; }
.align-right { text-align: right; }
.float-left { float: left; }
.float-right { float: right; }


/* ADDITIONAL CLASSES */
.clear { clear: both; }
.blue { color: #6297bc }
.green { color: #9ec630; }
.gray { color: #bfbfbf; }