/*
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 );

/* Wide Thin Thin */

#first-section {
	margin-right: 560px;
}

#second-section {
	float: right;
	width: 260px;
	margin-right: 20px;
}

#third-section {
	float: right;
	width: 260px;
}

/*Thin Wide Thin */

#first-section-2 {
	width: 250px;
	float: left;
	position: relative;
}

#second-section-2 {
	max-width: 650px;
	float: left;
	left: 275px;
	position: absolute;
	right: 275px;
}

#third-section-2 {
	width: 250px;
	float: right;
	position: relative;
}

.widget {
	margin-bottom: 20px;
}

h3.widgettitle {
	background: rgb(234, 234, 234);
	font-size: 12px;
	padding: 5px 15px;
	color: #444444;
}

.padderHome {
	padding: 20px;
}

#col-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

.widget .avatar-block {
	min-height: 50px;
}

.post-content img {
	max-width: 550px;
}

.new_forum_post .activity-inner img {
	width: 150px;
	height: 150px;
}
table#price-chart {
	MARGIN: 0px;
	padding: 0px;
        width: 527px;
}
table#price-chart th img {
	MARGIN-TOP: 140px;
}
table#price-chart th.heading {
	WIDTH: 125px;
}
table#price-chart th.basic {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(/images/Basic_header.jpg);
	background-repeat: no-repeat;
	background-color: #C4E2EC;
}
table#price-chart th.professional {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(/images/Professional_header.jpg);
	background-repeat: no-repeat;
	background-color: #E9DBAA;
}
table#price-chart th.business {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(/images/Business_header.jpg);
	background-repeat: no-repeat;
	background-color: #E9BFC0;
}
table#price-chart th.enterprise {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(images/Enterprise_header.jpg);
	background-repeat: no-repeat;
	background-color: #D5DFAA;
}
table#price-chart th.premier {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(images/Premier_header.jpg);
	background-repeat: no-repeat;
	background-color: #D6C4EC;
}
table#price-chart th {
	BORDER-RIGHT: #fff 1px solid;
	TEXT-ALIGN: center;
}
table#price-chart td {
	BORDER-RIGHT: #fff 1px solid;
	TEXT-ALIGN: center;
}
table#price-chart td {
	margin: 0px;
	padding: 0px;
	height: 30px;
}
table#price-chart .even td {
	background-color: #e5e5e5;
}
table#price-chart .odd td {
	background-color: #cacaca;
}
table#price-chart .odd .table-col-0 {
	background-color: #c4e2ec;
}
table#price-chart .odd .table-col-1 {
	background-color: #e9dbaa;
}
table#price-chart .odd .table-col-2 {
	background-color: #e9bfbf;
}
table#price-chart .odd .table-col-3 {
	background-color: #d4e0a9;
}
table#price-chart .odd .table-col-4 {
	background-color: #d7c4ed;
}
table#price-chart .even .table-col-0 {
	background-color: #d8ecf2;
}
table#price-chart .even .table-col-1 {
	background-color: #f1e7c7;
}
table#price-chart .even .table-col-2 {
	background-color: #f1d5d5;
}
table#price-chart .even .table-col-3 {
	background-color: #e3ebc6;
}
table#price-chart .even .table-col-4 {
	background-color: #e5d8f3;
}
.left-col-captions {
	width: 152px;
	font-weight: bold;
	color: #424242;
	text-align:right !important;
	padding-right: 8px !important;
}
.black-bg {
	background-color: #373737 !important;
	color: #FFF;
}

