/*  
Theme Name: BC Golf Realty
Theme URI: http://www.bcgolfrealty.com/
Version: 07.21.07
Author: Sam Stevens, Stevens Media
Author URI: http://www.stevensmedia.com/
*/

/* 1.0 DEFAULTS */

BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

UL, LI {
	margin: 0;
	padding: 0;
}

A {
	color: #669933;
}

A:HOVER {
	color: #990000;
	text-decoration: none;
}

FORM {
	margin: 0;
	padding: 0;
}

/* 2.0 STRUCTURE */
/* 	2.1 Heading */

#wrapper {
	width: 780px;
}

#google_search {
	position: absolute;
	top: 8px;
	left: 490px;
}

#header_photo {
	background: url(../img/park/bkgd_header_photo.jpg) no-repeat;	
	width: 780px;
	height: 167px;
}

/*3.0 NAVIGATION */

#nav_destinations {
	position: absolute;
	top: 190px;
	left: 130px;
}

#nav_destinations UL {
	list-style-type: none;
	margin-top: 4px;
	margin-left: 60px;
}

#nav_destinations UL LI {
	float: left;
	margin-right: 30px;
}

#nav_destinations UL LI A {
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

#nav_destinations UL LI A:HOVER {
	color: Yellow;
}

/* 	2.2 Sidebars */

#sidebar_left {
	clear: both;
	float: left;
	width: 142px;
	background: url(../img/park/bkgd_sidebar_left.jpg) no-repeat;
	padding: 0 14px 28px 14px;
	margin-top: -32px;
}

#sidebar_left UL, #sidebar_left UL UL {
	list-style-type: none;
}

#sidebar_left UL LI H3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333s;
	padding-left: 8px;
	line-height: 36px;
	border-bottom: 1px solid #CCC;
	margin-top: 0;
}

#sidebar_left UL UL {
	margin-top: -12px;
}

#sidebar_left UL UL LI {
	font-size: 10px;
	width: 142px;
	border-bottom: 1px solid #CCC;
}

#sidebar_left UL UL LI A {
	text-decoration: none;
	display: block;
	height: 22px;
	width: 134px;
	line-height: 23px;
	padding-left: 8px;
}

#sidebar_left UL UL LI A:HOVER {
	color: #990000;
	background-color: #F0F0F0;
}

/*		2.3 Main Content Area */

#content_main {
	float: left;
	width: 340px;
	margin-left: 10px;
	padding: 10px 0 30px;
	font-size: 11px;
	color: #777;
	line-height: 16px;
}

	#content_main_wide {
		float: left;
		width: 580px;
		margin-left: 10px;
		padding: 10px 0 30px;
		font-size: 11px;
		color: #777;
		line-height: 16px;
	}

		#content_main_wide UL {
			margin-left: 0;
			list-style-type: none;
		}
		
		#content_main_wide UL LI { 
			border: 1px dotted #CCC; 
			padding: 5px; 
			margin: 30px 0; 
		}

H1 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: 1px solid #CCC;
}

H2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
}

IMG.alignleft {
	float: left;
	padding: 5px 10px 5px 0;
}

IMG.alignright {
	float: right;
	padding: 5px 0 5px 10px;
}

#content_main UL, #content_main UL LI {
	margin-left: 30px;
}

#syndicontent H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.inlinePromo {
	background-color: #FAFAE7;
	border-top: 1px solid #DCDCB4;
	border-bottom: 1px solid #DCDCB4;
	font-size: 10px;
	padding: 4px;
	color: #777;
}

#content_right {
	width: 240px;
	margin-left: 540px;
	padding: 10px 0;
	font-size: 11px;
	color: #777;
	line-height: 16px;	
}

#teetimes {
	background: url(../img/park/teetimes.jpg) no-repeat;
	height: 151px;
	padding: 65px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	color: Yellow;
	margin-bottom: -60px;
}

#teetimes A{
	color: White;
}

#teetimes INPUT {
	margin-top: 5px;
}

#freequoteform {
	margin-bottom: 20px;
	line-height: normal;
	padding: 0 5px 10px 5px;
	background-color: #FFFFCC;
	border: 1px solid #333333;
}

#freequoteform H1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	border: none;
}

#amazon {
	line-height: normal;
	padding-left: 10px;
}

#amazon IMG {
	float: left;
	padding: 0 15px 10px 0;
}

.sidebarRightHide { 
	display: none; 
} 

/* 	2.4 Footer */

#footer {
	clear: both;
	width: 98%;
	padding: 1%;
	margin-top: 50px;
	font-size: 10px;
	color: #777;
	background-color: #EEEEE8;
	border-top: 1px solid #999;
}