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

img {
    border: 0;
}

#container {
width: 990px;
margin: auto;
background: #50a169 url(/thw/images/site/golf/bkg.jpg) no-repeat; 
}

#wrapper {
margin: 0 auto 0 auto;
width: 740px;
border-top: 8px solid green;
color: #333;
}

#navbar {
margin:0 0 0 125px;
padding:3px 0 3px 0;
background: #FBFAF4;
font: 16px lucida grande, verdana, arial, helvetica, sans-serif;
text-align: center;
}

#navbar ul {
list-style: none;
}

#navbar li {
float: left;
padding: 0 23px 0 23px;
margin-right: 5px;
list-style: none;
}

#navbar li a {	display: block; 
padding: 0.75em 0 0.25em; 
text-transform: uppercase; 
color: #000;}

#navbar a:hover {background: transparent;}

#header {
margin: 0 0 0 0;
padding: 0 10px 5px 20px;
background: #ffffff;
border-bottom: 1px solid #ccc;
}

#header h1 {
    margin-top: 0;
    padding-top: 10px;
}

#content {
padding: 10px 10px 0 10px;
background: #FfFfFa;
background-color: rgba(255, 255, 255, 0.90);
}

#content a, a:hover, a:visited, a:active {
    color: #000000;
    text-decoration: underline;
    position: relative;
    top: 0px;
}

#footer {
margin: 0;
padding: 5px 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fff;
color: #333;
font-size: 70%;
letter-spacing: 0.09em;
}

.entry {
margin-top: 10px;
padding: 0 10px 10px 10px;
background: transparent;
color: #333;
}

#blog {
margin-right: 5px;
padding: 0 10px 10px 0px;
width: 700px;
color: #333;
text-align: left;
}

.date {
font-size: 120%;
background: transparent;
color: #000;
}

.titles {
font-size: 150%;
font-weight: bold;
background: transparent;
color: #336600;
border-bottom: 1px solid #ddd;
}

.posted {
margin-bottom: 10px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
}

/*--------- START NEW HERE --------------*/

/*--------- TABLES ----------------------*/
.nocellspacing {
	border-spacing: 0px;
}

#tschedule td {
    vertical-align: top;
    padding: 0px 15px 10px 0px;
}

#tschedule th {
    text-align: left;
    font-weight: bold;
}

#tschedule td.past {
    color: #bcbcbc;
}

#golfimg {
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 2;
}

#l_bar {
    width: 125px;
    float: left;
    margin: 25px 0px 0px 10px;
}

#r_bar {
    width: 125px;
    float: right;
    text-align: right;
}

#grass {
position: relative;
z-index: 2;
background: url(/thw/images/site/golf/THWGrassLogo_noType1.png) no-repeat;
width: 990px;
height: 188px;
margin-top: -95px;
}

#navlist {
    background: #FFFFFF;
    height: 50px;
    opacity: .9;
}

#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, #navlist a:hover {
    position: relative;
    top: 1px;
}

#content td {
    padding: 2px 15px 2px 0px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#content td.hd {
    padding: 2px 15px 2px 0px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    background: #5995ba;
}

#content th {
    background: #5995ba;
    padding-right: 18px;
    text-align: left;
    border: 0px;
}

#content th.first {
    border-top-left-radius: 6px;
    padding-left: 5px;
}

#content th.last {
    border-top-right-radius: 6px;
}

#about {
    clear: left;
    padding: 10px;
    border-top: 8px solid green;
    font-size: .75em;
    margin-top: 15px;
}

#tourneys ul {
    list-style: none;
    margin: 25px 0px 0px 0px;
    padding: 0px;
}

#tourneys li {
	float: left;
    list_style: none;
}

#tourneys li.last h3 {
	background: #5995ba;
    width: 245px;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0px;
    padding-left: 5px;
    border-top-right-radius: 6px;
}

#tourneys li.first h3 {
	background: #5995ba;
    width: 210px;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    border-top-left-radius: 6px;
    padding-left: 5px;
}

#tourneys li.first {
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 6px;
    width: 215px;
    height: 150px;
}

#tourneys li.last {
	border-top-right-radius: 6px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 250px;
    height: 150px;
}

#tourneys li.mid {
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 250px;
    height: 150px;
    background: #ddd;
}

#tourneys li h3 {
	background: #5995ba;
    width: 245px;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0px;
    padding-left: 5px;
}

#tourneys img {
    float: left;
    margin: 5px;
}

#tourneys p.title {
    margin: 5px;
}

#tourneys p.info {
    margin: 5px;
    font-size: .75em;
    line-height: 2.0em;
}

#tourneys li.last p.info {
    margin: 5px;
    font-size: .75em;
    line-height: 1.2em;
}

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

#newsfader p {
	margin: 0px;
}

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

.tiltr {
    rotation: 3deg;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    margin-top: 10px;
}

.tiltl {
    rotation: 357deg;
    -webkit-transform: rotate(357deg);
    -moz-transform: rotate(357deg);
}

.ptiltr {
    rotation: 3deg;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    margin-left: 0px;
    margin-top: -10px;
    width: 400px;
    height: 25px;
    font-size: .85em;
}

.ptiltl {
    rotation: 357deg;
    -webkit-transform: rotate(357deg);
    -moz-transform: rotate(357deg);
    margin-left: 20px;
    margin-top: -10px;
    width: 400px;
    height: 25px;
    font-size: .85em;
}

.pntilt {
    margin-top: -10px;
    width: 400px;
    height: 25px;
    font-size: .85em;
}

.tournlist ul {
    list-style: none;
    clear: both;
}

.tournlist li {
    float: left;
    list-style: none;
    width: 225px;
    height: 315px;
    text-align: center;
    margin-left: -30px;
    padding-right: 30px;
}

.hline {
    border-bottom: 8px solid #AAA;
    border-top: 8px solid #AAA;
    border-radius: 3px;
    padding: 5px 0px 5px 0px;
    color: #333;
}

.ver {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 5px;
    color: #000000;
    float: right;
    margin-right: 20px;
    font-size: 1.75em;
    text-align: center;
    font-weight: bold;
}