/*  
Theme Name: Golf Travel Carolina
Theme URI: http://www.golftravelcarolina.com/
Version: 04.04.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: #0083BB;
}

A:HOVER {
	color: #286830;
	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;
}

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

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

#nav_destinations UL LI A {
	font-size: 10px;
	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: #0083BB;
	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: #286830;
	background-color: #F0F0F0;
}

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

/*		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;
}

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

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

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

#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;
}
/* SEE forms.css
#freequoteform {
	margin-bottom: 20px;
	line-height: normal;
	padding: 0 5px 10px 5px;
	border: 1px dotted #0083BB;
}

#freequoteform H1 {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	border: none;
	background-color: #FFFFCC;
	padding: 1px;
}
*/

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

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

.sidebarRightHide { 
	display: none; 
} 

/* 2.3.1 Secondary page content areas */

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

	#content_main2 UL {
		margin-left: 20px;
		padding-bottom: 30px;
	}
	
		#content_main2 UL.nolist {
			margin-left: 0;
			list-style-type: none;
		}
		
		#content_main2 UL.nolist LI { 
			border: 1px dotted #CCC; 
			padding: 5px; 
			margin: 30px 0; 
		}

#content_right2 {
	width: 140px;
	margin-left: 640px;
	padding: 10px 0;
	font-size: 11px;
	color: #777;
	line-height: 16px;	
}


/* 	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;
}