/* CSS Document - WORLD RECORD GOLF */

/* STANDARD PAGE FORMATTING */

body {
	background-color: #8fbc8f;
	background-image: url(/graphics/bkgd.jpg);
	background-repeat: repeat;
	color: #888;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}

img { behavior: url(/iepngfix.htc); } 

table {
	   padding: 3px;
	   margin-top: 13px;
	   }
	   
td {
   padding: 3px;
   }
   

a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
	}
	
a:hover {
	color: #0066cc;
	}
	
p {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align:justify;
	}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	margin-top: 5px;
	color: #81aa81;
	padding: 0px 0px 3px 0px;
	}

h2 {
	color: #888;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	}

h3 {
	color: #81aa81;
	padding-top: 15px;
	margin-bottom: 7px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	}
	
ol {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 35px;
	}
	
.clearer {
	clear: both;
	}


/* MASTER */

.master {
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	width: 870px;
	clear: both;
	background:transparent url(/graphics/bkgd_master.jpg) repeat-y;
	overflow:hidden;
	}
	
.master2 {
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	width: 870px;
	clear: both;
	background-image: url(/graphics/bkgd_footer.jpg);
	background-repeat: no-repeat;
	}
	
/* END MASTER */


/* CONTAINERS */

.container {
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 6px;
	width: 630px;
	float: left;
	}
	
.sidecontainer {
	margin: 0 auto;
	padding: 0px 2px 0px 8px;
	width: 180px;
	margin-right: 10px;
	margin-top: 10px;
	float:left;
	border-left: 1px solid #EEE;
	color: #79ad8e;
	}
	
.sidecontainer p {
	text-align: left;
	font-size: 1.0em;
	}
/*******END CONTAINER*********/




/* HEADER */
.header {
	height: 270px;
	padding: 0px;
	background-image: url(../graphics/bkgd_header.jpg);
	background-repeat: no-repeat;
	width: 830px;
	}
	
/*******END HEADER*********/



/* MAIN */
.main {
	clear: both;
	padding: 10px 10px 35px 10px;
	min-height: 300px;
	}
/*******END MAIN*********/


	
/* CONTENT */
.content {
	float: right;
	width: 430px;
	text-align: left;
	padding: 4px;
	}

.content a {
	color: #6699cc;
	text-decoration: none;
	font-size: 1.1em;
	}
	
.content a:hover {
	color: #666;
	}


/*******END CONTENT*********/


/* FOOTER */
.footer {
	color: #FFF;
	font-size: 1.0em;
	margin: 0 auto;
	text-align: left;
	padding: 70px 0px 0px 20px;
	height: 60px;
	}
	
.footer a {
	color: #FFF;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #CCC;
	}
	
/******** END FOOTER *********/	


/* CLEARER */
.clearfix:after {
        content: ".";            /* the period is placed on the page as the last thing before the div closes */
        display: block;          /* inline elements don't respond to the clear property */ 
        height: 0;               /* ensure the period is not visible */
        clear: both;             /* make the container clear the period */
        visibility: hidden;      /* further ensures the period is not visible */
}


/* SIDE NAVIGATION */

.sidenav {
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 0px;

	}
	
.sidenav ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
	}

.sidenav li {
	list-style: none;
	margin: 0;			
	}

.sidenav li a {
	color: #666;
	font-size: 1.1em;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	border-bottom: 1px solid #EEE;
	display: block;
	margin-top: 3px;
	}

.sidenav li a:hover {
	color: #BBB;
	background-color: #FFF;
	}

/* END SIDE NAV */



/* IMG HOLDER */

.imgholder {
    float: right; 
    margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 3px;
	clear: both;
	}
	
	
/* NEWS FIRE */


.newsimgfloat {
		clear: both; 
		float: right;
		margin: 3px 5px 25px 15px; 
		width: 200px; 
		}


.latest{
	padding: 5px;
	border: 0px;
	width: 195px;
	float: left;
	margin-top: 9px;
	margin-left: 0px;
	border: 1px solid #EEE;
	background-color: #f2fef2;
	position: relative;
	}
	
.latest li {
	list-style: none;
	}

.recent{
	padding: 5px;
	border: 0px;
	width: 195px;
	float: right;
	margin-top: 9px;
	margin-right: 0px;
	border: 1px solid #EEE;
	background-color: #f2fef2;
	position: relative;
	}
	
.recent li {
	list-style: none;
	}
	
	
.latest a {
	color: #444;
	text-decoration: none;
	font-size: 12px;
	}
	
.latest a:hover {
	color: #BBB;
	}	
	
	
.recent a {
	color: #444;
	text-decoration: none;
	font-size: 12px;
	}
	
.recent a:hover {
	color: #BBB;
	}
	
.archive {
	padding: 5px;
	}
	
.archive a {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-decoration: none;
	font-size: 12px;
	}
	
.archive a:hover {
	color: #BBB;
	}
	
	
/* REGISTRATIONS */

table.register {
	   padding: 3px;
	   margin-top: 13px;
	   border: 1px solid #EEE;
	   }
	   
table.register td {
   padding: 5px;
   border: 1px solid #EEE;
   }
   
.inputwidth {
	width: 200px;
	}	
	
.button {
	width: 100px;
	}
	
.teetimes {
	width: 70px;
	}
	
/* GUIDELINES */

.guidelines ul {
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.0em;
	}

.guidelines li {
	list-style: outside;
	margin-left: 15px;
	padding: 5px;
	}
	
	
/* NEWS */

.newslinks {
	margin-left: 10px;
	}
	
.newslinks li {
	list-style: none;
	}
	
.newsform {
	width: 250px;
	}
	
.newsform2 {
	width: 350px;
	}
	
table.nf {
	   padding: 3px;
	   margin-top: 13px;
	   border: 1px solid #EEE;
	   }
	   
table.nf td {
   padding: 3px;
   border: 1px solid #EEE;
   }
   
.signup {
	float: right;
	margin-right: 50px;
	margin-top: 85px;
	}