@charset "UTF-8";

a:
body {
  color:#FFF;
  font-family:"verdana";
  font-weight:bold;
  font-style:italic;
  font-size:14px;
  background-position:center top;
  background-attachment:scroll;
  background-repeat:repeat-y;
  background-color:#18A8B9;
  padding:0;
  margin:0;
}

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

.profile_section_content {
  color:#FFF;
}

img {
  border:0 none;
  border-radius:5px;
  box-shadow:4px #060606;
}

#header_bar {
  background-color:#1A1A1A;
  padding:5px 20px 10px 10px;
  height:25px;
  box-shadow:5px rgba(47,47,47,1);
  border-top:4px solid #EE2050;
}

#profile {
  width:100%;
  max-width:1024px;
  margin:auto;
  display:block;
  padding-top:450px;
  background-image:url(https://img.mfcimg.com/photos2/174/17403614/119-131-151-714-7289731.jpg);
  background-repeat:no-repeat;
  background-size:100% auto;
  background-position:0 -0;
  box-shadow:0 0 5px #333;
}

.profile_row {
  display:block;
  width:100%;
  background-color:rgba(12,12,12,0.89);
}

.profile_section {
  display:block;
  width:100%;
}

#profile_main_photo {
  display:inline-block;
  width:30%;
  vertical-align:top;
}

#main_photo {
  width:250px;
  margin-bottom:15px;
  border-top:10px solid #EE2050;
  border-bottom:10px solid #EE2050;
}

#profile_main_about_holder {
  display:block;
  width:100%;
  border-spacing:0;
  background-color:rgba(12,12,12,0.89);
}

#profile_about_me_friends {
  display:inline-block;
  vertical-align:top;
  width:69%;
}

.profile_section_content .heading {
  padding:5px;
  font-family:"Verdana";
  font-size:14px;
  box-shadow:0 0 4px rgba(47,47,47,1);
  text-shadow:0 0 0 #777;
  background-color:#EE2050;
  color:#FFF;
  font-style:normal;
  font-weight:bold;
  border-radius:4px;
  margin:10px!important;
}

.photo_gallery_preview {
  margin:10px;
  text-align:center;
  display:inline-block;
  width:140px;
  border:2px solid rgba(239,239,239,1);
  border-radius:5px;
  background-color:rgba(255,255,255,0.11);
}

.photo_gallery_image {
  width:80px;
  height:80px;
  border-radius:5px;
  border-bottom:5px solid #EE2050;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
}

.photo_gallery_image:hover {
  width:80px;
  height:80px;
  border-radius:5px;
  box-shadow:5px #2F2F2F;
}

.wall_post {
  clear:both;
  padding-bottom:30px;
  border-bottom:1px solid rgba(2,2,2,1);
  margin-bottom:10px;
}

#footer_bar {
  background-color:#1A1A1A;
  padding:5px 20px 10px 10px;
  height:25px;
  box-shadow:5px rgba(47,47,47,1);
}