/**
 * OpenFolio Theme openfolio_theme.css
 *
 * Use this file to add your custom styles.
 *
 * You can change the name of this file, just
 * remember to update the name in the info file
 * as well.
 */
.float-left{
	float: left;
	padding-right: 10px;
}
div.views-field.overlay-title{
	position: relative;
	top: -50px;
	left: 0px;
	opacity: .6;
	background-color: black;
	color:white;
	padding: 5px;
}
div.views-field.overlay-title a,div.views-field.overlay-title a a.active,div.views-field.overlay-title a li a.active {
color:white;	
}
div.region-sidebar-first div.block-inner{
	text-align: right;
}
.ia-r .article-type-picture .field-type-image {
  float: left;
  clear: left;
  margin: 4px 0 0 15px;
}