@charset "UTF-8";

.photo_gallery_image,#profile_avatar {
  margin:12px 4px 0;
  border:solid 1px #FF69B4;
  -moz-border-radius-topleft:75px;
  -moz-border-radius-topright:75px;
  -moz-border-radius-bottomleft:75px;
  -moz-border-radius-bottomright:75px;
  -webkit-border-top-left-radius:75px;
  -webkit-border-top-right-radius:75px;
  -webkit-border-bottom-left-radius:75px;
  -webkit-border-bottom-right-radius:75px;
  border-top-left-radius:75px;
  border-top-right-radius:75px;
  border-bottom-left-radius:75px;
  border-bottom-right-radius:75px;
}

#main_photo {
  width:250px;
  margin:2px;
}

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

a:hover {
  color:#000000;
}

a:visited {
  color:#000000;
}

a img {
  border:1px solid transparent;
}

a:hover img {
  border:1px solid #000000;
}

.value,.wall_post_body {
  color:#fff;
}

body {
  background:#000000 url(http://mymarcy.ru/wp-content/uploads/2015/03/127.jpg);
  background-attachment:fixed;
  font-family:Arial,sans-serif;
  color:#FF69B4;
  font-size:18px;
  vertical-align:top;
}

td .clock {
  font-size:12px!important;
}

.profile_section_content {
  color:#FF69B4;
  padding:4px;
  border:1px solid #ff8;
  border-radius:8px;
  -moz-border-radius:7px;
  background-colortransparent:#DB7093;
}

.profile_section_content .heading {
  padding:4px;
  margin:4px;
  background-color:#FF69B4;
  color:#6ff;
  font-family:'Trebuchet MS',Verdana,sans-serif;
  font-weight:bold;
  font-size:26px;
  border-radius:6px;
  -moz-border-radius:5px;
}

.content {
  padding:4px;
}

.profile_subsection .container,.wall_post {
  display:block;
  padding:2px;
  margin:0;
  color:#000000;
  border-bottom:1px solid #282;
}