/* $Id: local-sample.css 7156 2010-04-24 16:48:35Z chris $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

/*
#forum-statistics-statistics-header, #forum-statistics-statistics-body {
	display: none;
}

.view-id-whatisselfhelp .view-footer p {
	float: right;
}

#meerkat-container {
	background:url("../images/preface-wrapper-bg.png") repeat-x transparent !important;
}

.meerkat-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.meerkat-inner a {
	color: white;	
}

.meerkat-left {
	width: 110px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.meerkat-right {
	width: 710px;
	float: right;
}

.meerkat-right .block {
	width: 350px;
	text-align: left;
}

.meerkat-right .fbss_user, .meerkat-right .fbss_time, .meerkat-right .fbss_edit {
	display: none;
}

div.meerkat-button-left{
	height: 50px;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.meerkat-button-right{
	height: 50px;
	float: right;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.meerkat-button{
	height: 50px;
}

#block-views-facebook_status_recent-block_1 p {
	margin: 0.2em 0;
}

#block-views-facebook_status_recent-block_1 .view-footer p {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#edit-fbss-submit {
//	margin-top: 0 !important; 
}

#page {
	padding-bottom: 130px !important;
}






//SEARCH BOX CSS


#search-box-inner.logged-in {
	width: 340px;
}


#search-box-inner {
	width: 410px;
	position: relative;
}

#search-theme-form {
	float: right;
	height: 30px;
}

#login-links {
	position: absolute;
	left: 10px;
	top: 12px;
}

#login-links img {
	padding-left: 4px;
}

#login-links a:hover, .meerkat-left a:hover {
	opacity: 0.8;
}

#register-button {
	float: left;
}

#login-button {
	float: left;
}

#login-links div.item-list ul, #login-links div.item-list ul li {
	display: inline !important;
	margin-left: 10px;
}
*/

/*
BUTTONS THAT MATCH THE STANDARD THEME BUTTONS
*/
/*
.iceberg-button {
  background: transparent url(../images/blue-button.png) repeat-x top left;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%; // 12px/12px 
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  border-radius: 4px;
}

// Hover style for form buttons 
.iceberg-button:hover,
.iceberg-button.hover,
.iceberg-button:focus {
  background-position: bottom left;
  cursor: pointer;
}
*/

/*
HIDE THE USER LOGIN BLOCK - DISPALY IT VIA JAVASCRIPT
*/
/*
#user-login-form {
	display: none;
}


#user-login-form .form-item label {
	display: inline;
}

#user-login-form .item-list {
	margin-top: 0;
	padding-top: 0;
}

#user-login-form .form-item {
	display: inline;
}
*/
