/*
Theme Name: Concensus
Theme URI: 
Description: Theme for BuddyPress.
Version: 2.0
Author: Mike
Author URI: 
Tags: buddypress
Template: bp-default
*/

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

body {font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif !important; }

#footer {
	clear: both;
	background: #707070;
	color: #eee;
	text-align: center;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	position: relative;
	z-index: 999;
	text-shadow: none;
}

#footer a {
	color:#FFFFFF;
}

#footer-funder-logos {
	height:65px;
	margin:0;
	border-top:1px solid #aaa;
	padding:10px 0;
	width:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	clear:both;
}
#footer-funder-logos li {
	float:left;

}
#footer-funder-logos li a {

}
#footer-funder-logos li a:hover {
	
}

#footer-powered-by, #footer-powered-by a, #footer-powered-by a:hover {

	color:#999;
	font-size: 80%;
	margin: 0;
	padding:5px 0;
	text-align: center;
	background-color: #eaeaea;
}

#footer-funded-by {
	color:#ccc;
	font-size: 90%;
	text-align: left;
	margin:0;
}


.contact-info {
	font-size:100%;
	line-height:normal;
	padding:10px 5px 10px 5px;
	background: transparent url(_inc/images/item_list_back.gif) repeat-x scroll left top;
}
.contact-info p {
	margin-top:5px;
	margin-bottom:5px;
}

#wp-admin-bar, #wp-admin-bar li a{ 
	font-size:12px;
}

#admin-bar-logo { 
	font-style: normal;
	font-weight:bold;
	font-size:12px;
	margin-top: 2px;
}

#header #search-bar input[type="submit"],  #header #search-bar select, #header #search-bar input[type="text"] {
	font-size:13px;
}

#search-terms {	background-color:#fff; }

#header h1#logo {
	float: left;
	margin: 15px 0 10px 0px;
	padding: 0;
	text-indent: -9999px;
	background: url(_inc/images/logo.gif) top left no-repeat;
	width: 214px;
	height: 60px;
}

#header h1#logo a {
	font-size: 2em;
	color: #aaa;
	font-style: italic;
	font-family: Georgia, times, serif;
	display: block;
	text-decoration: none;
	height: 100%;

}

