/* @group Standard */

* {
	margin: 0;
	padding: 0;
}

body {
	font: .825em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #2f2f2f;
}

.standard {
	padding-right: 15px;
	padding-left: 15px;
}



/* @end */

/* @group structure */

.pagerow {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.fullcolumn {
	padding: 20px;
}

.maincolumn {
	padding: 20px 10px 10px;
	width: 500px;
}

.calendar, .referrals {
	width: 200px;
}

.weatherheadline {
	width: 200px;
	padding-left: 10px;
}

.recentvisits {
	width: 190px;
}

.rightcolumn {
	width: 410px;
	padding-top: 20px;
}

div.directorycolumn {
	width: 150px;
}



/* @end */

/* @group header */

#header {
	background-image: url(../images/golf_green.jpg);
	width: 960px;
	height: 210px;
}

#headertop {
	height: 180px;
}

#headerbottom {
	background-color: white;
	height: 30px;
	opacity: 0.6;
}

.headerlinks {
	padding: 5px 5px 5px 25px;
}

#header a, #header a:visited {
	color: #2f2f2f;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

.websitetitle {
	color: #ff751a;
	padding: 20px;
	text-shadow: #303628 2px 2px 2px;
	font: 2em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.titlehighlight {
	color: #ff4d4f;
}



/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	margin-top: 3px;
	margin-bottom: 7px;
}

h3 {
	margin-top: 2px;
	margin-bottom: 2px;
}



/* @end */

/* @group Listings */

.dark {
	background-color: #ccc;
}

.light {
	background-color: #e5e5e5;
}

.listinglight {
	background-color: #f4f4f4;
}

.listingdark {
	background-color: #eaeaea;
}

p.eventdescription {
	padding: 5px;
	background-color: #eee;
}

p.eventlisting {
	margin-bottom: 10px;
}

.caption {
	font: .85em Arial, Helvetica, Geneva, sans-serif;
}



/* @end */

/* @group links */

a, a:visited {
	color: #4d7c5e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* @end */

/* @group misc */

p {
	margin-bottom: 8px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}

.error {
	color: red;
}

.smaller {
	font-size: .825em;
}



/* @end */

/* @group tables */

td {
	padding: 3px;
}

td.eventscalendar {
	width: 25px;
}

td.listgolfername {
	width: 150px;
}



/* @end */

/* @group Lists */

ul.directorycolumn {
	width: 140px;
	padding-left: 20px;
}

ul.directorycolumn li {
}

ul.directorycolumn ul li {
	list-style-position: inside;
}

/* @end */

.graphscore div {
}

div#footer i {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.paddedleft {
	padding-left: 5px;
}

.paddedtop {
	padding-top: 15px;
}