@charset "UTF-8";

body {
  background-color:#42413D;
  color:#B2AFAC;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

a:link,a:active {
  color:#959492;
  display:inline-block;
  padding:2px 4px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}

a:visited {
  padding:2px 4px;
  color:#959492;
}

a:hover {
  background-color:#959492;
  color:#42413D;
  padding:2px 4px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}

.header_links,.footer_links {
  color:#959492;
}

.heading {
  background-color:#42413D;
  color:#FFCE2B;
  padding-top:20px!important;
  padding-bottom:20px!important;
  border-bottom:1px solid #FFCE2B;
  text-align:center;
}

.img_radius_shadow {
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}

#profile_avatar {
  padding-top:40px;
}

#profile_main_photo {
  padding-top:100px;
}

#blurb_value {
  background-color:#FF533D;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  color:#fff;
  font-size:13px!important;
  padding:0 10px;
  font-weight:bold;
  height:20px!important;
}

#member_type_value,.nobegging {
  color:#FF533D;
}

#profile_interests_content .container {
  display:block;
  margin-bottom:20px!important;
}

#new_comment,#new_comment_login_message,#comments {
  padding:0 30px;
}

.wall_post,.wall_post_body {
  padding-bottom:15px!important;
}

#unix_last_login_container,#unix_last_updated_container,#last_login_string_container {
  display:none;
}