@charset "UTF-8";

body:after {
  content:url(http://i1072.photobucket.com/albums/w376/CaptainP90/navbar_zpsb3aa42a1.png);
  height:100px;
  width:100px;
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
}

/* Hides headings */
.heading {
  display:none;
}

/* Defines bullet points with fish image*/
ul {
  list-style-image:url(http://i1072.photobucket.com/albums/w376/CaptainP90/fish_zps0b4d2f4c.png);
}

/* Removes status information */
#status_container,#unix_last_login_container,#unix_last_updated_container {
  display:none;
}

/* Sets text colour*/
body {
  color:#00CC00;
}

/* Removes avatar */
[id*="avatar"],[class*="recent"] {
  display:none;
}

/* Sets links to blue */
a:link, {
  color:blue;
  text-decoration:none;
}

/* Sets visited links to green */
a:visited {
  color:green;
  text-decoration:none;
}

/* Sets links to change to black when hovered over */
a:hover {
  color:black;
}

/* Sets active links to white */
a:active, {
  color:white;
}

/* Makes links to Miss_Britney's and EmmaRawr's profiles pink, italic, bold, size 15 */
a[href*='Miss_Britney'],a[href*='EmmaRawr'] {
  color:pink;
  font-style:italic;
  font-weight:bold;
  font-size:15px;
}

/* Places a heart icon after links to Miss_Britney's and EmmaRawr's profiles */
a[href*='Miss_Britney']:after,a[href*='EmmaRawr']:after {
  content:url(http://i1072.photobucket.com/albums/w376/CaptainP90/heart_zpsbc02d488.png);
}

/* Hides server time */
#server_time {
  color:white;
  height:1px;
  width:1px;
  overflow:hidden;
}

/* Hide header bar - Profiles.MyFreeCams.com, MyFreeCams.com, My Profile, Profile Settings */
#header_bar {
  display:none;
}

/* Places the 'About Me'header */
#profile_about_me:before {
  content:url(http://i1072.photobucket.com/albums/w376/CaptainP90/aboutme2_zpsee92f96c.gif);
}

/* Places the country flag*/
#country_container:after {
  content:url(http://i1072.photobucket.com/albums/w376/CaptainP90/flag_united_kingdom_zps77d8ed7d.gif);
}

/* Places pizza icon */
#favorite_food_value:after {
  content:url(http://i1072.photobucket.com/albums/w376/CaptainP90/pizza_slice_tango_colors-33px_zps909c9ea3.png);
}

/* Creates a fixed background */
#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:local;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/959/9597307/169-787-382-110-3659377.jpg);
}

/* Hides 'Favourite Books' heading */
#favorite_books_label {
  height:1px;
  width:1px;
  overflow:hidden;
}

/* Places the 'Favourite Books' header */
#favorite_books_container:before {
  content:url(http://i1072.photobucket.com/albums/w376/CaptainP90/favouritebooks_zpsaa4963d2.gif);
}

/* Hides 'Favourite Movies' heading */
#favorite_movies_label {
  height:1px;
  width:1px;
  overflow:hidden;
}

/* Places the 'Favourite Movies' header */
#favorite_movies_container:before {
  content:url(http://i1072.photobucket.com/albums/w376/CaptainP90/favouritemovies_zpsa08f859d.gif);
}