

/* Style Sheet Painted Valley Ranch - Black Forest Colorado  */

/* Body Stuff */

Body	{
margin:0px;
background: #1B1007;
padding:0px;height:100%;
width:100%;

}

.main {
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	display: block;
   	margin-right:30px;
	margin-left:30px;
}
.main p {
	font-size: 14px;
	font-family: tahoma;#A13A27
	color: #1B1007;
}

p {
	font-size: 14px;;
	font-family:tahoma;
	color: #81552A;
}

#address {
	text-align:center; 
	font-family:tahoma;
	color: #BCD7C0;
	font-size:12px;
	width: 140px;
	margin: 0px;
	padding: 0px;
        display: block;
}

#address a {
	color: #BCD7C0;
	text-decoration: none;
	
}

#address a:hover {color: #88663B;
	}

/* Headings */

h1	{
	font-family: tahoma;
	font-size:14px;
	color: #A13A27;
	text-decoration: none;
    	text-align:center; 
	font-weight: bolder;
	padding: 0.2em 1em;
	margin-left:20px;
	
}

h2	{
	font-family:tahoma;
	font-size:15px;
	color: #81552A;
	text-decoration:none;
	text-align:left;
	padding-left: 20px;
	padding: 0.2em 1em;
	font-weight:bold;
	margin:0px;
}

h3	{
	font-family:tahoma;
	font-size:12px;
	color:#8D2800;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	margin-left:20px;
	
}

h4	{
	font-size: 16px;
	font-family:tahoma;
	color: #000000;
	text-align:center;
	font-weight:bold;
}


/* Left  Menu Stuff */

#left 	{	
	padding-left: 1px;
	padding-right: 1px;
	display: block;
}

/* Bottom Menu */

.bottom_menu p {
	text-decoration: none;
	padding-top: 40px;
	text-align:center;
	font-family: tahoma;
	font-size:8pt;
	color : #000000;
	padding-bottom: 0px;
	}
.bottom_menu a {
	color: #000000;
	text-decoration: none;
  	 }
.bottom_menu a:hover {color: #88663B;
	}

/* Links */

A:link 	{
	color: #000000;
	text-decoration: underline;
}
A:visited {
	color: #956124;
	text-decoration: underline;
}
A:active {
	color: #956124;
	text-decoration: none;
}
A:hover {
	color: #956124;
	text-decoration: none;
}

#bottom {
	clear: both;
	width: 100%;
	height: 50px;
	background: #1B1007;
}
#bottom p {
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	font-family: tahoma;
	font-size:7pt;
	color : #A13B29;
	padding-bottom: 10px;
	margin-right:30px;
	margin-left:210px;
	}
#bottom a {
	color: #A13B29;
	text-decoration: none;
  	 }
#bottom a:hover {color: #88663B;
	}

#left {
	font-family: Arial, Helvetica, sans-serif;
   	 margin-top: 150px;
	font-size:10pt;
	padding-left: 10px;
	color: #808080;
	text-align:left;
}

#left a {
	color: #939485;
	text-decoration: none;
}

#left a:hover {
	color: #000000;
     text-decoration: underline;
}

img
{  border-style: none;
}
/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
