@charset "UTF-8";

a:link,a:active {
  color:#ff80ab;
  text-decoration:none;
}

a:hover {
  color:#000000;
  text-decoration:none;
}

a:visited {
  text-decoration:none;
  font-weight:normal;
}

body {
  margin:0 auto;
  padding-top:230px;
  padding-bottom:50px;
  width:1100px;
  background:url(http://i67.tinypic.com/j5l9gm.png),url(http://i66.tinypic.com/rh1zz6.jpg);
  background-position:top center,top left;
  background-repeat:no-repeat,no-repeat;
  background-attachment:local,fixed;
  background-size:90%,100%;
  background-color:#ffffff;
  color:#ffffff;
}

.profile_section_content {
  color:#ffffff;
  border:1px solid #ffffff;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777;
  -moz-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
}

.profile_section_background {
  background-color:transparent;
  background-color:rgba(255,255,255,.9);
  filter:alpha(opacity=90);
  opacity:.9;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777;
  -moz-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
}

.profile_section_content .heading {
  background:#ffffff;
  padding:5px;
  color:#ffffff;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  font-weight:bold;
  font-style:normal;
  font-size:0;
  -webkit-border-radius:0 6px 6px 0;
  -moz-border-radius:0 6px 6px 0;
  border-radius:0 6px 6px 0;
  -webkit-text-shadow:0 1px 0 #000;
  -moz-text-shadow:0 1px 0 #000;
  text-shadow:0 1px 0 #000;
  text-indent:5px;
  font-variant:small-caps;
}

.content {
  padding:5px;
}

#footer_bar {
  padding:6px;
  text-indent:12px;
  background:#ffffff;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin-top:12px;
  box-shadow:inset 0 1px 3px #333;
  -moz-box-shadow:inset 0 1px 3px #333;
  -webkit-box-shadow:inset 0 1px 3px #333;
  border:1px solid #ccc;
  font-size:13px;
}

#header_bar a:link,#header_bar a:visited,#header_bar a:active {
  color:#FFF;
  text-decoration:none;
  text-shadow:0 0 4px #ffffff;
}

#header_bar a:hover {
  color:#ffffff;
  text-decoration:underline;
  text-shadow:none;
}

img {
  border:none;
}

#server_time {
  visibility:hidden;
  float:right;
  font-weight:bold;
  font-size:0;
}

#no_profile_avatar {
  margin-top:10px;
  text-align:center;
  background-color:#ffffff;
  background-image:url();
}

div#profile_about_me.profile_subsection {
  font-size:13px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

/*** global ***/
.user_comment_textarea_small {
  width:900px;
  height:20px;
  font-size:14px;
  background:rgba(255,255,255,.5);
  color:#000;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  margin-top:12px;
  padding:15px;
  outline:none;
  outline-style:none;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
  transition:all .5s ease;
}

.user_comment_textarea_big {
  width:900px;
  height:100px;
  padding:15px;
  background:rgba(255,255,255,.5);
  color:#333;
  margin-top:12px;
  -webkit-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  -moz-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  outline:none;
  outline-style:none;
}

input {
  color:#069;
  text-shadow:0 1px 7px #666;
  border:1px solid #333;
  outline:none;
  outline-style:none;
}

.photo_gallery_image {
  padding:5px;
  width:80px;
  height:80px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background:#f1f1f1;
  box-shadow:0 1px 0 #333;
  -moz-box-shadow:0 1px 0 #333;
  -webkit-box-shadow:0 1px 0 #333;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

.photo_gallery_image:hover {
  padding:5px;
  width:80px;
  height:80px;
  background:#333;
}

.wall_post_avatar img {
  width:60px;
  height:60px;
  background:none repeat scroll 0 0 #F4F4F4;
  border:4px solid #f1f1f1;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin-top:6px;
  border:2px solid #ccc;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
  margin-left:14px;
}

.wall_post_avatar:hover img {
  border:2px solid #f1f1f1;
  box-shadow:0 0 2px #333,0 1px 3px #000;
  -ms-box-shadow:0 0 2px #333,0 1px 3px #000;
  -o-box-shadow:0 0 2px #333,0 1px 3px #000;
  -webkit-box-shadow:0 0 2px #333,0 1px 3px #000;
}

.wall_post_info {
  height:22px;
  border-radius:12px 2px 0 0;
  -moz-border-radius:12px 2px 0 0;
  -ms-border-radius:12px 2px 0 0;
  -o-border-radius:12px 2px 0 0;
  -webkit-border-radius:12px 2px 0 0;
  padding-top:4px;
  text-indent:11px;
  font-weight:normal;
  background:none;
}

.wall_post_body {
  height:auto;
  margin-top:0;
  text-indent:11px;
  margin-left:70px;
  font-size:12px;
  color:#222;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
  border-top:1px solid #333;
}

.wall_post_info a:link {
  color:#036;
  text-decoration:none;
  font-size:14px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
}

.wall_post_info a:hover {
  color:#C00;
  text-decoration:none;
  font-size:14px;
}

.wall_post_info a:hover:after {
  content:'Â« Visit Profile';
  width:110px;
  height:20px;
  margin-left:2px;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  text-indent:5px;
  font-size:11px;
  color:#222;
}

.wall_post_time {
  display:none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(255,255,255,0.3);
  -webkit-border-radius:10px;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#ffffff;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(204,0,0,.4);
  border:1px solid #FFF;
}

.designer {
  display:inline-block;
  width:20px;
  height:15px;
  background:url(https://mfcpro.files.wordpress.com/2014/11/plus.gif);
  background-repeat:no-repeat;
  background-position:left top;
  position:fixed;
  bottom:3px;
  left:3px;
  -webkit-transition:.5s;
  -moz-transition:all .5s;
  -o-transition:.5s;
  -ms-transition:.5s;
  transition:.5s;
  overflow:hidden;
  text-indent:33px;
}

.designer:hover {
  background:#f1f1f1;
  text-align:center;
  font-size:12px;
  padding-left:5px;
  padding-right:5px;
  width:200px;
  height:auto;
}

div#password_photo_gallery_control.holder,div#profile_password_photo_galleries.profile_section,ul#password_photo_gallery_previews.photo_gallery_previews,li.photo_gallery_preview,div.photo_gallery_name {
  display:none;
}

div#profile_main_photo {
  display:none;
}

div#profile_main_about_holder.profile_row {
  display:none;
}

div#profile_header.profile_section {
  display:none;
}