@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#666666;
  background-color:#e0e0e0;
  background-image:url(https://pbs.twimg.com/media/C4LUvH3VUAEIvb1.jpg),url(),url(https://pbs.twimg.com/media/C2lq13YVEAAYSye.jpg);
  background-position:top 50px left,bottom right 40px,top left;
  background-repeat:no-repeat,no-repeat,repeat;
  background-attachment:fixed;
  padding:0;
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#005580;
  text-decoration:underline;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

.navbar {
  background-color:#99CCFF;
  position:fixed;
  left:0;
  top:0;
  height:40px;
  width:100%;
  z-index:500;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
  font-size:1rem;
  line-height:1;
}

.nav {
  width:940px;
  margin:0 auto;
  display:block;
}

.nav ul {
  list-style-type:none;
  padding:0;
  margin:0;
  overflow:hidden;
}

.nav li {
  float:left;
  margin-left:50px;
}

.nav a:link,.nav a:visited {
  display:block;
  width:auto;
  height:30px;
  font-size:15px;
  color:#FFFFFF;
  background-color:#99CCFF;
  text-align:center;
  padding:10px 20px 0;
  text-decoration:none;
  text-transform:uppercase;
}

.nav a:hover,.nav a:active {
  font-size:15px;
  color:#333;
  background-color:#31a2e9;
  -webkit-box-shadow:0 10px 16px 0 rgba(50,50,50,0.69);
  -moz-box-shadow:0 10px 16px 0 rgba(50,50,50,0.69);
  box-shadow:0 10px 16px 0 rgba(50,50,50,0.69);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_friends,#profile_about_me > div:nth-child(1) {
  display:none;
}

.wall_post_time {
  font-size:9px;
  display:none;
}

#profile {
  width:940px;
  margin:40px auto -10px;
  background:rgba(255,255,255,1) url(https://pbs.twimg.com/media/C4QKHK6UkAA9uLB.jpg) top center no-repeat;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#3a91e9;
  color:#fff;
  height:40px;
  font-size:1.065rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
}

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

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

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

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

.about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:-10px;
}

input[type="password"],textarea {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border linear .2s,box-shadow linear .2s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#333;
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid #ccc;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  color:#333;
  background-color:#e6e6e6;
  *background-color:#d9d9d9;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

textarea {
  margin:10px 15px;
  width:760px!important;
  background:#ccc;
  -moz-box-shadow:0 0 4px #000 inset;
  -webkit-box-shadow:0 0 4px #000 inset;
  box-shadow:0 0 4px #000 inset;
  outline:1px solid #333;
  border:1px solid #000;
  padding:5px;
  color:#000;
  font-size:14px;
}

textarea:hover {
  margin:10px 15px;
  width:760px!important;
  background:#ccc;
  -moz-box-shadow:0 0 4px #000 inset;
  -webkit-box-shadow:0 0 4px #000 inset;
  box-shadow:0 0 4px #000 inset;
  outline:1px solid #333;
  border:1px solid #000;
  padding:5px;
  color:#333;
  font-size:14px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.wall_post_avatar {
  padding:5px;
  border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border-top:1px solid #ccc;
  border-bottom:1px inset rgba(153,153,153,.6);
  background:rgb(226,226,226);
  background:-moz-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(226,226,226,1)),color-stop(50%,rgba(219,219,219,1)),color-stop(51%,rgba(209,209,209,1)),color-stop(100%,rgba(254,254,254,1)));
  background:-webkit-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-o-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-ms-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:linear-gradient(to bottom,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2',endColorstr='#fefefe',GradientType=0);
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .3s ease-in-out;
}

.wall_post_avatar:hover,.wall_post_avatar>.img:hover {
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-transform:rotate(12deg);
  -moz-transform:skewx(0deg) translatex(20px);
  -webkit-transform:rotate(12deg);
  -o-transform:rotate(12deg);
  -ms-transform:rotate(12deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.2);
  -webkit-box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
  box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
}

.wall_post_avatar> .img_radius_shadow:hover {
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
}

.wall_post_avatar > img {
  border:1px inset #888;
}

.profile_section_background {
  border:1px solid rgba(51,51,51,.3);
}

.wall_post_info {
  height:22px;
  border-radius:12px 2px 0 0;
  -moz-border-radius:12px 2px 0 0;
  -ms-border-radius:12px 2px 0 0;
  -o-border-radius:12px 2px 0 0;
  -webkit-border-radius:12px 2px 0 0;
  padding-top:4px;
  text-indent:11px;
  border-bottom:1px inset rgba(153,153,153,.5);
  width:900px;
  background:rgb(206,206,206);
  background:-moz-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(206,206,206,1)),color-stop(100%,rgba(254,255,255,1)));
  background:-webkit-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-o-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-ms-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:linear-gradient(to bottom,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece',endColorstr='#feffff',GradientType=0);
  font-weight:normal;
}

.wall_post_body {
  height:auto;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -ms-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  margin-top:0;
  text-indent:11px;
  border-bottom:1px solid rgba(102,102,102,0.5);
  width:813px;
  margin-left:70px;
  font-size:12px;
  color:#222;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
  background:rgb(56,56,56);
  background:-moz-linear-gradient(top,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(56,56,56,1)),color-stop(1%,rgba(206,206,206,1)),color-stop(100%,rgba(237,237,237,1)));
  background:-webkit-linear-gradient(top,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  background:-o-linear-gradient(top,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  background:-ms-linear-gradient(top,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  background:linear-gradient(to bottom,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838',endColorstr='#ededed',GradientType=0);
}

.wall_post_info a:link {
  color:#036;
  text-decoration:none;
  font-size:14px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
}

.wall_post_info a:hover {
  color:#C00;
  text-decoration:none;
  font-size:14px;
}

.wall_post_info a:hover:after {
  content:'Â« Visit Profile';
  width:110px;
  height:20px;
  margin-left:2px;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  text-indent:5px;
  font-size:11px;
  color:#222;
}

#TipMenu {
  display:block;
  width:Auto;
  height:auto;
  margin:0 auto;
  overflow:hidden;
  background:#f1f1f1;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -ms-border-radius:5px 5px 0 0;
  -o-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  box-shadow:0 2px 0 #ccc;
  -moz-box-shadow:0 1px 0 #ccc;
  -ms-box-shadow:0 1px 0 #ccc;
  -o-box-shadow:0 1px 0 #ccc;
  -webkit-box-shadow:0 1px 0 #ccc;
}

#TipMenu h1 {
  display:block;
  margin-top:0;
  text-align:center;
  color:#09C;
  font-weight:bold;
  font-size:50px;
  text-shadow:0 1px 0 #fff;
  border-bottom:1px solid #ccc;
  padding:10px;
  font-variant:small-caps;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
}

#TipMenu h1 span {
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
  color:#666;
  margin-right:-15px;
}

#TipInfo {
  display:block;
  padding:10px;
  margin-top:2px;
  height:auto;
  overflow:auto;
  font-size:16px;
  font-family:Century Gothic;
  color:#069;
  border-bottom:1px solid #ccc;
}

#TipWrapper {
  display:block;
  padding:10px;
  margin-top:10px;
  height:325px;
  width:auto;
  overflow:auto;
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  -webkit-column-gap:40px;
  -moz-column-gap:40px;
  column-gap:40px;
  -webkit-column-rule:4px outset #09C;
  -moz-column-rule:4px outset #09C;
  column-rule:4px outset #09C;
}

#TipWrapper2 {
  display:block;
  padding:10px;
  margin-top:10px;
  height:245px;
  width:auto;
  overflow:auto;
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  -webkit-column-gap:40px;
  -moz-column-gap:40px;
  column-gap:40px;
  -webkit-column-rule:4px outset #09C;
  -moz-column-rule:4px outset #09C;
  column-rule:4px outset #09C;
}

.tiprequest {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  border-left:0 solid #CCC;
  font-size:15px;
  color:#999;
}

.tiprequest:hover {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  border-left:5px solid #09C;
  font-size:15px;
  color:#000;
  text-indent:7px;
}

.price {
  display:block;
  float:right;
}

.buy {
  display:block;
  padding:4px 14px;
  background:#fff;
  color:#09C;
  border:1px solid #ccc;
  text-align:center;
  text-decoration:none;
  font-size:14px;
}

.buy:hover {
  display:block;
  padding:4px 14px;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
  color:#333;
  border:1px solid #ccc;
  text-align:center;
}

.tiprequest,.buy {
  transition:all .4s;
  -moz-transition:all .4s;
  -ms-transition:all .4s;
  -o-transition:all .4s;
  -webkit-transition:all .4s;
}

#username_label {
  display:none;
}

#username_value {
  display:none;
}

#gender_label {
  display:none;
}

#gender_value {
  display:none;
}

#sexual_preference_label {
  display:none;
}

#sexual_preference_value {
  display:none;
}

#tags_label {
  display:none;
}

#tags_value {
  display:none;
}

#VideoMenu {
  display:block;
  width:auto;
  height:auto;
  margin:0;
  overflow:hidden;
  background:#f1f1f1;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -ms-border-radius:5px 5px 0 0;
  -o-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  box-shadow:0 2px 0 #ccc;
  -moz-box-shadow:0 1px 0 #ccc;
  -ms-box-shadow:0 1px 0 #ccc;
  -o-box-shadow:0 1px 0 #ccc;
  -webkit-box-shadow:0 1px 0 #ccc;
}

#VideoMenu h1 {
  display:block;
  margin-top:0;
  text-align:center;
  color:#09C;
  font-weight:bold;
  font-size:50px;
  text-shadow:0 1px 0 #fff;
  border-bottom:1px solid #ccc;
  padding:10px;
  font-variant:small-caps;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
}

#VideoMenu h1 span {
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
  color:#666;
  margin-right:-15px;
}

.videoswrap {
  overflow:auto;
  background-color:#E6E6E6;
  width:auto;
  height:auto;
  border:6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  padding:20px;
  text-align:center;
}

#store,#videos, {
  display:block;
  width:890px;
  height:auto;
  padding:5px;
  margin-top:12px;
  margin-bottom:12px;
  border:1px solid rgba(153,153,153,.4);
}

#vids_con {
  display:block;
  width:880px;
  height:auto;
  margin-top:10px;
  margin-bottom:40px;
  margin-left:5px;
  margin-right:5px;
  padding:5px;
  overflow:auto;
}

.vidstcls {
  display:inline-block;
  width:275px;
  min-height:180px;
  text-align:center;
}

.vidsbuy {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background-color:rgba(0,0,0,0.3);
  color:#FFF;
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.vidsbuy:hover {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background:#FFF;
  color:#069;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -moz-box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  -webkit-box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.vidst_st {
  transform:scale(0,0);
  -ms-transform:scale(0,0);
  -webkit-transform:scale(0,0);
  margin-top:0;
}

.vidst_st img:hover {
  transform:scale(1.2,1.1);
  -ms-transform:scale(1.2,1.1);
  -webkit-transform:scale(1.2,1.1);
  z-index:99999;
  margin-top:20px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
}