/* @override 
	http://organicbalance.com/_css/home.css
	http://www.organicbalance.com/_css/home.css
	
*/

body#home #container-inner { 
	width: 898px;
	margin-left: 82px;
	background: none;
}

body#home #content { 
 	float: left; 
	display: inline;
	width: 571px;
	margin-right: 0;
}

body#home #content #home-feature {
	position: relative;
	width: 571px;
	height: 414px;
	background: url(/_img/content_home_featurebg_rotator.jpg) no-repeat;
}

body#home #content #home-feature #home-rotator {
	position: absolute;
	top: 10px;
	left: 9px;
	width: 550px;
	height: 390px;
}

body#home #content #home-feature #home-rotator img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 550px;
	max-height: 390px;
}

body#home #sidebar { 
	float: right; 
	margin-left: 0;
	width: 327px;
	height: 414px;
	padding: 0;
	background: url(/_img/sidebar_home_bg.jpg) no-repeat;
}

body#home #sidebar .s-feature-section1 {
	width: 327px;
	height: 138px;
	position: relative; 
}

body#home #sidebar .s-feature-section1 img {
	position: absolute;
	top: 10px;
	left: 9px;
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 306px;
	max-height: 122px;
}

body#home #sidebar .s-feature-section2 {
	width: 327px;
	height: 134px;
	position: relative;
}

body#home #sidebar .s-feature-section2 img {
	position: absolute;
	top: 6px;
	left: 9px;
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 306px;
	max-height: 122px;
}

body#home #sidebar .s-feature-section3 {
	width: 327px;
	height: 142px;
	position: relative;
}

body#home #sidebar .s-feature-section3 ul {
	position: absolute;
	top: 55px;
	left: 32px;
}

body#home #sidebar .s-feature-section3 ul li{
	float: left;
}

body#home #sidebar .s-feature-section3 ul li a{
	display: block;
	height: 48px;
	text-indent: -9986em;
	background: url(/_img/sidebar_community_icons.png) no-repeat;
}

body#home #sidebar .s-feature-section3 ul li#twitter a{ 
    background-position: 0 0;
	width: 90px;
}

body#home #sidebar .s-feature-section3 ul li#facebook a{ 
	background-position: -90px 0;
	width: 110px;
}

body#home #sidebar .s-feature-section3 ul li#blog a{ 
	background-position: -200px 0;
	width: 71px;
}

/* @end */