/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	height: 100%;
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: url(/images/bg.jpg) top left repeat-x #333; }
	
h1 { font-size: 220%; font-weight: normal; color: #777; }

a:link, a:visited { color: #333; }
a img { border: none; }

p { margin-bottom: 16px; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(/images/sidebar_bg.jpg) top left repeat-y #fff;
	border: 2px solid #fff;
	border-width: 0 2px; }
	
#innerwrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #fff;
	border-width: 0 2px; }
	
	/*** HEADER STYLES ***/
	a#header { 
		display: block; 
		width: 950px; 
		height: 365px; }
	
	
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { 
		width: 950px; 
		padding: 0 0 20px 0; }
	
		
		/*** SIDEBAR STYLES ***/
		#side { 
			float: left; 
			width: 177px; 
			text-align: right; }
			
			#side ul#nav { margin: 0 0 5px 0; list-style: none; }
			
				#side ul#nav li {
					float: right; 
					display: block; 
					width: 168px; 
					height: 37px;
					margin: 0 0 5px 0;
					line-height: 37px;
					background: url(/images/nav_bg.jpg) no-repeat; }
					
					#side ul#nav li a:link, 
					#side ul#nav li a:visited {
						display: block;
						width: 158px;
						height: 37px;
						padding: 0 10px 0 0; 
						font-weight: bold;
						text-decoration: none;
						color: #fff; }
						
		a#mortgage {
			width: 168px;
			height: 132px;
			float: right;
			margin: 0 0 10px 0; }
						
		/*** TWITTER ***/
		img.twitterBtn {margin: 0 0 10px 0;}
		
		/*** FACEBOOK ***/
		#fbFanPage {margin: 0 0 10px 0; color: #ffffff;}
			
			#fbFanPage a {color: #ffffff;}
		
		
		/*** CONTENT STYLES ***/
		#content { 
			float: left; 
			width: 730px; 
			min-height: 300px; 
			padding: 10px 20px 40px 20px;
			text-align: left; }
		

/*** AD SPACE ***/
#adSpaceWrapperWrapper {
	width: 941px;
	height: 76px;
	float: left;
	padding: 0 0 0 9px;
	margin: 0 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; }

/*** FOOTER STYLES ***/		
#footer {
	width: 950px;
	margin: 0 auto;
	font-size: 90%;
	background: #fff;
	border: 2px solid #fff;
	border-width: 0 2px 2px 2px; }
	
	#footer.inner { background: none; }
	
	#footer p { margin: 0 0 4px 0; }
	
/*** WORDPRESS STYLES ***/


	/*** COMMENTFORM STYLES ***/
	form#commentform {}
	
		form#commentform textarea { 
			width: 90%; 
			height: 100px; }
	
	
	/*** COMMENTLIST STYLES ***/
	ol.commentlist { 
		margin: 10px 0; 
		list-style: none; }
	
		ol.commentlist li { 
			margin: 0 0 10px 0; 
			padding: 10px; 
			background: #CAE0ED;
			border: 1px solid #b5d5de;
			border-width: 0 1px 1px 0; }
		
			ol.commentlist li img.avatar { 
				float: right; 
				margin: 0 0 10px 10px; }
				
				


/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
