/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 1.5em;
}

#block-views-rotator-block ul.slides li {
  position: relative;
  line-height: 0;
}

#block-views-rotator-block ul.slides li .views-field-field-rotator-text{
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 1.5em;
  line-height: 1.25;
}

#block-views-rotator-block ul.slides li .views-field-field-rotator-text a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

/**
 * footer blocks
 */

.region-footer .block {
  float: left;
  width: 300px;
  margin-left: 30px;
}

.region-footer .block.last,
.region-footer .block.first {
  margin-left: 0;
}

.region-footer #block-block-3 {
  clear: left;
}

/* Endorsements footer */
#block-block-8 {
  text-align: center;
}

#block-block-8 .content img {
  margin-right: 9px;
  margin-bottom: 5px;
}

/* Stay connected footer */
#block-block-7 {
  text-align: center;
}

#block-block-7 .content ul {
  margin: 0;
  padding: 0;
}

#block-block-7 .content li {
  display: block;
  float: left;
  list-style: none none;
  min-height: 50px;
  
  margin: 0 10px 0 0;
  padding: 0;
}

#block-block-7 .newsletter a {
  display: block;
  color: #fff;
  line-height: 30px;
  width: 212px;
  margin: 1em auto;
  text-decoration: none;
  background-color: #fc9100;
  border: 1px solid #fff;
}

#block-block-7 .newsletter a:hover {
  text-decoration: underline;
}

.region-header .block-search {
	position: absolute;
	right: 0;
	top: 4px;
	float: left;
	border: 1px solid #BABABA;
	box-shadow: 1px 1px 1px #BABABA inset;
	width: 215px;
	height: 28px;
	background-color: #fff;
}

.region-header .block-search .form-actions .form-submit {
	text-indent: -9999px;
	background-image: url(../images/search_mag_glass.png);
	width: 30px;
	height: 24px;
	margin-top: 2px;
	margin-left: 8px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

.region-header .block-search .form-type-textfield input {
	border: none;
	width: 166px;
	margin-left: 5px;
	height: 22px;
	text-align: center;
	font-weight: bold;
}

@-moz-document url-prefix(){
	.region-header .block-search .form-actions .form-submit {
		margin-left: 26px !important;
	}
}
