@charset "UTF-8";

.container {
  background-color:#87CEEB;
  font-family:courier;
  margin:5px;
  padding:20px;
}

.nav {
  height:40px;
  background:white;
  width:1200px;
}

.nav ul {
  margin:0;
  padding:0;
}

.nav ul li {
  list-style:none;
}

.nav ul li a {
  text-decoration:none;
  float:left;
  display:block;
  padding:8px 22px;
  color:#f4a142;
  font-size:16px;
}

.nav ul li a:hover {
  color:#fffdad;
}

.nav_wrapper {
}

#header {
  padding:50px 10px 30px;
}

.social_icons_container {
  margin:0 auto;
  padding:0 180px;
}

#banner1 {
  padding:0;
}

#about_me_content {
  float:left;
  padding:0 0 50px 90px;
  margin:0 auto;
}

#banner2 {
  padding:0 0 0 45px;
}

#tip_menu_content {
  float:left;
  padding:0 0 0 30px;
  margin:0 auto;
}

#room_rules_content {
  float:right;
  padding:0;
  margin:0;
}

.title {
  text-decoration:none;
  display:block;
  padding:8px 24px;
  color:#f4a142;
  font-size:18px;
}

.store-container {
  margin:auto;
  height:150px;
  overflow:auto;
}

.store-item {
  width:30%;
  height:135px;
  margin:.3%;
  float:left;
  background-color:#666;
  border-radius:10px;
  padding-right:5px;
  position:relative;
  overflow:hidden;
}

.store-item .image {
  width:100%;
  height:100%;
  position:absolute;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:31%;
  height:100%;
  background-color:#fffdad;
  opacity:.9;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

.store-item:hover .desc,.store-item:hover .desc a {
  background-color:#fffdad;
  opacity:.9;
  color:#eee;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:12px;
  width:50%;
  font-size:1em;
  font-weight:bold;
  text-align:center;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  font-size:.75em;
  line-height:1.2;
  display:none;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:13px;
  position:absolute;
  bottom:5px;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:#444;
  padding:3.5px 10px;
  border-radius:8px;
}

#banner3 {
  padding:0 0 0 20px;
}

#photos_content {
  padding:0 0 50px 60px;
}

#banner4 {
  padding:0 0 0 20px;
}

#videos_content {
  padding:0 0 50px 60px;
}

#banner5 {
  padding:0 0 0 20px;
}

#games_rules_content {
  padding:0 0 0 90px;
}

#banner6 {
  padding:0 0 0 20px;
}

#shoutouts_content {
  padding:0 0 0 100px;
}

#end_page {
  padding:20px 0 20px 20px;
}

.profile_row {
  display:none;
}

.heading {
  display:none;
}

#header_bar,#username_container,#gender_container,#ethnicity_container,#eyes_container,#age_container,#country_container,#sexual_preference_container,#marital_status_container,#about_me_label,#profile_friends,#footer_bar,#tag_container,#tag_label {
  display:none;
}