/* Interview Layout - three column */

.three_column {
	height:2500px;	
}

.three_column h1 {
	position:absolute;
	top:183px;
	left:410px;
	font:2.1em Arial, Helvetica, sans-serif;
}

.double_left_column,
.double_middle_colum,
.right_bastard_column {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#000;
}

.three_column strong {
	font-weight:bold;	
}

.three_column a {
	text-decoration:none;
	border-bottom:1px dotted #000;
	padding:0;
	margin:0;
	position:inherit;
	left:0;
	top:0;
	display:inline;
	clear:both;
	color:#000;
	width:auto;
}

.three_column p {
	position:relative;	
	left:0;
	top:0;
	width:auto;
	color:#000;
}

.three_column span {
	
	font:2.0em/0.8em Arial, Helvetica, sans-serif;
	font-weight:900;
	margin-left:-22px;
	padding:5px 5px 0 0;
	position:relative;
	top:4px;
}

.double_left_column {
	position:absolute;
	left:59px;
	top:300px;
	height:1000px;
	width:334px;
}

.double_middle_colum {
	position:absolute;
	left:434px;
	top:236px;
	height:1000px;
	width:313px;
}

.double_middle_colum ol {
	margin-bottom:18px;	
}

.double_middle_colum ol li {
	list-style:decimal;
}

.double_middle_colum em {
	position:relative;
	left:345px;
	top:-10px;
}

.right_bastard_column {
	position:absolute;
	left:767px;
	top:238px;
	// top:260px;
	height:1000px;
	width:157px;
	font-weight:bold;
}

.author_photo {
	position:relative;
	left:-21px;
	margin-bottom:18px;
}

.interview_title {
	position:absolute;
	top:59px;
	left:59px;
}

.three_column cite {
	position:absolute;
	top:1000px;
	left:59px;
	font:2.1em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width:300px;
	height:500px;
	background:url(../images/quote.png) no-repeat right 160px;
	color:#a7cb7e
}

.three_column span {
	// display:block;
	// top:18px;
}

.three_column em {
	// display:block;	
}