/*  
Theme Name: Arizona Golfing
Theme URI: http://www.arizonagolfing.com/
Version: 08.09.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: #663399;
}

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: 280px;
}

#google_search CENTER {
	float: right;
	margin-left: -70px;
}

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

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

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

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

P.textLink {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 11px;
		border: 1px dotted #663399;
		padding: 5px;
		background-color: #F5F4FB;
		margin-top: 20px;
}
    
A.textLinkUrl {
    	color: Black;
    	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: normal 13px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	line-height: 18px;
}

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

	H1.lead {
		font-size: 20px;
		border: none;
		color: #663399;
		font-weight: bold;
	}	

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

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

#syndicontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.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: #4c4c4c;
	line-height: 16px;	
}

#rightpromo P.textLink {
	margin-bottom: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: normal;
	border: none;
	background-color: White;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#rightpromo IMG.alignright {
	padding: 5px 0 5px 5px;
}

#rightpromo A {
	color: #00721A;
}

#rightpromo, #rightpromo A.textLinkUrl {
    	color: #333;
}

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

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

.banner180 {
	margin-left: 30px;
	margin-bottom: 20px;
}

.sidebarRightHide { 
	display: none; 
} 

/* 	2.4 Footer */

#banner_728x90 {
	clear: both;
	margin: 50px 0 20px 20px;	
}

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