/*
Title:      	happyleaves stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	30 March, 2006
*/


/* main components */	

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #646464;
	margin: 0;
	background: #3c3c3c url(../jpg/bg-tile.jpg) repeat top left;
	}
	
* html body {
	font-size: x-small; /* IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}
	
table {
	background: #fff;
	}
	
h1 {
	font-size: 140%;
	color: #646464;
	}
	
h2 {
	font-size: 120%;
	color: #646464;
	}
	
h3 {
	font-size: 105%;
	}
	
h4 {
	font-size: 80%;
	}
	
.large {
	font-size: 125%;
	font-weight: bold;
	}	
	
.small {
	font-size: 85%;
	font-weight: bold;
	}
	
.note {
	font-size: 85%;
	padding: 10px 10px;
	background-color: #f9ecb4;
	border: 1px dotted #8c97a7;
	}
	
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #44516f;
	cursor: help;
	}
	
a abbr {
	border: none;
	}
	
.clear {
 	clear: both;
  	}
	
.red {
	color: #ff0000;
	}	
	
.grey {
	color: #1e1e1e;
	}		
	

				
/* body components */	

#wrapper {
	width: 100%;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	background: url(../jpg/top-grad.jpg) repeat-x top center;
	}
	
#holder {
	width: 750px;
	padding: 0;
	margin: 0 auto;
	}	
	
.highlight {
	font-size: 95%;
	color: #3bbef4;
	}	
	
.content {
	font-size: 95%;
	color: #646464;
	}
	
.content a:link, .content a:visited {
	color: #f09223;
	text-decoration:none;
	font-weight:bold;
	}
	
.content a:active, .content a:hover {
	color: #c1d72e;
	text-decoration:underline;
	font-weight:bold;
	}
	
.content a:hover {
	color: #c1d72e;
	text-decoration:none;
	font-weight:bold;
	}

.listings ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
.listings li {
	text-align: left;
	color: #646464;
	font-weight:bold;
	list-style-image: url(../jpg/bullet_point.jpg);
	}
	
.listings a:link, .listings a:visited {
	color: #f09223;
	text-decoration:none;
	font-weight:bold;
	}
	
.listings a:active, .listings a:hover {
	color: #c1d72e;
	text-decoration:none;
	font-weight:bold;
	}
	
.listings a:hover {
	color: #c1d72e;
	text-decoration:none;
	font-weight:bold;
	}
	
	
	
/* show apartment photos components */	
	
#showaptbot {
	width: 100%;
	line-height: 1.3em;
	padding: 0;
	}
	
#showaptbot a img {
	padding: 4px;
	border: #cdcdcd 1px solid;
	background: #ffffff;
	}
	
#showaptbot a:hover img {
	padding: 4px;
	border: #cdcdcd 1px solid;
	background: #e4e4e4;
	}
	
.showaptbottablecols {
	padding-bottom: 20px;
	text-align: left;
	}
	
#goosegarth {
	width: 100%;
	line-height: 1.3em;
	padding: 0;
	}
	
#goosegarthbot a img {
	padding: 4px;
	border: #c2c9a4 1px solid;
	background: #ffffff;
	}
	
#goosegarthbot a:hover img {
	padding: 4px;
	border: #c2c9a4 1px solid;
	background: #dde3c2;
	}
	
.goosegarthbottablecols {
	padding-bottom: 20px;
	text-align: left;
	}	
	
	

/* footer components */	

	
.footer {
	text-align: left;
	color: #c2c2c2;
	font-size: 70%;
	font-weight:bold;	
	line-height: 1.6em;
	padding: 0 0 10px 0;
	}	

.footer a:link, .footer a:visited {
	text-align: left;
	color: #a4a4a4;
	text-decoration:none;
	}

.footer a:active, .footer a:hover  {
	text-align: left;
	color: #a4a4a4;
	text-decoration:underline;
	}