@charset "UTF-8";

.menu {
  position:fixed;
  left:1%;
  top:9%;
  width:auto;
  margin:-2.5em 0 0;
  z-index:5;
  color:#F3F781;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-weight:500;
  font-size:11pt;
  line-height:12pt;
  text-align:left;
  border:none;
  padding:.5em .5em .5em 1.5em;
  background-color:rgba(208,169,245,0.6);
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
  -webkit-transition-property:color,background;
  -webkit-transition-duration:500ms,500ms;
  -webkit-transition-timing-function:linear,ease-in;
}

.menu a {
  text-decoration:none;
  color:#FA4CCF;
  -webkit-transition-property:color;
  -webkit-transition-duration:500ms,500ms;
  -webkit-transition-timing-function:linear,ease-in;
  -moz-transition-property:color,background-color;
  -moz-transition-duration:500ms;
  -moz-transition-timing-function:linear,ease-in;
}

.menu:hover {
  color:#F3F781;
  background-color:rgba(208,169,245,0.6);
}

.menu:hover a {
  color:#D8D8D8;
}

.menu a:hover {
  color:#F7FE2E;
}

a:link {
  text-decoration:none;
  color:#FFFFFF;
  text-shadow:none;
}

a:visited {
  text-decoration:none;
  color:#FFFFFF;
  text-shadow:none;
}

a:hover {
  text-decoration:none;
  color:#FF3333;
}

#profile_avatar,#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#blurb_value,#about_me_label,#unix_last_updated_label,#unix_last_updated_value,#status_label {
  display:none;
}

#username_container,#camscore_container,#gender_container,#age_container,#country_container,#city_container,#ethnicity_container,#sexual_preference_container,#marital_status_container,#occupation_container,#school_container,#body_type_container,#weight_container,#height_container,#hair_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#favorite_food_container,#automobile_container,#pets_container {
  display:block;
  width:400px;
  float:left;
}

#status_value {
  position:absolute;
  top:90px;
  left:265px;
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  z-index:1;
}

#unix_last_login_label {
  position:fixed;
  top:1%;
  left:1%;
  font-family:Geneva,Helvetica,sans-serif;
  color:#FFFFFF;
  font-weight:600;
  text-shadow:none;
  padding-left:5px;
  padding-right:5px;
}

#unix_last_login_value {
  position:fixed;
  font-weight:600;
  font-family:Geneva,Helvetica,sans-serif;
  color:#FFFFFF;
  font-weight:600;
  top:2%;
  left:1%;
  padding-left:5px;
  padding-right:5px;
}

.heading {
  display:none;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

body {
  font-family:Helvetica,Arial,sans-serif;
  font-size:.85rem;
  line-height:1rem;
  background:url(https://dl.dropbox.com/s/hqt94hwzk4v3pcl/ML_Background.jpg) top center no-repeat;
  background-attachment:fixed;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  text-rendering:optimizeLegibility;
  text-rendering:geometricPrecision;
  font-smooth:always;
  font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -webkit-font-smoothing:antialiased;
  -webkit-font-smoothing:subpixel-antialiased;
}

#profile {
  width:950px;
  margin:-8px auto 40px;
  background:url() top center no-repeat;
  background-color:#000;
  box-shadow:0 0 18px 3px #000033;
  line-height:.9;
}

#profile_header {
  padding:450px 0 0;
}

.profile_section_content {
  z-index:auto;
}

.profile_section_content .label {
  color:#8C4FBA;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-size:1em;
  line-height:.95em;
  font-style:normal;
  letter-spacing:.15em;
}

.profile_section_content .value {
  color:#FFFFFF;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight:500;
  font-style:normal;
  letter-spacing:2px;
  font-size:.85rem;
  line-height:.95rem;
}

#profile_photo_galleries {
  position:relative;
  border-radius:5px;
}

.photo_gallery_name {
  display:block;
  width:auto;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  text-decoration:none;
  color:#F2F5A9;
  width:auto;
  height:auto;
  font-weight:500;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1em;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

.photo_gallery_count {
  text-decoration:none;
  color:#FFFFFF;
  font-size:.85rem;
  font-weight:500;
}

#profile_friends {
  width:940px!important;
  position:relative;
}

#favorite_models_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#favorite_models_container .value a {
  background:#D0A9F5;
  color:#000;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
  height:auto;
  margin-top:5px;
  display:inline-block;
}

#favorite_models_container a:last-child {
  border:solid 1px #D0A9F5;
}

#favorite_models_container a:hover {
  background:#FFFFFF;
  color:#000;
  border:solid 1px #D0A9F5;
  border-radius:4px;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

#friends_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#friends_container .value a {
  text-decoration:none;
  background:#D0A9F5;
  color:#000;
  border-radius:4px;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  height:auto;
  margin-top:5px;
  display:inline-block;
}

#friends_container a:last-child {
  border:solid 1px #D0A9F5;
}

#friends_container .value a:hover {
  background:#FFFFFF;
  color:#000;
  border:solid 1px #D0A9F5;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

.link-offline a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:230px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/29m52kxyoszmgcs/ML_ButtonOffline.png) no-repeat;
}

.link-offline a:hover {
  background-position:0 -62px;
}

.link-rate a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:460px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/aoda1v4lhjih818/ML_ButtonRate.png) no-repeat;
}

.link-rate a:hover {
  background-position:0 -62px;
}

#ml_welcome_container {
  width:900px;
  height:470px;
  margin:0 auto;
  padding-left:25px;
}

#ml_welcome_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/zhyfgqvg7v38pga/ML_PanelWelcome.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ml_faq_container {
  width:900px;
  height:240px;
  margin:0 auto;
  padding-left:25px;
}

#ml_faq_body {
  float:left;
  width:870px;
  height:170px;
  margin:0 auto;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#faq li {
  list-style-type:none;
  margin-left:-30px;
  padding:0;
  background:url(https://dl.dropbox.com/s/v9ex9zuir8mhg54/ML_BulletFAQ.png) no-repeat 0 0;
  padding-left:30px;
  padding-top:8px;
  min-height:25px;
  line-height:1rem;
  font-family:Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size:1rem;
  font-weight:600;
  color:#E96DE4;
}

.answers {
  color:#FFF;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:.95em;
  font-weight:500;
}

#ml_extras_container {
  width:900px;
  height:400px;
  margin:0 auto;
  padding-left:25px;
}

#ml_extras_body {
  float:left;
  width:870px;
  height:321px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/i9u158kjesl3lbi/ML_PanelExtras.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#extras li {
  list-style-type:none;
  margin-left:-30px;
  padding:0;
  background:url(https://dl.dropbox.com/s/wg7oc5lnlxgpgt9/ML_BulletCoin.png) no-repeat 0 0;
  padding-left:30px;
  padding-top:8px;
  min-height:25px;
  line-height:1rem;
  font-family:Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size:1rem;
  font-weight:600;
  color:#E96DE4;
}

.tokens {
  color:#FFBF00;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:.95em;
  font-weight:500;
  text-shadow:1px 1px 1px #000000;
  filter:dropshadow(color=#000000,offx=1,offy=1);
}

#ms_tipmenu_column1 {
  display:inline-block;
  vertical-align:top;
  margin-left:20px;
}

#ml_firsttimers_container {
  width:900px;
  height:550px;
  margin:0 auto;
  padding-left:25px;
}

#ml_firsttimers_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
}

#ml_firsttimers_column1 {
  display:inline-block;
  margin:15px 0 0;
}

#ml_firsttimers_column2,#ml_firsttimers_column3,#ml_firsttimers_column4 {
  display:inline-block;
  margin:15px 0 0;
}

#firsts1 li,#firsts2 li,#firsts3 li,#firsts4 li {
  list-style-type:none;
  line-height:1.3em;
  color:#E96DE4;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1em;
  font-weight:500;
}

#ml_league_container {
  width:900px;
  height:550px;
  margin:0 auto;
  padding-left:25px;
}

#ml_league_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/zcljaovqgf5w84o/ML_PanelClubPvts.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ml_league_column1 {
  display:inline-block;
  margin:15px 0 0;
}

#ml_league_column2,#ml_league_column3,#ml_league_column4 {
  display:inline-block;
  margin:15px 0 0;
}

#league1 li,#league2 li,#league3 li,#league4 li {
  list-style-type:none;
  line-height:1.3em;
  color:#92278f;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1em;
  font-weight:500;
}

#ml_vip_container {
  width:900px;
  height:550px;
  margin:0 auto;
  padding-left:25px;
}

#ml_vip_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/ew1pommpem2etzi/ML_PanelClubSerg.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ml_vip_column1 {
  display:inline-block;
  margin:15px 0 0;
}

#ml_vip_column2,#ml_vip_column3,#ml_vip_column4 {
  display:inline-block;
  margin:15px 0 0;
}

#vip1 li,#vip2 li,#vip3 li,#vip4 li {
  list-style-type:none;
  line-height:1.35em;
  color:#92278f;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.02em;
  font-weight:500;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

#ml_gents_container {
  width:900px;
  height:550px;
  margin:0 auto;
  padding-left:25px;
}

#ml_gents_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/l6k7trbk7x6bfgt/ML_ClubLieuts.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ml_gents_column1 {
  display:inline-block;
  vertical-align:top;
  margin:20px 40px;
}

#ml_gents_column2,#ml_gents_column3,#ml_gents_column4 {
  display:inline-block;
  vertical-align:top;
  margin:20px 0 0;
}

#gents1 li,#gents2 li,#gents3 li,#gents4 li {
  list-style-type:none;
  line-height:1.3em;
  color:#92278f;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.2em;
  font-weight:500;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

#ml_leagues_container {
  width:900px;
  height:120px;
  margin:0 auto;
  padding-left:25px;
}

#ml_spacer1,#ml_spacer2,#ml_spacer3,#ml_spacer4 {
  width:940px;
  margin:10px auto;
  background:transparent;
}

#tags_container {
  display:inline-block;
  width:900px;
  margin:0 0 0 20px;
}

#tags_container .value {
  color:#F2F5A9;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:16px;
}

#profile_comments {
  position:relative;
  top:10px;
}

.p_title {
  color:#A065CE;
  font-family:'Xiomara',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-size:3.5em;
  padding-top:60px;
  text-align:center;
  width:870px;
  height:25px;
}

.p_subtitle {
  color:#FFFFFF;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight:500;
  font-style:normal;
  letter-spacing:2px;
  font-size:.85rem;
  line-height:.95rem;
  padding-top:30px;
  text-align:center;
  width:870px;
}

.p_welcome {
  color:#FFFFFF;
  font-family:Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.3em;
  line-height:1.2em;
  width:550px;
  margin-left:300px;
  margin-top:25px;
}

.p_clubs {
  color:silver;
  font-family:'Ravenscroft',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-size:3.5em;
  padding-top:30px;
  text-align:center;
  width:870px;
  height:25px;
}

.p_firsttimers {
  color:#E96DE4;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight:500;
  font-size:2em;
  padding-top:30px;
  text-align:center;
  width:870px;
  height:25px;
}

.p_army {
  color:silver;
  font-family:'Ravenscroft',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-size:4em;
  padding-top:60px;
  text-align:center;
  width:870px;
  height:25px;
}

p {
  color:#FFFFFF;
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.1em;
  line-height:1.1em;
  width:870px;
  text-align:center;
}

#wall_poster_username {
  display:none;
}

.wall_post_info a:link {
  text-decoration:none;
  color:#662D91;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.9rem;
}

.wall_post_info a:visited {
  text-decoration:none;
  color:#D0A9F5;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:italic;
  font-size:.9rem;
}

.wall_post_time {
  display:inline-table;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.75rem;
  color:#FFFFFF;
  background-color:transparent;
  padding:5px;
}

.wall_post_time:before {
  content:'posted on ';
}

.wall_post_body {
  width:auto;
  font-family:"Gill Sans","Gill Sans MT",Calibri,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.95rem;
  color:#FFFFFF;
  line-height:1.2em;
  background:transparent;
  border-top:1px solid #D0A9F5;
  padding-top:10px;
  padding-left:5px;
  margin:0 0 3px 10px;
}

.wall_post_info {
  display:inline-table;
  width:auto;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:800;
  font-style:normal;
  font-size:.85rem;
  text-decoration:none;
  text-transform:capitalize;
  background:transparent;
  padding:5px;
  color:#FFF;
}

.wall_post_avatar {
  float:left;
  margin-top:5px;
  width:80px;
  height:68px;
  background:url(https://dl.dropbox.com/s/h94zvbmy3rum2y4/ML_MsgWallThmb.png);
  z-index:98;
}

.wall_post_avatar img {
  width:53px;
  height:53px;
  border:none;
  border-radius:1px;
  padding:8px 0 0 7px;
}

#new_comment_buttons input[type='submit'] {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #ffffff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#ffffff;
  background-color:#d0a9f5;
  background-image:-moz-linear-gradient(top,#d0a9f5 0%,#8f829c 100%);
  background-image:-webkit-linear-gradient(top,#d0a9f5 0%,#8f829c 100%);
  background-image:-o-linear-gradient(top,#d0a9f5 0%,#8f829c 100%);
  background-image:-ms-linear-gradient(top,#d0a9f5 0%,#8f829c 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f829c',endColorstr='#8f829c',GradientType=0);
  background-image:linear-gradient(top,#d0a9f5 0%,#8f829c 100%);
  -webkit-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  -moz-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  text-shadow:1px 1px 5px #000000;
  filter:dropshadow(color=#000000,offx=1,offy=1);
}

#new_comment_buttons input[type='submit']:hover,#new_comment_buttons input[type='submit']:focus {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #006600;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#FFFFFF;
  background:#81F781;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  text-shadow:1px 1px 5px #000000;
  filter:dropshadow(color=#000000,offx=1,offy=1);
}

#profile_password_photo_galleries .photo_gallery_link img {
  display:block;
  background-image:url(https://dl.dropbox.com/s/5tj5ylcnmzukowq/ML_LkdFolderImage.png);
  background-repeat:no-repeat;
  background-position:0 0;
  width:85px;
  height:80px;
  margin-left:15px;
  padding-top:0!important;
  padding-right:0!important;
  padding-bottom:0!important;
  padding-left:120px!important;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:0 0 0 #A09C94;
  -moz-box-shadow:0 0 0 #A09C94;
  -o-box-shadow:0 0 0 #A09C94;
  box-shadow:0 0 0 #A09C94;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2) {
  display:block;
  background-image:url(https://dl.dropbox.com/s/9nwovfhllhc8ikk/ML_Key.png);
  background-position:top right;
  background-repeat:no-repeat;
  width:70px;
  height:90px;
  margin-left:10px;
  background-position:26px 106px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2):hover {
  background-position:20px 60px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.link-sbgift a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:200px;
  height:130px;
  left:80px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/h90gfvd63j4mooj/ML_SBGift.png) no-repeat;
}

.link-sbgift a:hover {
  transform:scale(1.1);
}

.link-amagift a {
  display:inline-block;
  position:absolute;
  vertical-align:top;
  width:200px;
  height:130px;
  left:270px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/zehqqb22r0psvi7/ML_AmaGift.png) no-repeat;
}

.link-amagift a:hover {
  transform:scale(1.1);
}

.link-lushgift a {
  display:inline-block;
  position:absolute;
  vertical-align:top;
  width:200px;
  height:130px;
  left:460px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/4i66zdsyhc9iz7h/ML_LushGift.png) no-repeat;
}

.link-lushgift a:hover {
  transform:scale(1.1);
}

.link-vsgift a {
  display:inline-block;
  position:absolute;
  vertical-align:top;
  width:200px;
  height:130px;
  left:650px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/yaiqb3rw9j6busb/ML_VSGift.png) no-repeat;
}

.link-vsgift a:hover {
  transform:scale(1.1);
}

#ml_egifts_container {
  width:900px;
  height:290px;
  margin:0 auto;
  padding-left:25px;
}

#ml_egifts_body {
  float:left;
  width:870px;
  height:100px;
  margin:0 auto;
  background:transparent;
}