@charset "UTF-8";

body {
  background-color:#FFF;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  width:900px;
  margin:0 auto;
  background-image:url(https://dl.dropboxusercontent.com/u/61139479/the_white_violin_by_supajoe.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top left;
/* Margin and the width centers shit on the whole page */
}

a:link,a:active,a:hover {
  text-decoration:none;
}

/*This profile_section_background is the top box
*/
.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

/* At this point we're just going to start hiding
stuff from the web page */
#status_label,#unix_last_login_container,#unix_last_updated_container,#last_login_string_container,#last_login_string_label,#unix_last_broadcast_container,#member_type_value,#blurb_value,#blurb_label,#profile_avatar,#header_bar,.heading,#tags_container {
  display:none!important;
}

a:link,a:hover {
  text-decoration:none;
}

/* Changing fonts

To use your own font you gotta kinda install it, like this:

@font-face {
    font-family: "FONT_FAMILY";
    src: url(LINK_TO_FONT);
}
For FONT_FAMILY just give it a name to use it later
*/
@font-face {
  font-family:"status font";
  src:url(https://dl.dropboxusercontent.com/u/61139479/fonts/BASICTITLEFONT.TTF);
}

#member_status_value > a:nth-child(1),#status_value a {
/* THIS IS FOR THE OFFLINE/ONLINE TEXT, and sending a message, and etc. */
  font-family:"status font";
  color:black!important;
  font-size:30px!important;
  padding-right:20px;
}

/* Now we're centering everything at the top */
#avatar_holder {
  position:absolute;
}

#profile_header_container {
  margin-left:100px!important;
}

/* Adding pictures under shit at the top */
#member_status_value > a:nth-child(1) {
  background:url(https://dl.dropboxusercontent.com/u/61139479/AnnetteLamarr/onlineoffline.png);
  background-repeat:no-repeat;
  height:90px;
  background-position:bottom;
  padding-bottom:50px;
}

#show_message_dialog {
  background:url(https://dl.dropboxusercontent.com/u/61139479/AnnetteLamarr/message.png);
  background-repeat:no-repeat;
  height:90px;
  background-position:bottom;
  padding-bottom:50px;
}

#status_value > a:nth-child(4) {
  background:url(https://dl.dropboxusercontent.com/u/61139479/AnnetteLamarr/Comment.png);
  background-repeat:no-repeat;
  height:90px;
  background-position:bottom;
  padding-bottom:50px;
}

/* Making the top box taller so the pictures dont stick out*/
#profile_header_container {
  min-height:110px;
}

/* adding the bullets now */
#member_status_value {
  background:url(https://dl.dropboxusercontent.com/u/61139479/AnnetteLamarr/bulletPoint.png);
  background-repeat:no-repeat;
  background-position:right;
}

#member_message_value {
  background:url(https://dl.dropboxusercontent.com/u/61139479/AnnetteLamarr/bulletPoint.png);
  background-repeat:no-repeat;
  background-position:right;
}

/* This keeps the tops of the hearts from being cut off */
#profile_header .value {
  font-size:32px;
}

/* now to hide that fucking dash */
#status_value {
  color:white;
}

#status_value > a:nth-child(4) {
  margin-left:-25px;
}

.error_img {
  margin-left:90px;
}

/* since I can't center shit right */
#member_message_value {
  display:inline!important;
}

/* styling the chat/comments section now */
.wall_post_info,.wall_post_body {
  font-family:"Verdana";
}

.wall_post_info a,.wall_post_body a,#wall_poster_username,#show_strip_links_popup {
  color:#C8A2C8;
}

.wall_post_avatar {
  background:url(https://dl.dropboxusercontent.com/u/61139479/AnnetteLamarr/brilliantbenji.gif);
  width:50px;
  height:50px;
}

.wall_post_avatar img {
  display:none;
}