/**
*	Customisations
*/

/** Used to modify the display suite display on an event page **/
.field-name-field-event-image .field-items .field-item {
    display:inline-block;
	padding-right: 10px;
}

.field-name-field-event-image {
	text-align:center;
}

/** Used on the /events/ page */
div.event-list-image{
	float: left;
	padding-right: 20px;
}

div.event-list-row{
	clear:both;
	padding-top: 20px;
}

hr.event-hr{
	clear:both;
}

/** Used on the /about/our-people page */

div.staff-member-portrait{
	padding: 10px;
	float: left;
}

div.staff-member-details-list{
	margin-left: 200px;
	margin-top: 10%;
}

div.staff-member-row{
	clear: both;
}

/** Static slideshow **/
div.static-slideshow-title{
}

div.static-slideshow-image img{
	margin: 0px; /** had to do this to clear a margin of 7px from somewhere */
}

div.static-slideshow-category{
	clear: both;
    color: white;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.8em;
    box-shadow: 0px 1px 2px black;
    -moz-box-shadow: 0px 1px 2px black;
    -webkit-box-shadow: 0px 1px 2px black;
    border-radius: 3px;
    -moz-border-radius: 3px;

}

/** Switch based on the domain **/
body.domain-www-eaber-org div.static-slideshow-category{
    background-color: #D6332D;
}

body.domain-saber-eaber-org div.static-slideshow-category {
    background-color: #1f40d6;
}

div.static-slideshow-category:empty{
	display: none;
}

div.static-slideshow-subtext{
	min-height: 100px;
	max-width: 150px; /** this is the current width of slideshow_banner **/
}

/** Used on the /research/ pages */

div.research-panel{
	padding-bottom: 30px; /* set in the CSS properties of each research page's panel */
}

div.research-event-image{
	float: left;
	padding-right: 15px;
}

div.eaf-article-image{
	float: left;
	padding-right: 20px;
	width: 150px;
	height: auto;
}

div.eaf-article-body{
	min-height:115px;
}

li.research-event-listing{
	border-bottom: 1px solid #dedede;
	min-height: 115px;
}

li.research-eaf-article-listing{
	border-bottom: 1px solid #dedede;
	min-height: 115px;
}