/* CSS Document */

/* =========== Content Header Styles ============ */
#djProfiles .header {
	background-image:url(../images/djProfilesBanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}
/* ============================================== */

/* ============ Content Body Styles ============= */
.profileBox {
	width:570px;
	color:#111111;
	background-color:#5686B3;
	border:1px solid #00529F;
	font-size:12px;
	padding:5px;
	margin-bottom:10px;
}

.profileBasicInfo {
	padding:5px;
	text-align:left;
}

.profileBox .djName {
	font-size:16px;
	font-weight:bold;
}

.profileBox .djTime {
	font-size:14px;
	font-style:italic;
}

.profileBox .djItem {
	font-size:12px;
	font-weight:bold;
}

.profileMore {
	color:#111111;
	background-color:#376C9E;
	border:1px solid #00529F;
	padding:10px;
	text-align:left;
	float:left;
}

.profileImg {
	width:160px;
	padding:5px;
	float:left;
	text-align:center;
}

.profileImg img {
	border:1px solid #00529F;
}

.profileInfo {
	width:340px;
	padding:0;
	text-align:left;
	float:left;
}

#djLink {
	font-size:10px;
}
/* ============================================== */
