/*  
* Template-specific stylesheet for the Our People Profile template
* which simply extends 2-Column Solid

@import url('tpl-2col-solid.css');
*/

.html, body {
overflow-x:hidden;
}

#page {width:600px; background:#FFF}
    
/* POSTS
-------------------------------------------------------------*/
#content {
	float:left;
	padding: 0 16px 16px 16px;
	top:0px;
	position:relative;
	display: block; width: 568px; min-height: 422px; background: #FFFFFF; 
	overflow-x:hidden;overflow-y:auto;
}
* html #content {
	height:422px;
	
}

.entry {padding-right: 15px;}


#content a#return-to-list {
	position:absolute;
	display:block;
	right:16px;
}
#return-to-list.sIFR-replaced {
	height:15px;
}
div.post h3 {
	color:#cc0000;
	font-size:2.2em;
	margin-bottom:0.2em;
}
div.post h4 {
	font:normal 1em Arial, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
div.post em {
	font-style:normal;
	font-weight:bold;
	color:#333;
}
div.post .entry img {
	display:block;
	float:left;
	margin-right:10px;
}
div.button {
	float:right;
}	

