@charset "utf-8";
/* CSS Document */

/* // INSTRUCTORS STYLING - - - - - - - - - - - - - - */
.bioWrap {
	background:#dddddd;
	border-top:20px solid #3a2141;
	padding:10px;
	padding-bottom:30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
h2.bioName {
	font-weight:bold;
	font-size:2em;
	color:#343434;
}
div.bioImage img {
	border-bottom:7px solid #121212;
	width:100%;
	height:auto;
}
div.bioInfo {
	font-size:.85em;
}
/* // END INSTRUCTORS STYLING - - - - - - - - - - - - - - */