@charset "UTF-8";

UTF-8;
a {
  color:black;
}

a:link {
  color:#3399ff;
}

a:visited {
  color:#3399ff;
}

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

/*-----Hidden MFC sections-----*/
#unix_last_broadcast_container,#status_label,#member_type_value,#member_message_value,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#header_bar,#footer_bar,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me
#sexual_preference_container,#ethnicity_container,#eyes_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#profile_schedule,#profile_interests_content,#tags_value,#tags_label {
  display:none;
}

/* latin */
@font-face {
  font-family:'Libre Baskerville';
  font-style:normal;
  font-weight:400;
  src:local('Libre Baskerville'),local(LibreBaskerville-Regular),url(https://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsK6Ucnt8gjcHpqyffjHeZWDA.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:'Roboto Condensed';
  font-style:normal;
  font-weight:400;
  src:local('Roboto Condensed Regular'),local(RobotoCondensed-Regular),url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v8/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format("woff");
}

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

.profile_row {
  margin:0;
  display:block;
}

.profile_section_content {
  border-spacing:0;
  margin:0;
  padding:0;
  z-index:auto;
}

#profile_header_container {
  margin:0;
  min-height:0;
}

#status_value {
  visibility:hidden;
}

body {
  background-color:#FFF;
  margin:0;
}

#cam_score_value {
  position:absolute;
  left:86px;
}

#profile {
  width:800px;
  padding:0 60px;
  margin:-10px auto;
  background-color:#e1e1e1;
}

#heidiv {
  width:800px;
  margin:0 auto;
}

.heidiv h1 {
  font-family:'Libre Baskerville';
  color:black;
  text-align:center;
  font-size:72px;
  font-style:italic;
  text-shadow:2px 2px 0 rgba(56,208,161,1);
  margin:20px 0 5px;
}

.heidiv h2 {
  font-family:'Libre Baskerville';
  font-style:italic;
  color:black;
  background-color:#c8bfe7;
  border-radius:20px 20px 0 0;
  text-align:center;
  font-size:32px;
  margin:20px auto 0;
  padding:5px;
}

.heidiv img {
  width:100%;
  margin:20px auto;
}

#nav {
  text-align:center;
}

.navicon {
  margin:15px;
  display:inline-block;
  font-size:24px;
}

.navicon:hover {
  color:#999;
}

.navicon img {
  width:100px;
  border-radius:50px;
  drop-shadow:2px 2px 2px #333;
}

.navinfo {
  position:relative;
}

.navinfo .navtext {
  font-family:'Roboto Condensed',sans-serif;
  visibility:hidden;
  position:relative;
  margin:-74px auto 30px;
}

.navinfo .navtextno {
  font-family:'Roboto Condensed',sans-serif;
  visibility:hidden;
  position:relative;
  margin:-74px auto 30px;
}

.navicon:hover .navtext {
  visibility:visible;
  color:#000;
}

.navicon:hover img {
  opacity:.4;
  filter:alpha(opacity=40);
}

/* Highest tippers table. */
#highest_tippers {
  font-family:'Roboto Condensed',sans-serif;
  font-size:14px;
  line-height:1.3333;
  width:800px;
/* Wrapper div for table */
/* Properties for the table. */
/* Properties for all table cells */
/* Properties for table header cells */
/* Properties for tabular data (non-header) cells */
}

#highest_tippers h1 {
  font-family:'Lobster';
  color:#3399ff;
  text-align:center;
  font-size:32px;
  margin:10px 0 5px;
  text-shadow:0 0 4px rgba(255,255,255,0.5);
}

#highest_tippers h2 {
  font-size:18px;
  line-height:24px;
  font-family:'Roboto Condensed',sans-serif;
  margin-top:4px;
  text-align:center;
}

#highest_tippers .table-wrapper {
  margin:0 auto;
  margin-bottom:1.5em;
  border:.125em #cccccc solid;
  -webkit-border-radius:.3em;
  -moz-border-radius:.3em;
  border-radius:.3em;
  -moz-box-shadow:0 0 1em #3399ff;
  -webkit-box-shadow:0 0 1em #3399ff;
  box-shadow:0 0 1em #3399ff;
}

#highest_tippers .table-wrapper:last-child {
  margin-bottom:0;
}

#highest_tippers .table-wrapper:last-child td,#highest_tippers .table-wrapper:last-child th {
  width:36%;
}

#highest_tippers table {
  width:100%;
  font-size:inherit;
  border-spacing:0;
  border-collapse:collapse;
  overflow:hidden;
  white-space:normal;
  -webkit-border-radius:.3em;
  -moz-border-radius:.3em;
  border-radius:.3em;
}

#highest_tippers td,#highest_tippers th {
  padding:1em;
  width:20%;
  background-color:#eeeeee;
  background:-moz-linear-gradient(left,#eeeeee 0%,#e1e1e1 100%);
  background:-webkit-gradient(linear,left top,right top,color-stop(0%,#eeeeee),color-stop(100%,#e1e1e1));
  background:-webkit-linear-gradient(left,#eeeeee 0%,#e1e1e1 100%);
  background:-o-linear-gradient(left,#eeeeee 0%,#e1e1e1 100%);
  background:-ms-linear-gradient(left,#eeeeee 0%,#e1e1e1 100%);
  background:linear-gradient(to right,#eeeeee 0%,#e1e1e1 100%);
}

#highest_tippers th {
  text-align:center;
  margin:0 auto;
  font-family:'Roboto Condensed',sans-serif;
/* Title */
/* Subtitle */
}

#highest_tippers th .title {
  font-size:1.55em;
  text-transform:uppercase;
}

#highest_tippers th .subtitle {
  white-space:wrap;
  font-size:1.1em;
  font-weight:normal;
}

#highest_tippers td {
  vertical-align:top;
/* Member list - unordered list */
}

#highest_tippers td ul {
  font-family:'Roboto Condensed',sans-serif;
  margin:0;
  padding:0;
/* Member list - list items */
}

#highest_tippers td ul li {
  list-style-type:none;
}

#highest_tippers td ul li span:nth-child(1) {
  font-weight:normal;
}

#highest_tippers td ul li span:nth-child(2) {
  float:right;
}

#highest_tippers td ul.centered li {
  text-align:center;
}

#highest_tippers td ul.centered li span:nth-child(2) {
  display:none;
}

#heidiclubs {
  margin:50px 0;
}

.heidiclub h1 {
  font-family:'Lobster';
  color:#3399ff;
  text-align:center;
  font-size:32px;
  margin:10px 0 5px;
  text-shadow:0 0 4px rgba(255,255,255,0.5);
}

.heidiclub h2 {
  font-size:18px;
  line-height:24px;
  font-family:'Roboto Condensed',sans-serif;
  margin-top:4px;
  text-align:center;
}

.heidiclub .club {
  min-height:150px;
  border:.125em #cccccc solid;
  margin-bottom:2.5em;
  -webkit-border-radius:.3em;
  -moz-border-radius:.3em;
  border-radius:.3em;
  -moz-box-shadow:0 0 1em #710193;
  -webkit-box-shadow:0 0 1em #710193;
  box-shadow:0 0 1em #710193;
  background-size:auto;
}

.heidiclub .club:nth-child(1) {
  -moz-box-shadow:0 0 1em #70b2fb;
  -webkit-box-shadow:0 0 1em #70b2fb;
  box-shadow:0 0 1em ##70b2fb;
  background:-moz-linear-gradient(left,rgba(238,238,238,0.6) 0%,rgba(200,200,200,0.6) 100%),url(https://dl.dropboxusercontent.com/s/ihj9dtwwmuware5/right-purple-rock-transparent.png?dl=0) repeat;
  background:-webkit-linear-gradient(left,rgba(238,238,238,0.6) 0%,rgba(200,200,200,0.6) 100%),url(https://dl.dropboxusercontent.com/s/ihj9dtwwmuware5/right-purple-rock-transparent.png?dl=0) repeat;
  background:linear-gradient(to right,rgba(238,238,238,0.6) 0%,rgba(200,200,200,0.6) 100%),url(https://dl.dropboxusercontent.com/s/ihj9dtwwmuware5/right-purple-rock-transparent.png?dl=0) repeat;
  background-size:contain;
}

.heidiclub .club:nth-child(2) {
  -moz-box-shadow:0 0 1em #f7fb70;
  -webkit-box-shadow:0 0 1em #f7fb70;
  box-shadow:0 0 1em #f7fb70;
  background:-moz-linear-gradient(left,rgba(238,238,238,0.6) 0%,rgba(200,200,200,0.6) 100%),url(https://dl.dropboxusercontent.com/s/edu1mna19re2fj0/464412282.jpg?dl=0) repeat;
  background:-webkit-linear-gradient(left,rgba(238,238,238,0.6) 0%,rgba(200,200,200,0.6) 100%),url(https://dl.dropboxusercontent.com/s/edu1mna19re2fj0/464412282.jpg?dl=0) repeat;
  background:linear-gradient(to right,rgba(238,238,238,0.6) 0%,rgba(200,200,200,0.6) 100%),url(https://dl.dropboxusercontent.com/s/edu1mna19re2fj0/464412282.jpg?dl=0) repeat;
  background-size:contain;
}

.heidiclub .club:last-child {
  margin-bottom:50px;
}

.heidiclub ul.clubmembers {
  list-style:none;
  padding:0;
  font-size:12.5pt;
  line-height:1.3;
  margin-left:100px;
}

.heidiclub ul.clubmembers li {
  width:28%;
  display:inline-block;
  padding-right:20px;
}

.heidiclub ul.clubmembers li strong {
  text-transform:none!important;
}

/* Purple friends */
#purplefriends {
  min-height:150px;
  border:.125em #cccccc solid;
  margin-bottom:2.5em;
  -webkit-border-radius:.3em;
  -moz-border-radius:.3em;
  border-radius:.3em;
  -moz-box-shadow:0 0 1em #710193;
  -webkit-box-shadow:0 0 1em #710193;
  box-shadow:0 0 1em #710193;
}

#purplefriends h1 {
  font-size:28px;
  font-family:'Libre Baskerville',sans-serif;
  font-style:italic;
  text-shadow:1px 1px 0 rgba(177,113,196,1);
  margin:30px 40px 0;
}

#purplefriends h2 {
  font-size:18px;
  line-height:24px;
  font-family:'Roboto Condensed',sans-serif;
  margin:4px 40px;
}

#purplefriends ul.members {
  list-style:none;
  padding:0;
  font-family:'Roboto Condensed',sans-serif;
  font-size:14px;
  margin-left:40px;
}

#purplefriends ul.members li {
  display:inline;
  padding-right:20px;
}

#purplefriends ul.members li strong {
  text-transform:none!important;
}

#heidivids {
  margin:50px 0;
}

#bestvids {
  height:400px;
  overflow-y:scroll;
  background:#FFF;
  margin-bottom:60px;
}

#bestvids img {
  box-shadow:none;
}

#newvideos {
  height:400px;
  overflow-y:scroll;
  background:#FFF;
  margin-bottom:60px;
}

#newvideos img {
  box-shadow:none;
}

#funvideos {
  height:400px;
  overflow-y:scroll;
  background:#FFF;
  margin-bottom:60px;
}

#funvideos img {
  box-shadow:none;
}

#videopacks {
  height:auto;
  background:#FFF;
  padding:0 0 10px;
}

#videopacks img {
  box-shadow:none;
}

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

.vid:hover {
  color:#999;
}

.vid img {
  width:300px!important;
  height:170px;
  border-radius:10px;
}

.vid_info {
  position:relative;
}

.vid_info .vid_title {
  font-size:20px;
  line-height:24px;
  font-family:'Roboto Condensed',sans-serif;
  margin-top:4px;
}

.vid_info .vid_desc {
  font-size:12px;
  color:#666;
  margin:4px 0;
  text-shadow:1px 0 1px #eee;
}

.vid:hover img {
  opacity:.4;
  filter:alpha(opacity=40);
}

.heidiextra {
  width:750px;
  margin:0 auto;
  display:inline-block;
  background-color:#FFF;
}

#tags_container {
  width:720px;
  display:inline-block;
}