@font-face {
    font-family: 'paloaltoheavy';
    src: url('/thw/fonts/Palo_Alto_Regular-webfont.eot');
    src: url('/thw/fonts/Palo_Alto_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/thw/fonts/Palo_Alto_Regular-webfont.woff') format('woff'),
         url('/thw/fonts/Palo_Alto_Regular-webfont.ttf') format('truetype'),
         url('/thw/fonts/Palo_Alto_Regular-webfont.svg#paloaltoheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	margin: 0 auto;
	padding: 0;
	color: #333;
	background: #fff;
	font-family: "lucida grande", helvetica, sans-serif;
	font-size: .80em;
}

#container {
	margin: 0 auto;
	width: 1024px;
	text-align: center;
}

#navlist {
    background: #FFFFFF;
    height: 50px;
    opacity: .9;
    margin: 0 auto;
    width: 705px;
}

#navlist ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

#navlist li {
    float: left;
    list_style: none;
    margin-right: 5px;
    width: 100px;
    height: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    text-shadow: 1px 2px 2px rgba(0,0,0,.3);
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0,0,0,.8);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    border: solid 1px #076e39;
    background: #50a169;
    background: -webkit-gradient(linear, left top, left bottom, from(#18bc39), to(#08783e));
    background: -moz-linear-gradient(top,  #18bc39,  #08783e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#18bc39', endColorstr='#08783e');
}

#navlist li a:link,a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#navlist li a:active,a:hover {
    position: relative;
    top: 1px;
}


#newsfader {
	margin: 15px auto 0px auto;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #ccc;
	width: 690px;
	height: 15px;
	text-align: left;
}

#newsfader p {
	margin: 0px;
}

#headlines {
	display: block;
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 10px;
	height: 300px;
}

.rc {
    border-radius: 6px;
}

#newsfader a:link, #newsfader a:visited {
    color: #000000;
    text-decoration: none;
}

h1
{
	color: #FFFFFF;
	width: 600px;
	margin: 0 auto;
	padding: 20px 40px 20px 40px;
	font-size: 2.5em;
	font-weight: bold;
	background-color: #000000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: 'paloaltoheavy', serif;
}

#leaderboard {
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 auto;
	width: 980px;
	border-radius: 6px;
}

ul.header li {
	display: inline-block;
	height: 40px;
	text-align: left;
	font-size: 2.75em;
	font-weight: bold;
	color: green;
}

ul.header li.name {
	width: 200px;
}

ul.header li.r {
	width: 120px;
}

ul.header li.t {
	width: 125px;
}

ul.golfdata li {
	display: inline-block;
	height: 40px;
	text-align: left;
	font-size: 2.0em;
}

ul.golfdata li.name {
	width: 200px;
}

ul.golfdata li.r {
	width: 120px;
	font-size: 2.75em;
}

ul.golfdata li.t {
	width: 125px;
}

#leaderboard li {
	display: inline-block;
}

.subs {
	font-size: .40em;
	color: #CDCDCD;
}

.sel {
	font-size: 2.0em;
	font-weight: bold;
}

.stroke {
	border: 1px solid #CDCDCD;
	width: 90px;
	height: 50px;
	color: gray;
	font-weight: bold;
	font-size: 1.0em;
}

.entry {
	font-size: 3.0em;
	font-weight: bold;
}

.statnum {
font-weight: bold;
color: yellow;
font-size: 1.25em;
}

.eagle {
height: 10px;
width: 10px;
border-radius: 10px;
border: 3px double white;
font-size: .25em;
padding: 3px;
}

.birdie {
height: 10px;
width: 10px;
border-radius: 10px;
border: 1px solid white;
font-size: .25em;
padding: 3px;
}

.par {
height: 10px;
width: 10px;
font-size: .25em;
padding: 3px;
}

.bogey {
height: 10px;
width: 10px;
border: 1px solid white;
font-size: .25em;
padding: 3px;
}

.double {
height: 10px;
width: 10px;
border: 3px double white;
font-size: .25em;
padding: 3px;
}