@charset "UTF-8";

a:link,a:active,a:hover {
  color:#3BCFB8;
}

a:visited {
  color:#71F5B3;
}

body {
  background-attachment:fixed;
  background-color:#E0E0E0;
  background-image:url(https://farm4.staticflickr.com/3725/13250524124_29b7cd6c10_o.jpg),url(https://farm4.staticflickr.com/3725/13250524124_29b7cd6c10_o.jpg),url(https://farm4.staticflickr.com/3725/13250524124_29b7cd6c10_o.jpg);
  background-position:left top 50px,right 40px bottom,left top;
  background-repeat:no-repeat,no-repeat,repeat;
  color:#00192A;
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  padding:0;
}

#fixed_background {
  display:none;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:-200;
}

#profile {
  background:url(https://farm8.staticflickr.com/7192/13249842525_52164a889e_o.png) no-repeat scroll center top #FFFFFF;
  box-shadow:0 0 20px 3px #333333;
  font-size:.875em;
  line-height:1.25;
  margin:40px auto -10px;
  width:800px;
}

#profile_header {
  padding:400px 0 0;
}

.profile_section {
  border-spacing:0;
}

.profile_section {
  border-spacing:2px;
  display:table-cell;
  width:100%;
}

#profile_main_about_holder {
  border-spacing:0;
  display:table;
  width:100%;
}

#profile_section {
  border-spacing:0;
}

.profile_section_content {
  zindex:auto;
  border-radius:5px;
  margin:5px;
  padding:5px;
  position:relative;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFE6B6;
  filter:alpha(opacity=100);
  opacity:1;
  width:auto;
  display:block;
}

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

.profile_section .heading {
  -moz-box-sizing:border-box;
  background:none repeat scroll 0 0 #FF0121;
  color:#000000;
  font-size:2em;
  font-weight:normal;
  height:40px;
  padding:10px 0 0 15px;
}

#profile_about_me_friends {
  display:table-cell;
  vertical-align:top;
  width:100%;
}

#profile_about_me {
  margin:20px 0;
}

#profile_about_me_friends {
  display:table-cell;
  vertical-align:top;
  width:100%;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

.navbar {
  background-color:#FF0121;
  box-shadow:0 3px 20px 3px rgba(0,0,0,0.8);
  font-size:1rem;
  height:40px;
  left:0;
  line-height:1;
  position:fixed;
  top:0;
  width:100%;
  z-index:500;
}

.nav {
  display:block;
  margin:0 auto;
  width:940px;
}

.nav ul {
  list-style-type:none;
  margin:0;
  overflow:hidden;
  padding:0;
}

.nav li {
  float:left;
}

.nav a:link,.nav a:visited {
  background-color:#FF0121;
  color:#ffffff;
  display:block;
  font-size:1em;
  height:30px;
  padding:10px 20px 0;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  width:auto;
}

.about-me {
  -moz-box-sizing:border-box;
  padding:0 20px;
}

.about-me .header {
  font-size:1.25em;
  font-weight:bold;
  margin-bottom:-10px;
  margin-top:20px;
}

.store {
  font-size:1rem;
  line-height:1;
}

.store-header {
  -moz-box-sizing:border-box;
  background:none repeat scroll 0 0 #FF0121;
  color:#FFFFFF;
  font-size:1.065em;
  font-weight:bold;
  height:40px;
  margin:auto;
  padding:10px 0 0 15px;
}

.room {
  font-size:1rem;
  line-height:1;
}

.room-header {
  -moz-box-sizing:border-box;
  background:none repeat scroll 0 0 #FF0121;
  color:#FFFFFF;
  font-size:1.5em;
  font-weight:bold;
  height:40px;
  margin:auto;
  padding:10px 0 0 15px;
  text-decoration:none;
  text-transform:uppercase;
}

#footer_bar,#profile_about_me > div:nth-child(1) {
  display:none;
}