/*  
Theme Name: Same Day Golf
Theme URI: http://www.samedaygolf.com/
Version: 05.14.06
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: #00713E;
}

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

FORM {
	margin: 0;
	padding: 0;
}

IFRAME {
	border: none;
}

/* 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: 150px;*/
	left: 130px;
}

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

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

#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: #00713E;
	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;
}

#sidebar_left UL UL LI IMG {
	position: absolute;
	top: -1px;
	left: -1px;
}

P.textLink {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 11px;
		border: 1px dotted #CCCCCC;
		padding: 5px;
		background-color: #F4FFDD;
		margin-top: 20px;
}
    
A.textLinkUrl {
    	color: #DE8400;
    	text-decoration: none;
    	font-size: 10px;
}

/*		2.3 Main Content Area */

#topcontentpromo P.textLink {
	background-color: #333;
	color: White;
	border: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

#topcontentpromo A {
    	color: White;
}

#liveteetimes {
	width:590px;
	margin-left: 180px;
	padding: 10px 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#google_adsense_125 {
	float: right;
	margin-left: 20px;
}

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

TD.tiny {
	display: none;
}

H1 {
	font: bold 26px Helvetica, Arial, sans-serif;
	color: #DE8400;
	border-bottom: 1px solid #CCC;
}

.featurebox {
	margin: 30px 0 20px;
	padding: 20px;
	background-color: #F4FFDD;
	border: 1px dotted #CCC;
	font-size: 1.4em;
	font-weight: bold;	
}

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

#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;
}