/*
Theme Name: BuddyPress MFR
Theme URI: 
Description: Mr. Furious Records for BuddyPress.
Version: 1.0
Author: Howie Howard
Author URI: http://mrfuriousrecords.com
Template: bp-default
Tags: buddypress, TK
*/

/* ---- Main/sidebar column width ---- */

div#content .padder {
	margin-right: 400px; /* was 225 */
	border-right: 1px solid #ffffff; /* was 1px solid #DDDDDD; */
}
div#content .left-menu {
	float: left;
	width: 385px; /* was 170 */
}
div#content .main-column {
	margin-left: 365px; /* was 190 */
}
div#sidebar {
	margin-left: -401px; /* was -226 */
	width: 399px; /* was 224.  make sure it stays 2px less than the margin-left */
	border-left: 1px solid #DDDDDD;
}
div#container {
    border-bottom: 0px; /* was 1px  solid #E0E0E0 */
    border-right: 0px; /* was 1px solid #E0E0E0 */
}

/* ---- Font/Navigation ---- */
a {
	color: #000000;
}

a:-webkit-any-link {
	text-decoration: underline; /* original was underline - i had changed it to none */
}

a:hover:-webkit-any-link {
	text-decoration: underline;
}

body {
	background-color: #ffffff; /* was #eaeaea */
	background-image: url( ../images/background.gif );
	background-repeat: repeat-x;
	background-position: top left;
	color: #333333; /* was 555 */
	font-size: 14px; /* was 12px */
	font-family: georgia, times, serif; /* was Arial, Tahoma, Verdana, sans-serif; */
	line-height: 170%;
	max-width: 1250px;
	margin: 0 auto;
	width: 95%;
}

h2 {
	margin: 0px 0px 20px 0px;
}

h8 {
	font-weight: bold;
	font-size: 13px; /* was 12px */
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 100%;
}

h8 a {
	text-decoration: none;
}

h8 a:hover {
	text-decoration: underline;
}

h9 {
	font-size: 13px; /* was 12px */
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 100%;
}

blockquote {
	background-color: #eeeeee;
	font-family: Arial, Tahoma, Verdana, sans-serif; /* was georgia, times, serif; */
	font-size: 14px; /* was 16px */
}

/* this is the hover font color on my custom menu items */

#wpadminbar .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li.hover > .ab-item {
	background: #333;
	color: #ffffff; /* was #2ea2cc; */
}

/* this is the hover font color for the wp admin only menu items, like new post */

#wpadminbar > #wp-toolbar li:hover span.ab-label,
#wpadminbar > #wp-toolbar li.hover span.ab-label,
#wpadminbar > #wp-toolbar a:focus span.ab-label {
	color: #ffffff; /* was #2ea2cc; */
}

/* this is the hover color for my custom menus */

#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before {
	color: #ffffff; /* was #2ea2cc */
}

/* ---- Remove sidebar login and header search bar ---- */

#sidebar-login-form,
#login-text{display: none;}

#sidebar .fbLoginButton {
	display: none;
}

#sidebar .padder p {
	margin-bottom: 0px;
}

#sidebar-me,
#login-text{display: none;}

#search-bar,
#login-text{display: none;}

#wp-admin-bar-bp-register {
	display: none;
}

/* ---- Header and adminbar placement on page ---- */

#header {
    height: 108px; /* was auto - dependent on search bar? */
    border-bottom-left-radius: 0px; /* was 6px */
    border-bottom-right-radius: 0px; /* was 6px */
}

/* ---- Image gallery formatting ---- */

#content .gallery .gallery-caption {
    text-align: left;
    margin-right: 10px;
}