/*
Note: iepngfix.htc has a path specified to a blank image. If the file is moved, the path will need to be updated.
*/

body {
	background: #fff url("images/page-bg.jpg") repeat scroll left top;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #000;
}

img {
	border: none;
}

a {
	color: #B25000;
	text-decoration: underline;
}

a:visited {
	color: #595959;
}

a:hover, a:active {
	color: #EB6A00;
	text-decoration: none;
}

div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}


/* Page setup */

#mainwrapper {
	padding-top: 20px;
	min-height: 900px;
	background: transparent url("images/page-bg-gradient.jpg") repeat-x top left;
}

* html #mainwrapper { /* IE6 */
	height: 900px;
	overflow: visible;
}

#maindiv {
	width: 900px;
	margin: 0 auto;
}


/* Header */

#headerwrap {
	height: 118px;
	position: relative;
}

#header {
	margin: 0 auto;
	background: #fff url("images/headers/golf.jpg") no-repeat bottom left;
	width: 890px;
	height: 118px;
}

#headeroverlay {
	background: transparent url("images/header-bg.gif") no-repeat top left;
	height: 118px;
	width: 900px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

/* Mainbody */

#mainbodywrap {
	background: transparent url("images/maindiv-bg.png") repeat-y top left;
}

* html #mainbodywrap { /* IE6 */
	background-image: url("images/maindiv-bg-ie6.png");
	behavior: url("iepngfix.htc");
}

#mainbody {
	width: 890px;
	margin: 0 auto;
}

/* Sidebar */

#sidebarwrap {
	width: 229px;
	float: left;
	color: #404040;
}

#sidebar {
	margin: 7px;
}

#sidebar .widgetwrap {
	background-color: #fff;
	width: 208px;
	margin-bottom: 0.5em;
}

#sidebar .widget {
	padding: 10px;
}

#sidebar .widget p {
	padding: 0 5px;
}

#sidebar .widgetbottom {
	display: none;
	visibility: hidden;
}


#sidebar h2 {
	font-size: 13px;
	height: 30px;
	color: #000;
	margin: 0 0 2em 0;
	padding-left: 15px;
	text-transform: uppercase;
	background: transparent url("images/sidebar-h2-bg.gif") no-repeat top left;
}


/* Main nav */

#mainnav {
	width: 189px;
	margin-bottom: 1em;
	margin-left: 10px;
}

#mainnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainnav ul li {
	border-bottom: 1px solid #fff;
}

#mainnav li a {
  	min-height: 22px;
	text-decoration: none;
	font-size: 14px;
	color: #262626;
	width: 149px;
	display: block;
	background: #eb9130 url("images/mainnav-bg-off.gif") no-repeat top left;
	padding: 10px 10px 8px 30px;
	border-bottom: 1px solid #d72300;
}

#mainnav li a:hover, #mainnav li a:active {
	color: #fff;
	background: #ebb030 url("images/mainnav-bg-over.gif") no-repeat top left;
	}
	
#mainnav li a.current {
	color: #fff;
	background: #a99071 url("images/mainnav-bg-on.gif") no-repeat top left;
	border-bottom: 1px solid #866f51;
	}




/* Maintext */

#maintext {
	padding-top: 1em;
	padding-bottom: 1em;
	width: 615px;
	margin-left: 250px;
	color: #292929;
}

.article img, img.article {
	border: 1px solid #AFC6D4;
	margin: 1em;
}

.post {
	margin-bottom: 2em;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	color: #B25000;
	font-size: 31px;
	line-height: 40px;
	font-weight: normal;
	
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	color: #B25000;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #B25000;
	
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #522E00;
	
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #522E00;
	
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #522E00;
	
}

.highlight {
	color: #ff0000;
}

blockquote {
	background: #FFBA61 url("images/quotes.gif") no-repeat left top;
	margin: 10px 10px 10px 50px;
	padding: 5px 5px 5px 27px;
}

blockquote p {
	color: #2B2B2B;
	font-family: Arial,Helvetica,Sans-Serif;
	font-style: italic;
}


/* Tables */

.article table, table.article
{
	border-collapse: collapse;
	margin: 1px;
	width: auto;
}

.article table, table.article .article tr, .article th, .article td
{
	background-color: transparent;
}

.article th, .article td
{
	padding: 2px;
	border: solid 1px #B5B5B5;
	vertical-align: top;
	text-align: left;
}

.article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}


/* Forms */

form {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

form div.row {
	clear: left;
}

form label {
	clear: left;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 15px;
	text-align: left;
	width: 100px;
}

form input.fmtext, form textarea.fmtextarea {
	display: block;
	float: left;
	margin-bottom: 15px;
	padding: 3px;
	width: 200px;
}

form #submit {
	width: 90px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url("images/join-button-off.gif") no-repeat center top;
	text-indent: -9999px;
	display: block; /* for IE */
	cursor: pointer;
	cursor: hand; /* for IE */
}

form #submit:hover, form #submit:active {
	background-image: url("images/join-button-on.gif");
}



/* Footer */

#footerwrap {
	clear: both;
	width: 900px;
	margin: 0 auto;
	background: transparent url("images/footer-bg.png") repeat-x bottom left;
}

* html #footerwrap { /* IE6 */
	background-image: url("images/footer-bg-ie6.png");
	behavior: url("iepngfix.htc");
	height: 90px;
}

#footer {
	text-align: center;
	width: 890px;
	margin: 0 auto;
	padding: 0.75em 0 1em 0;
	color: #241000;
	font-size: 12px;
	line-height: 16px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #994500;
}

#footer a:visited {
	color: #4D4D4D;
}

#footer a:hover, #footer a:active {
	color: #333333;
}

