/**
 * block.css 
 * block styles and regions
 */

 
.block {}
.footer ul.block li {}

/* 
 * .block-search
*/
#block-search-form {
	max-width:230px;
	float:left;
}
#block-search-form .input-group {
	height:35px;
	background-color:#e7e7e7;
	padding:0px 15px;
	border-radius:20px;
	border: 0;
}
#block-search-form .input-group input{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#2a2a2a;
	font-size:16px;
	line-height:21px;
	height:inherit;
	padding:0px;
	background-color:transparent;
	border:0;
	border-radius:0;
	box-shadow:none;
}
#block-search-form button {
	background-image:url('../images/search-icon.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0px;
	margin:0px;
	width:14px;
	height:14px;
	border:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header-bottom #block-search-form {
	position: absolute;
	right: 20px;
	top: 3px;
	z-index: 100;
	float: none;
	width:45px;

}
#header-bottom #block-search-form .input-group {
	background-color:#fff;
}
#header-bottom #block-search-form input#edit-search-block-form--2 {
	visibility: hidden;
}
#header-bottom #block-search-form:hover,
#header-bottom #block-search-form:active {

}
#block-views-home-page-news-block {}
#block-views-home-page-news-block .block-footer {
	display:none;
}