/* HOME */
#container #content #home-image {
	position: relative;
	float: left;
	width: 710px;
	height: 417px;
	margin-top: 17px;
}

#container #content #home-image img {
	border: 1px solid #afbac3;
}

#container #content #home-image #text-overlay {
	width: 211px;
	height: 396px;
	position: absolute;
	top: 1px;
	left: 430px;
	background: url(../images/home-textbox.png) no-repeat top left;
	padding: 10px 18px;
}

#container #content #home-image #text-overlay h1 {
	color: #efa000;
	font-size: 24px;
	line-height: 30px;
}

#container #content .post {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

/* HOME SIDEBAR */
#container #content #buttonbar {
	width: 220px;
	float: left;
	margin-left: 15px;
	margin-top: 17px;
}

#container #content #buttonbar a {
	display: block;
	margin-bottom: 22px;
}

/* SUB */
#content.sub {
	background: url(../images/sub-background.png) no-repeat top left !important;
}

#submenu {
	overflow: hidden;
	margin-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ac7fd9;
}

#submenu ul {
	list-style-type: none;
}

#submenu ul li {
	display: block;
	float: left;
	margin-right: 25px;
}

#submenu ul li a {
	text-decoration: none;
	color: #000;
}

#submenu ul li a:hover {
	text-decoration: underline;
}

#submenu ul li.current_page_item a {
	font-weight: bold;
}

#content-text {
	float: left;
	width: 680px;
	margin-top: 10px;
}

/* SUB SIDEBAR */
#sidebar {
	float: right;
	margin-right: 10px;
	width: 211px;
	background: url(../images/sidebar-top.png) no-repeat top left;
	padding: 0 8px;
	margin-bottom: 20px;
}

#sidebar-text {
	background: #975fd0 url(../images/sidebar-bottom.png) no-repeat bottom left;
	width: 199px;
	padding: 10px;
}

#sidebar-text h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#sidebar-text p {
	margin-bottom: 20px;
}