	/* artist profile page */

	#profile{
		padding: 40px 20px;
		background: #1D1D1D url(../img/f_back_grad.png) top left repeat-x;
		position: relative;
		margin-top: 1px;
		overflow: auto;
	}

	#profile_image{
		padding: 10px 10px 0;
	}

		#profile div.title-wrap {
			float: left;
			width: 692px;
		}

			#profile h1{
				font-size: 30px;
				font-weight: bold;
				position: relative;
			}

			#profile h1:lang(ja){
				font-size: 28px;
				padding-bottom: 4px;
			}

			#profile h1 span:lang(ja){
				top: 7px;
			}

			#profile h2, #profile h3{
				font-size: 19px;
				font-weight: bold;
				color: #7F7F7F;
				margin-top: 5px;
				position: relative;
			}

			#profile h2:lang(ja), #profile h3:lang(ja){
				font-size: 17px;
			}


		#profile div.fb_like{
			margin-top: 5px;
		}

		#profile ul.tags{
			margin-top: 10px;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 18px;
		}

			#profile ul.tags:lang(ja){
				font-size: 17px;
			}


		#profile ul.specials {
			padding-top: 8px;
			color: #AFAFAF;
			float: left;
		}

			#profile ul.specials li {
				display: inline;
				font-size: 17px;
				font-weight: bold;
			}


			div.biography{
				font-size: 14px;
				color: #AFAFAF;
				padding: 10px;
			}

			div.biography:lang(ja){
				font-size: 13px;
				line-height: 120%;
			}

			div.biography ul.ext-links {
				margin-top: 10px;
			}
	

		ul.members {
			font-size: 14px;
		}

			ul.featuring {
				font-size: 12px;
				margin-top: 5px;
			}

			ul.members li, ul.featuring li{
				color: #7F7F7F;
				display: inline;
			}

			ul.members li a, ul.featuring li a{
				text-decoration: none;
				color: #C10000;
			}

			ul.members li a:hover, ul.featuring li a:hover{
				text-decoration: underline;
			}


		ul.controls {
			font-size: 16px;
			font-weight: bold;
			text-transform: lowercase;
			margin: 10px;
		}

			ul.controls li {
				display: inline-block;
				margin-right: 20px;
				background-color: #232323;
				padding: 5px;
				position: relative;
				text-indent: 25px;
			}

			ul.controls li a:hover{
				text-decoration: none;
				color: #C10000;
			}


		#intro {
			padding: 40px 30px;
			background: #000;
		}

			#intro h4{
				font-size: 19px;
				background-color: #000;
				font-weight: bold;
			}

			#intro p{
				font-size: 15px;
				margin-top: 20px;
				color: #AFAFAF;
			}

	#followers {
		float: right;
		width: 228px;
		overflow: hidden;
	}

		#followers li{
			float: left;
			margin: 4px 6px 0 0;
		}

