/*
Theme Name: UKGovCamp
Theme URI: http://www.ukgovcamp.com
Description: Fixes BuddyPress. Child theme of the BuddyPress default theme for WordPress.
Author: Steph Gray, based on work by BuddyPress and the WordPress team
Author url: http://www.helpfultechnology.com/
Template: bp-default
Version: 1.0
Tags: buddypress
*/

@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

#home-spotlight-left, #home-spotlight-right {
	width: 46%;	
	float: left;
}


#home-spotlight-left .widget {
	background: #eaeaea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

#home-spotlight-right .widget {
	background: #eaeaea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#spotlight-wrapper {
	margin-right:225px;
	margin-left: 20px;
}

div.post {
	margin-bottom: 10px;
}

ul#nav li a {
	padding: 5px 8px;
}

#home-main-spotlight {
	/* text-align: center; */
}

.meteor-slides-widget {
	width: 550px;
	margin: 0 auto;
}

.sponsorbadge {
	margin: 5px;
	float: left;
	width: 150px;
}

.sponsorhalo {
	box-shadow: 0 0 5px orange;
	-moz-box-shadow: 0 0 5px orange;
	-webkit-box-shadow: 0 0 5px orange;
}

div#item-header div#item-meta {
	color: #666;
}
