@charset "UTF-8";

/* MFC BOILER (nope, ended up just putting it all here anyway) */
#header_bar,#footer_bar,#favorite_books_label,#craziest_thing_label {
  display:none!important;
}

/* This is your sick/vacation message. */
#profile_header:after {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-weight:bold;
  border:1px solid #eee;
  width:99.85%;
  padding:8px 10px 8px 45px;
/* ______ hide or show the message __________ */
/* DISPLAY:NONE; */
  DISPLAY:BLOCK;
  background:#fff url(https://www.monbre.com/mfc-assets/eve_meditation.svg) no-repeat 1% 50%;
/*______SHARKWEEK______*/
/*
content:"SHARK WEEK! It's that time of the month,so I'm taking a small break. This is not reflected on the schedule.";
  background:#fff url(https://www.monbre.com/mfc-assets/shark.svg) no-repeat .5% 1%;
*/
  color:#c0392b;
/* ______ SICK ______ */
/* content:"Mar 31, 2017: I'm sick with the flu. Schedule is not accurate right now. Check my Twitter for updates.";
  background:#fff url(https://www.monbre.com/mfc-assets/first_aid.svg) no-repeat .5% 1%; */
}

#holdy {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

.hightip > img {
  height:65%;
  min-width:100px;
  width:55%;
  border:1px solid #a0c0df;
  border-radius:2px;
  margin:1px auto 7px;
  display:block;
}

.hightip > div {
  padding:0 0 0 10px;
  margin-top:-3px;
  font-size:11px;
}

.memberlist {
  width:100%;
  clear:both;
  border-top:1px dashed #a0c0df;
  font-size:13px;
  margin-top:3px;
  padding-top:3px;
}

.profile_section_content #favorite_books_container {
  width:98%;
  margin:0;
  display:block;
}

.bluebox {
  font-size:14px;
  background:#cde;
  width:100%;
  overflow-y:auto;
  margin:0 auto;
  border:1px solid #a0c0df;
  padding:2px;
  color:#036;
  height:100%;
}

.blueheader {
  color:white;
  margin:0 auto;
  background:#036;
  width:100%;
  padding:2px 0 4px;
  border-bottom:1px solid #222;
  border-top:1px solid #333;
}

.bluebox table {
  margin-top:4px;
}

.bluebox table > tbody > tr > td {
  vertical-align:top;
  cursor:default;
}

.bluebox table > tbody > tr:hover {
  text-decoration:underline;
}

.bluebox table > tbody > tr > td:nth-child(2) {
  width:125px;
  font-weight:bold;
  color:#c60;
}

.bluebox table > tbody > tr > td:nth-child(1) {
  width:315px;
  padding-right:2px;
  color:black;
  font-size:13px;
}

.bluebox table > tbody > tr > td:nth-child(3) {
  width:105px;
  text-align:center;
}

.buy_btn {
  cursor:pointer;
  width:72%;
  padding-right:5px;
  -webkit-appearance:none;
  -webkit-box-align:center;
  align-items:center;
  border-radius:3px;
  display:inline-flex;
  font-size:1rem;
  height:26px;
  text-decoration:none;
  position:relative;
  vertical-align:top;
  background-color:#036;
  border-color:transparent;
  color:#fff;
}

.buy_btn:hover {
  color:white;
  text-decoration:underline;
}

.buy_btn img {
  width:32px;
  height:32px;
  vertical-align:middle;
  margin:0 3px;
}

.buy_btn_club {
  float:right;
  width:33px;
  cursor:pointer;
  background:#036;
}

.buy_btn_club img {
  width:32px;
  height:32px;
  vertical-align:middle;
  margin:-5px 0 0;
}

.photo_gallery_preview {
  width:20%;
  vertical-align:top;
}

#profile_interests_content .heading {
  display:none;
}

#favorite_books_label {
  display:none;
}

#main_photo {
  width:94%;
  margin:0 auto;
  margin-bottom:5px;
}

.label {
  min-width:130px;
}

.profile_section .heading {
  margin-bottom:0;
}

#profile_schedule .label {
  min-width:55px;
}

#profile_schedule .heading {
  margin-top:-9px;
}

#profile_schedule .value {
  padding-bottom:2px;
}

#comments {
  padding-right:7%;
  height:325px;
  overflow:auto;
  margin-bottom:10px;
}

#profile_schedule {
  position:fixed;
  top:40%;
  left:.6%;
  font-size:9px;
  width:20.5%;
  min-width:195px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 0 6px #eee;
  z-index:999999999;
}

#profile_about_me {
  margin-top:-9px;
  margin-bottom:25px;
}

.wall_post_body {
  border-bottom:2px dashed #EBC5B9;
}

/* BOILER */
* {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

a {
  color:#c60;
  background-color:transparent;
}

a:hover {
  color:#c60;
}

input:focus,button:focus,div:focus,select:focus,a:focus,span:focus {
  outline-width:0;
  outline:0;
}

img {
  border:none;
}

:focus {
  outline:none;
}

::-moz-focus-inner {
  border:0;
}

body {
  background:url(https://www.monbre.com/mfc-assets/evebg.jpg) no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:10px;
}

html,body {
  height:100%;
  margin:0;
  font-size:12px;
  font-family:Tahoma,Verdana,Segoe,sans-serif;
}

h2 {
  font-size:18px;
  margin:1px 0 6px;
}

h3 {
  font-size:15px!important;
  margin:1px 0 4px -1px;
}

h4 {
  margin:0 0 2px;
}

.nav {
  list-style-type:none;
  width:57.1%;
  min-width:700px;
  background-color:#ecf0f1;
  border-bottom:1px solid #bdc3c7;
  margin:0 auto;
  z-index:200;
}

.nav a {
  text-align:center;
  display:inline-block;
  padding:5px 27px 6px;
  font-size:15px;
  text-decoration:none;
}

.nav a:hover {
  text-decoration:underline;
}

.bluebox ul,.bluebox ol,.bubble_floaty ul,.bubble_floaty ol {
  float:left;
  padding:0 0 0 8px;
  line-height:16px;
  margin-top:0;
}

.bluebox ul li,.bluebox ol li,.bubble_floaty ul li,.bubble_floaty ol li {
  margin:0 0 0 6px;
}

/* CUSTOM CSS START */
#eve_container {
  position:relative;
}

#col_left {
  width:20%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}

#col_left img {
  width:25%;
  height:25%;
  margin:15px;
}

#profile {
  width:59.4%;
  margin:0 auto;
  height:100%;
  position:relative;
  background-color:rgba(250,250,250,0.8);
  padding:36px 3px 3px;
  border:1px solid #8C9AA3;
}

#col_right {
  width:20%;
  height:100%;
  padding:17px 10px 0 8px;
  position:fixed;
  top:0;
  right:0;
}

.nav_holder {
  width:100%;
  position:fixed;
  top:0;
  left:0;
}

.social_row {
  text-align:center;
  float:left;
  width:100%;
}

.bubble_floaty {
  float:left;
  width:70%;
  min-width:145px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 0 6px #eee;
  padding:5px;
  font-size:11px;
  margin-bottom:15px;
}

@media only screen and (min-width: 1920px) and (max-width: 9999px) {
  #profile_schedule {
    font-size:11px;
  }
  
  #profile_schedule .label {
    min-width:75px;
  }
}

/* coded by Vael Victus, with love for his Eve */