/*
----------------------------------------------------------------------
Team H&R Block - Kona
Author: Curious Communications - http://www.curiouscommunications.com
----------------------------------------------------------------------
*/

/* HOME STYLES
-------------------------------------------------------------*/

div#banner {
	background: url(/images/banners/banner1.jpg) top no-repeat;
}

div#home_banner {
	width: 100%;
	height: 495px;
	background: url(/images/banners/banner_home.jpg) top no-repeat;
}

div#home_left {
	width: 180px;
	float: left;
}

div#home_center {
	width: 470px;
	float: right;
}

div#results_slideshow {
	margin-bottom: 30px;
}

/* LEFT COL
-------------------------------------------------------------*/

div#home_left h2 {
	color: #8cc63f;
}

div#home_left p {
	color: #fff;
}

div#home_left ul {
	margin-left: 0;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	text-transform: uppercase;
}

/* TWITTER
-------------------------------------------------------------*/

div#tweets ul {
	color: #FFFFFF;
	text-transform: none;
}

div#tweets ul li span.created_at {
	color: #8cc63f;
}

/* CENTER COL
-------------------------------------------------------------*/

div#home_center img {
	padding-left: 40px;
}

div#home_center h2 {
	padding-left: 40px;
}

div#home_center p {
	padding-left: 40px;
	line-height: 20px;
}