/*  
Theme Name: HouseWiz
Theme URI: http://www.wpsmart.com/
Description: Theme for Wordpress not based on the famous Kubrick Theme.

Version: 1.0
Author: Kay & Dave McMahon
Author URI: http://www.ukwebdev.com/
*/

/*Home-page specific CSS*/

/* Index main body */

#indexbody {
	padding: 10px;
	clear: both;
}

#indexmain {
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
}

/* Rows */

.indexrow {
	float: left; 
	width: 800px; 
	margin:0; 
	padding:0;
}

#latest {
	border: none;
	padding: 5px;
	width: 485px;
	float: left;
	text-align: left;
}

#latest h3 {
	margin-top: 0;
}

.homeboxrows {
	clear: both;
	width: 800px;
}

.homebox {
	border-right: 1px dotted #CCC;
	float: left;
	width: 255px;
	padding-right: 5px;
	margin: 10px 0;
}

.homebox h2 {
	 margin-top: 10px;
	 text-align: center;
}

.homebox h3 {
	display: block;
	color: #498278;
	background: #FFBF6F;
	margin-top: 2px;
	text-align: center;
}

#floatadsense {
    float: right;
    width: 250px;
    height: 250px;
}

/* Sidebar */
#indexsidebar {
	clear: none;
	padding: 20px 0 10px 0;
	float: right;
	width: 120px;
	text-align: center;
}

#indexsidebar form {
	margin: 0;
}

#indexsidebar ul {
	text-align: left;
}

#indexsidebar ul li {
	list-style-type: none;
	margin-left: -40px;
	margin-bottom: 5px;
	padding: 0;
}

/* End Sidebar */
