/********************************************
   AUTHOR:  			Pete Walker
	DATE:          	1st November 2008          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #FFFFFF;
	font: 11px/1.75em corbel, calibri, Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}

testy 
{
	font-size: 40px;
	text-align:right;
}

/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	/*border-bottom: 2px solid #dbd5c5;*/
}

/* headers */
h1, h2, h3 {
	font-family: corbel, calibri, 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;
  }	
  
h1 {
	font-size: 160%;	
	font-weight: normal;
}

h2 {
	font-size: 130%;
	text-transform: uppercase;
	font-style: italic;
  color: #00A8E4
}

h3 {
	font-size: 130%;
	color: #708EA5
}

p {
  font-family: corbel, calibri, 'Trebuchet MS', Tahoma, Sans-serif;
  font-size: 14px;
}

p.upper {
  text-transform: uppercase;
  color: #708EA5;
  font-size: 16px;
  font-weight: bold;
}

p.terms {
  font-size: 11px;
}

p.yourclub{
font-size:14px;
font-weight: bold;
color:#708EA5;
}

p.nearestclub{
font-size:14px;
font-weight: bold;
color:#FFFFFF;
width:180px;
background:#7896BC;
}

p.faqs {
  text-transform: uppercase;
  color: #708EA5;
  font-size: 14px;
  font-weight: bold;
  line-height:20px;
}


h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul temp
{
background:#000000
}

/* images */
img {
   border: none;
}

img.brochure{
    border:  3px solid #D4D4D4
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.yourclub {
  padding-left:10px;
}


code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em corbel, calibri, 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em corbel, calibri, 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table One */
table.one {
	border-collapse: collapse;
	margin: 10px;	
}


table.one th strong {
	color: #fff;
}

table.one th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
table.one tr {
	height: 30px;
}

  
table.one td {
	padding-left: 11px;
	padding-right: 11px;
}

table.one td.score {
	width: 30px;
	background: #007DB0
}

/*Scoring Zone table*/
table.zone {
	border-collapse: collapse;
	margin: 3px;	
}

table.zone tr {
  height: 2px;
  }
  
table.zone td {
/* PW start of new table structur*/
	padding-left: 3px;
	/*padding-right: 11px;*/
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	text-transform: uppercase
}

table.zone td.pos {
  color: #FEF200;
  font-size:12px;
  font-weight: bold;
}

table.zone td.scoringmth {
  font-weight: bold; 
  color:yellow;
  font-size:16px;
  width:100px;
}

table.zone td.scoringdys {
  font-weight: bold; 
  color:#ffffff;
  font-size:14px;
}

table.zone td.scoringdysalt {
  font-weight: bold; 
  color:#ffffff;
  font-size:14px;
  border-bottom: 1px solid #FFFFFF;
}


table.zone td.scoringdysold {
  font-weight: bold; 
  color:#6F8EA5;
  font-size:14px;
}

table.zone td.scoringdysoldalt {
  font-weight: bold; 
  color:#6F8EA5;
  font-size:14px;
  border-bottom: 1px solid #6F8EA5;  
}

table.zone td.facilities {
  font-weight: bold; 
  color:#6F8EA5;
  font-size:12px;
}



td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

/* end - table zone */

/* Table Registration*/

table.reg {
	border-collapse: collapse;
	margin: 10px;	
}

table.reg tr {
  height: 20px;
  }
  
table.reg td {
  padding-left:2px;
	padding-right: 3px;
	text-transform: uppercase;
	height: 2px;

  }
  
table.reg td.inp {
  width:70px;
  }
  
table.reg select {
  background: #000000;
  }

/* End Of Table Registration*/


/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input.score {
	width: 30px;
	background: #007DB0;
	color: #FFFFFF;
	text-align: center;
}

input.scoredate {
	width:87px;
	background: #007DB0;
	color: #FFFFFF;
	text-align: center;
}
input.reg {
  font-weight: bold;
	font-size: 10px;
  font-family: corbel, calibri, 'Trebuchet MS', Tahoma, Sans-serif;	
  color:#FFFFFF;
  text-align:left;
  /*line-height:10px;*/
  width:90px;
  text-transform: uppercase
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

button { 
	font: bold 14px corbel, calibri, Arial, Sans-serif; 
	height: 24px;
	width: 120px;
	margin: 10px;
	padding: 2px 3px; 
  border: 1px solid #dadada;	
	color: #FFFFFF;
	background: #e7e6e6 url(button.jpg) repeat-x;
}


input.event { 
	font: bold 12px corbel, calibri, Arial, Sans-serif; 
	height: 14px;
	margin: 10px;
	background: #e7e6e6;
	border: 1px solid #dadada;
	color: #FFFFFF;
}

input.button { 
	font: bold 12px corbel, calibri, Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

button { 
	font: bold 14px corbel, calibri, Arial, Sans-serif; 
	height: 24px;
	width: 100px;
	color: #FFFFFF;
	background: #e7e6e6 repeat-x;
}


/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(content.jpg) repeat-y center top;

}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	background: #fff url(content-wrap.jpg) repeat-x; 
}
#header {
	position: relative;
	background: #fff url(header-bg.jpg) repeat-y center top;
	height: 35px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	position: relative;
	margin: 5px auto;
	height: 107px;
	width: 850px;
	background: #fff url(rfg_header.jpg) no-repeat center center;
}

#header-foresight {
	clear: both;
	position: relative;
	margin: 5px auto;
	height: 107px;
	width: 850px;
	background: #fff url(fore!sight_header.jpg) no-repeat center center;
}

#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px corbel, calibri, 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px corbel, calibri, 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 200px; left: 135px;		
}

/* header-golf */
#header-golf {
background: transparent url(rfg_home_golfstrip.jpg) no-repeat right top;
clear:both;
height:125px;
margin:5px auto;
position:relative;
width:850px;
}

#header-golf #homebox {
	position: absolute;
	background: transparent url(improve_home_box.gif) no-repeat;
	top: 15px;
	left: 475px;
	width: 309px;
	height: 163px;
	/*filter: alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;*/	
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(nav.jpg) repeat-x;	
	width: 850px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 14px/45px corbel, calibri, "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
}
#nav ul li#current a {	
	background: #DBDBDB url(nav-current.jpg) repeat-x;		
}

/* Main Column */
.three-col #main {
	margin: 10px 250px 0 200px;
	background: transparent url(golfer_bg.gif) no-repeat center top;
}
.two-col #main {
	margin: 10px 160px 0 200px;
  background: transparent url(golfer_bg.gif) no-repeat center top;	
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: bold 1.8em corbel, calibri, Georgia, "Times New Roman", Times, serif;
	color: #1170BA;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
	text-transform:uppercase;
}

#main h1 p {
	font: 12px corbel, calibri, 'Trebuchet MS', Arial, Sans-serif;
  margin: 0 0 0 30px;	
	color: #1170BA;
	text-transform: uppercase;

}

#main #options {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px corbel, calibri, 'Trebuchet MS', Arial, Sans-serif;
		/* change the values of top and left to adjust the position of the buttons*/
	top: 370px; left: 335px;		
}

#main #price {
	position: absolute;
	background: transparent url(only1pw.gif) no-repeat;
	float:right;
	/*margin:5px 10px 10px 0;*/
	top:210px;
	left:500px;
	width: 140px;
	height: 140px;
	/*margin:  10px 0px 10px 0px;	*/
	margin-left:10px;
}

#main #prize {
	position: absolute;
	background: transparent url(totalprizefund.gif) no-repeat;
	float:right;
	margin:5px 10px 10px 0;
	top:630px;
	left:490px;
	width: 150px;
	height: 70px;
}

#main #foresight {
	position: absolute;
	background: transparent url(golfer&friendsnew.jpg) no-repeat;
	float:right;
	left: 240px;
	top: 270px;
	width: 380px;
	height: 250px;
}


#main #prizefund {
	position: absolute;
	background: transparent url(rfg_prizepool_small.gif) no-repeat;
	float:right;
	margin:5px 10px 10px 0;
	left: 240px;
	top: 210px;
	width: 383px;
	height: 122px;
}

#main #clubdetails {
	position: absolute;
	background: #EAEBEF;
	float:right;
	margin:5px 10px 10px 0;
	left: 240px;
	top: 250px;
	width: 383px;
	height: 80px;
}


#main #alignblock
{
	position: absolute;
	float:right;
	margin:5px 10px 10px 0;
	left: 232px;
	top: 340px;
	width: 400px;
	height: 122px;
}

#main #clubbtns
{
	position: absolute;
	float:right;
	margin:5px 10px 10px 0;
	left: 480px;
	top: 210px;
	width: 40px;
	height: 122px;

}

#main ol {
  font:  14px corbel, calibri, 'Trebuchet MS', Arial, Sans-serif;
  /*margin: 5px 10px 10px 0;*/
  /*list-style-image: url(rfg_icon.gif);*/
  }
  
#main #teesplayed {
	position: absolute;
	background: transparent url(rfg_prizepool_small.gif) no-repeat;
	float:right;
	margin:5px 10px 10px 0;
	left: 240px;
	top: 210px;
	width: 383px;
	height: 122px;
}
 

/* Sidebar */	
#sidebar {
	float: left;
	width: 145px;	
	margin-top: 10px;	
}	
/* right column */

#rightcolumn 
{
	float: right;
	width: 220px;
	height: 800px;
	margin-top:20px;
	
}

#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	font: bold 1.4em corbel, calibri, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

#rightcolumn #race {
	position: absolute;
	background: url(racetospain_700x221.jpg) no-repeat center top;
	float:right;
  width:221px;
  height:700px;
  margin: 10px 0 10px 0px;
}

#rightcolumn #junior {
	position: absolute;
	background: url(junior_image.jpg) no-repeat center top;
	float:right;
  width:220px;
  height:700px;
  margin: 10px 0 10px 0px;
}

#rightcolumn #foresight {
	position: absolute;
	float:right;
  width:220px;
  height:500px;
  margin: 10px 0 10px 0px;
}
#rightcolumn #adverts {
/* This is where the adverts will go for the PrizeFund */
position:relative; 
height:800px; 
width:220px; 
background: #fff url(content-wrap.jpg) repeat-x;  
color:#FFFFFF

}

#rightcolumn #yourclub {
/* This is where the adverts will go for the PrizeFund */
position:absolute; 
height:800px; 
width:220px;
top:220px;
left: 650px;
background: #fff url(content-wrap.jpg) repeat-x;  
color:#FFFFFF

}


/* sidemenu */
ul.sidemenu {
  float: left;
	margin: 0 0 0 0; 
  padding: 0;	
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	width: 150px;
	text-align: right;
	text-transform: uppercase;

}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}


/* PW Added new button style, may remove */
div#btnMenu {
	clear: both;	
	padding: 0;			

}

div#btnMenu ul {
    float: left;
    width: 850px;
    padding: 0; margin: 0 0 0 30px;
    font-family: corbel, calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;  
	  display: inline;
	  text-transform: uppercase;      

}

div#btnMenu li {

    list-style-type: none;
    height: 30px;
    width: 92px;
    margin: 1px;
    text-align:center;
    float: left;
    
       
}

div#btnMenu li a {

    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
    font-weight: bold;
      /*  float: left;*/        
    
}

div#btnMenu li a:link {

    color: #FFFFFF;
    font-weight: bold;
    /*background-color: #00CCFF;*/    
      /*  float: left;*/


}

div#btnMenu li a:visited {

    color: #000000;
    font-weight: bold; 
    color: #FFFFFF;    
    /*background-color: #00CCFF;*/
      /*  float: left;*/


}

div#btnMenu li a:hover {

    font-weight: bold;
    color: #FFFFFF;
    background-color: #70CCD6;
      /*  float: left;*/


}

div#btnMenu li a:active {

    font-weight: bold;
    color: #FFFFFF;
    background-color: #00CCFF;
      /*  float: left;*/

}

/* Btn Side */
div#btnSide {
	float: left;
	width: 150px;	
}

div#btnSide ul {
    padding: 0; 
    margin: 0 0 0 30px;
    font-family: corbel, calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;  
	  display: inline;
	  text-transform: uppercase;      

}

div#btnSide li {

    list-style-type: none;
    height: 30px;
    margin: 2px;    
    width: 150px;
    text-align:center;
    
       
}

div#btnSide li a {

   display: block;
    text-decoration: none;
    border-width: 6px;
    font-weight: bold;

    
}

div#btnSide li a:link {

    color: #FFFFFF;
    font-weight: bold;


}

div#btnSide li a:visited {

    color: #000000;
    font-weight: bold; 
    color: #FFFFFF;    

}

div#btnSide li a:hover {

    font-weight: bold;
    color: #FFFFFF;
    background-color: #70CCD6;


}

div#btnSide li a:active {

    font-weight: bold;
    color: #FFFFFF;
    background-color: #00CCFF;
      /*  float: left;*/

}

div#btnside #test {
	position: absolute;
	background: transparent url(only1pw.gif) no-repeat;
	float:right;
	margin:5px 10px 10px 0;
	top:210px;
	left:500px;
	width: 140px;
	height: 140px;
}
/*
/* Curved box for league table*/
.curveBox {position:relative; height:800px; width:220px; background:#0092CD; color:#FFFFFF; margin:2em auto;}
#cv1, #ctr {position:absolute; width:20px; height:20px; background:url(content-wrap.jpg); overflow:hidden; font-style:normal; z-index:1;}
#cbl, #cbr {position:absolute; width:20px; height:20px; background:#FFFFFF; overflow:hidden; font-style:normal; z-index:1;}
#cv1 {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curveBox em b {position:absolute; font-size:150px; font-family:arial; color:#0092CD; line-height:40px; font-weight:normal;}
#cv1 b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curveBox p {position:relative; z-index:100; padding:5px 10px; font-size:20px;}

/* new curvebox for How to Play, integrate into one class for all right column zones*/
.curveBoxhtp {position:relative; height:850px; width:220px; background:#D3EEF1; color:#FFFFFF; margin:2em auto;}
#cv1htp, #ctrhtp {position:absolute; width:20px; height:20px; background:url(content-wrap.jpg); overflow:hidden; font-style:normal; z-index:1;}
#cblhtp, #cbrhtp {position:absolute; width:20px; height:20px; background:#FFFFFF; overflow:hidden; font-style:normal; z-index:1;}
#cv1htp {top:0; left:0;}
#cblhtp {bottom:0; left:0;}
#ctrhtp {top:0; right:0;}
#cbrhtp {bottom:0; right:0;}
.curveBoxhtp em b {position:absolute; font-size:150px; font-family:arial; color:#D3EEF1; line-height:40px; font-weight:normal;}
#cv1htp b {left:-8px;}
#ctrhtp b {left:-25px;}
#cblhtp b {left:-8px; top:-17px;}
#cbrhtp b {left:-25px; top:-17px;}
.curveBox p {position:relative; z-index:100; padding:5px 10px;}

/*
.curveBox tr {
background:#000000
}
.curveBox td {
background-color: transparent;
}*/


