@charset "utf-8";
/* CSS Document */

/* HOME.CSS */

/** sidebar **/

h2 {
	text-transform: uppercase;
}

#sidebar h4 {
	margin-bottom: 5px;}

#sidebar p {
	font-size: 85%;
	line-height: 130%;
}

/** content top **/

#top {
	width: 784px;
	margin-bottom: 5px;
	padding-bottom: 10px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#planning-ahead {
	width: 382px;
	float: left;
	padding-right: 10px;
}

#planning-ahead p {
	padding-top: 10px;
}

.planning-ahead-img {
	float: right;
	height: 155px;
	width: 155px;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
}

.planning-ahead-img img {
	height: 155px;
	width: 155px;}

#from-blog {
	width: 382px;
	float: right;
	padding-left: 10px;
}

#from-blog p {
	padding-top: 10px;
}

.from-blog-img {
	float: right;
	height: 100px;
	width: 100px;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
}

.from-blog-img img {
	height: 100px;
	width: 100px;
}

/* content bottom */

#bottom-right {
	width: 510px;
	float: right;
	padding-left: 10px;
}

#feature {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#feature p {
	padding-top: 10px;
}

#feature h2 {
	margin-top: 20px;
}

.feature-img {
	float: right;
	height: 175px;
	width: 175px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
}

.feature-img img {
	height: 175px;
	width: 175px;}

#poll-quote {
	padding-left: 10px;
}

#poll-quote h2 {
	padding-bottom: 10px;
}

#poll {
	width: 240px;
	float: left;
	padding-right: 10px;
}

#poll p {
	padding-top: 5px;
}

#poll ul {
	margin-left: -40px;
}

#poll li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	padding-right: 5px;
	display: inline;
	list-style-type: none;
}

#quote {
	width: 240px;
	float: right;
	padding-left: 10px;
}

#quote p {
	padding-top: 10px;
}

#quote h2 {
	margin-bottom: -5px;
}

#bottom-left {
	width: 254px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
}

#bottom-left p {
	padding-top: 20px;
}
