/* GeekCruises.com -------------------------------- *//* geek_authors.css ------------------------------- *//* author / speaker page ---------------------------*/#author {	margin: 16px auto 0;	width:  790px; 	}.leftbox {	width:385px;	float:left; 	}.rightbox {	width:385px;	float: right; 	}#author p {	color: #333;	font-size: 69%;	line-height: 164%;	background-color: #fff;	text-align: left;	padding: 12px 8px 0 24px;	}#author li {	color: #333;	font-size: 69%;	line-height: 164%;	background-color: #fff;	text-align: left;	text-indent: -13px;	padding: 4px 8px 0 37px;	list-style-type: square;	list-style-position: inside;	}#author .textbottom {	margin-bottom: 16px;	padding-bottom: 12px;	}
