/*****************************************************************
	justrhymes.com
	/css/profile.css
*****************************************************************/

/*********************/
/* Content Section 1 */
/*********************/
#section1 {
	padding-left: 5px;
	width: 399px;
	height: inherit;
	float: left;
	padding-top: 5px;
}

/* Member Info */
#MemberInfo {
	padding: 5px;
	width: 345px;
	height: 430px;
}

#MemberInfo h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}

#MemberInfo h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	color: #90b53e;
}

#ProfileImage {
	margin-top: 5px;
	height: 348px;
	line-height: 348px;
	text-align: center;
	vertical-align: middle;
	width: 328px;
	background: #b2b2b2;
	border: 1px solid black;
}

#FavoriteArtist {
	line-height: 20px;
	height: 20px;
}

#MemberInfo #Contact {
	width: 330px;
	margin-top: 7px;
}

.ThumbnailContainer {
	width: 100%;
	padding: 0;
	margin-top: 10px;
}

.thumbnail {
	float: left;
	margin: 3px;
}

/* Photo Gallery */
#PhotoGallery {
	padding: 5px;
	width: 345px;
	height: 210px;
}

/* Video Gallery */
#VideoGallery {
	padding: 5px;
	width: 345px;
	height: 210px;
}

/*********************/
/* Content Section 2 */
/*********************/
#section2 {
	width: 590px;
	float: right;
	padding-top: 5px;
}

#Player {
	height: 248px;
}

#VideoPlayer {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
	height: 376px;
}

#VideoPlayerBorder {
	border: 1px solid #DDDDDD;
	width: 425px;
	height: 376px;
}

#ProfileContent {
	width: 519px; /* really 529 but we subtract 10 here because of the left and right padding */
	height: 747px;
	margin: 0;
	padding: 5px;
	padding-top: 6px;
	padding-bottom: 7px;
	border: 1px solid #9f9f9f;
	border-top: none;
}

#ProfileContent_Overflow
{
	padding: 10px;
	overflow: auto;
	width: 505px;
	height: 730px;
	float: left;
}

#ContentPane {
	margin-top: 5px;
}

#LoadingPane
{
	width: 525px;
	margin-top: 25px;
	text-align: center;
}

