@charset "UTF-8";
/* CSS Document */

/* 	beige: #99945c
	dark beige: #807b4d
	yellow: #99945c;
	dark brown: #1a1709;
*/


body {
	background-color: #1a1709;
	background-image:url(../images/tree-background.jpg);
	background-position: center 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
 	 font-size: 14px;
 	 line-height: 20px;
 	 color:#E0E0E0;
	margin:0 10px;
}


/*********** BASIC SETTINGS **************/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 8px 0 5px 0;
	font-weight: bold;
	color:#99945c;
	line-height: 115%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:1px;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,conversations
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color:#FFFFFF;
  font-weight:normal;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	text-decoration:none;
	color:#99945c;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline;
	  color:#E2D897;
}

h1 {
  font-size: 210%;
  letter-spacing: 0.2em;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 170%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 100%;
}

p, ul, ol {
  font-size: 14px;
  line-height: 20px;
  color:#FFF;
}
p  {
  margin: 0;
  padding: 0 0 13px 0;
}

.textLarge, p.textLarge, p .textLarge {
	font-size:120%;
	line-height:130%;
	}
.textSmall, p.textSmall, p .textSmall {
	font-size:80%;
	line-height:110%;
	}

a, a:link, a:visited {
  color: #E2D897;
  text-decoration: underline;
}
a:hover {
  color: #99945c;
  text-decoration: none;
}
a:active, a.active {
  color: #FFFFFF;
}
img, a img {
  border: none;
}

.right {
	float:right;
	margin: 0 0 20px 20px;
}



/*********** BEGIN ARCHITECTURE **************/


#wrapper {
	width: 980px;
	margin: 0 auto;
	position:relative;
}
#header {
	width: 980px;
	height: 100px;
	float:left;
	margin:5px 0 0;
	background: url(../images/logo-FrioCanon.png) no-repeat;
}

#header a.homeLink {
	display:block;
	width: 400px;
	height: 100px;
}

.level2 #header {
}

.home #graphic {
	width: 978px;
	height: 450px;
	float:left;
	border:#99945c 1px solid;
	}
.home #graphic img {
	width: 978px !important;
	height: 450px !important;
	}
.level2 #graphic {
	width: 978px;
	height: 278px;
	float:left;
	border:#99945c 1px solid;
}
.level2 #graphic img {

}
		
/*********** MAIN NAVIGATION **************/

#mainNav {
	float:left;
	width: 980px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: URL(../images/bg-nav.png) repeat-x 0 0;
		height:36px;
		border-right: #99945c dotted 1px;
	}
		#mainNav ul li {
			position: relative;
			margin: 0px;
			padding: 0;
			float: left;
			display: block;
			color:#99945c;
			/*border-left: #99945c solid 1px;*/

		}
			
		/* Button Widths for IE and FF */	
		#mainNav ul li.Home 		{ width:92px; }
		#mainNav ul li.Amenities	{ width:143px; }
		#mainNav ul li.Architecture { width:187px; }
		#mainNav ul li.Gallery 		{ width:127px; }
		#mainNav ul li.Property 	{ width:135px; }
		#mainNav ul li.Location 	{ width:137px; }
		#mainNav ul li.Contact 		{ width:158px; }
		
		/* Works on Modern browsers and fall back if menutitle changes */
		#mainNav ul li:nth-child(1)	{ width:92px; }
		#mainNav ul li:nth-child(2)	{ width:143px; }
		#mainNav ul li:nth-child(3)	{ width:184px; }
		#mainNav ul li:nth-child(4)	{ width:127px; }
		#mainNav ul li:nth-child(5)	{ width:138px; }
		#mainNav ul li:nth-child(6)	{ width:137px; }
		#mainNav ul li:nth-child(7)	{ width:158px; }
	
		#mainNav ul li a {
			letter-spacing: 1px;
			font-size: 15px;
			line-height: 15px;
			letter-spacing:3px;
			/*color: #d9d282;*/	
			color:#FFC;
			display: block;
			text-decoration: none;
			text-align:center;
			text-transform: uppercase;
			font-weight:normal;
			border-left: #99945c dotted 1px;
			padding:10px 16px;							/*WIDTH Set as fall back to broken width */
			-moz-box-shadow: 0 1px 6px rgba(0,0,0,.5);
    		-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.5);
    		box-shadow: 0 1px 6px rgba(0,0,0,.5);
			/*	background-image:url(../images/mainNav-bg-hover.png);
			background-repeat:repeat-x;	*/	
			}



		
		#mainNav ul li#home a
		{
			/*padding: 10px 17px;
			border-left: #99945c dotted 1px;*/
		}			
		#mainNav ul li a.paddingAdjust,#mainNav ul li #home a  {
			/*padding: 10px 18px;*/
		}
		#mainNav ul li a:hover {
			color:#FFF;
			background: URL(../images/bg-nav.png) repeat-x 0 0;
			background-position: 0 0;
			}
		#mainNav ul li a:active {
			background-position: 0 -72px;
			-moz-box-shadow: 0 0 0 rgba(0,0,0,.5);
    		-webkit-box-shadow: 0 0 0 rgba(0,0,0,.5);
    		box-shadow: 0 0 0 rgba(0,0,0,.5);
	  		filter:  progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=5) progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=315, Strength=4);

			}
			#mainNav ul li ul {
				position: absolute;
				width: 180px;
				left: 0px;
				display:none;
				border-left: #99945c solid 1px;
			}
			#mainNav ul li ul li ul {
				display: none;
			}
			#mainNav ul li ul li ul li ul {
				display: none;
			}


#mainNav ul #home
{
	/*width: 65px;*/
}


#mainNav ul #community
, #mainNav ul #location
, #mainNav ul #pricing
, #mainNav ul #plat-map
, #mainNav ul #architecture
, #mainNav ul #gallery
, #mainNav ul #contact-us
{
	/*width: 100px;*/
}

#mainNav ul #land-and-wildlife
{
	/*width: 124px;*/
}


/*********** LEFT NAVIGATION **************/

ul#left_menu
			{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px -35px;
	padding: 0;
	clear:both;
		}
			
				ul#left_menu li
				{
					text-transform: none;
					letter-spacing: 1px;
					list-style-type: none;
				}
				ul#left_menu li a
				{
					font-size:14px;
					line-height: 15px;
					letter-spacing:1px;
					padding: 7px 5px 7px 35px;
					display: block;
					font-weight: normal;
					color:#E2D897;
					text-decoration: none;
					border-bottom: 1px dotted #7f721e;
					background-color:#252110;
				}
				ul#left_menu li a:hover
				{
					color:#FFFFFF;
					background: URL(../images/bg-nav.png) repeat-x 0 0;
					background-position: 0 -72px;

				}
				ul#left_menu li a.current {
					color:#FFFFFF;
				}
				ul#left_menu li b a
				{
					background: #FF3300;
				}
					ul#left_menu li ul
					{
						margin: 0;
						padding: 0;
						display:block;
					}
					ul#left_menu li ul li
					{
						list-style-type: none;
						border: none;
						text-transform: capitalize;
					}
					ul#left_menu li ul li a
					{
					width: 175px;
					line-height: 13px;
					padding: 5px 5px 5px 15px;
					display: block;
					font-weight: normal;
					color: #fff;
					text-decoration: none;
					font-size:11px;
					border-bottom: 1px dotted #666666;
					}
					ul#left_menu li ul li a:hover
					{
						background: #666666;
					}

					ul#left_menu li.resourcesOn ul {
						display:block;
						}
						
						
/* Homepage Upcoming Events */
.HomePage #Content #UpcomingEvents li {
	font-size:12px;
}
	.HomePage #Content #UpcomingEvents span {
		display:block;
		padding:0 0 4px 0;
	}
		.HomePage #Content #UpcomingEvents span span {
			display:inline;
			padding:0;
		}
	.HomePage #Content #UpcomingEvents .title a {
		color:#99945c;
		font-size:13px;
		text-decoration:none;
	}
	.HomePage #Content #UpcomingEvents .date {
		color:#fff;
	}

 #Social {
	 clear:both;
	 padding: 16px 0;
 }
 #Social ul {
	 list-style:none;
}
 #Social li {
	border-bottom:none;
	padding:2px 0;
}


/*********** Content AREA **************/

/* home page only */
	.home #Content {
		margin: 50px 0;
		float:left;
		width:100%;
		
	}
	
	.HomePage .content p {
		font-style:normal;
		font-size: 15px;
		line-height:24px;
		color:#fff;
	}


/* level2 pages only (not home)*/
	.level2 #Content {
		margin: 50px 0;
		float:left;
		width:100%;
	}
	.level2 #Content #leftCol {
		width:255px;
		padding: 0px 0 0 30px;
		float:right;
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
}
	.level2 #Content #rightCol h1.pageTitle,
	.level2 #Content  h1 {
		font-size: 36px;
		line-height: 36px;
		color:#FFFFFF;
		font-weight:normal;
		letter-spacing: 3px;
		padding: 0 0 5px 0;	
		text-transform:uppercase;
	}
	.level2 #Content #rightCol h2.subTitle,
	.level2 #Content h2.subTitle {
		font-size: 16px;
		line-height: 20px;
		color:#99945c;
		font-weight:normal;
		font-style:italic;
		padding:0px;
		margin: 0 0 30px 0;
	}
	
	.level2 #Content #rightCol {
		float:left;
		padding: 0px 30px 10px 10px;
		width:649px;
		color:#FFFFFF;
		border-right:#99945c 1px dotted;
	
		
	}
	

	.HomePage #Content #leftCol, .BlogHolder #Content #leftCol, .BlogEntry #Content #leftCol {
		width: 240px;
		padding: 0 0 0 20px;
		float: right;
		text-align: left;
		border: none;
	}
		.HomePage #Content #leftCol a, .BlogHolder #Content #leftCol a, .BlogEntry #Content #leftCol a {
			color:#999;
		}
		.HomePage #Content #leftCol h3 a, .BlogHolder #Content #leftCol h3 a, .BlogEntry #Content #leftCol h3 a {
			color:#99945c;
		}
	.HomePage #Content #rightCol, .BlogHolder #Content #rightCol, .BlogEntry #Content #rightCol {
		border-right: 1px solid #99945c;
		border-left: none;
		padding: 0 30px 10px 10px;
		width:675px;
		color:#FFFFFF;
		float:left;
	
	}
	
	
.photo-gallery-link {
	display: block; 
	background: #1a1709; 
	height: 200px; 
	padding: 0px; 
	vertical-align: middle;
	opacity: .7;
	filter: alpha(opacity=70);
}
.photo-gallery-link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.photo-gallery-link a:hover {
	text-decoration: none;
}
.photo-gallery-link img {
	vertical-align: middle;
}
.photo-gallery-link span {
	display:block;
	padding: 75px 30px 0 320px;

}
	
/* tables */
.level2 .table1 td,
.level2 .table1 th {
	padding: 5px 2px 5px 10px;
	margin: 0px;
	font-size: 1em;
	line-height: 13px;
	text-align:left;
	border-bottom:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	
	}
.level2 .table1 th {
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
	}
	
/*********** Newsletters **************/

#newsletters-riverfront-property-texas #rightCol ul { list-style:none; margin:0; padding:0; }
#newsletters-riverfront-property-texas #rightCol li { padding:0; margin: 0 20px 20px 0; clear:both; height: 130px; }
#newsletters-riverfront-property-texas #rightCol li img {float:left; padding: 0 20px 0 0; }
#newsletters-riverfront-property-texas #rightCol li li {clear:none; margin: 5px; height:auto;}


/*********** Architects List **************/

#architects-riverfront-property-texas #rightCol ul { list-style:none; margin:0; padding:0; }
#architects-riverfront-property-texas #rightCol li { 
			font-size: 12px;
			float: left;
			width: 314px;
			padding: 0;
			margin: 0 10px 12px 0; }




/*********** FOOTER **************/

#footer {
	clear: both;
	text-align:center;
	font-size:11px;
	line-height:22px;
	width: 980px;
	padding: 10px 0;
	margin: auto;
	color:#999;
}
#footer a
{
	color:#99945c;
	text-decoration:none;
}
#footer a:hover
{
	color:#E2D897;
	text-decoration:underline;
}

/* ========= */
/* = Added = */
/* ========= */


.level2 .pricingTable  {
	clear:both;
}

.level2 .pricingTable td,
.level2 .pricingTable th {
padding: 10px 2px 11px 10px;
margin: 0px;
font-size:13px;
line-height: 15px;
text-align:left;
border-bottom:solid 1px #71651b;
}
.level2 .pricingTable tr {
background-image:url(../images/pricing-table-row-bg.png);
}
.level2 .pricingTable tr:hover {
background-image:url(../images/pricing-header-row-bg.png);
}
.level2 .pricingTable th {
background-image:url(../images/pricing-header-row-bg.png);
font-size: 14px;
line-height: 16px;
font-weight:bold;
}
.level2 .pricingTable tr.Sold {
background-image:url(../images/pricing-table-sold-row-bg.png);
color:#99945c;
font-weight:bold;
}
.level2 .pricingTable td.Sold {
background-image:url(../images/pricing-table-sold-icon.gif);
background-repeat:no-repeat;
background-position:10px 0px;
}
.level2 .pricingTable td.Sold strong {
position:relative;
top: -3000px;
}

/* ================= */
/* = Troy's Styles = */
/* ================= */


/*
banner-architecture-IMG_0002.jpg
banner-Cottage_David_Dalgleish.jpg
banner-Cottage_exterior.jpg
banner-Cottage_screened_porch.jpg
banner-entrance-DSC_0085-2.jpg
banner-field-DSC_0091.jpg
banner-Frio_stump_newcrop.jpg
banner-rapids-IMG_0009_carlson.jpg
banner-river-DSC_0008.jpg
banner-river-perspective-DSC_0057.jpg
banner-fly-fishing.jpg

*/



.level2 #graphic {	background: url(../images/banner-Cottage_David_Dalgleish.jpg) no-repeat 0 0 ;	}

#amenities-riverfront-property-texas #graphic {	background: url(../images/banner-fly-fishing.jpg) no-repeat 0 0 ;	}

#land-and-wildlife-riverfront-property-texas #graphic {	background: url(../images/banner-field-DSC_0091.jpg) no-repeat 0 0 ;	}

#newsletters-riverfront-property-texas #graphic {	background: url(../images/banner-Frio_stump_newcrop.jpg) no-repeat 0 0 ;	}

#frio-canon-area-towns-attractions-riverfront-property-texas #graphic  {	}

#frio-canon-architecture-riverfront-property-texas #graphic {	background: url(../images/banner-architecture-IMG_0002.jpg) no-repeat 0 0 ;	}

#architects-riverfront-property-texas #graphic {	background: url(../images/banner-Cottage_screened_porch.jpg) no-repeat 0 0 ;	}

#frio-canon-architectural-design-guidelines-riverfront-property-texas #graphic {	background: url(../images/banner-Cottage_exterior.jpg) no-repeat 0 0 ;	}

#photo-gallery-riverfront-property-texas #graphic {	background: url(../images/banner-Frio_stump_newcrop.jpg) no-repeat 0 0 ;	}

#history-riverfront-property-texas #graphic {	background: url(../images/banner-field-DSC_0091.jpg) no-repeat 0 0 ;	}

#land-wildlife-riverfront-property-texas #graphic {	background: url(../images/banner-river-perspective-DSC_0057.jpg) no-repeat 0 0 ;	}

#community-riverfront-property-texas #graphic {	background: url(../images/banner-rapids-IMG_0009_carlson.jpg) no-repeat 0 0 ;	}

#pricing-riverfront-property-texas #graphic {		}

#location-hill-country-texas-real-estate #graphic,
#contact-us-hill-country-texas-real-estate #graphic,
#about-the-founders-hill-country-texas-real-estate #graphic {	background: url(../images/banner-entrance-DSC_0085-2.jpg) no-repeat 0 0 ;	}




.replaced
{
	text-indent: -9999px;
}

img.left {
	float:left;
	padding: 0 10px 10px 0;
}

.clear { clear:both }
.clear-right { clear:right; }
.clear-left { clear:left; }


table
{
	border-collapse: collapse;
}

.Sold .Sold
{
	text-indent: -9999px;
}

#pricing_page table
{
	clear: both;
	width: 100%;
	margin: auto;
}

#bottom
{
	clear: both;
}

#bottom table
{
	width: 880px;
	line-height: 16px;
}

#bottom th, #bottom td
{
	border-bottom: 1px solid #71651B;
	padding: 10px 2px 11px 10px;
}

#bottom th
{
	background: #7C6E1D;
	font-size: 14px;
}

#bottom td
{
	background: #332E0E;
	font-size: 13px;
}

#bottom .views-table tr:hover
{
	background: #70631B;
}

#bottom tr
{
	opacity: .6;
	filter: alpha(opacity=60);
}

/*#gallery
{
	width: 980px;
	clear: both;
	margin: auto;
}

#gallery li
{
	float: left;
	list-style-type: none;
	margin: 5px;
}
*/
#ImageGallery
{
	margin-top: 100px;
	clear: both;
	padding-top: 10px;
}

#pricing_page .pricingTable .lot
{
	font-weight: bold;
	font-size: 14px;
}

/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

#PageComments_holder h4 {
	margin: 20px 0 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 5px;
	width: 88%;
}
#PageComments li.odd {
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	padding-right: 40px;
	padding-left: 10px;
	background-color: #333;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

