/* ---------------------------------------------
Screen Stylesheet for http://www.hiddenmountain.com/
Created:    12/23/09 / KZ
Updated:    Date / Initials
Version:    1.0 12/23/09
TOC:        Resets; HTML & Body; Links; Typography; Lists; Tables;
              Template; Navigation; Forms; Classes; Other;


/* --------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, fieldset, form,
h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
/* ---------- ::HTML & Body:: --------------------- */
html { 
font-size:100.01%;  
height: 101%;
}
body { 
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
height:100%;
font:72.5%/1.4 "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:#5d5454;
}
/* ---------- ::Links:: ------------------------ */
a {text-decoration:underline; color:#D8CFA7}
a:visited {text-decoration:underline;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
visibility: visible; /* kills IE6 a:hover bug */
}
a img {border:none;}
/* ---------- ::Typography:: ------------------- */
abbr,acronym {text-decoration: none;border:0}
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding:.6em 0}
h1 {font-size:2em; line-height:1.2em}
h2 {font-size:1.6em; line-height:1.2em}
h3 {font-size:1.4em; line-height:1.2em}
h4 {font-size:1.2em; line-height:1.2em}
h5 {font-size:1.1em; line-height:1.2em}
h6 {font-size:1.0em; line-height:1.2em}
h1, h2, h3, h4, h5, h6 {color:#D8CFA7}
address,blockquote,div,dd,dt,li,p,th,td {font-size:1.1em;}
dt {font-weight:bold;}
pre {font-size: 12px;}

    /* Resets for Nested elements */
    blockquote p, p blockquote,
    div div, div li, div p,
    li li, li li li,ul ul,
    p address, p pre, pre p,
    td address, td li, td dd, td dt, td p, td pre
    {font-size: 100%;}
q:before,q:after {content:'';}
/* ---------- ::Lists:: ------------------- */
dl, ol, ul {margin-left: 20px;}
li, ol, dd, dt {
vertical-align:middle;
list-style-position: outside;
line-height:1em;
}
/* ---------- ::Tables:: ------------------- */
table {
border-spacing:0;
overflow:hidden;
word-wrap:break-word;
}
caption, th, td {
text-align: left;
vertical-align:top;
}
/* ---------- ::Template:: --------------------- */
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #603813;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#D8CFA7;
} 
#imagebanner { 
	margin:0;
	padding:0;
	 
} 

#logo {
	position:absolute;
	left: 824px;
	top: 250px;
	width: 167px;
	height: 158px;
	background: url(images/hidden_mountain_realty_logo.png) no-repeat left top;
 
 } 

.home #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231F20; /* the background color will be displayed for the length of the content in the column, but no further */
	border:#8A5D3B solid 1px;
	padding: 20px;
	margin:20px;
}
.home #mainContent { 
	margin: 0 320px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.propertylisting #mainContent { 
	margin: 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.propertylisting #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231F20; /* the background color will be displayed for the length of the content in the column, but no further */
	border:#8A5D3B solid 1px;
	padding: 20px;
	margin:20px;
}
.about #mainContent { 
	margin: 20px 100px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer_bckgrd.gif);
	background-repeat:no-repeat;
	height:53px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.9em;
}
#footer img {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	vertical-align:middle;
	
}

/* ----------  ::Navigation:: ------------------ */

    #menu {
		background:url(images/nav_bckgrd.gif);
		background-repeat:no-repeat;
		height:23px;
		font-weight:bold;
		padding:.3em ;
		margin:0;
		font-size:1.1em;
		text-align:center;
	}
	#menu .main a {
		color: #C3996B;
		text-decoration: none;
	}
	#menu .main .on a {
		color: #FFF;
		text-decoration: none;
	}
	#menu .main a:hover {
		color: #e5d89f;
		text-decoration: none;
	}
	#menu .main ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	#menu .main li{
		display:inline;
		padding:1.5em;
		margin:0;
	}
        
    /* :Footer Menu: --- */
    #footer ul {
    }
    #footer li {
    }
    #footer li a {
    }
    #footer li a:active, #footer li a:focus, #footer li a:hover {
    }

/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
fieldset {border:0;}
input,label,select,textarea {
line-height:1.2;
vertical-align:baseline;
font-size:inherit;
font-family:inherit;
}
input[type="radio"], input[type="checkbox"] {
position:relative;
top:1.5px;
}
input[type="text"],textarea {padding:.2em;}
textarea {overflow:auto;}
/* ---------- ::Classes:: --------------- */
.center {text-align:center;}
.clear {clear:both;padding:0;margin:0;line-height:0;}
.external {/* for use with new window JS */}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {font-size:20px;font-weight:bold;}
.light {color:#999;}
.png {/* for use with png fix JS */}
.small {font-size:10px;font-weight:normal;}
.red {color:#610000}
.propertytitle {background-color:#3a2215; padding-left:10px}
/* ---------- ::Other:: ------------------------ */
hr {border:0; color:#D8CFA7; background-color:#D8CFA7; height:3px}


.t-data {
	font-size: 90%;
}
.t-data td {
	padding: 2px 5px;
}
