@charset "UTF-8";

a:link,a:active,a:hover {
  color:#ffffff;
}

a:visited {
  color:#877f7f;
}

#avatar_holder {
  display:block;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  background:url(http://s30.postimg.org/qonn9lzj5/olivialogo500px.png) no-repeat;
  width:500px;
/* Width of new image */
  height:150px;
/* Height of new image */
  padding-left:800px;
/* Equal to width of new image */
  padding-right:100px;
}

.recent_photos {
  display:block;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  background:url(http://s24.postimg.org/zf6jcuo8l/oliviamenu250px.jpg) no-repeat;
  width:500px;
/* Width of new image */
  height:700px;
/* Height of new image */
  padding:bottom:700px;
  padding-left:500px;
/* Equal to width of new image */
  border-radius:15px;
}

.heading {
  display:none;
}

.recent_photos .img_radius_shadow {
  display:none;
}

body {
  background-color:#ffffff;
  background-color:#b38dc9;
  color:#666666;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:20px;
  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:#ceb1df;
  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_header_container {
  height:150px;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#ceb1df;
  color:#FFFFFF;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  -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;
}