/*
Theme Name: BuddyPress Widget Theme
Theme URI: http://buddypress.org
Description: Widgetized home page for default BuddyPress theme.
Version: 1.2
Author: modemlooper
Author URI: http://twitter.com/modemlooper
Template: bp-default
Tags: buddypress, three-columns
*/

/* Inherit the default theme styles */

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

/* Inherit the default theme adminbar styles */

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

/* widget columns */

#first-section {
	margin-right: 510px;
}

#second-section {
	float: right;
	width: 260px;
	margin-right: 20px;
}

#third-section {
	float: right;
	width: 210px;
}

#first-section-c {
	margin-right: 510px;
}

#second-section-c {
	float: right;
	width: 240px;
	margin-right: 20px;
}

#third-section-c {
	float: right;
	width: 240px;
}

.widget {
	margin-bottom: 20px;
}

h3.widgettitle {
	background: rgb(234, 234, 234);
	font-size: 12px;
	padding: 5px 15px;
}

.padderHome {
	padding: 20px;
}

.widget .avatar-block {
	min-height: 50px;
}
body {
	line-height: 170%;
	color: #555;
	background: #d6d6d6;
	background-image:none;
}
a { color: #000000; }
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; }

#header {
	position: relative;
	border-top: 1px solid #657171;
	color: #fff;
	background: #b2bcbd url('images/transparent.gif') no-repeat fixed center;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 25px;
}
	#header #search-bar {
		position: absolute;
		top: 25px;
		right: 0;
		width: 100%;
		text-align: right;
	}
	#header ul#nav {
		float: right;
		list-style: none;
		margin: 0px 0px 0px 0;
		padding: 0;
	}

			#header ul li a {
				background: #c5cbcb;
				color: #000000;
				display: block;
				padding: 2px 15px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				text-decoration: none;
				border: 1px solid #657171;
				border-bottom:0px solid #c5cbcb;
			}

			#header ul li.selected a {
				background: #ffffff;
				color: #555;
				font-weight: bold;
			}
	#header h1#logo {
		float: left;

		height: 100px;
		margin: 0 0 0px 0px;
		padding: 0px 0px 0px 0;
		background-image:url('images/side-key-medium-horizontal.gif');
		background-repeat: no-repeat;
		background-position: 0px 25px;
	}

	#header h1#logo a {
		font-size: 17px;
		color: #4e5c5e;
		text-transform:uppercase;
		font-family: Georgia, times, serif;
		display: block;
		text-decoration: none;
		padding-left:60px;
		padding-top:10px;
	}
img.avatar {
	background: #ffffff;
	padding: 4px;
	border: 1px solid #ddd;
/* Round Corners (native in Safari, Firefox and Chrome) */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
/* Add the Shadow */
	-moz-box-shadow: 2px 2px 2px #dddddd;
	-webkit-box-shadow: 2px 2px 2px #dddddd;
}
h3.widgettitle, div.item-list-tabs, div#sidebar h3.widgettitle { background-color:#e6e1dd;}
.activity-list .activity-header a:first-child, span.highlight {background-color:#c7cdce; color:#505556;}
.activity-list .activity-header a:first-child:hover {background-color:#5e282c !important; color:#f3f1ef;}
div#text-3 h3.widgettitle {color:#f3f1ef; background-color:#5e282c;}
.kbrsswidget {font-size:1.2em;}
.rssdetails {font-size:0.9em;color:#666666;margin-bottom:5px;border-bottom:1px solid #cccccc;}
.cities {width:30%;float:left; padding:5px;}
#announcement-right {width:100%;float:right;text-align:right;clear:both;}
#activity-filter-links li {float:left; margin:0px; padding:3px;}
#site-wide-stream {border-top: 1px solid #cccccc;}
.time-since {clear:left;}
.activity-list li.mini .activity-content {margin-left:70px; margin-right:0px;}
.activity-meta {clear:both;position:inline;}
