/* Buddyeleven Theme Styling for footer widget areas
-------------------------------------------------------------- */

#be-footer-columns {
  border: 1px solid #eaeaea;
  margin-top: 10px;
  background: #ffffff;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;

	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#be-footer {
  margin-top: -20px;
  margin-bottom: -20px;
  width: 100%
  float: left;
}

div#be-footer h3.widgettitle {
	margin: 15px -20px 10px -19px;
	background: #eaeaea;
	padding: 5px 15px;
	font-size: 12px;
	clear: left;
}

