@charset "UTF-8";

/* the following divs control all of the project page parts  */
.content-left {
	border: 0px solid #990099;
	float: left;
	width: 66%;
	margin-bottom: 10px;
	font-size: 1.1em;
}
.content-left p {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.content-left strong {
	color: #007fa5;
}

.content-right {
  float: right;
  margin-left: 5px;
  width: 33%;
}

.content-right p {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 1em;
}

.content-bottom {
	border-top: 1px solid #999999;
	float: left;
	width: 100%;
	margin-bottom: 20px; /* background-image:url(images/background.gif);*/
	padding-top: 1em;
	margin-top: 1em;
}

div.projectBlock {
	border:0px solid #990099;
	float:none;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:10px;
	width:93%;
	word-wrap: break-word;
}

div.projectBlock:first-child h2 {
    margin-top: 0;
}

.projectBlockHR {
	padding: 10px;
	border: 0px solid #990099;
	float: left;
	margin-bottom: 10px;
	width: inherit;
}

/*
.thrColFixHdr #content-area {
	float: left;
	margin-right: 0px;
	padding: 0px 10px 20px 0px;
	width: 75%;
}
*/

span.date-display-single {
	font-style: normal;
}

.callout {
  margin-bottom: 10px;
  padding: 10px;
	background-color: #EEE;
}

.callout p {
        color: #007fa5;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.35em;
	margin: 0 0 10px 0;
}

.callout a {
	line-height: 1.4em;
	font-size: 1.0em;

}

.content-right-details {
  border: 1px solid #CCCCCC;
  padding: 10px 5px;
}

.node-type-study.thrColFixHdr #content { margin-right: 13px; }

.node-type-study div.field-field-researcher-photo { float: none; }
