@charset "UTF-8";

#profile {
  padding-top:0;
}

.oncall {
  z-index:15000;
  position:fixed;
  top:0;
  right:0;
  width:100%;
  border-bottom:6px solid #b72357;
  background:#303235;
/* Old browsers */
  background:-moz-linear-gradient(top,#303235 0%,#161616 100%);
/* FF3.6+ */
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#303235),color-stop(100%,#161616));
/* Chrome,Safari4+ */
  background:-webkit-linear-gradient(top,#303235 0%,#161616 100%);
/* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top,#303235 0%,#161616 100%);
/* Opera 11.10+ */
  background:-ms-linear-gradient(top,#303235 0%,#161616 100%);
/* IE10+ */
  background:linear-gradient(to bottom,#303235 0%,#161616 100%);
/* W3C */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#303235',endColorstr='#161616',GradientType=0);
/* IE6-9 */
}

.oncall-container {
  width:900px;
  padding-top:50px;
  padding-bottom:50px;
  margin:auto;
}

.oncall-text {
  color:#fff;
  font-size:16px;
}

@-webkit-keyframes button-pulse {
  from {
    background-color:rgba(255,255,255,0.7);
    -webkit-box-shadow:0 0 0 #fff;
  }
  
  50% {
    background-color:rgba(255,255,255,1);
    -webkit-box-shadow:0 0 18px #fff;
  }
  
  to {
    background-color:rgba(255,255,255,0.7);
    -webkit-box-shadow:0 0 0 #fff;
  }
}

@-webkit-keyframes label-pulse {
  from {
    background-color:rgba(255,255,255,0.7);
  }
  
  50% {
    background-color:rgba(255,255,255,1);
  }
  
  to {
    background-color:rgba(255,255,255,0.7);
  }
}

a:link,a:active,a:hover {
  font-weight:normal;
  text-decoration:none;
  color:#b72357;
}

a:visited {
  color:#b72357;
}

body {
  background-image:url(http://i.imgur.com/LreEzED.jpg);
  background-repeat:no-repeat;
  background-position:center;
  background-attachment:fixed;
  background-color:#fff;
  margin:auto;
  width:900px!important;
  padding:40px 0 0;
}

hr {
  border-top:1px dashed #fff;
  border-bottom:1px dotted #fff;
  color:#fff;
  height:4px;
}

body,td {
  color:#582f2c;
  font-family:"Imprima","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight:200!important;
  font-style:normal;
  font-size:15px;
  line-height:150%;
}

td {
  background-image:url(http://i41.tinypic.com/6h108i.png);
}

td .clock {
  font-size:9px;
}

.container_padding {
  padding:15px;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
  background-image:url(http://i41.tinypic.com/6h108i.png);
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  background:;
}

.container {
  color:#582f2c;
  position:relative;
  border:px #;
  padding:5px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  width:100%;
  margin-top:4px;
  margin-bottom:12px!important;
  -moz-border-radius:2px;
  border-radius:2px;
  padding:8px;
  margin-left:-4px;
  background:none;
  color:#582f2c;
  font-family:Trebuchet MS,Verdana;
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  letter-spacing:-.04em;
  -webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);
  box-shadow:0 4px 8px 0 rgba(0,0,0,0.1);
  border-bottom:rgba(180,49,23,0.3) 2px dotted;
}

.content {
  padding:5px;
}

#main-content {
  width:900px;
  overflow:hidden;
  position:relative;
  text-align:center;
  margin-top:40px;
  margin-left:-300px;
}

#schedule {
  display:none;
}

.clock,#clock {
  display:none;
}

.status_key,.blurb_key,.blurb_value {
  display:none;
}

#header_bar,#avatar_holder,#blurb_label,#blurb_value,#unix_last_login_label,#unix_last_login_value,#unix_last_updated_label,#unix_last_updated_value,#tags_label,#tags_value,#status_label,#member_type_value {
  display:none;
}

#about_me_label {
  color:transparent;
  display:none;
}

#main_photo {
  -webkit-animation-name:button-pulse;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  border:20px solid rgba(255,255,255,0.1)!important;
  position:relative;
  margin-top:40%;
  margin-left:60px;
  margin-right:-60px;
  width:250px;
  height:250px;
  border-radius:145px;
  -webkit-border-radius:145px;
  -moz-border-radius:145px;
  background-color:transparent;
  z-index:1000;
}

.label {
  float:left;
  text-align:right;
  padding:7px;
  font-weight:200!important;
}

#username_label,#cam_score_label,#gender_label,#ethnicity_label,#hair_label,#eyes_label,#weight_label,#height_label,#age_label,#country_label,#sexual_preference_label,#occupation_label,#pets_label {
  background-color:rgba(255,255,255,0.7);
}

#username_label:last-letter,#cam_score_label:last-letter,#gender_label:last-letter,#ethnicity_label:last-letter,#hair_label:last-letter,#eyes_label:last-letter,#weight_label:last-letter,#height_label:last-letter,#age_label:last-letter,#country_label:last-letter,#sexual_preference_label:last-letter,#occupation_label:last-letter,#pets_label:last-letter {
  display:none;
}

#username_label {
  width:250px;
  margin-left:0;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:2.9s;
  -webkit-animation-iteration-count:infinite;
}

#cam_score_label {
  width:150px;
  margin-left:100px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:3.2s;
  -webkit-animation-iteration-count:infinite;
}

#gender_label {
  width:175px;
  margin-left:75px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:1.3s;
  -webkit-animation-iteration-count:infinite;
}

#ethnicity_label {
  width:100px;
  margin-left:150px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:4s;
  -webkit-animation-iteration-count:infinite;
}

#hair_label {
  width:150px;
  margin-left:100px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:2.6s;
  -webkit-animation-iteration-count:infinite;
}

#eyes_label {
  width:90px;
  margin-left:160px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:1s;
  -webkit-animation-iteration-count:infinite;
}

#weight_label {
  width:75px;
  margin-left:175px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:3.5s;
  -webkit-animation-iteration-count:infinite;
}

#height_label {
  width:125px;
  margin-left:125px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:2.2s;
  -webkit-animation-iteration-count:infinite;
}

#age_label {
  width:90px;
  margin-left:160px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:1.4s;
  -webkit-animation-iteration-count:infinite;
}

#country_label {
  width:125px;
  margin-left:125px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:2.7s;
  -webkit-animation-iteration-count:infinite;
}

#sexual_preference_label {
  width:175px;
  margin-left:75px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:1.4s;
  -webkit-animation-iteration-count:infinite;
}

#occupation_label {
  width:150px;
  margin-left:100px;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:3.4s;
  -webkit-animation-iteration-count:infinite;
}

#pets_label {
  width:250px;
  margin-left:0;
  -webkit-animation-name:label-pulse;
  -webkit-animation-duration:1.9s;
  -webkit-animation-iteration-count:infinite;
}

.value {
  float:left;
  margin-left:-10px;
  text-align:left;
  padding-top:7px;
  padding-bottom:7px;
  padding-left:20px;
  padding-right:20px;
  font-weight:bold!important;
  min-width:50px;
}

#username_value,#cam_score_value,#gender_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#occupation_value,#pets_value {
  color:#fff;
  background-color:rgba(183,35,87,1);
  width:200px;
}

#profile_about_me {
  margin-right:-200px;
}

.heading {
  display:none;
}

#member_status_value {
  font-size:50px;
  text-decoration:none!important;
  padding-right:40px;
}

.mason-link {
  font-size:20px;
  text-decoration:none!important;
  padding-right:40px;
}

.tip-note,.other-note {
  width:900px;
  font-size:30px;
  text-decoration:none!important;
  font-weight:normal;
  line-height:250%;
  float:left;
  display:inline;
}

.tip-menu {
  display:table;
  margin:0 auto;
}

tip-capsule {
  display:table;
  float:left;
  width:100%;
}

.tip-amount {
  position:relative;
  z-index:1000;
  -webkit-border-radius:999px;
  -moz-border-radius:999px;
  border-radius:999px;
  width:36px;
  height:36px;
  padding:8px;
  background:#b72357;
  color:#fff;
  font-size:18px;
  text-align:center;
  line-height:190%;
  display:inline;
  float:left;
}

.tip-item {
  padding-left:20px;
  padding-right:10px;
  margin-left:-10px;
  margin-right:20px;
  margin-top:6px;
  display:inline;
  float:left;
  font-size:16px;
  line-height:240%;
  font-weight:200;
  background-color:rgba(255,255,255,0.7);
}

.other-circle {
  -webkit-animation-name:button-pulse;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  margin-left:12px;
  -webkit-border-radius:999px;
  -moz-border-radius:999px;
  border-radius:999px;
  padding:6px 25px;
  background:#fff;
  color:#b72357;
  font-size:20px;
  text-align:center;
  line-height:220%;
  display:inline;
  float:left;
}

.other-circle:hover {
  transform:translate(0px,-10px);
}

.other-item {
  padding-left:20px;
  display:inline;
  float:left;
  font-size:18px;
  line-height:250%;
  font-weight:200;
}