/*
Theme Name: BuddyPress Tablet
Theme URI: http://www.tabletpcquestions.com/wp-content/themes/bp-tablet/
Description: Tablet PC theme for BuddyPress.
Version: 1.0
Author: LPH
Author URI: http://www.tabletpcquestions.com/
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/


/* 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 );

body {
	background: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 170%;
	color: #555;
	width: 990px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}

img.avatar {
	float: left;
	background: #ffffff;
	padding: 4px;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 2px #dddddd;
	-webkit-box-shadow: 2px 2px 2px #dddddd;
}

img.avatar.user-1-avatar {
	float: left;
	background: #ebf7ff;
	padding: 4px;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 2px #dddddd;
	-webkit-box-shadow: 2px 2px 2px #dddddd;
}

h2.pagetitle {
	visibility:hidden;
}

div#container {
	width:990px;
	margin:auto;
	border:1px solid #CCCCCC;
	background-color:#ebebeb;
	background-image:url(images/content-bg2.jpg);
	background-repeat:repeat-y;
}
div#content .padder {
	margin-right:266px;
}
div#sidebar {
	margin-left:-267px;
	!margin-left:-265px;
	width:265px;
}
#bp-admin-activity-favs, #bp-admin-activity-mentions, #bp-admin-public {
	display:none !important;
}
body#bp-default #admin-bar-logo {
	margin-left:15px !important;
}
#wp-admin-bar {
	background-color:#224466 !important;
	background-image:none !important;
}
#wp-admin-bar .padder {
	background:none !important;
}
#wp-admin-bar ul li a:hover {
	background-color:#4c6883;
}
#wp-admin-bar li a:hover {
	background-color:#4c6883;
}
#wp-admin-bar ul li:hover {
	background-color:#224466 !important;
}
#wp-admin-bar ul li ul li {
	background-color:#4c6883;
}
#wp-admin-bar ul li ul li a:hover {
	background-color:#224466;
}