/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */
* {
margin: 0; padding: 0;
}

/* SET BASE FONT ATTRUBUTES */
html, body {
/*font: Georgia, "Times New Roman", Times, serif 14px/1.5em;*/
/*font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;*/
color: #000;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* SORT OUT header-FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.55em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a { text-decoration: none;}
a:link, a:visited {color: #00f; text-decoration: none;}
a:hover {color: #005300; text-decoration: none;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}


/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

/* Core Classes */
body, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000;
}

body, td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
	font: normal 10px verdana, tahoma, arial, sans-serif;
	color: #000;
}

.smalltext, .smallblacktext, .tbox, .button, .button:hover, .nextprev, .helpbox {
	font: normal 9px verdana, tahoma, arial, sans-serif;
	color: #000;
}


.linkspage_button {
	border: 0px;
}

form {
	margin: 0px;
}

.tbox {
	border: #A5ACB2 1px solid;
	background-color: #fff;
	border: 1px solid #888377;
	font-size: 12px;
	margin: 5px;
	padding: 3px;
}

.tbox:focus {
    background-color: #F4EEDD;
}


.indent {
	border: #999 1px dotted;
	padding: 5px;
	margin: 5px;
	background-color: #f7f7f9;
}


.button {
	border: 1px solid #A5ACB2;
	/*background-image : url(images/button.png);*/
}

.button:hover {
	border: 1px solid #A5ACB2;
	color: #A4A4A4;
	/*background-image : url(images/buttonover.png);*/
}

.nextprev {
	border: 0px;
	text-align: center;
	padding: 2px;
	background-color: #f7f7f9;
}

.spacer{
	padding: 5px 0px;
}

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #878787;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #878787;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #fbfbfd;
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	background-color: #f7f7f9;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.searchhighlight {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.helpbox {
	border: 0px;
}


/* THEME SPECIFIC */

body, input, textarea, select {
	/*font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #333;
	margin: 0px auto;
	background-color: #fff;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
	color: #005300;
}

a:link, a:visited {color: #579700;}

.float-left  { float: left; }

/* Wrapper */

#wrapper {
	width: 928px;
	margin: 0px auto;
	background-color: #FFFFFF;

}

/* header-*/

#header{
	height: 257px;
	width: 928px;
	position: relative;
	background: #CDE691 url(images/golfview.jpg) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 50px;
	left: 30px;  
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	position: absolute;
	top: 225px;
	left: 20px;  
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.style {
	font-size: small;
	font-weight: normal;
	padding: 0px;

}
/* Menu */

#menu
{
	width: 928px;
	position: absolute;
	margin: -50px 0;
}

#menu .item
{
	list-style: none;
	text-align: right;
	padding: 10px 0px 20px 0px;
	margin: 0;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1.2em;
		/*padding: 0em 0.7em 0em 0.7em;*/
}

#menu li a.active
{
	border-bottom: 4px solid #FFFFFF;
}

#menu li a:hover
{
	border-bottom: 4px solid #FFFFFF;
}

/* Menu for e107 */
div.menuBar 
{
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
}

div.menuBar a.menuButton
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1.2em;
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
}

div.menuBar a.menuButton:active
{
	border-bottom: 4px solid #FFFFFF;
}

div.menuBar a.menuButton:hover
{
	border-bottom: 4px solid #FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF url(images/bg.gif) repeat-y;
	border-top: 5px solid #8CC405;
	border-bottom: 1px solid #8CC405;
	margin: 0px auto;
	width: 928px;
}

/* Blog */

#blog {
	float: right;
	width: 743px !important;
	width: 740px; /*IE6 3px problem */
	margin: 0px auto;
}


/* News */

.ntitle { font-size: 1.55em; font-weight: normal; color: #579700; }
.ninfo { font-size: 10px; color: #bababa; }
.ntext { padding: 7px 0px; }
.ncomments { text-align: right; border-bottom: 1px dotted #bababa; padding: 0px 4px 4px 4px; margin-bottom: 7px; } 

#newsblog {
	float: left;
	width: 445px !important;
	width: 442px; /*IE6 3px problem */
	/*margin: 0px auto;*/
	border-right:1px dotted #CCC;
}

#newsright {
	float: right;
	width: 286px !important;
	width: 283px; /*IE6 3px problem */
	margin: 0px auto;
	padding-left:10px;
}

#newsright h2 {
	border-bottom: 1px solid #8CC405;
}

#newstop {
	float: left;
	padding-left: 15px;
	width: 722px !important;
	width: 719px; /*IE6 3px problem */
	margin: 0px auto;
	padding-bottom:10px;
}

/* Post */

.post {

	padding-bottom: 20px;
}

.post .title {
	height: 50px;
	/*border-top: 1px solid #8CC405;*/
	text-transform: uppercase;
	font-size: small;
	font-weight: normal;
	padding: 5px;
	/*background: #FFF url(images/cbg.gif) repeat-x;*/
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -73px;
	text-align: right;
	font-size: x-small;
	padding: 5px;
	color: #579700;
}

.post .entry {
	padding: 0px 15px 10px 15px;
	line-height: 1.8em;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0 15px;
	font-size: x-small;
	color: #333;
}

.entry h1, .entry h2, .entry h3 {
	color: #579700;
	font-weight: normal;
	font-size: 1.55em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 185px;
	padding-top: 5px;
	margin: 0px auto;
	/*border-top: 1px solid #8CC405;
	/*background-color: #D8ECB8;*/
	
}

#sidebar .item {
	list-style: none;
	padding: 0 10px;
}
#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #579700;
}

#sidebar h2 {
	background: #CDE691 url(images/sbg.gif) repeat-x;
	border-bottom: 3px solid #8CC405;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
	color: #579700;
	padding-left: 15px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: #005300;
	background: transparent url(images/liston.gif) left center no-repeat;
}

/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 928px;
	height: 43px;
	margin: 0px auto;
	background: #CDE691 url(images/fbg.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}

#footer a {
}