/* CSS Document */

a{
	color:#b00311;
	text-decoration:none;
}

#your_profile_blurb_container{
	padding:18px 0px 0px 20px;
}

#your_profile_blurb{
/*	border-bottom:1px solid #2A8EBF;*/
	width:650px;
	padding:3px 0px 3px 0px;
	text-align:left;
	font-weight:bold;
	color:#333333;
	font-size:12px;
}

#profile_content_container{
	margin:20px 0px 0px 20px;
}

#profile_player_container{
	clear:none;

	width:410px;
	float:left;
	
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	font-weight:bold;
}

#profile_player_container a{
	color:#ffcc00
}

#profile_content_gutter{
	float:left;
	width:15px;
	height:5px;
}

object{
	margin:0px;
	padding:0px;
}

#profile_information{
	width:225px;
	float:left;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:16px;
}

#profile_information p{
	margin:5px 0px;
	font-size:12px;
}

#profile_information .about{
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}

#profile_description{
	border-bottom:1px solid #f5f5f4;
	padding-bottom:10px;
}

#profile_basics{
	padding-top:8px;
	line-height:18px;
}

#profile_basics .field_name{
	color:#777777;
}

#profile_extras_container{
	width:300px;
}

#profile_extras_container_padding{
	float:right;
	padding:20px 20px 20px 0px;
}

.tags{
	padding-top:12px;
	padding-bottom:12px;
	width:300px;
	
	color:#333333;
	font-size:14px;
	line-height:20px;
	
	border-bottom:1px solid #F5F5F4;
}

.tags h1{
	margin:0px;
	padding:0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	letter-spacing:-1px;
	font-size:18px;
	line-height:32px;
}

.tags p{
	margin:0px;
	padding:0px;	
}

#fast_questions_container{
	width:300px;
	height:201px;
	
	background-image:url(/images/fast_questions_bg.gif);
	position:relative;
}

#fast_questions_container.male{
	background-image:url(/images/his_fast_questions_bg.gif);
}

#fast_questions_container h1{
	font-size:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing:-1px;
	text-align:center;
	
	margin:0px;
	padding:0px;
}

#questions_container{
	width:235px;
	height:125px;
	
	position:absolute;
	top:60px;
	left:34px;
	
	overflow:hidden;
}

.question{
	line-height:24px;
	height:30px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	text-align:center;
	color:#FFFFFF;
}

.question .correct_answer{
	color:#EA1C50;
}

#fast_questions_container.male .question .correct_answer{
	color:#006699;
}

#fast_questions_container .question .wrong_answer{
	text-decoration:line-through;
}

#fast_questions_container .scroll_up{
	position:absolute;
	top:50px;
	left:269px;
	
	height:16px;
	width:23px;
	
	background-image:url(/images/btn_fast_questions_scroll_up.gif);
	cursor:pointer;
}

#fast_questions_container.male .scroll_up{
	background-image:url(/images/his_btn_fast_questions_scroll_up.gif);
}

#fast_questions_container .scroll_down{
	position:absolute;
	top:177px;
	left:269px;
	
	height:16px;
	width:23px;
	
	background-image:url(/images/btn_fast_questions_scroll_down.gif);
	cursor:pointer;
}

#fast_questions_container.male .scroll_down{
	background-image:url(/images/his_btn_fast_questions_scroll_down.gif);
}


/* NEW PROFILES */

#profile-wrapper {
	width:960px;
	overflow:hidden;
	margin:0px auto;
}

#profile-info {
	width:650px;
	float:left;
	margin-right:10px;
}

#profile-info-header {
	width:650px;
	height:70px;
	padding:10px 0 0 0;
	background: url('/images/profile-header-bg.png') top left no-repeat;
	position:relative;
}

#profile-info-header h1 {
	/*margin:0 0 0 15px;*/
	margin:0 0 0 5px !important;
	padding:0;
	font-size:24px;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif, default;
}

#profile-info-header p {
	/*margin:0 0 0 15px;*/
	margin:0 0 0 5px !important;
	padding:0;
	font-size:14px;
	line-height:14px;
	color:#333333;
	font-weight:normal;
}

#profile-info-header p.job-location {
	margin-bottom:10px;
} 

#profile-info-header a.back-to-profile {
	display:block;
	width:92px;
	height:19px;
	position:absolute;
	bottom:11px;
	left:540px;
	text-indent:-9999px;
}

#profile-info-header a.call-me-button, #profile-info-header a.call-me-button-active {	margin-bottom:10px;	display:block;	width:192px;	height:62px;	position:absolute;	top:9px;	right:343px;	text-indent:-9999px;}
#profile-info-header a.call-me-button {	background: url('/images/call_button/Call-Me-anim.gif') top right no-repeat;}
#profile-info-header a.call-me-button-active {	background: url('/images/call_button/call-me-active-anim.gif') top right no-repeat !important;}

#profile-info-header a.text-me-button, #profile-info-header a.text-me-button-active {	margin-bottom:10px;	display:block;	width:192px;	height:62px;	position:absolute;	top:9px;	right:145px;	text-indent:-9999px;}
#profile-info-header a.text-me-button {	background: url('/images/call_button/Txt-me-anim.gif') top right no-repeat;}
#profile-info-header a.text-me-button-active {	background: url('/images/call_button/Txt-me-active-anim.gif') top right no-repeat !important;}

#profile-info-header a.date-me-button {
	margin-bottom:10px;
	display:block;
	width:133px;
	height:39px;
	position:absolute;
	top:9px;
/*	right:20px; */
	right:0px !important;
	text-indent:-9999px;
}

#profile-info-header a.suggest-me-button {
	margin-bottom:10px;
	display:block;
	width:133px;
	height:22px;
	position:absolute;
	top:48px;
/*	right:20px; */
	right:0px !important;
	text-indent:-9999px;
	background: url('/images/suggest-a-date/suggest_me_btn.jpg') top left no-repeat;
}

#profile-info-header a.edit-profile-button {
	margin-bottom:10px;
	display:block;
	width:133px;
	height:39px;
	position:absolute;
	top:18px;
	right:20px;
	text-indent:-9999px;
}

#profile-info-header .profile-num{
	font-size:12px;
	margin-top:-6px;
	color:#999999;
}

#profile-more-info {
	width:650px;
	overflow:hidden;
}

#profile-details {
	width:214px;
	margin-right:10px;
	float:left;
}

#profile-main-picture {
	margin-bottom:15px;
}

#profile-main-picture a.view-more-pictures {
	width:115px;
	height:19px;
	display:block;
	text-indent:-9999px;
	margin:7px 0 0 45px;
}

#profile-basic-info {
	font-size:12px;
	line-height:18px;
	color:#333;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif, default;
	margin-bottom:10px;
}

#profile-basic-info p {
	margin:0 0 0 10px;
	padding:0;
}

#profile-basic-info p strong {
	font-weight:normal;
	color:#999999;
}

#profile-more-details {
	font-size:12px;
	line-height:18px;
	color:#333;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif, default;
	margin-bottom:10px;
	padding:0 0 5px 0;
}

#profile-more-details h2 {
	margin:0 0 5px 0;padding:0 0 0 10px;
	color:#fff;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif, default;
}

#profile-more-details p {
	margin:0 0 0 10px;
	padding:0;
}

#profile-more-details p strong {
	font-weight:normal;
	color:#999999;
}

#profile-offense p {
	font-size:11px;
	line-height:11px;
	color:#666;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif, default;
}

#profile-offense p a {
	color:#ffcc00;
	text-decoration:none;
}

#profile-offense p a:hover {
	color:#ffcc00;
	text-decoration:underline;
}

#profile-tags {
	width:426px;
	float:left;
}

#profile-more-about {
	padding:20px 35px 0 26px;
	margin:0 0 30px 0;
	font-size:11px;
	line-height:16px;
	color:#333;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif, default;
}

#profile-more-about h2 {
	font-size:18px;
	line-height:24px;
	margin:0;padding:0;
	
}

#profile-more-about p {
	margin:0;padding:0;
}

#profile-date-tags {
	margin:0 0 30px 0;
}

#profile-date-tags h2 {
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	color:#fff;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif, default;
}

#profile-date-tags p {
	margin:0 0 0 25px;padding:0 20px 0 0;
	font-family:Verdana, Arial, sans-serif, default;
	font-size:12px;
	line-height:20px;
}

#profile-date-tags a {
	text-decoration:none;
}

#profile-my-tags {
	margin:0 0 30px 0;
}

#profile-my-tags h2 {
	margin:0 0 5px 0;
	padding:0 0 0 25px;
	color:#fff;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif, default;
}

#profile-my-tags p {
	margin:0 0 0 25px;padding:0 20px 0 0;
	font-family:Verdana, Arial, sans-serif, default;
	font-size:12px;
	line-height:20px;

}

#profile-my-tags a {
	text-decoration:none;
}

#profile-sidebar {
	width:300px;
	float:left;
}

#profile-sidebar .profile-supercube-ad {
	margin-bottom:5px;
}

#profile-player-holder {
	margin:0 0 10px 0;
}

#profile-sidebar #profile-date-tags h2 {
	padding:0 0 0 15px;
}

#profile-sidebar #profile-date-tags p {
	margin:0;
}

#fast-questions-holder {
	font-size:12px;
	line-height:18px;
	color:#333;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif, default;
	margin-bottom:10px;
	padding:0 0 5px 0;
	text-align:center;
	height:250px;
	position:relative;
	visibility:hidden;
}

#fast-questions-holder h2 {
	margin:0 0 5px 0;padding:0 0 0 10px;
	color:#fff;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif, default;
}

#fast-questions-scroller {
	height:200px;
	width:300px;
	position:absolute;
	top:0;
	left:0;
}

#fast-questions-holder p {
	margin:0px auto;
	padding:0;
	font-size:18px;
	line-height:23px;
	font-weight:normal;
	color:#cccccc;
}


#fast-questions-holder p strong {
	font-weight:normal;
	color:#999999;
}

#fast-questions-holder a.more-questions {
	font-size:11px;
	color:#acacac;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif, default;
	text-decoration:none;
	text-align:right;
	display:block;
	margin:10px 0 0 0;
}

#fast-questions-holder a.more-questions:hover {
	text-decoration:underline;
}

/* PROFILE COLORS - FEMALE */

.female #profile-info-header h1 {
	color:#ff6fa0;
}

.female #profile-info-header a.back-to-profile {
	background: url('/images/back-to-profile-female.png') top left no-repeat;
}

.female #profile-info-header a.date-me-button {
	background: url('/images/profile-dateme-button-female.png') top left no-repeat;
}

.female #profile-info-header a.edit-profile-button { 
	background: url('/images/edit-profile-female.png') top left no-repeat;
}

.female #profile-main-picture a.view-more-pictures {
	background: url('/images/view-more-pictures-female.png') top left no-repeat;
}

.female #profile-more-details {
	border-bottom:2px solid #ff6fa0;
}

.female #profile-more-details h2 {
	background:#ff6fa0;
}

.female #profile-date-tags h2 {
	background:#4397c5;
}

.female #profile-date-tags p,
.female #profile-date-tags a {
	color:#4397c5;
}

.female #profile-my-tags h2 {
	background:#ff6fa0;
}

.female #profile-my-tags p,
.female #profile-my-tags a {
	color:#ff6fa0;

}

.female #fast-questions-holder {
	border-bottom:2px solid #ff6fa0;
}

.female #fast-questions-holder h2 {
	background:#ff6fa0;
}

.female #fast-questions-holder p span {
	color:#ff6fa0;
}

/* PROFILE COLORS - Male */

.male #profile-info-header h1 {
	color:#4397c5;
}

.male #profile-info-header a.back-to-profile {
	background: url('/images/back-to-profile-male.png') top left no-repeat;
}

.male #profile-info-header a.date-me-button {
	background: url('/images/profile-dateme-button-male.png') top left no-repeat;
}

.male #profile-info-header a.edit-profile-button { 
	background: url('/images/edit-profile-male.png') top left no-repeat;
}

.male #profile-main-picture a.view-more-pictures {
	background: url('/images/view-more-pictures-male.png') top left no-repeat;
}

.male #profile-more-details {
	border-bottom:2px solid #4397c5;
}

.male #profile-more-details h2 {
	background:#4397c5;
}

.male #profile-date-tags h2 {
	background:#ff6fa0;
}

.male #profile-date-tags p,
.male #profile-date-tags a {
	color:#ff6fa0;
}

.male #profile-my-tags h2 {
	background:#4397c5;
}

.male #profile-my-tags p,
.male #profile-my-tags a {
	color:#4397c5;

}

.male #fast-questions-holder {
	border-bottom:2px solid #4397c5;
}

.male #fast-questions-holder h2 {
	background:#4397c5;
}

.male #fast-questions-holder p span {
	color:#4397c5;
}

/* PHOTOS */

#photos-holder {
	width:650px;
	padding:10px 0 0 0;
	overflow:hidden;
	margin:0 0 5px 0;
	position:relative;
}

#photos-holder ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#photos-holder ul li {
	float:left;
	margin-right:18px;
	margin-bottom:15px;
}

#photos-holder ul li img {
	padding:3px;
	border:1px solid #989898;
}

#photo-popup {
	width:650px;
	height:500px;
	background:#fff;
}

#photo-popup a:hover {
	text-decoration:underline;
}

#photo-popup .photo-navigation {
	width:650px;
	height:20px;
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif, default;
	color:#333;
	font-size:10px;
	line-height:20px;
}

#photo-popup .photo-navigation a {
	font-size:10px;
	color:#333333;
	text-decoration:none;
}

#photo-popup .photo-navigation a:hover {
	text-decoration:underline;
}

#photo-popup .photo-large {
	width:650px;
	padding:10px 0 15px 0;
	background:#393e46;
	text-align:center;
	margin:0 0 10px 0;
}

#photo-popup .photo-other-items {
	width:650px;
	overflow:hidden;
}

#photo-popup .photo-other-items a.back-to-gallery {
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif, default;
	display:block;
	width:150px;
	float:left;
}

#photo-popup .photo-other-items a.back-to-gallery:hover {
	text-decoration:underline;
}

#photo-popup .photo-other-items .photo-admin-options {
	width:500px;
	float:left;
	font-family:Verdana, Arial, sans-serif, default;
	font-weight:normal;
	font-size:10px;
	color:#333;
}

#photo-popup .photo-other-items .photo-admin-options p {
	margin:0;padding:0;
	text-align:right;
	font-weight:bold;
}

#photo-popup .photo-other-items .photo-admin-options p a.use-as-profile {
	color:#333;
	margin-left:10px;
	font-weight:normal;
}

#photo-popup .photo-other-items .photo-admin-options p a.delete-photo {
	color:#b70419;
	margin-left:10px;
	font-weight:normal;
}

#photos-more-info {
	font-size:14px;
	color:#000;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif, default;
}

#photos-more-info a.back-to-profile {
	color:#000;
	text-decoration:none;
	display:block;
}

#photos-more-info a.back-to-profile:hover {
	text-decoration:underline;
}

#photos-more-info p {
	font-size:12px;
	line-height:15px;
	color:#666;
	font-weight:normal;
	font-family:Verdana, Arial, sans-serif, default;
	margin:0;padding:0;
}

#photos-more-info p a {
	color:#ffcc00;
	text-decoration:none;
}

#photos-more-info p a:hover {
	color:#ffcc00;
	text-decoration:underline;
}

.male #photos-holder {
	border-bottom:2px solid #4397c5;
}

.female #photos-holder {
	border-bottom:2px solid #ff6fa0;
}

.female #photos-holder ul li img.hover {
	border:1px solid #ff6fa0;
}

.male #photos-holder ul li img.hover {
	border:1px solid #4397c5;
}
