/* $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 */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
* html .clearfix {
	height: 1%
}
#logo {margin-top:35px;}
#header-group-wrapper {height:138px;}
#header-group-inner {background: transparent url(../images/e-branding-bg3.jpg) no-repeat center top}
h2.title.block-title, .node_read_more a:link, .node_read_more a:visited {background: transparent url(../images/heading_bg1.png) repeat-x center top;}

.casestudy-title {
  margin-top: 1.5em;
}

.upcoming-events .views-field-title {
  margin-top:2em;
}

#block-block-17 {
  /*margin-left: 20px;*/
  color: #fff;
}



#block-block-16 .prosper-grayborder-darkbackground .inner {
  color: #fff;
} 

.prosper-grayborder-darkbackground .inner h2 a:link, .prosper-grayborder-darkbackground .inner h2 a:visited, {
  color: #16add1;  
} 

#block-block-18 .prosper-grayborder-darkbackground .inner {
  color: #fff;
  border: 1px #ffc53c solid;
} 

#preface-top-wrapper {
  background-color: #fff;
  border-bottom: none;
}

.four-blocks {
  display: inline-block;
  float:left;
  width:220px;
}
.four-blocks-two{
  margin-right: 20px;
}
.four-blocks-three{
  margin-right: 20px;
}
.four-blocks-four{
  margin-right: 20px;
}

/* Hide a textfield on the register user form.  
    Used to determin if a robot is registering. */
div #edit-honeytrap-wrapper {display:none;}

.hcount .tb {
float: left;
width: 55px;
}



/* Website Portfolio Page */
#website_portfolio .left_column {float: left; width: 46%; padding: 1%; margin: 1%; border: 1px solid silver;}
#website_portfolio .right_column { float: right; width: 46%; padding: 1%; margin: 1%; border: 1px solid silver;}
#website_portfolio .wp_image { text-align: center; }
#website_portfolio .wp_image_title { text-align: center; }
#website_portfolio .wp_row_break { min-height: 20px; clear: both; }



