/*  
Theme Name: Scottsdale Greens
Theme URI: http://www.scottsdalegreens.com/
Description: Custom Theme for ScottsdaleGreens.com
Version: 1.0
Author: Sam Stevens, Stevens Media
Author URI: http://www.stevensmedia.com/
*/

/*=====================================
1.0 STRUCTURE
=====================================*/

BODY {
	margin: 0 0 20px 0;
	padding: 0; 
	background: url(images/bkgd.gif) repeat;
}

	#pageTop {
		width: 100%;
		height: 20px;
		background-color: #46942B; 
	}
	
	#wrapper {
		margin: 0 auto;
		width: 910px;
	}

		#header {
			background: url(images/bkgd_header.gif) no-repeat;
			width: 910px;
			height: 95px;
		}
		
			#logo {
				margin-left: 5px;
				float: left;
			}
			
			/* See LISTS for UL#nav styles */
			
/*=====================================
1.1 STRUCTURE - Home
=====================================*/
		
		#home {
			margin-top: 20px;
			margin-left: 5px;
			background-color: White;
			width: 900px;
		}
		
			#homeFeature {
				float: right;
			}
		
			#homePost {
				width: 540px;
				height: 257px;
				padding: 0 36px;
				background-color: White;
			}
			
		#latestReviews {
			margin: 30px 0 0 5px;
		}
		
		#preferred-partners {
			clear: both;
			width: 840px;
			margin: 0 30px 30px 30px;
			padding: -20px 10px 10px 10px;
		}

/*=====================================
1.2 STRUCTURE - Single
=====================================*/

		#contentWrapper {
			width: 590px;
			float: left;
			margin-top: 20px;
			margin-bottom: 30px;
			margin-left: 5px;
		}

			#content {
				background-color: White;
				padding: 0 36px;
				margin-bottom: -10px;
			}
			
				#breadcrumbs {
					margin-bottom: 10px;
				}

				.post {
					margin: 0 0 40px;
				}

					.postmetadata {
						clear: left;
				}
	
	/* See below for Sidebar */

	#footer {
		clear: both;
		background: url(images/bkgd_footer.gif) no-repeat;
		width: 890px;
		height: 32px;
		margin-left: 5px;
		padding: 3px 5px 5px 5px;
	}

/*=====================================
TYPOGRAPHY
=====================================*/

BODY {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
}

	#wrapper {
		text-align: left;
	}
	
		#breadcrumbs {
			font-size: 1.2em;
			font-weight: bold;
		}
		
			#breadcrumbs A {
				color: #48972C;
				text-decoration: none;	
			}

		.entry {
			font-size: 1.4em;
			line-height: 1.6em;
		}
	
	A {
		color: #E1882A;
	}
	
		#preferred-partners A {
			color: White;
		}
	
		A:HOVER {
			text-decoration: none;
		}

	H1, H2, H3 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: normal;
		text-transform: uppercase;
		color: #004600;
	}
	
	H1 A, H2 A, H3 A {
		color: #004600;
		text-decoration: none;
	}

	H1 {
		font-size: 2.8em;
		margin-top: 0;
		margin-bottom: 0;
	}

	H2 {
		font-size: 1.2em;
	}
	
		.post H2 {
			/*font-size: 2em;*/
			margin-bottom: 0;
		}
	
		#sidebar #sidebarContent H2 {
			font: bold 1.1em;
			color: #48972C;
		}
		
		#preferred-partners H2 {
			font: bold 1.2em Verdana, Arial, Sans-Serif;
			text-transform: none;
			color: White;
		}
		
		H2#mapLink A {
			color: #E1882A;
			font-size: 1.5em;
			font-weight: bold;
			text-decoration: underline;
		}
			
		H2#mapLink A:HOVER {
			color: #46942B;
			text-decoration: none;
		}
	
	H3 {
		font-size: 1.8em;
	}
	
	H3#comments {
		color: White;
		margin-left: 31px;
	}
	
	H3#respond {
		color: White;
	}

SMALL { 
	font-size: 1.1em;
	color: #004600;
}

.commentlist li {
	font: normal 1.3em Verdana, Arial, Sans-Serif;
	color: White;
}

#commentform input, #commentform textarea {
	font: normal 1.3em Verdana, Arial, Sans-Serif;
	color: #333;
}

.commentmetadata {
	font-size: 0.85em;
	color: White;
}

#addComment P {
	color: White;
}

BLOCKQUOTE, STRIKE {
	color: #777;
}

#footer P {
	color: White;
	font-size: 0.9em;
}

	#footer A, P#credit A {
		color: White;
		text-decoration: none;
	}
	
		#footer A:HOVER {
			color: #FFFF99;
		}
		
P#credit {
	text-align: center;
	margin: 20px 0;
}

/*=====================================
IMAGES
=====================================*/

P IMG {
	padding: 0;
	max-width: 100%;
}

IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

IMG.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

IMG.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
A IMG {
	border: none;
}

IMG#coursesmap {
	margin-left: 5px;
}

IMG#teetimes {
	margin: 0 25px;
}
	
/*=====================================
LISTS
=====================================*/

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

	UL#nav {
		width: 430px;
		margin-top: 10px;
		margin-left: 35px;
		list-style-type: none;
		float: left;
	}
	
		UL#nav LI {
			float: left;
			text-align: center;
			padding: 1px 5px;
		}
		
	UL.postmetadata {
		list-style-type: none;
		padding-bottom: 20px;
	}

		UL.postmetadata LI {
			font-size: 1.4em;
			float: left;
			padding-right: 60px;
		}
		
			UL.postmetadata LI.read {
				background: url(images/icon_read.gif) no-repeat;
				padding-left: 22px;
			}
			
			UL.postmetadata LI.comments {
				background: url(images/icon_comments.gif) no-repeat;
				padding-left: 22px;				
			}
			
			UL.postmetadata LI.subscribe {
				background: url(images/icon_subscribe.gif) no-repeat;
				padding-left: 22px;				
			}
			
			UL.postmetadata LI.trackback {
				background: url(images/icon_trackback.gif) no-repeat;
				padding-left: 22px;				
			}

			UL.postmetadata LI.edit {
				background: url(images/icon_edit.gif) no-repeat;
				padding-left: 22px;				
			}
			
	UL#latestGolf, UL#latestAccomm, UL#latestDining {
		float: left;
		background: url(images/bkgd_latestreviews_ul.gif) no-repeat;
		width: 280px;
		height: 120px;
		margin-bottom: 30px;
	}	
	
	UL#latestGolf, UL#latestAccomm {
		margin-right: 30px;
	}	
	
		UL#latestGolf LI, UL#latestAccomm LI, UL#latestDining LI {
			list-style-type: none;
			margin-top: 10px;
			margin-left: 24px;
		}
		
				LI.title {
					font-size: 1.2em;
					font-weight: bold;
					color: #1F6326;
				}
				
				UL#latestGolf LI UL LI, UL#latestAccomm LI UL LI, UL#latestDining LI UL LI {
					font-size: 1.4em;
					background: url(images/icon_arrow.gif) no-repeat;
					padding-left: 22px;
					margin-top: 0;
					margin-left: 0;
				}
				
OL.commentlist, #sidebarContent LI {
	list-style-type: none;
}

	OL.commentlist LI {
		margin: 0;
		padding: 0;
}

UL#recommended, #preferred-partners UL {
	list-style-type: none;
}

#preferred-partners UL LI {
	float: left;
	margin-right: 20px;
}

/*=====================================
FORMS
=====================================*/

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}

/*=====================================
COMMENTS
=====================================*/

#comments DIV.commentTop {
	background: url(images/bkgd_comments_top.gif) no-repeat top; 
	margin: 0;
	width: 590px;
	height: 14px;
} 

	#comments DIV.commentTopalt {
		background: url(images/bkgd_comments_top_alt.gif) no-repeat top;
		margin: 0;
		width: 590px;
		height: 14px; 
}

#comments DIV.commentBody { 
	background-color: #1F6326;
	margin: -14px 0 0; 
	padding: 0 26px; 
} 

	#comments DIV.commentBodyalt { 
		background-color: #48972C;
		margin: -14px 0 0; 
		padding: 0 26px; 
} 

#comments DIV.commentBtm { 
	background: url(images/bkgd_comments_bottom.gif) no-repeat left top; 
	margin: 0 0 15px; 
	width: 590px;
	height: 14px;
}

	#comments DIV.commentBtmalt { 
		background: url(images/bkgd_comments_bottom_alt.gif) no-repeat left top;
		margin: 0 0 15px; 
		width: 590px;
		height: 14px;
	}

#addComment {
	margin-left: 31px;
}

TEXTAREA#comment {
	width: 520px;
}

/*=====================================
SIDEBAR
=====================================*/

#sidebar {
	width: 280px;
	margin-top: 20px;
	margin-left: 625px;
}

	#sidebarContent {
		background-color: #FFFFCC;
		padding: 1px 10px;
		font-size: 1.1em;
	}
	
		#sidebarContent H2 {
			font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
			color: #48972C;
			text-transform: none;
		}

	#sidebar form {
		margin: 0;
	}

/*=====================================
MISCELLANEOUS TAGS & CLASSES
=====================================*/

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/*=====================================
PLUGIN CLASSES
=====================================*/	

DIV.tile_header {
	display: none;
}