@charset "UTF-8";

#header_bar,#footer_bar {
  display:none;
}

#main_photo {
  width:550px;
  margin:-3px;
  border-radius:5px;
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

#profile_header .label,#profile_header .value {
  font-size:inherit;
}

.container {
  display:inherit;
  margin:7px 0 7px 20px;
}

#profile_header_container > #unix_last_updated_container {
  display:none;
}

#profile_header_container > #blurb_container {
  display:none;
}

.wall_post {
  clear:both;
  padding-bottom:10px;
}

.wall_post {
  clear:both;
  padding-bottom:30px;
}

.wall_post_avatar {
  float:left;
  margin-right:10px;
}

.wall_post_avatar img {
  width:60px;
  height:60px;
}

.wall_post_info {
  font-weight:bold;
  display:inline;
  padding-right:5px;
  padding-left:10px;
}

.wall_post_time {
  font-size:9px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 10px 10px;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  border:2px solid #E9C893;
  border-radius:50%;
  margin-top:2px;
  margin-left:10px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.wall_post_avatar img {
  width:50px;
  height:50px;
}

.user_comment_textarea_big,.user_comment_textarea_small {
  height:220px;
  padding:5px;
  width:992px;
  max-width:992px;
  min-width:992px;
}

#new_comment_inputs {
  margin-left:10px;
}

a:link,a:visited {
  color:#FFFFFF;
}

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

body {
  background-color:#ffffff;
  background-color:#1E392A;
  color:#FFFFFF;
  font-family:'Tahoma';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
}

.profile_section_content {
  color:#FFFFFF;
  border:2px ridge #E9C893;
  padding:5px;
  margin:5px;
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#1E392A;
  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 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#1E392A;
  color:#3CC47C;
  font-family:'Tahoma';
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  -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;
  -webkit-text-shadow:0 0 0 #FFFFFF;
  -moz-text-shadow:0 0 0 #FFFFFF;
  text-shadow:0 0 0 #FFFFFF;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}