/*  
Theme Name: BuddyPress Default Home Theme
Theme URI: http://buddypress.com/
Description: A widget framework theme for the home of a BuddyPress enabled installation. This theme is not required to use BuddyPress.
Version: 1.0.3
Author: Andy Peatling
Author URI: http://apeatling.wordpress.com
*/

/* Load the base styles */
@import url(css/base.css);

/***
 * Rename /css/custom-sample.css to /css/custom.css and uncomment the following line to load your own
 * custom styles without modifying the originals (this will preserve your changes across theme updates)
 *  
 * @import url(css/custom.css);
 */

/***
 * NOTE: If you rename /css/site-wide-sample.css to /css/site-wide.css you can apply CSS styles to any
 * theme that is in use across your whole site. This includes any blog or member theme. You do not
 * need to add an @import declaration in this file, it will load automaticaly.
 */

/*---------New Header-----------------*/

#logo h1 a {
		text-indent: -999em;
		background: url(./images/logo_banner.jpg) top left no-repeat;
		overflow: hidden;
		width: 500px;
		height: 70px;
		display: block;
		float: left;
	}

#logo {
	background: url(./images/header.jpg) no-repeat;
	color:#F6F6F6;
	height:60px;
	margin:0;
	padding:3px 20px;
	width: 940px;
}

.header_ad {
	float: right;
}

#search-login-bar {
	background-repeat:repeat-x;
	padding:7px 20px;
} 
 


 
/*---------Accordion Styles-----------*/
.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:187px;
  text-align: center;
}

.AccordionContent h2 {
  font-size: 8pt;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:sans-serif;
  font-size:12pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  /*background-image:url(images/title_repeater.jpg);*/
  background: #4B545B none repeat scroll 0 0;
  -moz-user-select:none;
  border-bottom:4px solid #DFE3E6;
  color: #cccccc;
  cursor: pointer;
}

.AccordionContent
{
  height:0px;
  overflow:hidden;
  display:none;
}

.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}

.AccordionContent img {
  padding-top: 20px;
}