/**
 * @file
 * Block Styling
 */


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

.region-bottom .block.first { /* The first block in the region */
	width:60%;
	float:left;
	font:12px/21px 'Open Sans', Arial;
	color:#FFF;
	padding-top:30px;
	padding-top:3em;
	position:relative;
	z-index:499;
}

.region-bottom .block.last { /* The last block in the region */
	text-align:right;
	font:12px/21px 'Open Sans', Arial;
	color:#FFF;
	padding-top:30px;
	padding-top:3em;
	position:relative;
	z-index:490;
}
.region-bottom .block.first a,
.region-bottom .block.last a {
	font:700 12px/21px 'Open Sans', Arial;
	color:#FFF;
	text-decoration:none;
}
.region-bottom .block.first .footer-nav a,
.region-bottom .block.last .footer-nav a {
	font:400 12px/21px 'Open Sans', Arial;
	color:#FFF;
	text-decoration:none;
}


.block.odd { /* Zebra striping for each block in the region */
}

.block.even { /* Zebra striping for each block in the region */
}

h2.block-title { /* Block title */
}

#block-aggregator-category-1 { /* Block for the latest news items in the first category */
}

#block-aggregator-feed-1 { /* Block for the latest news items in the first feed */
}

#block-block-1 { /* First block created with "Add block" link */
}

#block-blog-recent { /* "Recent blog posts" block */
}

#block-book-navigation { /* "Book navigation" block for the current book's table of contents */
}

#block-comment-recent { /* "Recent comments" block */
}

#block-forum-active { /* "Active forum topics" block */
}

#block-forum-new { /* "New forum topics" block */
}

#block-locale-language { /* Language switcher block */
}

#block-menu-menu-NAME { /* Custom menu block */
}

#block-node-recent { /* "Recent content" block */
}

#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
}

#block-poll-recent { /* "Most recent poll" block */
}

#block-profile-author-information { /* "Author information" block for the profile of the page's author */
}

#block-search-form { /* "Search form" block */
}
.region-header #block-search-form {
	position:absolute;
	z-index:499;
	top:70px;
	right:135px;
	margin:0;
	width:300px;
}

#block-shortcut-shortcuts { /* "Shortcuts" block */
}

#block-statistics-popular { /* "Popular content" block */
}

#block-system-main-menu { /* "Main menu" block */
}

#block-system-management { /* "Management" block for Drupal management menu */
}

#block-system-navigation { /* "Navigation" block for Drupal navigation menu */
}

#block-system-user-menu { /* "User menu" block for Drupal user menu */
}

#block-system-help { /* "System help" block */
}

#block-system-main { /* "Main page content" block */
}

#block-system-powered-by { /* "Powered by Drupal" block */
}

#block-user-login { /* "User login form" block */
}

#block-user-new { /* "Who's new" block for a list of the newest users */
}

#block-user-online { /* "Who's online" block for a list of the online users */
}


/* Home sidebar 
------------------------------ */
#block-views-home-page-sidebar-block h2 {
	margin:0;
}



#block-sharethis-sharethis-block {
	padding-top:30px;
}

/* Constant Contact 
------------------------------- */
.block-constant-contact input[type="text"]{
width: 260px;
border: solid 2px #99d3e7;
background-color: #d3eef7;
height: 20px;
font: 400 12px/21px 'Open Sans', Arial, Sans-Serif;
font: 400 1em/1.8em 'Open Sans', Arial, Sans-Serif;	
	
}
.block-constant-contact input[type="submit"] {
	text-transform: uppercase;
	padding:3px 10px;
}
.block-constant-contact label{
	margin-bottom:5px;
}
.home .block-constant-contact input[type="submit"] {
	font-weight: 700;
	font-family: "Open Sans Condensed", Arial, Sans-Serif;
	font-size: 1.0em;
	letter-spacing: .1em;
}

/* Twitter Feed Block 
------------------------------- */
div#block-block-31 h2 {
	padding: 10px 15px;
	margin: 0;
	background: #3491AC;
	color: #FFF;
	font: 300 23px/24px 'Open Sans Condensed', arial, sans-serif;
	border-bottom: solid 1px #fff;
}

div#block-block-31 div.twitter-feed {
	background: #E4F2DB;
	border: solid 4px #EFF9E8;
	border-top: solid 4px #fff;
	padding: 2px 15px 15px;
}

div#block-block-31 div.more-link {
	text-align: left;
}

div#block-block-31 div.more-link a {
	text-shadow: 0 0 0 #333;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
	border-radius: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 30px 5px 15px;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Arial, Sans-Serif;
	font-size: 1.0em;
	letter-spacing: .1em;
	background: #3491ac url(../images/button-arrow-white.png) no-repeat 95% center;
}