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

#profileWrapper {
	width: 420px;
	height: 450px;
	padding-left: 34px;
	padding-top: 2px;
	background-color: #FFFFFF;
	margin: 0px;
	}
	
#profilePic {
	width: 170px;
	height: 380px;
	background-color: #FFFFFF;
	float: left;
	}
	
#profileContent{
	width: 250px;
	/*height: 380px;*/
	height: auto;
	background-color: #FFFFFF;
	float:right;
	}

#profileNav {
	height: 188px;
	background-color: #FFFFFF;
	}
	
#profileNav p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 9px;
	color: #666666;
	}
	
a.navi:link, a.navi:active, a.navi:visited {
	color: #000000;
	text-decoration: none;
	}
	
a.navi:hover {
	color: #8b4b74;
	text-decoration: underline;
	}

#profileInfo {
	/*height: 192px;*/
	height: auto;
	background-color: #FFFFFF;
	color: #380526;
	clear: both;
	}
	
#profileInfo .name {
	font-size: 30px;
	line-height: 25px;
	}	
	
#profileInfo .title {
	font-size: 13px;
	padding-top: 8px;
	}
	
#profileInfo .fave {
	font-size: 12px;
	}
	
#profileInfo .thing {
	color: #333333;
	font-size: 21px;
	}
	
#profileInfo p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	}
	
.bachelor {
	font-size: 9px;
	line-height: 0px;
	}
	
.brackets {
	font-size: 12px;
	}
	
.clickBio {
	padding-top: 15px;
	text-align: right;
	font-size: 10px;
	}
	
#profileInfo a, a:visited {
	color: #380526;
	text-decoration: none;
/*	font-size: 10px;*/
	}
	
#profileInfo a:hover {
	text-decoration: underline;
	}