/*****************************************************
* Interviews Blog
*****************************************************/
div#interviews {
	clear: both;
	display: block;
	padding: 0 40px 0 0;
}

div#interviews_graphic {
	float: left;
	width: 282px;
	height: 200px;
}

div.interviews_section {
	border:2px solid #121212; 
	padding:10px; 
	float:left; 
	width:100%;
	background: #202020;
	margin-top: 15px;
}

div#interviews_content {
	clear: both;
}

div.wimpy {
	clear: both;
	float: left;
	padding: 15px 0 15px 0;
}

div.interviews_section .border {
	border: 3px solid #0e0e0e;
	margin-top: 5px;
}

div.interviews_section p.graphic {
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	line-height: 125%;
	text-align: left;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}

div.interviews_section p {
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	line-height: 125%;
	text-align: left;
	letter-spacing: 1px;
	padding: 0 0 5px 0;
}

div.interviews_section h3.title {
	font: normal 17px Arial, Helvetica, Verdana, sans-serif;
	color: #aaa;
	line-height: 100%;
	text-align: left;
	letter-spacing: 1px;
	padding: 5px 0 0 0;
}

div.interviews_section h3.date {
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #ccc;
	line-height: 100%;
	text-align: left;
	padding: 2px 0 5px 0;
}

div.interviews_section h3.read_more {
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #777;
	line-height: 100%;
	text-align: left;
	letter-spacing: 1px;
	padding: 2px 0 0 0;
}

div.interviews_posted {
	clear: both;
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	color: #ccc;
	line-height: 100%;
	text-align: right;
	padding: 10px 0 5px 0;
}

div.interviews_section a,
div.interviews_section a:visited {
	color: #bbb;
	text-decoration: none;
}

div.interviews_section a:hover {
	color: #4c5c6c;
	text-decoration: underline;
}