@charset "UTF-8";

UTF-8;
UTF-8;
UTF-8;
html {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
}

@media only all and (max-width: 640px) and (max-height: 480px) {
  body {
    background-size:640px 480px;
    -moz-background-size:640px 480px;
    -webkit-background-size:640px 480px;
  }
}

@media only screen and (orientation: portrait) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:auto 100%;
  }
}

@media only screen and (orientation: landscape) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:100% auto;
  }
}

@font-face {
  font-family:'Lobster';
  font-style:normal;
  font-weight:400;
  src:local(Lobster),url(http://fonts.gstatic.com/s/lobster/v9/MWVf-Rwh4GLQVBEwbyI61Q.woff) format("woff");
}

@font-face {
  font-family:'Roboto';
  font-style:normal;
  font-weight:400;
  src:local('Roboto Regular'),local(Roboto-Regular),url(http://themes.googleusercontent.com/static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) format("woff");
}

#nav {
  position:fixed;
  display:block;
  width:960px;
  top:0;
  margin:auto;
  overflow:hidden;
  z-index:99999;
}

#menu {
  list-style:none;
  position:fixed;
  display:block;
  width:940px;
  height:30px;
  top:0;
  margin:0 -10px;
  padding:10px 10px 0;
  background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.41,#be4bc8),color-stop(1,#ffadff));
  background-image:-o-linear-gradient(top,#be4bc8 41%,#ffadff 100%);
  background-image:-moz-linear-gradient(top,#be4bc8 41%,#ffadff 100%);
  background-image:-webkit-linear-gradient(top,#be4bc8 41%,#ffadff 100%);
  background-image:-ms-linear-gradient(top,#be4bc8 41%,#ffadff 100%);
  background-image:linear-gradient(to top,#be4bc8 41%,#ffadff 100%);
  z-index:9999;
}

#menu li {
  float:left;
  padding:0 2px 20px;
  position:relative;
  line-height:0;
}

#menu a {
  float:left;
  height:25px;
  display:block;
  line-height:20px;
  padding:0 14px;
  text-decoration:none;
  text-transform:uppercase;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:1.1em;
  color:#FFFFFF;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
  overflow:hidden;
}

#menu li:hover > a {
  color:#FFFFFF;
}

#menu li:hover > ul {
  display:block;
}

#menu ul {
  list-style:none;
  margin:0;
  padding:0;
  display:none;
  position:absolute;
  top:35px;
  left:0;
  z-index:99999;
  font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size:1em;
  background:#FF9999;
  background:-moz-linear-gradient(#444,#111);
  background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#111),color-stop(1,#444));
  background:-webkit-linear-gradient(#444,#111);
  background:-o-linear-gradient(#444,#111);
  background:-ms-linear-gradient(#444,#111);
  background:linear-gradient(#444,#111);
  -moz-box-shadow:0 0 2px rgba(255,255,255,.5);
  -webkit-box-shadow:0 0 2px rgba(255,255,255,.5);
  box-shadow:0 0 2px rgba(255,255,255,.5);
  -moz-border-radius:5px;
  border-radius:5px;
}

#menu ul ul {
  top:0;
  left:150px;
}

#menu ul li {
  float:none;
  margin:0;
  padding:0;
  display:block;
  -moz-box-shadow:0 1px 0 #111111,0 2px 0 #777777;
  -webkit-box-shadow:0 1px 0 #111111,0 2px 0 #777777;
  box-shadow:0 1px 0 #111111,0 2px 0 #777777;
}

#menu ul li:last-child {
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}

#menu ul a {
  padding:10px;
  height:10px;
  width:130px;
  height:auto;
  line-height:1;
  display:block;
  white-space:nowrap;
  float:none;
  text-transform:none;
  font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size:1em;
  color:#FFFF99;
}

:first-child+html #menu ul a {
  height:10px;
}

#menu ul a:hover {
  background:#CD950C;
  background:-moz-linear-gradient(#FF9999,#D88181);
  background:-webkit-gradient(linear,left top,left bottom,from(#FF9999),to(#D88181));
  background:-webkit-linear-gradient(#FF9999,#D88181);
  background:-o-linear-gradient(#FF9999,#D88181);
  background:-ms-linear-gradient(#FF9999,#D88181);
  background:linear-gradient(#FF9999,#D88181);
}

#menu ul li:first-child > a {
  -moz-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
}

#menu ul li:first-child > a:after {
  content:'';
  position:absolute;
  left:30px;
  top:-8px;
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:8px solid #444;
}

#menu ul ul li:first-child a:after {
  left:-8px;
  top:12px;
  width:0;
  height:0;
  border-left:0;
  border-bottom:5px solid transparent;
  border-top:5px solid transparent;
  border-right:8px solid #444;
}

#menu ul li:first-child a:hover:after {
  border-bottom-color:#FF9999;
}

#menu ul ul li:first-child a:hover:after {
  border-right-color:#D71010;
  border-bottom-color:transparent;
}

#menu ul li:last-child > a {
  -moz-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;
}

#menu:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}

:first-child+html #menu {
  zoom:1;
}

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

a:hover {
  text-decoration:none;
  color:#FE642E;
  text-transform:uppercase;
}

#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,#unix_last_login_label,#unix_last_login_value,#last_login_string_label,#last_login_string_value {
  display:none;
}

#age_value,#city_value,#country_value,#sexual_preference_value,#marital_status_value,#smoke_value,#favorite_food_value,#pets_value,#drink_value,#drugs_value,#occupation_value {
  color:#000;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight:500;
  font-style:normal;
  letter-spacing:2px;
  font-size:.85rem;
  line-height:.95rem;
}

#city_container {
  position:absolute;
  top:5px;
  left:350px;
}

#country_container {
  position:absolute;
  top:26px;
  left:350px;
}

#sexual_preference_container {
  position:absolute;
  top:48px;
  left:350px;
}

#marital_status_container {
  position:absolute;
  top:70px;
  left:350px;
}

#drink_container {
  position:absolute;
  top:92px;
  left:350px;
}

#drugs_container {
  position:absolute;
  top:114px;
  left:350px;
}

#smoke_container {
  position:absolute;
  top:136px;
  left:350px;
}

#favorite_food_container {
  position:absolute;
  top:158px;
  left:350px;
}

#pets_container {
  position:absolute;
  top:180px;
  left:350px;
}

#status_value {
  position:absolute;
  top:-154px;
  left:265px;
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  background-color:rgba(255,255,255,0.6);
  border-radius:.25em;
  padding-left:5px;
  padding-right:5px;
  z-index:1;
}

.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(http://imageshack.com/a/img907/5141/DilsfN.jpg) top center no-repeat; */
  background-color:#000000;
  background-attachment:fixed;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
}

#profile {
  width:950px;
  margin:-8px auto 40px;
  background:url(https://ls19img.files.wordpress.com/2018/09/kewa.png) top center no-repeat;
  background-color:#FFFFFF;
  border:solid 2px #6E6E6E;
  box-shadow:0 0 18px 3px #585555;
  line-height:.9;
}

#profile_header {
  padding:650px 0 0;
}

.profile_section_content {
  z-index:auto;
}

.profile_section_content .label {
  color:#FF6699;
  font-family:'Lobster',Geneva,Tahoma,Verdana,sans-serif;
  font-weight:500;
  font-size:1.4em;
  line-height:.95em;
  font-style:normal;
  letter-spacing:1px;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

.profile_section_content .value {
  color:#000;
  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:#DC4696;
  width:auto;
  height:auto;
  font-weight:500;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:15px;
}

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

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

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

#favorite_models_container .value a {
  background:transparent url(http://imageshack.com/a/img905/6680/AjTfI1.gif) repeat;
  color:#000;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
}

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

#favorite_models_container a:hover {
  background:transparent url(http://imageshack.com/a/img905/6680/AjTfI1.gif) repeat;
  color:#000;
  border:solid 1px #DC4696;
  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:transparent url(http://imageshack.com/a/img905/6680/AjTfI1.gif) repeat;
  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;
  display:inline-block;
}

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

#friends_container .value a:hover {
  background:transparent url(http://imageshack.com/a/img905/6680/AjTfI1.gif) repeat;
  color:#000;
  border:solid 1px #DC4696;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

#ot_logo {
  position:fixed;
  top:1%;
  right:1%;
}

#MIA_button1,#MIA_button2,#MIA_button3,#MIA_button4 {
  display:inline-block;
  margin-top:0;
  margin-left:-6px;
  vertical-align:top;
}

#MIA_f_img1 {
  position:absolute;
  width:234px;
  height:134px;
  top:-230px;
  left:3px;
}

#MIA_f_img2 {
  position:absolute;
  width:234px;
  height:134px;
  top:-230px;
  left:244px;
}

#MIA_f_img3 {
  position:absolute;
  width:234px;
  height:134px;
  top:-230px;
  left:483px;
}

#MIA_f_img4 {
  position:absolute;
  width:234px;
  height:134px;
  top:-230px;
  left:722px;
}

.link-amazon a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:12px;
  z-index:9;
  background:transparent url(http://imageshack.com/a/img911/5591/IaHcGt.png) no-repeat;
}

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

.link-special a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:248px;
  z-index:9;
  background:transparent url(http://imageshack.com/a/img911/108/GrVUti.png) no-repeat;
}

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

.link-victoria a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:485px;
  z-index:9;
  background:transparent url(http://imageshack.com/a/img910/7902/yAszQJ.png) no-repeat;
}

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

.link-offline a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:721px;
  z-index:9;
  background:transparent url(http://imageshack.com/a/img633/5014/j9UO0u.png) no-repeat;
}

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

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

#MIA_welcome_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(http://imageshack.com/a/img908/1723/q39aqJ.png) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

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

#MIA_raffle_body {
  float:left;
  width:870px;
  height:500px;
  margin:20px 40px;
  background:url(http://imagizer.imageshack.us/a/img924/3012/Khh7Zb.png) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#MIA_misc_container {
  width:900px;
  height:auto;
  margin:0 auto;
}

#MIA_misc_body {
  width:800px;
  height:auto;
  margin:20px 40px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

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

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

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

#tipmenu li, {
  list-style-type:none;
  margin-left:-30px;
  padding:0;
  background:url(xxxxxxxxxx) no-repeat 0 0;
  padding-left:30px;
  padding-top:8px;
  min-height:25px;
  line-height:1rem;
  font-family:Candara,Calibri,Segoe,Optima,Arial,sans-serif;
  font-size:1.1rem;
  font-weight:600;
}

.tokens {
  color:#FFE34D;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1em;
  font-weight:600;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
}

#MIA_tipmenu_column {
  display:inline-block;
  vertical-align:top;
}

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

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

#frame_video {
  width:885px;
  height:auto;
  margin-top:20px;
  margin-left:-5px;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame_ggvideo {
  width:885px;
  height:auto;
  margin-top:20px;
  margin-left:-5px;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame_purchase {
  position:relative;
  width:900px;
  height:auto;
  margin:auto;
  margin-top:20px;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame-border {
  width:760px;
  height:725px;
  background:#FBA6D0;
  border:2px solid #FBA6D0;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -o-border-radius:2px;
  margin:0;
}

#frame_video::-webkit-scrollbar {
  -webkit-appearance:none;
  width:10px;
  height:10px;
}

#frame_video::-webkit-scrollbar-thumb {
  border-radius:8px;
  height:10px;
  border:2px solid #000;
  background-color:#339900;
}

.video-item {
  position:relative;
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background:#FFFFFF;
  border:solid 2px #FFBFBF;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow:hidden;
}

.video-item .image {
  position:absolute;
  left:0;
  top:0;
  width:50%;
  height:100%;
  z-index:10;
  transition:background-image 1s ease-in-out;
}

.image img {
  height:100%;
}

.video-item .text {
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size:1em;
  font-weight:500;
  position:absolute;
  right:0;
  top:0;
  padding:5px;
  width:60%;
  height:100%;
  background:url(http://imageshack.com/a/img905/6680/AjTfI1.gif) repeat;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index:20;
}

.video-item:hover .text,.video-item:hover .text a {
  background:#FFFFCC;
  transition:background-image 1s ease-in-out;
  text-transform:none;
}

.video-title {
  font-family:'Roboto',Geneva,Helvetica,sans-serif;
  width:100%;
  height:16px;
  margin-top:5px;
  font-size:1.15em;
  font-weight:500;
  color:#FF9999;
  text-shadow:0 0 1px #101010,1px 1px 1px #FF0080;
}

.video-content {
  width:100%;
  font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  color:#000;
  font-weight:400;
  font-style:normal;
  font-size:.85em;
  height:auto;
  overflow:hidden;
  margin-top:10px;
  font-weight:600;
  line-height:1.2;
  text-overflow:ellipsis;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
}

.video-bottom {
  position:absolute;
  width:100%;
  height:20px;
  text-align:right;
  padding-right:5px;
  bottom:5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index:30;
}

.video-timecost {
  font-size:.75em;
  color:#000;
  font-weight:700;
  background-color:#FFBFBF;
  padding:2px 8px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}

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

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

#MIA_club2graphic {
  display:inline-block;
  margin-top:0;
  margin-left:140px;
  vertical-align:top;
}

#MIA_club3graphic {
  display:inline-block;
  margin-top:0;
  margin-left:15px;
  vertical-align:top;
}

#MIA_club4graphic,#MIA_club5graphic {
  display:inline-block;
  margin-top:0;
  margin-left:2px;
  vertical-align:top;
}

#MIA_club6graphic {
  width:870px;
  display:inline-block;
  margin-left:6px;
  vertical-align:top;
}

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

#MIA_htipper_body {
  float:center;
  width:900px;
  height:536px;
  margin:0 auto;
  background:url(http://imageshack.com/a/img633/3554/H8y5w6.png) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#MIA_htipper_column {
  display:inline-block;
  margin:10px 210px;
  width:410px;
}

#htipper li {
  list-style-type:none;
  line-height:1.4em;
  color:#000;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.5em;
  font-weight:500;
  text-align:center;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

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

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

#MIA_htippermon_column {
  display:inline-block;
  vertical-align:top;
  margin:0 190px;
  width:420px;
}

#htippermon li {
  list-style-type:none;
  line-height:1.4em;
  color:#424242;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.3em;
  font-weight:500;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

.toptips_values {
  color:#996600;
  font-weight:500;
  float:right;
}

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

#MIA_friends_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(xxxxxxxxxxxxxxxxx) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

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

#MIA_cubs_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(http://imageshack.com/a/img924/715/Ixbetl.png) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

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

#MIA_lions_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(http://imageshack.com/a/img921/449/a9NtTo.png) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

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

#MIA_husbands_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(xxxxxxxxxxxxx) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

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

#MIA_soulmates_body {
  float:left;
  width:870px;
  height:400px;
  margin:0 auto;
  background:url(xxxxxxxxxxxxx) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#MIA_friends_column1 {
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
}

#MIA_friends_column2,#MIA_friends_column3,#MIA_friends_column4 {
  display:inline-block;
  vertical-align:top;
}

#MIA_cubs_column1 {
  display:inline-block;
  vertical-align:top;
  margin-left:100px;
}

#MIA_cubs_column2,#MIA_cubs_column3 {
  display:inline-block;
  vertical-align:top;
}

#MIA_lions_column1 {
  display:inline-block;
  vertical-align:top;
  margin-left:190px;
}

#MIA_lions_column2 {
  display:inline-block;
  vertical-align:top;
}

#MIA_husbands_column {
  display:inline-block;
  vertical-align:top;
  margin-left:300px;
}

#MIA_soulmates_column {
  display:inline-block;
  vertical-align:top;
  margin-left:30px;
}

#friends1 li,#friends2 li,#friends3 li,#friends4 li {
  list-style-type:none;
  line-height:1.4em;
  color:#000;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.1em;
  font-weight:500;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

#cubs1 li,#cubs2 li,#cubs3 li {
  list-style-type:none;
  line-height:1.4em;
  color:#000;
  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;
}

#lions1 li,#lions2 li {
  list-style-type:none;
  line-height:1.4em;
  color:#000;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.3em;
  font-weight:500;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

#husbands li {
  list-style-type:none;
  line-height:1.4em;
  color:#000;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.4em;
  font-weight:500;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

#soulmates li {
  list-style-type:none;
  line-height:1.45em;
  color:#000;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.45em;
  font-weight:500;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
}

#MIA_spacer1,#MIA_spacer2,#MIA_spacer3 {
  width:940px;
  margin:10px auto;
  background:transparent;
}

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

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

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

hr.style-first {
  float:left;
  width:870px;
  border:0;
  height:1px;
  background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
  background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
  background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
  background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
}

h1 {
  padding:10px 0 0;
  color:transparent;
  font-size:.5rem;
  font-weight:normal;
  font-family:"Arial Black","Arial Bold",sans-serif;
}

.p_title {
  color:#ffadff;
  font-family:'Lobster',cursive;
  font-weight:normal;
  font-size:2.4em;
  padding-top:50px;
  text-shadow:0 0 1px #101010,1px 1px 2px #303030;
  text-align:center;
  width:870px;
  height:25px;
}

.p_subtitle {
  color:#000;
  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:left;
  width:890px;
}

p {
  color:#000;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.2em;
  line-height:1.4em;
  width:450px;
}

.p_tip {
  color:#000;
  line-height:1rem;
  font-family:Candara,Calibri,Segoe,Optima,Arial,sans-serif;
  font-size:1rem;
  font-weight:700;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.2em;
  line-height:1.4em;
  width:870px;
  text-align:center;
}

#wall_poster_username {
  display:none;
}

.wall_post_info a:link {
  text-decoration:none;
  color:#FF6699;
  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:#FF99FF;
  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:#000;
  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:#000;
  line-height:1.2em;
  background:#FFFFFF;
  border:2px solid #FFBFBF;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  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;
}

.wall_post_avatar {
  float:left;
  margin-top:5px;
  width:80px;
  height:68px;
  background:url(xxxxxxxxxx);
  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 #DC4696;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#FFFFFF;
  background:transparent url(http://imageshack.com/a/img905/6680/AjTfI1.gif) repeat;
  -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);
}

#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 #DC4696;
  -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);
}