@charset "UTF-8";

html {
  background-color:#003366;
  background-position:center top;
  margin:0;
  padding:0;
  //display:none;
}

body {
  background-color:#003366;
  color:#FFFFFF;
  font-family:'Palatino Linotype','Book Antiqua',Palatino,serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

body,#profile,#header_bar {
  width:845px;
  margin:0 auto auto!important;
}

.profile_row,.profile_section {
  margin-top:15px!important;
  margin-bottom:15px!important;
}

a:link,a:active {
  color:#CCCCCC;
}

a:visited {
  color:#9966FF;
}

a:hover {
  color:#0033FF;
}

/*{----------------------------------------------------}*/
.label {
  font-size:14px!important;
  font-weight:bold;
  padding-right:20px;
  vertical-align:top;
}

.value {
  font-size:14px!important;
  font-weight:normal;
  padding-left:10px;
}

.heading {
  padding:7px;
  background-color:#3399FF;
  color:#000000;
  font-family:Rockwell,Georgia,serif;
  font-weight:bold;
  font-style:normal;
  font-size:16px;
  border:hidden 5px #000000;
  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:15px;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

/*{----------------------------------------------------}*/
.header_links {
  padding-left:15px;
}

.header_links a:link,.header_links a:active,.header_links a:hover,.header_links a:visited {
  color:#FFFFFF;
}

#header_bar {
  height:42px;
}

#server_time {
  width:285px;
  margin-left:560px;
  position:fixed;
  top:0;
  z-index:999;
  background-color:#003366;
  border:solid 5px #003366;
  color:#FFFFFF;
  font-family:'Lucida Console',Monaco,monospace!important;
  font-size:15px!important;
  text-align:right;
  font-weight:normal;
}

#your_time,#mfc_time {
  padding-left:10px;
  font-weight:bold;
}

/*{----------------------------------------------------}*/
#profile_header,#profile_about_me_friends,#profile_interests_content,#profile_comments {
  position:relative;
  height:100%;
  width:;
  padding:7px;
  background-color:#006699;
  color:#FFFFFF;
  border:outset 10px #0A0A3C;
  -moz-border-radius-topleft:27px;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:27px;
  -webkit-border-top-left-radius:27px;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:27px;
  border-top-left-radius:27px;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:27px;
  -moz-box-shadow:6px 6px 10px #000000;
  -webkit-box-shadow:6px 6px 10px #000000;
  box-shadow:6px 6px 10px #000000;
}

#profile_header_container,#profile_about_me,#profile_friends,#profile_interests_content > .profile_section_content > .profile_section_background,#profile_comments > .profile_section_content > .profile_section_background {
  color:#FFFFFF;
  border:solid 7px #003366;
  -moz-border-radius-topleft:20px;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:15px;
  -webkit-border-top-left-radius:20px;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:15px;
  border-top-left-radius:20px;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:15px;
}

#profile_interests_content > .profile_section_content > .profile_section_background,#profile_comments > .profile_section_content > .profile_section_background {
  margin:0 auto auto!important;
}

.profile_section_content,.profile_section_background {
  padding:0;
}

/*{----------------------------------------------------}*/
#status_container,#status_label,#status_value,#blurb_container,#blurb_label,#blurb_value,#unix_last_login_container,#unix_last_login_label,#unix_last_login_value,#unix_last_updated_container,#unix_last_updated_label,#unix_last_updated_value {
  font-size:13px!important;
  font-weight:normal;
}

/* Name Heading */
#profile_header_container > div:nth-child(1) {
  padding:5px;
  background-color:#3399FF;
  color:#000000;
  font-family:Georgia,serif;
  font-weight:bold!important;
  font-style:normal!important;
  font-size:30px!important;
  text-align:center;
  border:hidden 5px #000000;
  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:15px;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

#profile_header_container {
  padding-left:0;
}

#profile_header {
  font-weight:bold;
  color:#FF0000;
}

#profile_header a:link,#profile_header a:active {
  color:#CCCCCC;
}

#profile_header a:visited {
  color:#9966FF;
}

#profile_header a:hover {
  color:#0033FF;
}

#status_label,#blurb_label {
  display:none;
}

#status_container,#blurb_container,#unix_last_login_container,#unix_last_updated_container {
  width:100%;
  display:block;
  padding-left:0;
  padding-right:0;
  margin-left:0;
}

#status_value,#blurb_value {
  width:100%;
  display:inline-block;
  text-align:center;
  padding-left:0;
}

#unix_last_login_label,#unix_last_updated_label {
  width:10%;
  display:inline;
  padding-left:7px;
}

#unix_last_login_value,#unix_last_updated_value {
  width:90%;
  display:inline;
}

#status_container,#status_container a:link,#status_container a:active,#status_container a:hover,#status_container a:visited {
  color:#FFFFFF;
  font-size:14px!important;
}

#member_type_value {
  font-size:14px!important;
}

#status_value,#blurb_value {
  text-align:center;
  vertical-align:middle;
}

#blurb_value {
  font-size:18px!important;
  font-weight:bold!important;
}

#main_photo {
  width:220px;
  height:220px;
}

/*{----------------------------------------------------}*/
#average_rating_label,#rate_label,#admirers_label,#friends_label,#favorite_models_label {
  width:10%;
  display:table-row;
}

#average_rating_value,#rate_value,#admirers_value,#friends_value,#favorite_models_value {
  display:block;
  padding-left:15px;
}

#admirers_label > br,#friends_label > br {
  display:none;
}

#new_admirer,#new_homepage_friend {
  display:inline;
}

/*{----------------------------------------------------}*/
#profile_interests_content > .profile_section_content {
  padding-bottom:10px;
}

#profile_interests_content > .profile_section_content * {
  display:block;
}

/*{----------------------------------------------------}*/
#profile_comments > .profile_section_content .heading {
  margin-top:-20px;
}

#profile_comments > .profile_section_content * {
  padding-left:5px;
}

#user_comment_comment {
  height:100px;
  width:650px;
  resize:none;
  background-color:#FFFFFF;
}

#user_comment_comment:focus {
  background-color:#CCD6E0;
  background-color:rgba(255,255,255,.8);
  -moz-box-shadow:0 0 15px #00CCFF;
  -webkit-box-shadow:0 0 15px #00CCFF;
  box-shadow:0 0 15px #00CCFF;
}

.wall_post_avatar img {
  height:100px;
  width:100px;
}

.wall_post {
  padding-bottom:10px;
}

/*{----------------------------------------------------}*/
/*{----------------------------------------------------}*/
/*{----------------------------------------------------}*/
/*{----------------------------------------------------}*/
/*{----------------------------------------------------}*/
#disclaimer {
  height:20px;
  overflow:hidden;
}

#disclaimer:hover {
  height:auto;
  overflow:auto;
}

/*{=========================}*/
#testarea {
  background-color:#FFFFFF;
  background-color:rgba(0,0,0,.1);
  height:20px;
  width:20px;
  text-indent:-9999px;
  overflow:hidden;
}

#testarea:hover,#showtestarea {
  background:transparent url(http://www.fotoshack.us/fotos/56555Kandee_BG_075.jpg) no-repeat top center fixed;
  height:505px;
  width:620px;
  padding:50px;
  text-indent:0;
  overflow:auto;
  text-align:center;
}

/*{=========================}*/
/*{For shits and giggles}*/
#average_rating > img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-off.png"],#average_rating > img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-half.png"] {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  background:url(https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png) no-repeat;
  height:16px;
  width:16px;
  padding-left:16px;
}

/*{=========================}*/
/*{For more shits and giggles}*/
#wb3517378 {
  color:#006699;
  font-size:0;
}

#wb3517378:after {
  color:#FFFFFF;
  content:"Wharrgarbl.";
  font-size:14px;
}

#wb2120054 {
  color:#006699;
  font-size:0;
}

#wb2120054:after {
  color:#FFFFFF;
  content:"Boy, do I love sex with men.";
  font-size:14px;
}

#wb4260914 {
  color:#006699;
  font-size:0;
}

#wb4260914:after {
  color:#FFFFFF;
  content:"Let it be known that ShiZZleR chose not to make this comment say something rude.";
  font-size:14px;
}

#w2503823 {
  display:none;
}