@charset "UTF-8";

a:link,a:active {
  color:#FF99CC;
  text-decoration:none;
}

a:link,a:active {
  color:#000000;
  text-decoration:none;
}

a:hover {
  color:rgb(255,0,0);
}

a:visited {
  color:#FF0000;
}

body {
  background:url(http://i57.tinypic.com/2v8l2cp.jpg) center fixed;
  font-family:Century Gothic,sans-serif;
  color:#000;
  line-height:20px;
  font-size:16px;
  width:995px;
  margin:0 auto;
  background-size:cover;
}

.profile_row #profile_header {
  background:url(http://i59.tinypic.com/15yvehw.jpg) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:500px;
  border-bottom:solid rgb(241,0,0) 2px;
  border-top:solid rgb(241,0,0) 2px;
}

#profile {
  -webkit-box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
  box-shadow:0 0 36px 2px rgba(0,0,0,0.75);
  background-color:rgba(245,245,249,0.12);
  margin-top:50px;
}

#profile_header .profile_section_content {
  padding:0;
  margin:0;
  height:45px;
}

#avatar_holder {
  position:absolute;
  margin:auto;
  right:0;
  left:0;
}

#profile_avatar {
  border:solid white 5px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_about_me .label {
  text-align:left;
}

div#profile_about_me {
  margin-left:20px;
  background:url() no-repeat;
  height:400px;
  width:550px;
}

div#no_profile_avatar {
  display:none;
}

#profile_header_container > div.heading {
  display:none;
}

div#status_label {
  display:none;
}

span#last_login_string_label {
  display:none;
}

span#last_login_string_value {
  display:none;
}

div#status_value {
  display:none;
}

span#unix_last_updated_label {
  display:none;
}

td {
  display:none;
}

span#unix_last_updated_value {
  display:none;
}

span#craziest_thing_label {
}

span#favorite_books_label {
  font-size:.1px;
  background:url(http://i60.tinypic.com/2w4b6fl.jpg) no-repeat;
  height:170px;
  margin-top:80px;
}

span#favorite_books_value {
  height:500px;
}

span#perfect_date_label {
  font-size:.1px;
}

span#turn_ons_label {
  font-size:.1px;
}

/*top menu*/
.header {
  background-color:rgb(192,16,16);
  border-bottom:3px solid rgb(0,0,0);
  box-shadow:0 0 3px rgb(240,0,0);
  filter:none;
  height:54px;
  left:0;
  position:fixed;
  top:-5px;
  width:100%;
  z-index:100;
  -webkit-box-shadow:0 0 6px 4px rgb(243,0,0) inset;
  box-shadow:0 0 6px 4px rgb(244,0,0) inset;
}

.container-menu {
  margin-left:auto;
  margin-right:auto;
  width:1100px;
}

.header .container-menu .navigation-menu ul li {
  list-style:none outside none;
  float:left;
}

.header div.container-menu .navigation-menu {
  position:relative;
  line-height:32px;
}

.header .container-menu .navigation-menu ul li a {
  color:#000000;
  font-size:17px;
  font-style:italic;
  font-weight:600;
  line-height:28px;
  padding:17px 16px 16px;
  text-decoration:none;
  text-transform:uppercase;
}

.header .container-menu .navigation-menu ul li a:hover {
  color:#FFFFFF;
}

/*tip menu*/
#tip-me {
  margin:0 auto;
  width:675px;
}

.tip-me-right {
  float:right;
}

#tip-me a {
  text-decoration:none;
  color:#000000;
  font-size:14.5px;
}

#tip-me a:hover {
  text-decoration:none;
  color:#FF0000;
}

#tip-me .tip {
  background:none repeat scroll 0 0 rgba(255,255,255,1);
/* border: 1px solid #DA6363; */
  color:#333333;
  float:left;
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  padding:20px;
  position:relative;
/* text-shadow:0 1px rgba(0,0,0,0); */
  width:630px;
  -webkit-box-shadow:0 0 6px 4px rgba(140,140,140,0.7) inset;
  box-shadow:0 0 6px 4px rgba(140,140,140,0.7) inset;
}

span#favorite_movies_label {
  width:970px;
  height:160px;
  background:url(http://i59.tinypic.com/2565sgg.jpg) no-repeat;
  font-size:.1px;
  margin-top:60px;
  background-position:center;
}

/*videos*/
videostore {
  font-size:1rem;
  line-height:1;
  width:950px;
  margin-left:-199px;
  overflow:hidden;
  opacity:1;
}

.videoheaders {
  font:normal 60px/1 Georgia,serif;
  color:rgba(0,0,0,0);
  text-align:center;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  margin-top:60px;
  margin-bottom:0;
  padding-top:15px;
  padding-bottom:15px;
  margin-right:16px;
  width:870px;
  -webkit-box-shadow:0 0 6px 4px rgba(140,140,140,0) inset;
  box-shadow:0 0 6px 4px rgba(140,140,140,0) inset;
  background:url(http://i61.tinypic.com/28s0n46.jpg)no-repeat;
}

.tknheader {
  color:#520000;
  font-size:30px;
  font-family:Niconne;
  text-align:right;
  float:right;
  margin-right:90px;
  margin-top:-59px;
  border:2px solid #520000;
  background:#FFF;
  border-radius:35px;
  padding:5px 12px;
  box-shadow:0 0 15px #000;
}

.video-list {
  background-color:rgba(245,185,185,0.27);
  margin-right:auto;
  margin-bottom:auto;
  height:450px;
  overflow:auto;
  width:870px;
  border-radius:8px;
}

.four-rows {
  height:575px;
}

.video-item {
  width:49.6%;
  height:155px;
  margin:.2%;
  float:left;
  border:2px solid rgb(0,0,0);
  border-radius:9px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
  -webkit-box-shadow:0 0 6px 4px rgba(255,0,0,0.7) inset;
  box-shadow:0 0 6px 4px rgb(250,0,0) inset;
}

.video-item .image {
  background-color:rgba(134,8,28,1);
  width:43%;
  height:100%;
  position:absolute;
  left:-2px;
  top:0;
  z-index:10;
}

.video img {
  height:100%;
}

.video-item .desc {
  width:42%;
  height:100%;
  background-image:linear-gradient(235deg,rgb(239,72,72) 0,rgb(234,83,83) 55%,rgb(237,73,87) 100%);
  background-position:50% 50%;
  -webkit-background-origin:padding-box;
  background-origin:padding-box;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  -webkit-background-size:auto auto;
  background-size:auto auto;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  z-index:20;
  border-left:2.5px solid rgb(0,0,0);
  -moz-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  -webkit-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -o-box-sizing:border-box;
}

.store-item .image {
  width:43%;
  height:100%;
  position:absolute;
  left:-2px;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.desc .title {
  height:10px;
  width:100%;
  font:normal 16.2px/1 Georgia,serif;
  color:#000000;
  text-align:center;
  text-shadow:0 0 9px rgba(255,255,255,0.84);
  margin-top:10px;
}

.desc-content {
  height:.1px;
  width:50%;
  margin-left:6px;
  overflow:hidden;
  display:-webkit-box;
  color:#000;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:2px;
  font-size:.75em;
}

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

.item-tag {
  font-size:15.2px;
  text-transform:uppercase;
  color:#fff;
  background-color:rgba(79,59,59,0.77);
  padding:2px 10px;
  border-radius:4.5px;
  text-shadow:2px 1px 1px rgba(0,0,0,0.49);
  -webkit-border-radius:4.5px;
  -moz-border-radius:4.5px;
  -o-border-radius:4.5px;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.23),2px 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow:2px 2px 2px #000,2px 0 0 #000;
  box-shadow:2px 2px 2px rgba(0,0,0,0.23),2px 0 0 rgba(0,0,0,0.2);
  padding-left:4px;
  padding-right:4px;
}

.icon {
  height:50px;
  width:50px;
  background:url(http://i62.tinypic.com/15n9ljk.jpg) no-repeat left top;
  background-size:100%;
  margin-left:58%;
  margin-top:29%;
  display:inline-block;
  position:inherit;
  opacity:.8;
  filter:alpha(opacity=80);
}

.icon:hover {
  opacity:1;
  filter:alpha(opacity=100);
/* videos */
}

.video-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:11px;
  height:11px;
}

.video-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:2px solid rgb(0,0,0);
  background-color:rgb(255,0,11);
}

.video-list::-webkit-scrollbar-thumb:hover {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:2px solid black;
  background-color:rgb(255,0,11);
}

.video-list::-webkit-scrollbar-track-piece {
  border-radius:11px;
  -webkit-border-radius:11px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:2px solid rgb(0,0,0);
}

span#about_me_value {
  position:relative;
  bottom:340px;
  left:100px;
}

span#hobbies_value {
  position:absolute;
  bottom:5950px;
  left:290px;
}

img#main_photo {
  display:none;
}

.recent_photos {
  display:none;
}

#profile_main_photo > div > div > div.heading {
  display:none;
}

span#username_label,span#body_type_label,span#hair_label,span#eyes_label,span#age_label,span#sexual_preference_label,span#smoke_label,span#drink_labe,span#drugs_label,span#marital_status_label,span#gender_label,span#drink_label,span#weight_label,span#height_label,span#occupation_label,span#favorite_food_label {
  font-size:16px;
  line-height:21px;
  margin-top:2px;
  color:rgb(249,0,0);
  font-family:monospace;
  font-style:oblique;
  text-shadow:.6px .6px .6px rgb(0,0,0);
}

span#username_value,span#body_type_value,span#hair_value,span#eyes_value,span#age_value,span#weight_value,span#age_value,span#sexual_preference_value,span#smoke_value,span#drink_value,span#drugs_value,span#marital_status_value,span#gender_value,span#height_value,span#favorite_food_value {
  font-size:16px;
  line-height:21px;
  margin-top:2px;
  color:rgb(255,0,0);
  font-family:monospace;
  font-style:oblique;
  text-shadow:.6px .6px .6px rgb(0,0,0);
}

span#pets_label,span#country_label,span#school_label,span#occupation_label,span#city_label,span#school_label,span#pets_label,span#ethnicity_label,span#automobile_label {
  display:none;
}

span#country_value,span#pets_value,span#school_value,span#occupation_value,span#city_value,span#school_value,span#pets_value,span#ethnicity_value,span#automobile_value {
  display:none;
}

span#about_me_label {
  font-size:.1px;
}

#profile_about_me > div.heading {
  font-size:.1px;
  padding-top:1px;
  padding-bottom:1px;
  height:1px;
}

span#favorite_songs_label {
  font-size:.1px;
  padding-top:20px;
}

span#for_fun_label {
  font-size:.1px;
}

#profile_interests_content > div > div.heading {
  font-size:.1px;
}

#profile_friends > div.heading {
  bottom:230px;
  background:url(http://i62.tinypic.com/waj1aq.jpg) no-repeat;
  height:1550px;
  font-size:.1px;
  background-position:center;
  margin-top:200px;
}

#profile_password_photo_galleries > div > div.heading {
  background:url(http://i60.tinypic.com/2dl9fnc.jpg) no-repeat;
  font-size:.1px;
  height:140px;
  margin-left:20px;
  background-position:center;
}

#profile_photo_galleries > div > div.heading {
  font-size:.1px;
}

#profile_comments > div > div.heading {
  background:url(http://i60.tinypic.com/241rsdu.jpg) no-repeat;
  font-size:.1px;
  height:140px;
  margin-left:20px;
  background-position:center;
}

div#profile_friends {
  font-size:16px;
  line-height:21px;
  margin-top:2px;
  color:rgb(255,2,2);
  font-family:monospace;
  font-style:oblique;
  text-shadow:.6px .6px .6px rgb(0,0,0);
}

/*Ratings and Admire*/
#average_rating img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  background:url(http://i60.tinypic.com/11tueyg.jpg)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:40px;
  height:38px;
  padding-left:40px;
}

#average_rating img[src="//1.bp.blogspot.com/-i2dmT3SDLFA/VLYHFkNpydI/AAAAAAAAHBo/_4rVgb8Zb1w/s1600/rating_off.png"] {
  background:url(http://i59.tinypic.com/68a1l4.jpg)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:40px;
  height:25px;
  padding-left:40px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  background:url(http://i61.tinypic.com/70wacg.jpg)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:40px;
  height:35px;
  padding-left:40px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-off.png"] {
  background:url(http://i62.tinypic.com/2vtv28o.jpg)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:40px;
  height:35px;
  padding-left:40px;
}

/*password photo galleries*/
a.photo_gallery_link {
  font-family:Papyrus,fantasy;
/* font-style: italic; */
  font-weight:bold;
  color:#FF041F;
  text-overflow:ellipsis;
  font-size:18px;
  text-shadow:.6px .6px .6px rgb(0,0,0);
}

div#profile_password_photo_galleries li.photo_gallery_preview a.photo_gallery_link:nth-child(2) {
  height:88px;
  width:88px;
  margin:0 auto;
  display:block;
  background-image:url(http://i59.tinypic.com/x58109.jpg);
}

div#profile_password_photo_galleries li.photo_gallery_preview a.photo_gallery_link:nth-child(2):hover {
  height:88px;
  width:88px;
  margin:0 auto;
  display:block;
  background-image:url(http://i58.tinypic.com/2qv5oux.jpg);
}

div#profile_password_photo_galleries a.photo_gallery_link img.photo_gallery_lock {
  visibility:hidden;
}

ul#password_photo_gallery_previews {
  margin-top:1px;
  margin-bottom:1px;
  margin-left:20px;
  margin-right:20px;
  overflow:visible;
}

ul#photo_gallery_previews {
  list-style-type:none;
  padding:0;
  margin:0;
  margin-top:1px;
  margin-bottom:1px;
  margin-left:20px;
  margin-right:20px;
  overflow:visible;
}

.photo_gallery_count {
  font-family:initial;
  color:#FF0202;
  font-size:large;
  text-shadow:.6px .6px .6px rgb(0,0,0);
}

/*link-me*/
.notes-container {
  position:fixed!important;
  display:inline-block;
  top:auto;
  left:auto;
  right:0;
  bottom:0;
  z-index:10001;
  margin:10px 15px 10px 10px;
}

.box-icons {
  font-family:serif;
  font-size:18px;
  font-style:normal;
  position:-ms-page;
  font-variant:normal;
  font-weight:400;
  line-height:20px;
  z-index:1;
}

.box-item {
  display:block;
  position:relative;
  font-family:serif;
  font-size:18px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:20px;
}

.box-item a:link {
  color:#a9a8ae;
}

.box-item a:visited {
  color:#FF0000;
}

.box-item a:hover {
  color:#FFFBFB;
}

#up {
  display:block;
  position:fixed;
  bottom:5%;
  right:4.5px;
  width:70px;
  height:70px;
  padding-left:0;
  padding-right:50px;
  padding-top:0;
  padding-bottom:0;
  background:url(http://i59.tinypic.com/15znjae.jpg)no-repeat;
}

span#cam_score_label {
  display:none;
}

span#cam_score_value {
  display:none;
}

#profile_schedule > div > div.heading {
  display:none;
}

#profile_schedule > div {
  display:none;
}

#ht {
  background:url(http://i61.tinypic.com/16kqmf4.jpg)no-repeat;
  margin-left:50px;
  height:500px;
  padding-top:210px;
  padding-bottom:50px;
}

#lftcol {
  position:relative;
  display:block;
  width:800px;
  float:left;
  background:rgba(211,223,211,0);
  bottom:220px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font:italic normal bold 45px/1 "Palatino Linotype","Book Antiqua",Palatino,serif;
  color:#000000;
  text-align:center;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  text-shadow:2px 2px 2px rgb(238,233,233);
  margin-top:75px;
}

span#perfect_mate_label {
  font-size:.1px;
  height:80px;
}

.tip {
  width:170px;
  height:270px;
  margin:15px;
  display:inline-block;
  color:black;
  text-decoration:none;
  font-size:18px;
  text-align:center;
  vertical-align:top;
  position:relative;
}

.tip img {
  width:100px!important;
  border-radius:20px;
}

.tip img:hover {
  width:110px!important;
  border-radius:20px;
}

.tip_title {
  font-size:16px;
  line-height:21px;
  font-family:sans-serif;
  margin-top:2px;
  color:rgb(255,7,224);
  font-family:cursive;
  font-style:italic;
}

.tip_title:hover {
  font-size:16.8px;
  line-height:21px;
  font-family:sans-serif;
  margin-top:2px;
  color:rgb(37,197,244);
  font-family:cursive;
  font-style:italic;
}

.tip_info {
  font-size:12px;
  color:#666;
  margin:8px 0;
  text-shadow:1px 0 1px #eee;
}

#tipm .banner img {
  width:410px;
  margin-bottom:25px;
  margin-left:200px;
  height:150px;
}

#tipm {
  background:rgba(236,160,247,0.15);
  border:ridge;
  border-radius:20px;
  margin-bottom:60px;
}

.tip_price {
  font-size:13.5px;
  font-family:cursive;
  color:rgb(0,0,0);
}

.tip_price:hover {
  font-size:14px;
  font-family:cursive;
  color:rgb(255,7,224);
}

a.tip {
  width:250px;
  height:55px;
}

#photosm {
  display:block;
  position:fixed;
  bottom:35%;
  right:5px;
  width:95px;
  height:70px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  background:url(http://i59.tinypic.com/29d7q4l.jpg);
}

#menum {
  display:block;
  position:fixed;
  bottom:45%;
  right:5px;
  width:95px;
  height:70px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  background:url(http://i62.tinypic.com/142ees7.jpg);
}

#ot {
  display:block;
  position:fixed;
  bottom:3%;
  left:20px;
  width:150px;
  height:130px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  background:url(http://i60.tinypic.com/34fbamq.jpg);
}

#ot:hover {
  webkit-transform:scale(1.2,1.2);
  -moz-transform:scale(1.2,1.2);
  -ms-transform:scale(1.2,1.2);
  -o-transform:scale(1.2,1.2);
  transform:scale(1.2,1.2);
  -webkit-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -o-transition:all .3s linear;
  transition:all .3s linear;
}

#wishm {
  display:block;
  position:fixed;
  bottom:16%;
  left:30px;
  width:120px;
  height:110px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  background:url(http://i57.tinypic.com/25i7src.jpg);
}

#twitterm {
  display:block;
  position:fixed;
  bottom:44%;
  left:30px;
  width:120px;
  height:110px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  background:url(http://i58.tinypic.com/2dw93ya.jpg);
}

#toptipm {
  display:block;
  position:fixed;
  top:9%;
  right:5px;
  width:130px!important;
  height:130px;
  padding-left:5px;
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  background:url(http://i58.tinypic.com/15apky.jpg);
  background-repeat:no-repeat;
}

#gcard {
  display:block;
  position:fixed;
  bottom:30%;
  left:30px;
  width:125px;
  height:110px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  background:url(http://i57.tinypic.com/m8zrrs.jpg);
}

/*wall*/
.wall_post_avatar img {
  border-radius:5px;
  width:50px;
  height:50px;
  -webkit-box-shadow:3px 3px 45px 3px rgba(140,59,59,0);
  box-shadow:3px 3px 45px 3px rgba(144,60,60,0);
  border:2px solid rgba(218,42,95,0.43);
  margin-left:3px;
  margin-top:10px;
}

.wall_post_avatar {
  float:left;
  margin-right:10px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 3px 10px;
  font-size:13.5px;
  line-height:21px;
  font-family:sans-serif;
  margin-top:2px;
  color:rgb(0,0,0);
  font-family:cursive;
  font-style:italic;
}

.wall_post {
  clear:both;
  height:auto;
  margin-top:0;
  text-indent:11px;
  margin-left:63px;
  padding-bottom:7px;
  padding-top:7px;
  font-size:12px;
  color:#222;
  text-shadow:0 1px 0 rgba(250,250,250,0);
  border-top:1px solid rgb(255,0,0);
  width:820px;
  -webkit-box-shadow:0 0 9px 4px rgb(255,0,0) inset,4px 4px 6px 1px rgb(32,21,21) inset;
  box-shadow:0 0 9px 4px rgb(255,0,0) inset,4px 4px 6px 1px rgba(255,0,0,0.7) inset;
  background-color:rgb(255,252,252);
  margin-bottom:20px;
  border-radius:25px;
}

#new_comment {
  display:block;
  margin-left:15px;
  -webkit-box-shadow:0 0 9px 4px rgb(255,0,0) inset,4px 4px 6px 1px rgb(255,0,0) inset;
  box-shadow:0 0 9px 4px rgb(255,0,0) inset,4px 4px 6px 1px rgb(255,0,0) inset;
  width:820px;
  position:relative;
  left:50px;
  height:120px;
  background-color:rgb(255,255,255);
  padding-top:20px;
  border-radius:25px;
}

img#wall_poster_avatar {
  border-radius:5px;
  width:50px;
  height:50px;
  -webkit-box-shadow:3px 3px 45px 3px rgba(140,59,59,0);
  box-shadow:3px 3px 45px 3px rgba(144,60,60,0);
  border:2px solid rgba(218,42,95,0.43);
  margin-left:14px;
}

div#wall_poster_username {
  font-size:16px;
  line-height:21px;
  font-family:sans-serif;
  margin-top:2px;
  color:rgb(0,0,0);
  font-family:cursive;
  font-style:italic;
}

label.control-label.optional {
  font-size:16px;
  line-height:21px;
  font-family:sans-serif;
  margin-top:2px;
  color:rgb(0,0,0);
  font-family:cursive;
  font-style:italic;
}

a {
}

.wall_post_info {
  font-size:16px;
  line-height:21px;
  font-family:sans-serif;
  margin-top:2px;
  color:rgb(0,0,0);
  font-family:cursive;
  font-style:italic;
}

::-webkit-scrollbar {
  height:11px;
  width:11px;
  border-top:2px dotted rgb(255,0,0);
  border-bottom:2px dotted rgb(255,0,0);
  border-left:2px dotted rgb(255,0,0);
  border-right:2px dotted rgb(255,0,0);
}

::-webkit-scrollbar-thumb {
  width:9px;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border:1px solid rgb(0,0,0);
  background:#DC060D;
}

::-webkit-scrollbar-thumb:hover {
  width:11px;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border:1px solid #000000;
  background:rgb(241,0,0);
}

#favorite_movies_value > a > img:hover {
  width:295px!important;
}

span#meaning_life_label {
  bottom:230px;
  background:url(http://i62.tinypic.com/2wmqrzb.jpg) no-repeat;
  height:150px;
  font-size:.1px;
  width:930px;
}

span#favorite_songs_value {
  position:relative;
  bottom:200px;
}

img#profile_avatar {
  display:none;
}

span#blurb_label {
  display:none;
}

span#blurb_value {
  display:none;
}

.playlist {
  position:absolute;
  top:0;
  left:430px;
  border:none;
}

span#meaning_life_value {
  height:350px;
  background:url(http://i60.tinypic.com/xepl4z.jpg) no-repeat;
  width:920px;
  background-color:rgba(200,206,188,0.5);
  border-radius:55px;
  border-color:#FFFAFB;
  border-style:ridge;
}

#footer_bar {
  background-color:rgb(243,245,248);
  filter:alpha(opacity=100);
  opacity:1;
  border-left-width:3px;
  border-right-width:3px;
  margin-right:0;
  margin-top:25px;
  margin-bottom:25px;
  padding:6px;
  text-indent:12px;
  font-size:13px;
  -webkit-box-shadow:0 0 6px 4px rgb(255,18,18) inset;
  border:2px solid rgb(255,255,255);
  box-shadow:0 0 6px 4px rgb(255,0,0) inset;
  width:550px;
  margin-left:180px;
  height:20px;
}

#footer_bar::after {
  content:' ';
  display:inline-block;
  margin-left:50px;
  margin-right:5px;
  font-size:12px;
  color:#000;
  font-weight:normal;
  width:220px;
  height:auto;
}

a#admire,a#make_friend {
  color:white;
}

img.photo_gallery_image.img_radius_shadow {
  border-color:#E70C0C;
  border-width:thick;
  border-style:double;
  border-radius:15px;
}

span#username_label,span#username_value {
  font-size:.1px;
}

span#favorite_books_value> a > img:hover:hover {
  webkit-transform:scale(1.2,1.2);
  -moz-transform:scale(1.2,1.2);
  -ms-transform:scale(1.2,1.2);
  -o-transform:scale(1.2,1.2);
  transform:scale(1.2,1.2);
  -webkit-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -o-transition:all .3s linear;
  transition:all .3s linear;
  margin-left:12px;
}

span#craziest_thing_label {
  font-size:.1px;
}

.heading {
  color:#FF000F;
}

span#be_anywhere_label {
  background:url(http://i61.tinypic.com/el7ift.jpg) no-repeat;
  font-size:.1px;
  height:140px;
  margin-left:20px;
  background-position:center;
}

span#unix_last_broadcast_label,span#unix_last_broadcast_value {
  display:none;
}

span#tags_label,span#tags_value {
  color:rgb(249,0,0);
  font-family:monospace;
  font-style:oblique;
  text-shadow:.6px .6px .6px rgb(0,0,0);
}

#profile_schedule > div > div.heading {
  display:none;
}

div#profile_schedule {
  display:none;
}

span#hobbies_label {
  font-size:.1px;
}

#sdclub {
  background:url()no-repeat;
  margin-left:20px;
  padding-top:0;
}

#m1 {
  display:block;
  float:right;
  background:rgba(216,228,216,0);
  font-size:90px;
  color:rgb(255,255,255);
  text-shadow:1px 1px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgba(134,0,179,1),-1px 1px 0 #000000,-2px 0 0 rgba(0,0,0,0),3px 0 0 rgba(223,222,58,0),3px 4px 11px rgba(3,0,3,0),3px 4px 11px rgba(3,0,3,1);
  text-align:center;
  width:600px;
  position:relative;
  bottom:600px;
  right:195px;
  font-family:initial;
}

#lclub {
  background:url()no-repeat;
  margin-left:20px;
  padding-top:0;
}

#d1 {
  display:block;
  float:right;
  background:rgba(216,228,216,0);
  font-size:90px;
  color:rgb(255,255,255);
  text-shadow:1px 1px 0 rgb(0,0,0),-1px -1px 0 rgb(0,0,0),1px -1px 0 rgb(0,0,0),-1px 1px 0 rgba(134,0,179,1),-1px 1px 0 #000000,-2px 0 0 rgba(0,0,0,0),3px 0 0 rgba(223,222,58,0),3px 4px 11px rgba(3,0,3,0),3px 4px 11px rgba(3,0,3,1);
  text-align:center;
  width:600px;
  position:relative;
  bottom:600px;
  right:170px;
  font-family:initial;
}

span#talents_label {
  font-size:.1px;
}

span#know_me_label {
  font-size:.1px;
}