/*
Theme Name: BuddyPress Widget Theme
Theme URI: http://buddypress.org
Description: Widgetized home page for default BuddyPress theme.
Version: 1.2.1
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 );

.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html{
	background: #f0efe5 url(img/bg.png);
}
body { 
	color: #292929; background: url(img/bg-body.png) repeat-x 0 0;
	font-family: "Segoe UI", Helvetica, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
}

a{ color: #ca3400; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }

#header {
	margin-bottom: 0;
	position: relative;
}

#header h1{
	margin; 0;
	width: 137px; height: 138px;
position: absolute;
top: 35px;
z-index: 500;
}
#header h1 a{
	display: block;
	width: 100%; height: 100%;
	overflow: hidden; text-indent: -2007px;
	background: url(img/logo.png) no-repeat 0 0;
}

#social{
	position: absolute;
	top: 31px; right: 340px;
}
#social li{
	float: left;
	width: 30px; height: 30px;
	margin: 0 0 0 10px;
}
#social li a{
	display: block; position: relative;
	width: 100%; height: 100%;
	overflow: hidden;
}
#social li a span{
	position: absolute;
	width: 100%; height: 100%;
}
#social li a.flickr span{ background: url(img/ico-flickr.png) no-repeat 0 0; }
#social li a.twitter span{ background: url(img/ico-twitter.png) no-repeat 0 0; }
#social li a.facebook span{ background: url(img/ico-facebook.png) no-repeat 0 0; }
#social li a.rss span{ background: url(img/ico-rss.png) no-repeat 0 0; }
#social li a:hover span,
#social li a:focus span,
#social li a:active span{ background-position: 0 100%; }

ul#nav li.selected a, ul#nav li.current_page_item a {
	background: #fff;
	border-top: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0;
}

#main-wrapper {
	position: relative;
	margin-left: 226px;
}

div#container{
	background: url(img/bg-container.png) repeat-y 0 0;
}
div#content .padder {
	margin-right: 225px;
	border: none;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}

div#sidebar {
	float: left;
	width: 224px;
	margin-left: -226px;
	margin-top: 1px;
	border: none;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background: url( ../images/sidebar_back.gif ) top left repeat-x;
}

div#sidebar2 {
padding-top: 25px;
	float: left;
	width: 224px;
	margin-left: -226px;
	margin-top: 1px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background: url( ../images/sidebar_back.gif ) top left repeat-x;
}
#main-wrapper div#col-2{
	
}

div.post h2.pagetitle, div.post h2.posttitle{
	font-weight: normal;
} 
div.post h2.pagetitle a, div.post h2.posttitle a {
	color:#ca3400;
}
div.post .entry{
	font-size: 1.2em;
}

div#sidebar h3.widgettitle, 
div#sidebar2 h3.widgettitle {
	background:none;
	clear:left;
	font-size: 18px; font-weight: normal;
	margin: 10px 0 10px 0; padding: 0;
}

#sidebar li#flickrrss{ margin: 0; }
#sidebar ul.gallery{
	margin: 0;
}
#sidebar .gallery li{
	float: left; display: inline;
	margin: 0 13px 13px 0;
}
#sidebar .gallery li a img{
	border: 2px solid #a8a8a8;
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}
#sidebar .gallery li a:hover img{
	border: 2px solid #ca3400;
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

ul.item-list li {
	border-bottom: none;
	padding: 0 0 15px 0;
}

.widget, #sidebar-me, #sidebar-login-form{
	padding-bottom: 15px;
	border-bottom:1px solid #EAEAEA;
}
.avatar-block .item-avatar{
	float: left;
	margin: 0 7px 7px 0;
}

