@charset "UTF-8";

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

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

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

body {
  margin:0 auto;
  padding-top:20px;
  padding-bottom:50px;
  width:900px;
  background:url(//mediadexdesign2002.files.wordpress.com/2014/11/2a.gif);
  background-position:top left;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:100%;
  background-color:#f1f1f1;
  color:#333;
}

.profile_section_content {
  color:#333;
  border:1px solid #999;
  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:#FFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.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:#f1f1f1;
  box-shadow:inset 0 1px 5px #ccc;
  -moz-box-shadow:inset 0 1px 5px #ccc;
  -webkit-box-shadow:inset 0 1px 5px #ccc;
  padding:5px;
  color:#333;
  font-family:'Century Gothic';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-text-shadow:0 1px 0 #777;
  -moz-text-shadow:0 1px 0 #777;
  text-shadow:0 1px 0 #777;
  text-indent:5px;
  font-variant:small-caps;
}

.heading:before {
  content:'â–·';
  margin-left:4px;
  margin-right:4px;
  font-size:13px;
  color:#000;
}

.label:before {
  content:'â˜†';
  margin-left:4px;
  margin-right:4px;
  font-size:12px;
  color:#000;
}

.content {
  padding:5px;
}

img {
  border:none;
}

#server_time::before {
  content:'design by Studio CssMfc Productions';
  display:block;
  margin-left:0;
  margin-right:5px;
  font-size:10px;
  color:#000;
  font-weight:normal;
  font-variant:small-caps;
}

#footer_bar::after {
  content:' design @CssMfc - Twitter';
  display:inline-block;
  margin-left:50px;
  margin-right:5px;
  font-size:12px;
  color:#000;
  font-weight:normal;
  font-variant:small-caps;
  width:220px;
  height:auto;
}

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

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

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

/*** global ***/
.user_comment_textarea_small {
  width:700px;
  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 .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
}

.user_comment_textarea_big {
  width:700px;
  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:rgb(136,137,137);
  background:-moz-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(136,137,137,1)),color-stop(1%,rgba(246,248,249,1)),color-stop(50%,rgba(229,235,238,1)),color-stop(51%,rgba(190,198,198,1)),color-stop(99%,rgba(245,247,249,1)),color-stop(100%,rgba(136,137,137,1)));
  background:-webkit-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-o-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-ms-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:linear-gradient(to bottom,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888989',endColorstr='#888989',GradientType=0);
  -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:#ccc;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  border:4px solid #FFFFFF;
  border-radius:50%;
  margin-top:10px;
  border:2px solid rgba(255,255,255,0.0);
}

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

.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;
  width:800px;
  font-weight:normal;
  background:none;
}

.wall_post_body {
  height:auto;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  margin-top:0;
  text-indent:11px;
  border-bottom:1px solid rgba(102,102,102,0.5);
  width:713px;
  margin-left:70px;
  font-size:12px;
  color:#222;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #ccc;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.3);
  border-top:6px 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;
}

/*** Custom MyFreeCams Profile design by Studio CSSMFC Productions : http://css-mfc-profile.design-xpro.com ***/
::-webkit-scrollbar {
  width:8px;
}

::-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:#333;
  -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;
}