/******************************************************
Site:           insideyourcloset.com
Created:        Dec 29 2009
Last Modified:  Dec 29 2009 
------------------------------------------------- 
Casey Reid, clearfirestudios.com
casey@clearfirestudios.com | Copyright 2009
==================================================== */

/* Global Reset Styles *******************************/
/* ================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{font-weight: bold;}


/* `Clear Floated Elements
-----------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Common Styles *************************************/
/* ================================================= */
body{
	background-color: #b89876;
	color: #58595b;
	font-family: Arial, "Helvetica Neue", Helvetia, sans-serif;
  	font-size: 12px;
  	line-height: 16px;
}

a{
	color: #99b487;
	text-decoration: none;
}
	a:hover{
		color: #a6ac7e;
		text-decoration: underline;
	}


.mod
{
	width:900px;
	margin:0 auto;
	position:relative;
}

#wrap{
	background: url(../images/wrap-bg.gif) repeat-y;
	width: 940px;
	margin:0 auto;
	position:relative;
}


/* Header Styles *************************************/
/* ================================================= */
#header{
	background-color: #fff;
	padding-bottom: 25px;
	width:900px;
	margin:0 auto;
}
#header .mod{
	background-color: #7b593b;
	border-bottom: 5px solid #3d2215;
	height: 150px;
}
	#header h1 {
		float: left;
		padding-left: 90px;
		width: 195px;
	}
	
		#header h1 a {
			background: url(../images/logo.gif) no-repeat;
			display: block;
			height: 141px;
			text-indent: -9999px;
			width: 195px;
		}
	#header h2{
		color: #bbdee1;
		float: left;
		font-size: 20px;
		font-family: "Times New Roman", Times, Georgia, serif;
		font-style: italic;
		font-weight: normal;
		line-height: 22px;
		margin: 75px 0 0 10px;
	}
		#header h2 span{padding-left: 110px;}
		#header h2 em{color: #fff;}
		
	ul#quick-links{
		float: right;
		list-style: none;
		margin-top: 5px;
		margin-right: 10px;
	}
		ul#quick-links li{
			color: #fff;
			display: inline;
		}
			ul#quick-links li span{padding: 0 5px;}
			ul#quick-links li a{
				color: #fff;
				text-decoration: none;
			}
				ul#quick-links li a:hover{text-decoration: underline;}


/* Main Styles ***************************************/
/* ================================================= */
#main{
	background: #fff url(../images/pattern-bg.jpg) repeat-x;
	min-height: 375px;
	margin: 0 auto;
	width: 900px;
}
	#main .mod{
		background: #fff;
		min-height: 375px;
		padding-left: 12px;
		width: 780px;
	}
	
#nav{
	background-color: #c0d3b4;
	border-right: 4px solid #a6ac7e;
	float: left;
	height: 375px;
	margin: 0 5px 0 0;
	width: 181px;
}	
	#nav ul{
		
	}
		#nav ul li{
			text-align: right;
		}
			#nav ul li a{
				background: #d8e7c8;
				border-bottom: 2px solid #fff;
				border-right: 4px solid #c0d3b4;
				color: #3d2215;
				display: block;
				font-size: 14px;
				font-family: "Times New Roman", Times, Georgia, serif;
				height: 40px;
				line-height: 40px;
				padding-right: 20px;
				text-decoration: none;
				text-transform: uppercase;
				width: 161px;
			}
				#nav ul li a:hover, #nav ul li a.active{
					background-color: #c0d3b4;
					border-left: 4px solid #a6ac7e;
					border-right: none;
					padding-right: 24px;
					width: 157px;
				}

#featured-home{
	background: #7b593b;
	float: left;
	height: 365px;
	padding: 10px 10px 0;
	position: relative;
	text-align: center;
	width: 280px;
}
	#featured-home img{
		border: 1px solid #3d2215;
		margin-bottom: 3px;
	}
	
	ul#pager{
		position: absolute;
		top: 260px;
		z-index: 999;
	}
		ul#pager li{
			float: left;
		}
	#homes{
		height: 365px;
	}
	.slide{
		height: 365px;
	}
	
	#home-details{
		background: #3d2215;
		position: absolute;
		bottom: 0;
		left: -10px;
		height: 85px;
		text-align: right;
		width: 300px;
		z-index: 999;
	}
		#home-details h3{
			color: #bbdee1;
			font-size: 24px;
			font-family: "Times New Roman", Times, Georgia, serif;
			font-weight: normal;
			line-height: 24px;
			margin: 10px 10px 5px 0;
			text-transform: uppercase;
		}
		#home-details p{
			color: #fff;
			margin: 0 10px 0 0;
			text-transform: uppercase;
		}
		
#content{
	float: left;
	margin: 0 20px;
	width: 235px;
}
	#internal #content{width: 515px;}
	#content h3{
		color: #3d2215;
		font-size: 12px;
		font-family: "Times New Roman", Times, Georgia, serif;
		text-transform: uppercase;
	}
	#content p{
		margin-bottom: 15px;
	}
		#content p.date{
			color: #99b487;
			margin-bottom: 0px;
		}
	#content ul{
		list-style-type: disc;
		margin-left: 15px;
		margin-bottom: 15px;
	}


/* Footer Styles *************************************/
/* ================================================= */
#footer .mod{
	background-color: #7b593b;
	border-top: 10px solid #3d2215;
	color: #3d2215;
	height: 200px;
	padding-top: 10px;
	text-align: right;
}
		#footer p{
			font-weight: bold;
			font-size: 11px;
			margin-right: 60px;
		}
		#footer p.announce{
			color: #BBDEE1;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 24px;
			margin: 0 10px 10px;
			line-height: 24px;
		}
		#footer p.copyright{text-transform: uppercase;}

