@charset "UTF-8";

a:link,a:active,a:hover {
  color:#ffffff;
}

a:visited {
  color:#ffffff;
}

#header_bar {
  display:none;
}

#craziest_thing_label {
  opacity:0;
}

#cam_score_label,#cam_score_value {
  display:none;
}

#for_fun_label {
  opacity:0;
}

#turn_ons_label {
  opacity:0;
}

.content {
  height:450px;
}

#nv a {
  padding:20px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#000000;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .1s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:2 2px 1px #000;
  text-decoration:none;
  font-size:14px;
  left:7px;
}

#nv a:hover {
  color:#fff;
  border:1px solid rgba(255,255,255,0.5);
  padding:80px 9px 11px 11px;
  background:rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:15px;
  position:relative;
  -moz-box-shadow:0 18px 10px 9px rgba(255,255,255,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(255,255,255,.7);
}

.nz {
  position:fixed;
  top:0;
  left:0;
  padding-left:20px;
  display:block;
  width:100%;
  height:80px;
  z-index:9999;
  background:url(http://www.gibby-online.co.uk/scarletbond/navblank.png) repeat-x;
}

.tre {
  width:1024px;
  height:123px;
  position:relative;
  display:block;
  margin:auto!important;
  z-index:9999;
}

.vsd {
  position:absolute;
  top:0;
  left:-74px;
}

.ter {
  height:50px;
  display:block;
  position:relative;
  float:right;
  margin-top:11px;
  margin-left:0;
  font-weight:normal;
  margin-right:160px;
  border-left:0 solid #900;
  border-right:0 solid #900;
}

#know_me_label {
  opacity:0;
}

#meaning_life_label {
  display:none;
}

#profile_interests_content .heading {
  display:none;
}

/*TILT*/
.tilt {
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
  transition:all .5s ease;
}

.tilt:hover {
  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  -ms-transform:rotate(-10deg);
  transform:rotate(-10deg);
}

body {
  padding-top:350px;
  width:1131px;
  margin-top:0;
  background:url(http://i1255.photobucket.com/albums/hh633/gibby2711/header_zpsf8d25a22.png),url(http://i1255.photobucket.com/albums/hh633/gibby2711/preview_COLOURBOX3423641_zps8ff54f62.jpg);
  background-position:top,top;
  background-repeat:no-repeat,repeat;
  background-size:1024px,480px;
}

.profile_section_content {
  color:#ffffff;
  border:2px solid #000000;
  padding:2px;
  margin:10px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #1e0a0a;
  -moz-box-shadow:0 0 0 #1e0a0a;
  box-shadow:0 0 0 #1e0a0a;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FF0000;
  filter:alpha(opacity=0);
  opacity:.3;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#000000;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}