/*
  Override default refinery homepage styles here.
  These only apply to the homepage of your site.
*/

#main #side_content {
  	float: left;
  	width: 44%;
  	padding: 10px;
  	background: #f9f9f9;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px #878686;
	-webkit-box-shadow: 0px 1px 3px #878686;
	box-shadow: 0px 1px 3px #878686;
	margin-right: 0;
	margin-bottom: 24px;
}