/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 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 */

/* ============================== Old Search Box Styles ============================== */
.search-box {
	float: right;
	text-align: right;
	padding: 20px 0 0 0;
}
#search-block-form label {
	display: none;	
}
#edit-search-block-form-1 {
	width: 200px;	
}

.front #block-aggregator-feed-1 ul li {
	list-style:none;
	list-style-image:none;
	background:url('../images/news_bullet.png') left 7px no-repeat;
	padding-left:10px;
}

.front .front_buttons {
	text-align:center;
}
.front .front_buttons a.button,
.front .front_buttons a.button:link,
.front .front_buttons a.button:visited {
	border:1px solid #7a8c94;
	background-color:#004b85;
	padding:10px;
	color:#cec7b2;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	width:180px;
	height:40px;
	display:block;
	line-height:175%;
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 1px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.front .front_buttons a.button:hover,
.front .front_buttons a.button:focus,
.front .front_buttons a.button:active {
	background-color:#0b6cb6;
}
/* ============================== Market Summary ============================== */
.market-disclaimer p {
	color:#fff;
}
#marketTable {
	background-color:#335a84;
}
#marketTable .stock-title {
	color:#ffdccb;
}
#marketTable .row1 th, #marketTable .row1 td {
	background-color:#153B62;
}
#marketTable .current-price2 {
	color:#fff;
}
#block-market_summary-1 .content {
	background-color:#153B62;
}
.block-market_summary .value-minus {
color:#ff4570;
}
.block-market_summary .value-plus {
color:#5cbb9a;
}

.header-group-inner .block-block.odd.first p {
	margin:0 0 1em 0;
	color:#004b85;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ============================== Sidebar Styles ============================== */

.sidebar-first-inner #block-aggregator-feed-1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.sidebar-first-inner #block-aggregator-feed-1 ul li span {
	line-height:125%;
	font-size:14px;
}
.sidebar-first-inner #block-aggregator-feed-1 ul li {
	padding-bottom:1em;
}
.sidebar-first-inner #block-aggregator-feed-1 ul li.views-row-last {
	padding-bottom:0;
}

/* ============================== Search Box Styles ============================== */

.page .header-group-inner .block-search form#search-block-form input#edit-search-block-form-1.form-text {
	color: #465156;	
	background-color: #fff;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	border: 1px solid #004b85;
	float:left;
	padding:4px 3px;
	margin-left:10px;
	margin-top:1px;
	height:18px;
  /*background-image: -moz-linear-gradient(100% 100% 90deg, #fff, #fff);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff));*/
}
.page .header-group-inner .block-search form#search-block-form input#edit-submit {
	color: #fff;	
	background-color: #004b85;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	border: 1px solid #004b85;
	float:right;
	height:26px;
	width:75px;
	padding:5px 0px;
}