@charset "utf-8";

@import url('/css/subpages.css');

/*
===
	Specific layout controls on the About page
===
*/

#container .main .photo a {
	background-color: transparent;
}

#container .main .photo a img {
	border: 1px solid #000;
}

#container .main .photo a:hover img {
	border: 1px solid #66ccff;
}

#container .main .information {
	margin-top: 9px;
}

#container .main .information ul {
	list-style-type: square;
	margin: 0 0 0 18px;
}

#container .main .information .bio {
	margin: 0 0 0 0;
	padding: 0 0 9px 0;
}

#container .main .information .section {
	padding-bottom: 9px;
}

#container .main .information .left_column {
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
	width: 240px;
}

#container .main .information .right_column {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
}

#container .section#bibliography {
	margin-bottom: 0;
	padding-bottom: 0;
}

#container .section#bibliography p.bibliography-last {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Right Column */

.right .section {
	clear: both;
}