/*
Theme Name:		Promontory Custom Theme (2-Column Right)
Description:	A clean, theme for WordPress designed and coded and maintained by Roy Veeenendaal.
Version:		1.0
Author:			Roy Veenendaal
Tags: 			two-columns, fixed-width, right-sidebar, theme-options, threaded-comments, microformats
*/



/* -----------------------------------*/
/* ---------- Global Styles ----------*/
/* -----------------------------------*/

/* Fix for PNG alpha channel display in IE6 */
img {
  behavior: url("/wp-content/themes/pngbehavior.htc");
}

.pngfix, #exploretop { 
behavior: url(iepngfix.htc) 
}




body, h1, h2, h3, h4, p, form, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	display: block;
	
}
body {
	font-size: 14px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #655e43;
	background: #798553 url('images/bg.page2.gif') repeat-x top center;
}


/*---:[ global elements ]:---*/

a { color: #0060ff; text-decoration: underline; }

	a:visited { color: #333; text-decoration: underline; }

	a:hover { color: #df0000; text-decoration: underline; }
	
	a img { border: none; }
	
blockquote { font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }


h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #000; }


h1 { font-size: 1.50em; letter-spacing: -0.03em; }

	#masthead h1 { padding: 0.4em 0 0.2em 0; border-top: 1px solid #ccc; text-align: center; clear: both; }
	
	h1 a, h1 a:visited, h1 a:hover { color: #000; text-decoration: none; }
	h1 a { color: #000; text-decoration: none; }
	
		h1 a:visited { color: #000; text-decoration: none; }
	
		h1 a:hover { color: #000; text-decoration: none; }
	
	.posts h1 { margin: 0 0 0.1em 0; line-height: 1.2em; }
	
	.pages h1, h1.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }
	
	h1.archive_head { font-weight: bold !important; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-top: 3px solid #000 !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }
	
	
h2 { font-size: 1.50em; }

	h2 a { color: #000; text-decoration: none; }
	
		h2 a:visited { color: #555; text-decoration: none; }
	
		h2 a:hover { color: #090; text-decoration: none; }
	
	.posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; }
	
	.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }
	
	h2.archive_head { font-weight: bold !important; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-top: 3px solid #000 !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }
	
h3 { font-size: 1.0em; text-transform: uppercase; }

	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #888; text-align: center; }

	.entry h3 { margin: 2.5em 0 0.5em 0; clear: both; }
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
	
	h3.comments_headers { font-size: 1.4em; }

h4 { font: 0.85em Arial, sans-serif; color: #888; }

	h4 a, h4 a:visited { color: #888; text-decoration: none; }
	
		h4 a:hover { color: #888; text-decoration: underline; }
	
	.posts h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }

.hide {
	display: none;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.sup {
    font-size:10px;
    margin-bottom:5px;
	position:relative;
	top:-0.6em;
    left:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;     /* triggers hasLayout */
}
.hardrule {
	margin-left: 10px;
	width: 628px;
	background: url('images/gr.dotted.hr.gif') repeat-x center center;
	height: 20px;
}
.hardruleflush {
	margin-left: 10px;
	margin-top: -1px;
	width: 628px;
	background: url('images/gr.dotted.hr.gif') repeat-x top center;
	height: 10px;
}
.hardrule span {
	display: none;
}
.hardruleflush span {
	display: none;
}
textarea {
	margin: 0;
}
/* -----------------------------------------*/
/* ---------- Landing Page Styles ----------*/
/* -----------------------------------------*/
#pagetop {
	background: url('images/background2.jpg') repeat-x top center;
	color:#798553;
	height: 54px;
	width: 100%;
	position: relative;
}
#topholder {
	width: 1000px;
	margin: auto;
	position: relative;
	color:798553;
	
}
/* -----------Navigation------------*/
#navigation {
	margin: 0px 0px 0px 0px;
	color: #798553;
	text-decoration:none
}
#navigation ul {
	padding: 0;
	margin: 0;
}
#navigation li {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	padding: 10px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px 12px 19px 18px;
	list-style: none;
	display: block;
	float: left;
	font-weight: bold;
	/*background: url(../images/gr.nav.item.seperator.png) no-repeat top right;
	_background: url(../images/gr.nav.item.seperator.ie6.gif) no-repeat top right;*/
	clear: none;}
}
#navigation li a {
	font-weight: bold;
	color: #fefbe3;
	text-decoration: none;
}
#navigation li a:hover {
	font-weight: bold;
	color: #fefbe3;
	text-decoration: none;
	
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	position: absolute;
	background: url('images/bg.subnav.png') repeat;
	_background: #000000 url('images/bg.subnav.ie6.gif') repeat; 
	padding: 20px 0px 20px 0px;
	width: 200px;
	display: none;
}
.subnav ul {
	padding: 0;
	margin: 0;
}
.subnav li {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 6px 6px 6px 26px;
	list-style: none;
	display: block;
	border-top: 1px dotted #222222;
	border-bottom: 1px dotted #222222;
}
.subnav li:hover {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.subnav li a {
	color: #ffffff;
	text-decoration: none;
}
.subnav li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#subnav1 {
	top: 0;
	left: 262px;
	z-index: 130;
}
#subnav2 {
	top: 0;
	left: 335px;
	z-index: 131;
}
#subnav3 {
	top: 0;
	left: 386px;
	z-index: 132;
}
#subnav4 {
	top: 0;
	left: 459px;
	z-index: 133;
}
#subnav5 {
	top: 0;
	left: 616px;
	z-index: 134;
}
#subnav6 {
	top: 0;
	left: 682px;
	z-index: 135;
}
#subnav7 {
	top: 0;
	right: 0px;
	z-index: 136;
}
#subnav8 {
	top: 0;
	left: 867px;
	z-index: 136;
}

#sectionsubnav {
	position: absolute;
	background: url('images/bg.subnav.interior.gif') repeat-x;
	width: 1000px;
	height: 65px;
	color: #ffffff;
	top: 133px;
	/*left: -6px;*/
	z-index: 155;
	overflow: hidden;
}
#sectionparent {
	float: left;
	background: url('images/bg.subnav.parent.png') no-repeat top right;
	_background: url('images/bg.subnav.parent.ie6.gif') no-repeat top right;
	height: 74px;
	text-align: right;	
}
#sectionparent h4 {
	padding: 22px 52px 22px 22px;
	font-family: Georgia, Times New Roman, serif;
	color: #fef8e0;
	font-size: 24px;
	font-weight: bold;
	text-align: right;	
}
#sectionparent h4 a {
	color: #fef8e0;
	font-weight: bold;
	text-decoration: none;	
}
#sectionsubnav ul {
	padding: 19px 0px 0px 0px;
	margin: 0;
}
#sectionsubnav .current {
	background: url('images/bg.subnav.interior.hover.gif') repeat-x;
}
#sectionsubnav li:hover {
	background: url('images/bg.subnav.interior.hover.gif') repeat-x;
}
#sectionsubnav li {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	padding: 10px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 8px 13px 10px 13px;
	list-style: none;
	display: block;
	float: left;
	font-weight: bold;
	background: url('images/gr.nav.item.seperator.png') no-repeat top right;
	_background: url('images/gr.nav.item.seperator.ie6.gif') no-repeat top right;
	clear: none;	
}
#sectionsubnav li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#sectionsubnav li a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#page {
	width: 1000px;
	margin: auto;
	color:798553;

}
/* -----------Logo------------*/
#logo {
	width: 249px;
	height: 133px;
	position: absolute;
	
	left: 20px;
	z-index: 18200;
}
/* -----------Photo Slideshow------------*/
#photobanner p {
	font-family: Georgia, Times New Roman, serif;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 220px;
	right: 60px;
	z-index: 100;
}
#photobanner {
	width: 1000px;
	height: 380px;
	background: #000000 url('images/ph.banner.01.jpg') no-repeat;
	position: relative;
}
.slideshowphoto {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.slideshowphotoon {
	position: absolute;
	top: 0;
	left: 0;
}

#narrowphotobanner {
	width: 1000px;
	height: 152px;
	background: #ffffff;
	position: relative;
}
#narrowphotobanner p {
	font-family: Georgia, Times New Roman, serif;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 90px;
	right: 80px;
	z-index: 100;
}


/* -----------Main Content------------*/
#content_box { width: 975px; padding: 10px 0px 0px 25px;
 text-align: left; float: left; clear: both; background: #ffffff; }

#content { width: 610px; padding: 50px 35px 0 15px; float: left; 	background: #ffffff; font-size: 1.0em;
}

.clear { width: 500px; height: 1px; margin: 0 0 5.0em 0; clear: both; }

/*#content {
	width: 1000px;
	background: #ffffff;
}*/
#main {
	padding: 20px 0px 0px 10px;
	width: 650px;
	float: left;
}
#leftcol {
	width: 650px;
}
#main a {
	color: #8fa658;
	text-decoration: underline;
}
#main h1 {
	color: #9d4800;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
}
#main h2 {
	color: #9d4800;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}
#main p {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #655e43;
	text-align: left;
	margin: 5px 10px 10px 10px;
}
#main ul {
}
#main li {
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #655e43;
	text-align: left;
	width: 240px;
	margin: 3px 30px 5px 0px;
	float: left;
	*float: none;
}

#pressheaders {
	margin-left: 0;
	padding-left: 25px;
}

#press ul {
	margin-left: 0;
	padding-left: 13px;
}
#press li {
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #655e43;
	width: 100%;
	float: none;
	list-style: none;
	text-align: left;
	margin: 3px 30px 5px 0px;
}
/* -----------Two Column Dotted Box------------*/
#twocolbox {
	background: url('images/bg.two.column.boxes.gif') no-repeat bottom left;
	width: 650px;
	margin-top: 20px;
}
#twocolbox p {
	margin: 5px 15px 10px 15px;
}
#dotboxleft {
	margin-top: -10px;
	float: left;
	width: 320px;
}
#dotboxright {
	margin-top: -10px;
	float: right;
	width: 320px;
}
#dotboxleft h2 {
	padding: 157px 15px 28px 15px;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}
#dotboxright h2 {
	padding: 35px 15px 18px 15px;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}
#firstsmallbox {
	background: url('images/bg.single.box.gif') no-repeat bottom left;
}
#skiingbox {
	width: 320px;
	background: url('images/bg.skiing.gif') no-repeat top left;
}
#golfbox {
	width: 320px;
	background: url('images/bg.golf.gif') no-repeat top left;
	margin-bottom: 10px;
}
#equestrianbox {
	margin-top: -10px;
	width: 320px;
	background: url('images/bg.equestrian.gif') no-repeat top left;
}
/* -----------Awards Box------------*/
#awards {
	margin: 20px 0px 20px 0px;
	background: #f3edda;
	padding: 13px;
	border: 1px solid #f1e5db;
	width: 624px;
}
#awards h2 {
	color: #9d4800;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.award {
	padding: 5px 10px 30px 0px;
}
.scrollboxarrow {
	float: left;
	width: 12px;
	padding-top: 25px;
}
#scrollboxitems {
	overflow: hidden; 
	width: 570px;
	float: left;
	margin-left: 12px;
	position: relative;
}
#scrollboxholder {
	width: 10000px;
}
.scrollboxitem {
	width: 286px;
	float: left;
	top: 0;
	left: 0;
}
.scrollboxitemhidden {
	float: left;
	width: 292px;
	display: none;
}
/* -----------Sidebar Items------------*/
#sidebar {
	width: 190px;
	padding: 50px 40px 0px 0px;
	float: left;
	background: #ffffff;
}
/* -----------Explore Real Estate Box------------*/
#realestatetop {
	position: absolute;
	bottom:0;
	right: 10px;
	z-index: 102;
	width: 320px;
}
#exploremid {
	background: #f3eeda;
	width: 320px;
	height: 10px;
}
#realestatebox {
	background: #f3eeda;
	width: 320px;
	margin-bottom: 20px;
}
#realestateboxsingle {
	background: #f3eeda;
	width: 320px;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #f1e5db;
	display: inline-block;
	position: relative;
}
#exploretop {
	background: url('images/bg.explore.header.png') no-repeat;
	width: 300px;
	margin-left: 10px;
	display: inline-block;
	text-align: center;
}
#exploretop h2 {
	color: #f3eeda;
	font-size: 16px;
	font-weight: bold;
	padding: 23px 20px 13px 20px;
	text-align: center;
	display: inline-block;
}
#exploretop a {
	text-decoration: none;
	color: #f3eeda;
}
#exploretop a:hover {
	text-decoration: none;
	color: #f3eeda;
}
#estateintro {
	padding:10px 20px 10px 20px;
}

#estateintro h2 {
	color: #ae4f00;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#estateintro a {
	color: #8ea150;
	text-decoration: underline;
	font-weight: normal;
}
#estateintro p {
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #777777;
	line-height: 15px;
	text-align: left;
}
#featuredhomes {
	margin: 5px 10px 0px 10px;
	padding: 10px;
	background: #d6d1a7;
	display: inline-block;
	position: relative;
}
#featuredhomes h2 {
	color: #996a3e;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: center;
	display: inline-block;
	position: relative;
}
#featuredhomes a {
	color: #996a3e;
	font-size: 10px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: bold;
}
#featuredhomes p {
	padding: 0px 0px 10px 0px;
}
#featuredhome {
	margin: 10px;
	padding: 10px;
	background: #d6d1a7;
	display: inline-block;
}
#featuredhome h2 {
	color: #996a3e;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-align: center;
	display: inline-block;
}
#featuredhome a {
	color: #996a3e;
	font-size: 10px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: bold;
}
#featuredhome p {
	padding: 0px 0px 10px 0px;
}
.lotbox {
	padding: 10px;
	margin-bottom: 20px;
	background: #f3eeda;
	display: inline-block;
}
.lotbox p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	width: 130px;
	float: left;
}
.centerit {
	text-align: center;
}
.estatephoto {
	float: left;
	padding-right: 20px;
}
/* -----------Share This Button------------*/
#sharethis {
	background: #698820 url('images/bg.share.gif') no-repeat;
	width: 319px;
	height: 30px;
	margin: 10px 0px 10px 0px;
	font-family: Georgia, Times New Roman, serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
#sharethis p {
	padding: 6px 0px 0px 43px;
}
#sharethis a {
	color: #ffffff;
	text-decoration: none;
}
/* -----------Blog Box------------*/
#blogpromo {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #d6d1a7;
	border-bottom: 1px solid #d6d1a7;
	width: 277px;
}
#blogpromo h2 {
	color: #9d4800;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
#blogpromo p {
	font-size: 10px;
	color: #999999;
	padding-bottom: 4px;
	width: 210px;
}
#blogpromo a {
	color: #8fa658;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	
}
.blogtitle a {
	color: #8fa658;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}
.avatar {
	padding: 0px 15px 0px 0px;
	float: left;
}
.blogdetails {
	float: left;
}
/* -----------Footer------------*/
.footer {
	height: 185px;
	width: 990px;
	display: block;
	padding-bottom: 30px;
	margin-left: -14px;
	float: left;
    background: #798654 url(../images/footer_bg.jpg) top left no-repeat;
}

.footer a {
	color: #ffffff;
}

.footer-right {
	float: right;
	display: block;
	width: 200px;
	height: 45px;
	margin-right: 150px;
	margin-top: 10px;
}


.footer-left {
    color: #fff;
	font-size: 10px;
	line-height: 18px;
	float: left;
	width: 625px;
	margin-top: 12px;
	margin-left: 14px;
	margin-bottom: 30px;
    font-family: "Helvetica", Arial, Helvetica, sans-serif;    
}

.footer-full {
    color: #fff;
	font-size: 10px;
	line-height: 15px;
	float: left;
	width: 975px;
	margin-top: 12px;
	margin-left: 14px;
	margin-bottom: 30px;
    font-family: "Helvetica", Arial, Helvetica, sans-serif;    
}

/* --------Kids Section---------*/
.kidsphoto {
	margin: 10px 10px 0px 30px;
	background: #f3edda;
	padding: 10px;
	border: 1px solid #f1e5db;
}
/*---------Living Section--------*/
.livingphoto {
	margin: 10px 20px 20px 10px;
	background: #f3edda;
	padding: 10px;
	border: 1px solid #f1e5db;
}
#clubhousebox {
	width: 320px;
	background: url('images/bg.ranch.clubhouse.jpg') no-repeat top left;
}
#kidsbox {
	width: 320px;
	background: url('images/bg.kids.activities.jpg') no-repeat top left;
}
#clubhousebox h2 {
	padding: 28px 15px 22px 15px;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}
#kidsbox h2 {
	padding: 28px 15px 22px 15px;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}
#startexploring {
	width: 298px;
	background: url('images/bg.button.start.exploring.gif') no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 10px 0px;
	_padding: 10px 0px 10px 0px;
	text-align: center;
	font-family: Georgia, Times New Roman, serif;
	color: #ffffff;
	font-size: 18px;
}
#startexploring a {
	text-decoration: none;
	color: #f3edda;
}
#startexploring a:hover {
	text-decoration: none;
	color: #f3edda;
}
#eventsbox {
	background: #f3eeda;
	width: 280px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #f1e5db;
}
#eventsbox  h2 {
	color: #ae4f00;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
#eventsbox a {
	color: #8ea150;
	text-decoration: underline;
	font-weight: normal;
}
#eventsbox a:hover {
	color: #8ea150;
	text-decoration: underline;
	font-weight: normal;
}
.eventdate {
	width: 55px;
	font-family: Georgia, Times New Roman, serif;
	color: #8ea150;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0px 0px 10px 0px;
	float: left;
	line-height: 18px;
}
.eventdate span {
	font-size: 32px;
	line-height: 23px;
}
.eventinfo {
	padding: 10px;
	width: 190px;
	font-size: 11px;
	line-height: 17px;
	float: left;
}
#quotebox {
	width: 315px;
}
#quotebox p {
	font-family: Georgia, Times New Roman, serif;
	color: #999999;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;

}
#quotebox span {
	font-weight: bold;
	color: #ae4f00;
	font-size: 18px;
}
#quotebox strong {
	font-weight: normal;
	color: #ae4f00;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#quotebox h3 {
	font-family: Georgia, Times New Roman, serif;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	padding-right: 20px;
}
.quoteavatar {
	padding-top: 5px;
	width: 100px;
	text-align: left;
	float: left;
}
.sidequote {
	width: 210px;
	text-align: left;
	float: left;
}

.narrowquote {
	float: left;
	width: 625px;
	_width: 300px;
	padding-left: 10px;
	margin-right: 10px;
	/*background: url('../images/bg.dotted.line.vertical.gif') repeat-y top right;*/
}
.narrowquote h4 {
	font-family: Georgia, Times New Roman, serif;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;

}
.narrowquote span {
	font-weight: bold;
	color: #ae4f00;
	font-size: 22px;
}
.narrowquote strong {
	font-weight: normal;
	color: #ae4f00;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.narrowquote h3 {
	font-family: Georgia, Times New Roman, serif;
	color: #666666;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	padding-right: 20px;
}

.narrowquotelast {
	float: left;
	width: 305px;
	_width: 300px;
	padding-left: 10px;
	margin-right: 10px;
}
.narrowquotelast h4 {
	font-family: Georgia, Times New Roman, serif;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;

}
.narrowquotelast span {
	font-weight: bold;
	color: #ae4f00;
	font-size: 22px;
}
.narrowquotelast strong {
	font-weight: normal;
	color: #ae4f00;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.narrowquotelast h3 {
	font-family: Georgia, Times New Roman, serif;
	color: #666666;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	padding-right: 20px;
}
/* -----------Blog Box------------*/
#awardsidebar {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	width: 277px;
}
#awardsidebar h2 {
	color: #9d4800;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
#awardsidebar p {
	font-size: 12px;
	color: #666666;
	padding-bottom: 4px;
	width: 210px;
}
#awardsidebar a {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	
}
.awardsidebar a {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}
.awardicon {
	padding: 0px 15px 0px 0px;
	float: left;
}
.awarddetails {
	float: left;
}
.important {
	font-weight: bold;
	color: #ff0000;
}
/*----------Contact Form---------*/
#contact {
	width: 610px;
	margin-left: 10px;
}
#contact p {
	margin: 10px 0px 0px 0px;
}
#contact input {
	width: 100%;
	border: solid 1px #cccccc;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 4px;
}
.contactcol {
	width: 250px;
	margin-right: 50px;
	_margin-right: 20px;
	float: left;
}
.contacttwocol {
	width: 550px;
	margin-right: 0px;
	float: left;
}
.contactcheckbox {
	width: 25px;
	float: left;
	height: 20px;
}
.contactfourcol {
	width: 125px;
	float: left;
	height: 20px;
}
#contact textarea {
	width: 400px;
	border: solid 1px #cccccc;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 4px;
}
.submitbutton {
	margin: 0;
	padding: 0;
	border: none;
	background: url('images/bg.button.submit.gif') no-repeat;
	width: 179px;
	height: 44px;
	font-family: Georgia, Times New Roman, serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
/*------------Golf Pros-------------*/
.golfpros {
	float: left;
	width: 305px;
	_width: 300px;
	padding-left: 10px;
	margin-right: 10px;
	background: url('images/bg.dotted.line.vertical.gif') repeat-y top right;
}
.golfpros h3 {
	color: #9d4800;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
	font-family: Georgia, Times New Roman, serif;
}
.golfpros  h4 {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #655e43;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}
/*------------Membership Info-------------*/
.membershipinfo {
	float: left;
	width: 305px;
	_width: 300px;
	padding-left: 10px;
	margin-right: 10px;
}
/*-------------Wide Quote----------------*/
.widequote {
	width: 600px;
	_width: 550px;
	padding-left: 10px;
	margin-right: 10px;
}
.widequote h4 {
	font-family: Georgia, Times New Roman, serif;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;

}
.widequote span {
	font-weight: bold;
	color: #ae4f00;
	font-size: 22px;
}
.widequote strong {
	font-weight: normal;
	color: #ae4f00;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.widequote h3 {
	font-family: Georgia, Times New Roman, serif;
	color: #666666;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	padding-right: 20px;
}
/*-------------Photo Chooser Slideshow-----------*/
#courseinfo {
	float: left;
	width: 240px;
}
#photos {
	float: right;
	width: 394px;
}
.mediumphoto {
	margin: 15px 0px 15px 0px;
	background: #f3edda;
	padding: 10px;
	border: 1px solid #f1e5db;
	width: 360px;
	position: relative;
}
.mediumphotooff {
	margin: 15px 0px 15px 0px;
	background: #f3edda;
	padding: 10px;
	border: 1px solid #f1e5db;
	width: 360px;
	position: relative;
	display: none;
}
.photoscrollboxitem {
	width: 100px;
	margin: 0px 0px 10px 14px;
	float: left;
	top: 0;
	left: 0;
}
#smallscrollboxitems {
	overflow: hidden; 
	width: 354px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0;
	_margin: 0px 15px 20px -15px;
}
.zoomicon {
	position: absolute;
	top: 30px;
	right: 30px;
}
/*---------Event-----------*/
.event {
	float: left;
	margin: 0px 0px 10px 10px;
	_margin: 0px 0px 10px 0px;
	width: 300px;
	padding: 5px;
	background: #d6d1a7;
	border: 1px solid #f1e5db;
}
.event h4 {
	background: #f3eeda;
	bottom: 0px;
	left: 0px;
	padding: 15px;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	text-align: left;
	margin: 5px;
	height: 120px;
}
.event strong {
	font-size: 14px;
	line-height: 17px;
	color: #8fa658;
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	text-align: left;
}

/* -----------------------------------------*/
/* ------- End Landing Page Styles ---------*/
/* -----------------------------------------*/


/*---:[ sidebar styles ]:---*/



ul.sidebar_list { list-style: none; }
	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 190px; margin: 0 0 2.5em 0; font-size: 1.0em; line-height: 1.0em; float: left; }

		li.widget h2, li.linkcat h2 { font-weight: bold; font-size: 0.85em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px solid #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }
		
		li.widget ul, li.linkcat ul { list-style: square; margin: 0 0 0.5em 0 }
		
		li.widget ol, li.linkcat ol { margin: 0 0 0.5em 20px; }
		
			li.widget li, li.linkcat li { margin: 0 0 0.7em 0; }
			
				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { text-decoration: none; }
				
					li.widget li a:hover, li.linkcat li a:hover { text-decoration: underline; }
			
				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #888; }
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }
		
			/*---< FlickrRSS styles for the widget only >---*/
		
			li.widget_flickrrss { }
			
				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
				
				li.widget_flickrrss a:hover img { background: #ff2a96; }
				
		/*---< Calendar widget styles >---*/
		
		#calendar_wrap { font-size: 1.15em; }
		
		
		
		

/*---:[ image styles ]:---*/

	/*.entry img { max-width: 490px; }*/
		.entry img, .entry .gallery img { border: 3px double #bbb; }
		.entry img.left, .entry img.alignleft { padding: 3px; margin: 0.5em 15px 0.5em 0; float: left; clear: left; }		
		.entry img.right, .entry img.alignright { padding: 3px; margin: 0.5em 0 0.5em 15px; float: right; clear: right; }
		.entry img.center, .entry img.aligncenter { display: block; padding: 3px; margin: 0 auto 1.5em auto; float: none; clear: both; }
		.entry img.off { padding: 0 !important; border: none !important; }
		.entry img.stack { clear: none !important; }			.entry div.alignleft { text-align: left; float: left; }
	.entry div.alignright { text-align: right; float: right; }
	.entry div.aligncenter { text-align: center; margin: 0 auto; }
	.entry div.wp-caption { margin-bottom: 1.5em; border: 3px double #bbb; overflow: hidden; max-width: 490px; }
		.entry .wp-caption img { display: block; margin: 5px auto; border: none; }	
		.entry .wp-caption-text { margin: 0 5px; font-size: 0.8em; line-height: 1.3em; }
	.entry .gallery { margin: auto auto 15px; }
		.entry .gallery .gallery-item { margin: 0 0 0.6em; }
		.entry .gallery .gallery-icon, .entry .gallery .gallery-caption { margin: 0; }
		.entry .gallery .gallery-caption { margin: 0 5px; font-size: 0.8em; line-height: 1.3em; text-align: left; }

.tagged { padding: 0.4em 0 0 0; background: url('images/hr_tag_sep.gif') no-repeat; font-size: 0.85em; line-height: 1.6em; color: #888; clear: both; }
	.tagged a, .tagged a:visited { padding: 0.25em; color: #333; text-decoration: none; }
		.tagged a:hover { color: #fff; background: #333; text-decoration: none; }
	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }
.navigation { width: 500px; font-size: 1.0em; float: left; }
	.previous { padding: 0 20px 0 0; float: left; }
	.next { float: right; }
.clear { width: 500px; height: 1px; margin: 0 0 5.0em 0; clear: both; }
.rule { background: url('images/hr_tag_sep.gif') no-repeat; }
.flat { margin: 0 0 2.0em 0 !important; }
.whitespace { margin: 0 0 3.5em 0 !important; }


/*---:[ content styles ]:---*/

.entry, .comment .reply { font-size: 0.95em; line-height: 1.25em; overflow: hidden; }
		
	.entry blockquote { font-size: 0.95em; }
	
		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 0.95em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 0.95em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }
	
	.entry p { margin: 0 0 1.5em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5em 40px; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { margin: 0 0 0.5em 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }
	
	.entry dl { margin: 0 0 1.5em 0; }
			
		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
		
		.entry dd { margin: 0 0 1.5em 20px; }
		
	.entry .ad { margin: 0 0 0.5em 15px; float: right; }
	
	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }




/*---:[ comment styles ]:---*/

#comments { width: 500px; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 1.2em; border-top: 1px solid #bbb; float: left; }
		
		ul#comment_list li { overflow: hidden; }
		
		ul#comment_list li.comment { width: 500px; padding: 1.2em 0; border-bottom: 1px dotted #bbb; float: left; }
		
			ul#comment_list li.comment ul.children { padding: 0 0 0 3.6em; }
			
			ul#comment_list li.comment ul.children li { list-style: none; border-top: 1px dotted #bbb; border-bottom: none; width: 100%; padding-bottom: 0; margin-top: 1.2em; }
			
		ul#comment_list li.trackback, ul#comment_list li.pingback { width: 470px; padding: 1.2em 15px; background: url('images/trackback_bg.gif'); }
				
			.comment_meta { margin: 0 0 1.2em 0; }
			
				.comment_avatar .avatar { padding: 0 15px 0 20px; float: right; }
			
				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }
				
				.trackback .comment_num, .pingback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
					
						.comment_num a:hover { color: #df0000; text-decoration: none; }
				
				.comment_meta strong { font-size: 1.6em; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; }
				
					.comment_time, .comment_time a { color: #888; text-decoration: none; }
					
					.comment_time a:hover { text-decoration: underline; }
		
			.comment .entry, .comment .reply { padding: 0 15px; }
			
				.comment .entry p { margin: 0 0 1.0em 0; }
			
/*---:[ comment form styles ]:---*/

#respond { padding: 2.4em 0 0; clear: both; overflow: hidden; }

#comment_form { width: 500px; padding: 1.0em 0 0 0; float: left; }

	#comment_form p { padding: 0.6em 0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 191px; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
		
		#comment_form .text_area { width: 321px !important; }
	
			#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	
		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.4em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
			
/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { width: 221px; padding: 3px; color: #090; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
	li.widget .search_input { font-size: 1.1em !important; }
	
		#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

