/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* 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 */

/*Main HTML Direction*/
/*html{
	 direction:rtl;
	}
	*/
/* Site Info
/* Logo, Site Name & Motto */
#logo {
  float: right;
  margin: 0 0 0 10px;
}
#slogan {
  float: right;
  font-style: italic;
}

#site-name-slogan {
  float: right;
}

.header-site-info-inner {
  float: right;
}

#slogan {
  font-size: 116.67%;   /* 14px/12px */
  line-height: 120%;
  padding-top: 4px;
}

/* Header Regions - Search
-------------------------------------------------------------- */
.search-box {
  float: left;
  margin-bottom: 0;
  overflow: visible;
  width: auto;
}

.search-box-inner {
  float: left;
  width: 232px;
}

.search-box-inner input#edit-search-theme-form-header {
  border: none;
  float: right;
  margin: 0;
  margin-right: 9px;
  margin-top: 2px;
  padding: 0;
  width: 185px;
}

.search-box-inner #search-input {
  padding: 10px 0 0 0;
}

.search-box-inner .searchButtonPng {
  margin: -1px 10px 0 0;
  padding: 0;
}

/* Menu Style */
/* Gray Rounded - Style */

/* Primary Tabs */
#content-tabs ul.primary li {
  float: right;
  margin: 0 1px 0 0;
  padding-right: 10px;
}

/* Menu styles */
.prosper-gray-rounded-style ul li,
.prosper-gray-rounded-style ul li.leaf {
  background: transparent url(../images/menu-block-leaf.png) no-repeat right 10px;
  text-indent: 20px;
}

.prosper-gray-rounded-style ul li ul li,
.prosper-gray-rounded-style ul li ul li.leaf{
  background: transparent url(../images/menu-block-leaf-2.png) no-repeat right 10px;
  text-indent: 20px;
}

.prosper-gray-rounded-style ul li.collapsed {
  background: transparent url(../images/menu-block-collapsed.png) no-repeat right 10px;
  text-indent: 20px;
}

.prosper-gray-rounded-style ul li.expanded {
  background: transparent url(../images/menu-block-expanded.png) no-repeat right 10px;
  text-indent: 20px;
}

html.js fieldset.collapsible legend a {
  background: transparent url(../images/menu-expanded.png) no-repeat right 50%;
}

html.js fieldset.collapsed legend a {
  background: transparent url(../images/menu-collapsed.png) no-repeat right 50%;
}

/*Profile Picture*/
.profile .picture {
	margin: 0;
	margin-bottom: 1em;
}
.profile h3 {
	overflow: hidden;
	zoom: 1;
}