/* CSS Document */
/* *****************************************
   *House Plan Trends CSS File             *
   *Author: Chris Harris                   *
   *****************************************/
#wrapper {		/*The container for the whole page*/
	background: transparent url(gifs/background.gif) repeat scroll 26% 0pt; /*bg pic is 26% because the left side is 520 pixels out of 2000 pixels (26%)*/
	margin: 0;
	padding: 0;
	}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#contentleft {	/*The left side of the page*/
	top: 0;
	left: 0;
	margin: 0;
	background: #cbdea8 none repeat;
	width: 26%; 
	}
html>body #contentleft {
	width: 26%; /* ie5win fudge ends */
	}
.leftwords {	/*The description of the house*/
	font-size: 12px;
	line-height: 22px;
	margin: 15px 20px 10px 15px;
	font-family: "Times New Roman", Times, serif;
	}	
.firstLetter {	/*The description's first letter*/
	font-size: 36px;
	color: #006633;
	font-weight: bold;
	line-height: 40px;
}
.homedesigntrends {	/*The description's first letter*/
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 40px;
}
.plannumber {	/*The house's ID number*/
	font-weight: bold;
	color: #cbdea8;
	background-color: #006633;
	width: 35%;
	margin-left: 15px;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.specbox {	/*The house's specifications box*/
	margin: 15px 20px 15px 15px;
	border: 2px solid #006633;
	padding: 10px;
}
#contentright {
	margin: 0;
	position: absolute;
	top: 0;
	left: 26%;
	width: 73%; 
	background-color: white;
	}
html>body #contentright {
	width: 73%; /* ie5win fudge ends */
	}
.housename {
	font-size: 24px;
	font-family: Storybook, "Cooper Black", Harrington, "Matura MT Script Capitals", "Monotype Corsiva", cursive;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
#buttons {
	margin: 0px 0px 0px -7px;
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;
    }
#buttons ul {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
    }
#buttons li {
    float: left;
	background: url("gifs/button-right.gif")
      no-repeat right top;
    margin: 2px;
    padding: 0;
    }
#buttons a {
	float: left;
	display: block;
	background: url("gifs/button-left.gif")
	  no-repeat left top;
	padding: 2px 18px 5px;
	font-size: 16px;
	font-family: "BernhardMod BT", "Californian FB", "Dutch801 Rm BT", "Goudy Old Style", "GoudyOlSt BT", "Lucida Calligraphy", "Lucida Fax", "Palatino Linotype", Perpetua, "Poor Richard", serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
    }
	/* Commented Backslash Hack
  	hides rule from IE5-Mac \*/
  	#header a {float: none;}
  	/* End IE5-Mac hack */
#buttons a:hover, #button a:hover {
	color: #A52A2A;
	}
