@charset "UTF-8";

@url(http://fonts.googleapis.com/css?family=Eater)
a:visited,#member_type_value,a:link,a:active,a:hover {
  color:#EDA100;
}

#profile {
  width:800px;
  text-align:left;
  margin:auto;
}

body {
  color:#EDA100;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  text-align:center;
  margin:0;
  padding:0;
}

#fixed_background {
  display:block;
  background-position:top center;
  background-attachment:fixed;
  background-repeat:repeat-y;
  background-image:url(http://s22.postimg.org/jbq1zj2r5/Picture1.png);
  background-color:#CCC;
}

.profile_section_content {
  padding:10px;
  margin:10px;
}

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

.profile_section {
  background-image:url(http://s22.postimg.org/bak8o4q0h/post_Top.png);
  margin:10px;
  display:block;
  width:auto;
}

.value {
  background-image:url(http://s22.postimg.org/bak8o4q0h/post_Top.png);
  display:table-cell;
  margin-right:10px;
  min-width:175px;
  padding:10px 3px 3px;
  width:100%;
}

.label {
  background-image:url(http://s22.postimg.org/bak8o4q0h/post_Top.png);
  display:table-cell;
  font-weight:bold;
  margin-right:10px;
  min-width:175px;
  padding:10px 3px 3px;
  text-align:right;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#000000;
  color:#FFFFFF;
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  -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;
  -webkit-text-shadow:1px 1px 1px #651023;
  -moz-text-shadow:1px 1px 1px #651023;
  text-shadow:1px 1px 1px #651023;
  background-image:url(http://alienbikes.com/main_bkg.jpg);
  width:100%;
}

.content {
  padding:5px;
}

#profile_main_photo img#main_photo {
  visibility:hidden;
  height:268px;
  width:280px;
}

#profile_main_photo {
  display:block;
  width:300px;
}

#profile_main_photo .profile_section {
  background-image:url(http://s24.postimg.org/5m9zuzip1/Untitled.png);
  background-repeat:no-repeat;
}

#avatar_holder {
  background-image:url(http://s2.postimg.org/xjsp7tk2d/Untitled2.png);
  bottom:10px;
  position:absolute;
  background-position:center center;
}

#wall_poster_avatar {
  background-image:url(http://s2.postimg.org/xjsp7tk2d/Untitled2.png);
  background-size:50px 50px;
  display:none;
}

#profile_main_photo div div {
  background-image:url();
  background-position:bottom;
  background-repeat:no-repeat;
}

#profile_friends {
  margin-top:20px;
}

#favorite_models_label,#favorite_models_value,#wall_poster_username,#header_bar,#average_rating_count,#no_profile_avatar {
  display:none;
}

#new_comment_inputs {
  width:100%;
}

#user_comment_comment {
  background-color:rgba(255,255,255,0.9);
  height:100px;
  width:725px;
  color:#666;
  font-size:14px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  margin:5px 0 10px;
  padding:10px;
  border:#000 1px solid;
  font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
  transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  box-shadow:0 0 5px rgba(81,203,238,0);
  -webkit-box-shadow:0 0 5px rgba(81,203,238,0);
  -moz-box-shadow:0 0 5px rgba(81,203,238,0);
  resize:none;
}

#user_comment_comment:focus,#user_comment_comment:hover {
  background-color:#FFF;
  color:#000;
  outline:none;
  border:#EDA100 1px solid;
  font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
  box-shadow:0 0 5px #EDA100;
  -webkit-box-shadow:0 0 5px #EDA100;
  -moz-box-shadow:0 0 5px #EDA100;
}

#friends_container form,#admirers_container form {
  display:inline-block;
}

#friends_container br,#admirers_container br {
  content:""!important;
  display:none!important;
}

#be_anywhere_label,#favorite_movies_label {
  text-align:left!important;
}

#favorite_movies_value,#be_anywhere_value {
  background-image:none;
}

#profile_comments div.heading {
  margin-top:5px;
  margin-bottom:-20px;
}

#new_comment_buttons label,#new_comment_buttons a {
  display:none;
}

#new_comment_buttons {
  font-size:0;
}