@charset "UTF-8";

a:link,a:active,a:hover {
  color:#00eff7;
}

a:visited {
  color:#00eff7;
}

body {
  width:100px!important;
  margin:auto!important;
  background-color:#ffffff;
  background-color:#222222;
  color:#ffffff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-image:url(http://roxycox.co.uk/content/RoxyCoxMFCProfile180217.jpg);
  background-position:top center;
  background-attachment:local;
  background-repeat:no-repeat;
}

.profile_section_content {
  color:#ffffff;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

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

.img_radius_shadow {
  -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;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#ea008a;
  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;
}

/* Amazon */
.link-amazon a {
  display:block;
  width:155px;
  height:84px;
  float:left;
  background:transparent url(http://roxycox.co.uk/content/amazon_roxy.png) no-repeat;
  position:relative;
  margin:-150px 0 0 -370px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -84px;
}

/* Twitter */
.link-twitter a {
  display:block;
  width:149px;
  height:96px;
  float:left;
  background:transparent url(http://roxycox.co.uk/content/twitter_roxy.png) no-repeat;
  position:relative;
  margin:-150px 0 0 350px;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -96px;
}

/* Tip */
.link-tip a {
  display:block;
  width:78px;
  height:90px;
  float:centre;
  background:transparent url(http://roxycox.co.uk/content/offlinetip_roxy.png) no-repeat;
  position:relative;
  margin:-150px 0 0 275px;
  text-indent:-3000px;
}

.link-tip a:hover {
  background-position:0 -91px;
}

/* Bio Labels & Tags - Hide */
#username_label,#gender_label,#body_type_label,#ethnicity_label,#hair_label,#eyes_label,#weight_label,#height_label,#age_label,#country_label,#sexual_preference_label,#smoke_label,#drink_label,#marital_status_label,#occupation_label,#cam_score_label,#city_label,#drugs_label,#school_label,#favorite_food_label,#pets_label,#automobile_label,#tags_label {
  display:none;
}

/* Bio Values & Tags - Hide */
#username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value,#tags_value {
  display:none;
}

/* About Me Label - Hide */
#about_me_label {
  opacity:0;
}

/* Model Questions - Hide */
#five_things_label,#for_fun_label,#craziest_thing_label,#be_anywhere_label,#know_
me_label, {
  display:none;
  opacity:0;
}

/* Main Photo - Hide */
#profile_main_photo {
  opacity:0;
}

/* Footer - Hide */
#footer_bar {
  display:none;
  opacity:0;
}

/* Heading - Hide */
.heading {
  display:none;
}

/* Header Bar - Hide */
#header_bar {
  display:none;
}

/* Profile Label - Hide */
#profile_label {
  display:none;
}

/* Profile Main Photo - Hide */
#profile_main_photo {
  width:250px;
  display:table-cell;
  vertical-align:top;
  display:none;
}

/* Header & Footer Links - Hide */
.header_links,.footer_links {
  float:left;
  font-size:14px;
  display:none;
}

/* Clock - Hide */
.clock,#clock {
  display:none;
}