/* 'profile' css for One Call Media LLC (onecallentertainment.com) - site development by [gb] Studio - gb-studio.tv */

div.profile {
	margin: 0px 0px 45px 0px;
}

/* ---------- header stuff ------------- */

div.profile #profile_header {
	margin: 0px 0px 25px 0px;
}

/* links stuff */

div.profile #profile_links {
	margin: -15px 0px 0px 0px;
	width: 710px;
}
div.profile #profile_links ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 710px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
div.profile #profile_links ul li {
	height: 14px;
	display: inline;
	float: right;
}
div.profile #profile_links ul li a {
	padding: 1px 0px 1px 34px;
	color: #138ed4;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 18px 0px;
}
div.profile #profile_links ul li a:hover {
	text-decoration: underline;
}
div.profile #profile_links ul li.message a, div.profile #profile_links ul li.message_locked a { background-image: url("/images/icon_profile_message.gif"); }
div.profile #profile_links ul li.phone a, div.profile #profile_links ul li.phone_locked a { background-image: url("/images/icon_profile_phone.gif"); }
div.profile #profile_links ul li.fav a, div.profile #profile_links ul li.fav_locked a { background-image: url("/images/icon_profile_favorite.gif"); }
div.profile #profile_links ul li.rating a, div.profile #profile_links ul li.rating_locked a { background-image: url("/images/icon_profile_rating.gif"); }

div.profile #profile_links ul li.phone_locked a, div.profile #profile_links ul li.rating_locked a, div.profile #profile_links ul li.fav_locked a {
	text-decoration: line-through;
	color: #d0d0d0;
}

div.profile #profile_image {
	margin: 0px 20px 0px 0px;
	width: 200px;
	height: 200px;
	float: left;
}
div.profile #profile_image img {
	padding: 4px;
	width: 190px;
	height: 190px;
	background-color: #ededed;
	border: 1px solid #d0d0d0;	
}
div.profile #music_player {
	padding: 0px;
	margin: 0px;
	width: 480px;
	min-height: 190px;
	border: 5px solid #dedede;
	overflow: hidden;
	float: right;
}

/* show phone number stuff */

div.profile #phone_number {
	position: absolute;
	top: 100px;
	margin-left: 375px;
	width: 225px;
	height: 100px;
	padding: 5px 15px 5px 15px;
	background-color: #138ed4;
	border: 10px solid #999;
}
div.profile #phone_number h3 {
	padding: 0px;
	margin: -8px 0px 10px 0px;
	color: #fff;
}
div.profile #phone_number p {
	font-size: 14px;
	color: #fff;
}
div.profile #phone_number span.phone_number {
	font-size: 24px;
}
div.profile #phone_number p.close_box a {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #fff;
	float: right;
}

/* ---------- billboard formatting stuff ------------- */

div.profile #billboard p, div.profile #billboard h1, div.profile #billboard h2, div.profile #billboard h3, div.profile #billboard h4, div.profile #billboard h5, div.profile #billboard h6, div.profile #billboard ul, div.profile #billboard ol {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 20px;
}
div.profile #billboard h1, div.profile #billboard h2, div.profile #billboard h3, div.profile #billboard h4, div.profile #billboard h5, div.profile #billboard h6 {
	font-weight: bold;
}
div.profile #billboard ul, div.profile #billboard ol {
	margin-left: 15px;
}
div.profile #billboard ul li {
	list-style-position: outside;
	list-style-image: url("/images/bullet_marker_blue.gif");
	list-style-type: square;
}
div.profile #billboard ol li {
	list-style-position: outside;
	list-style-type: decimal;
}

/* ---------- columns stuff ------------- */

div.profile div.left_column {
	margin: 0px;
	padding: 0px;
	width: 345px;
	float: left;
}
div.profile div.right_column {
	margin: 0px;
	padding: 0px;
	width: 345px;
	float: right;
}
div.profile div.full_column {
	margin: 0px;
	padding: 0px;
	width: 690px;
}


/* discography */

ul#discography {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
}

/* photos */

div.profile #photos_container {
	margin: 10px 0px 0px 0px;
	width: 720px;
}
div.profile #photos_container div.photo {
	margin: 0px 20px 20px 0px;
	padding: 4px;
	width: 90px;
	height: 90px;
	background-color: #ededed;
	border: 1px solid #d0d0d0;
	float: left;
}
div.profile #photos_container div.photo:hover {
	background-color: #ccc;
}

/* video */

div.video { 
	margin: 10px 10px 20px 0px;
	font-size: 12px;
	float: left;
	clear: right;
}
div.video img {
	margin: 5px 0px 0px 0px;
}

div.video p {
	font-size: 12px;
}

/* ---------- photo gallery stuff ------------- */

div#profile_gallery.profile #profile_image_small {
	margin: 5px -3px 0px 0px;
	float: right;
}
div#profile_gallery.profile p.back_to_profile, div.stripped p.back_to_profile {
	margin: -17px 0px 0px 0px;
	float: left;
}

div#profile_gallery.profile h1 span.small_title, div.stripped h1 span.small_title {
	font-size: 22px;
	color: #6d6d6d;
}
div#profile_gallery.profile div.photo {
	text-align: center;
}

div#profile_gallery.profile div#photo_navigation {
	margin: 0px -13px 15px 0px;
	width: 282px;
	height: 100px;
	background-image: url("/images/photo_arrows.gif");
	background-repeat: no-repeat;
	float: right;
}
div#profile_gallery.profile div#photo_navigation div.photo_next a, div#profile_gallery.profile div#photo_navigation div.photo_prev a {
	padding: 4px;
	width: 120px;
	height: 90px;
	background-color: #ededed;
	border: 1px solid #d0d0d0;
}
div#profile_gallery.profile div#photo_navigation div.photo_next a {
	margin-right: 8px;
	float: right;
}
div#profile_gallery.profile div#photo_navigation div.photo_prev a {
	margin-left: 8px;
	float: left;
}
div#profile_gallery.profile div#photo_navigation div.photo_next a:hover, div#profile_gallery.profile div#photo_navigation div.photo_prev a:hover {
	background-color: #ccc;
}
div#profile_gallery.profile div#photo_navigation div.photo_prev img.first_photo, div#profile_gallery.profile div#photo_navigation div.photo_next img.last_photo {
	padding: 4px;
	width: 120px;
	height: 90px;
	background-color: #ededed;
	border: 1px solid #d0d0d0;
}
div#profile_gallery.profile div#photo_navigation div.photo_prev img.first_photo {
	margin-left: 8px;
}
div#profile_gallery.profile div#photo_navigation div.photo_next img.last_photo {
	margin-right: 8px;
	float: right;
}


/* ---------- universal profile stuff ------------- */

div.profile h2 {
	color: #000;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -0.05em;
}
div.profile h3 {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
}

div.profile p {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 20px;
}

div.profile strong {
	font-weight: bold;
}
div.profile em {
	font-style: italic;
}

div.profile p.back_to_profile {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
}
div.profile p.back_to_profile a {
	font-weight: normal;
}

div.profile #profile_image_small, div.stripped #profile_image_small {
	margin: 0px 0px 0px 0px;
	width: 46px;
	height: 46px;
}
div.profile #profile_image_small img ,div.stripped #profile_image_small img {
	padding: 2px;
	width: 40px;
	height: 40px;
	background-color: #ededed;
	border: 1px solid #d0d0d0;	
}
div.profile #profile_image_small img:hover, div.stripped #profile_image_small img:hover {
	background-color: #ccc;
}

/* ---------- music profile stuff ------------- */

div.profile #music_player ol {
	padding: 15px;
	width: 450px;
	font-size: 14px;
	line-height: 24px;
}
div.profile #music_player ol li p {
	padding: 4px;
	height: 24px;
	float: left;
}
div.profile #music_player ol li p.player {
	padding: 4px;
	float: right;
	background-color: #f5f5f5;
}
div.profile #music_player ol li {
	clear: both;
}

/* ---------- ratings stuff ------------- */

div#ratings_review.profile #profile_image_small {
	margin: 5px -3px 0px 0px;
	float: right;
}
div#ratings_review.profile p.back_to_profile, div.stripped p.back_to_profile {
	margin: -17px 0px 0px 0px;
	float: left;
}

div#ratings_review.profile h1 span.small_title, div.stripped h1 span.small_title {
	font-size: 22px;
	color: #6d6d6d;
}
div#ratings_review.profile div.ratings {
}

div#ratings_review.profile div.ratings div#current_rating {
	margin: 0px 0px 40px 0px;
	width: 500px;
	height: 200px;
	float: left;
}
div#ratings_review.profile div.ratings div#current_rating h2 {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 172px;
	font-size: 172px;
	font-weight: normal;
	color: #6d6d6d;
	letter-spacing: -0.1em;
}
div#ratings_review.profile div.ratings div#current_rating h2 span.rating_denom {
	font-size: 85px;
	letter-spacing: -0.05em;
}
div#ratings_review.profile div.ratings div#current_rating h4 {
	margin: -45px 0px 00px 10px;
	font-size: 24px;
}

div#ratings_review.profile div.ratings div#rating_info {
	width: 210px;
	height: 200px;
	float: right;
}

div#ratings_review.profile div#add_rating.form textarea {
	width: 700px;
	height: 60px;
}
div#ratings_review.profile div#add_rating.form p.collapse_link {
	float: right;
}

div#ratings_review.profile div#ratings_list div.rating {
	width: 540px;
	margin: 0px 0px 20px 0px;
	clear: both;
}

div#ratings_review.profile div#ratings_list div.rating div.rating_person {
	width: 55px;
	float: right;
}
div#ratings_review.profile div#ratings_list div.rating div.rating_content {
	width: 480px;
	float: left;
}
div#ratings_review.profile div#ratings_list div.rating div.rating_content div.rating_number {
	padding: 13px 5px 5px 5px;
	width: 50px;
	height: 31px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #fffcd8;
	background-image: url("/images/profile_rating_bg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #fff08d;
	border-bottom: 1px solid #fff08d;
	float: left;
}
div#ratings_review.profile div#ratings_list div.rating div.rating_content div.rating_comment {
	padding: 12px 0px 0px 0px;
	width: 410px;
	float: right;
}


/* ---------- universal Profile stuff ------------- */

div.form input, div.form textarea, div.form select {
	padding: 5px;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	color: #333;
}
div.form input:focus, div.form textarea:focus, div.form select:focus {
	border: 1px solid #68bcec;
	background-color: #fbfbfb;
}
div.form input:active, div.form textarea:active, div.form select:active {
	border: 1px solid #138ed4;
}
div.form input:hover, div.form textarea:hover, div.form select:hover {
	border: 1px solid #94ceef;
}

div.form input.image-submit {
	margin: 5px 0px 0px -5px;
	border: 0px;
	background-color: #fff;
}

div.form textarea {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

/* temp stuff */

div.profile #music_preview {
	position: absolute;
	margin: -190px 0px 0px 0px;
	z-index: 5000;
	overflow: hidden;
}
div.profile #music_preview_content {
	position: absolute;
	margin: -105px 0px 0px 15px;
	z-index: 5500;
	overflow: hidden;
}
div.profile #music_preview_content h1 {
	color: #fff;
	font-size: 45px;
	line-height: 40px;
	overflow: hidden;
}

div.profile #photo_preview {
	position: absolute;
	margin: -223px 0px 0px -5px;
	z-index: 5000;
	overflow: hidden;
}
div.profile #photo_preview_content {
	position: absolute;
	margin: -135px 0px 0px 15px;
	z-index: 5500;
	overflow: hidden;
}
div.profile #photo_preview_content h1 {
	color: #fff;
	font-size: 45px;
	line-height: 40px;
	overflow: hidden;
}
