#userPhoto {
	float:left;
	width:115px;
}

#userPhoto img {
	float:right;
	padding:7px;
	border:1px solid #e2e2e2;
}

#userInfo {
	margin:0 0 40px 125px;
	padding-right:50px;
	color:#2d79bd;
}

#userInfo h1 {
	margin-bottom:8px;
	font-size:2.18em;
	font-weight:800;
	color:#2d79bd;
}

#userInfo ul {
	margin-bottom:15px;
	font-weight:800;
	color:#000000;
}
  
#userVideos {
	margin-left:125px;
}

#userVideos h2 {
	font-size:1.46em;
	font-weight:800;
	color:#444444;
}

#userVideos .video {
	float:left;
	min-height:300px;
	width:180px;
	margin-right:30px;
}

*html #userVideos .video {
	height:300px;
}

#userVideos .video img {
	margin-bottom:10px;
	padding:3px;
	border:1px solid #cecece;
}

#userVideos .video h3 {
	margin-bottom:3px;
	overflow:hidden;
	font-size:1.15em;
	font-weight:800;
	color:#2d78bd;
}

#userVideos .video h4 {
	margin-bottom:2px;
	line-height:1.2em;
	font-size:1.0em;
	font-weight:800;
}

#userVideos .video h4 em {
	font-weight:400;
	font-style:italic;
}

#userVideos .video h4 strong {
	font-weight:800;
	color:#666666;
}
