@charset "UTF-8";

/*Remove All Elements Except for Interests and Hobbies Section*/
div#profile_header.profile_section,div#profile_main_photo,Td .clock,header_bar,div#avatar_holder,div#server_time table,.header_links,div#profile_friends,.heading,ul#photo_gallery_previews,ul#password_photo_gallery_previews,div#profile_photo_galleries,div#profile_password_photo_galleries,div#header_bar,div#profile_schedule,div#profile_comments,span#craziest_thing_label.label,#profile_main_about_holder {
  display:none;
}

#craziest_thing_container,.profile_section,#craziest_thing_container #craziest_thing_value,#profile_interests_content,.profile_section_content {
  margin:0;
  padding:0;
  width:100%;
  display:block;
}

html,body {
  background:#000;
  color:#fff;
  padding:0;
  margin:0;
  font-family:'Montserrat',sans-serif;
  font-weight:300;
  font-size:16px;
}

nav,section {
  font-family:'Montserrat',sans-serif;
}

a {
  color:#fd3c4b;
  font-weight:700;
}

em {
  font-weight:400;
  font-style:normal;
}

strong {
  font-weight:700;
}

h1,h2 {
  font-weight:900;
  margin:0;
}

h1 {
  padding:20px 0;
  font-size:40px;
}

h2 {
  padding:10px 0;
  font-size:24px;
}

/*
header {
  text-align:center;
  background:#000;
  border-bottom:3px solid #fff;
}
*/
.nav {
  text-align:center;
  padding:10px 0;
  background:#000;
  border-bottom:3px solid #fff;
}

.nav ul {
  display:inline;
}

.nav ul li {
  display:inline;
  color:#fff;
  margin:0 11px;
}

.nav ul li a {
  color:#fff;
  text-decoration:none;
  font-weight:400;
  text-transform:uppercase;
  font-size:15px;
}

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

.hot-open,.chatroom,.video-sect {
  border-bottom:3px solid #fff;
}

.hot-open {
  height:1020px;
  background:url(http://freckledred.com/profile_wip1/toppicB.jpg) center -80px no-repeat;
  background-size:100% auto;
}

.hot-open img {
  display:none;
  width:100%;
}

.chatroom {
  background:url(http://freckledred.com/profile_wip1/chatroomrules_background.jpg) center top no-repeat;
  background-size:100% auto;
  padding:140px 0 40px;
  text-align:center;
}

.text-block1 {
  width:100%;
  color:#fff;
  background:#000;
  padding:30px 0;
  margin-bottom:40px;
  font-size:16px;
}

.text-block2 {
  width:500px;
  margin:30px auto;
  max-width:90%;
  border-radius:15px;
  background:rgba(0,0,0,.6);
  font-size:16px;
}

.tipButton {
  display:block;
  margin:11px auto;
  background:#393939;
  border-radius:12px;
  padding:6px;
  height:18px;
  font-size:18px;
  line-height:18px;
  color:#fff;
  text-decoration:none;
  width:300px;
  -webkit-transition:all ease-out .2s;
  -moz-transition:all ease-out .2s;
  -ms-transition:all ease-out .2s;
  -o-transition:all ease-out .2s;
  transition:all ease-out .2s;
}

.tipButton:hover {
  background-color:#900909;
  transform:scale(1.15,1.15);
  margin:12px auto;
}

.tks {
  padding-left:15px;
  margin-left:15px;
  border-left:1px solid #fff;
  color:#fdc03c;
}

.video-sect {
/*background: url(http://freckledred.com/profile_wip1/photos_back2.jpg) no-repeat;*/
  width:100%;
  height:600px;
  overflow:hidden;
  display:block;
  position:relative;
  background:#306;
  padding:40px 0 20px;
}

.video-sect video {
  position:absolute;
  top:0;
  z-index:1;
  opacity:.3;
}

.videocontent {
  position:relative;
  z-index:1;
  padding:80px auto;
  width:1000px;
  margin:0 auto;
  text-align:center;
}

.photo-sect iframe,.video-sect iframe {
  background:#fff;
  padding:10px 0;
}

.photo-sect {
  background:url(http://freckledred.com/profile_wip1/photos_back2.jpg) center top no-repeat;
  background-size:100% auto;
  padding:90px 0 200px;
}

.photo-stack-container {
  width:1000px;
  margin:0 auto;
  background:url(http://freckledred.com/profile_wip1/photosstack.png) no-repeat;
  background-size:54% auto;
  padding:42px 0 42px 350px;
  height:750px;
  text-align:center;
  color:#fff;
}

.main-copy {
  width:590px;
  margin:0 auto;
  max-width:92%;
}

@media (max-width: 1760px) {
  .hot-open {
    height:auto;
  }
  
  .hot-open img {
    display:block;
  }
}

@media (max-width: 1200px) {
  .videocontent,.photo-stack-container {
    max-width:80%;
  }
  
  .photo-stack-container {
    padding-left:100px;
  }
  
  header nav ul {
    display:block;
    padding-top:15px;
  }
  
  .chatroom {
    background-size:auto 100%;
  }
}

@media (max-width: 700px) {
  .photo-sect {
    background-size:auto 700px;
  }
  
  .chatroom {
    background-size:auto 100%;
  }
  
  .photo-stack-container {
    padding-left:30px;
  }
}