/* Interviews styles */

.leftColInterviews {
	width: 			570px;
	margin-left:	60px;
	float:			left;
}

div.leftColInterviews p.title {
	padding-top: 	15px;
	padding-bottom:	20px;
	font-size: 		20px;
	font-weight: 	bold;
	color: 			#006af0;
}

#interviewHeader {
	margin-bottom: 40px;
}

#interviewHeader img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#interviewLeft {
	width: 180px;	
	float: left;
	font-size: 9px;
}

.interviewName,
.interviewSubTitle {
	font-size:21px;
}

.interviewName {
	color: #000000;
	font-weight: bold;
}

.interviewNameLat {
	color: #000000;
	font-weight: bold;
}

.interviewSubTitle {
	color: #666666;
	font-weight: normal;
}

.interviewBio {
	color: #666666;
}

#interviewRight {
	position:		relative;
	width: 			375px;
	float: 			left;
	font-weight: 	normal;
	font-variant: 	normal;
	font-style: 	normal;
	color: 			#666666;
	padding:		0;
	margin-left:  	15px;
	text-align:		justify;
}

.interviewBold {
	font-weight: bold;
	text-align: justify;
}

.interviewCit {
	position:		relative;
	width: 			180px;
	height:			140px;
	margin-top:		10px;
	float: 			left;
	font-weight: 	normal;
	font-variant: 	normal;
	font-style: 	italic;
	color: 			#666666;
	text-align:		justify;
	}

hr.interviewSeparator {
	width:				100%;
	height:				1px;
	border-width:		0;
	color:				gray;
	background-color:	gray;
}

.interview1 {
	font-size: 		14px;
	font-weight:	bold;
	color:			black;
	display:		block;
	line-height:	18px;
}

.interview2 {
	font-weight:	normal;
	color:			#666666;
	display:		block;
	line-height:	18px;
}

.interview3,
.interview3 a {
	font-weight:	bold;
	color:			#006AF0;
	display:		block;
	line-height:	18px;
}

.interview3 a:hover {
	color:	#FF0000;
}
