@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#000000;
  background-color:#000000;
  color:#ffffff;
  font-family:'Verdana';
  font-weight:bolder;
  font-style:bold;
  font-size:12px;
}

#fixed_background {
  display:block;
  background-position:bottom right;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/165/16514716/466-508-709-303-6247500.jpg);
}

.profile_section_content {
  color:#444444;
  border:1px solid #888888;
  padding:5px;
  margin:5px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:4px 4px 8px #444444;
  -moz-box-shadow:4px 4px 8px #444444;
  box-shadow:4px 4px 8px #444444;
  width:66%;
  text-wrap:unrestricted;
}

.profile_section_background {
  background-color:transparent;
  background-color:#000000;
  filter:alpha(opacity=25);
  opacity:.25;
  text-wrap:unrestricted;
}

.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:#440000;
  color:#FFFFFF;
  font-family:'Palatino Linotype';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:2px 2px 4px #777777;
  -moz-box-shadow:2px 2px 4px #777777;
  box-shadow:2px 2px 4px #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
  text-wrap:unrestricted;
}

#tags_container {
  -ms-word-break:break-all;
  word-break:break-all;
/* Non standard for webkit */
  word-break:break-word;
  -webkit-hyphens:auto;
  -moz-hyphens:auto;
  -ms-hyphens:auto;
  hyphens:auto;
}

#tags_value {
  -ms-word-break:break-all;
  word-break:break-all;
/* Non standard for webkit */
  word-break:break-word;
  -webkit-hyphens:auto;
  -moz-hyphens:auto;
  -ms-hyphens:auto;
  hyphens:auto;
}