@charset "UTF-8";

a:link,a:active,a:hover {
  color:#6b5c4e;
}

a:visited {
  color:#a74916;
}

body {
  width:900px;
/*Adjust the size of your centered content. 900-1024 px is recommended*/
  margin:0 auto;
}

body {
  background-color:#ffffff;
  background-color:#bf7d25;
  color:#666666;
  font-family:'Palatino Linotype';
  font-weight:normal;
  font-style:normal;
  font-size:11px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/153/15338555/967-753-509-104-5643585.jpg);
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -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:#e5eaba;
  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:#72614b;
  color:#FFFFFF;
  font-family:'Palatino Linotype';
  font-weight:normal;
  font-style:normal;
  font-size:11px;
  -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 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

#profile_main_photo,#new_comment,#comments,#wall_poster_avatar,#wall_poster_username,.wall_post_info,#new_comment_inputs,#blurb_container {
  display:none;
}