@charset "UTF-8";

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

a:visited {
  color:#aa6492;
}

body {
  background-color:#ffffff;
  background-color:#ffc0cb;
  color:#999;
  font-family:'Lucida Sans Unicode';
  font-weight:normal;
  font-style:normal;
  font-size:11px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(http://i.imgur.com/UDwhTEy.png);
}

.profile_section_content {
  color:#999;
  border:4px double #cca0aa;
  padding:15px;
  margin:5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 15px #fff;
  -moz-box-shadow:0 0 15px #fff;
  box-shadow:0 0 15px #fff;
}

.profile_section_background {
  background-color:transparent;
  background-color:#fff;
  filter:alpha(opacity=95);
  opacity:.95;
}

.img_radius_shadow {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:-4px -4px 6px #eea8d6;
  -moz-box-shadow:-4px -4px 6px #eea8d6;
  box-shadow:-4px -4px 6px #eea8d6;
}

.profile_section_content .heading {
  padding:10px;
  background-color:#FFDDF4;
  color:#d49573;
  font-family:'Tahoma';
  font-weight:bold;
  font-style:normal;
  font-size:16px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 4px #d49573;
  -moz-box-shadow:0 0 4px #d49573;
  box-shadow:0 0 4px #d49573;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

@font-face {
  font-family:'mathleteskinny';
  src:url(http://chloemarie.net/custom/mfc/Mathlete-Skinny-webfont.eot);
  src:url(http://chloemarie.net/custom/mfc/Mathlete-Skinny-webfont.eot?#iefix) format("embedded-opentype)","url(http://chloemarie.net/custom/mfc/Mathlete-Skinny-webfont.woff") format("woff)","url(http://chloemarie.net/custom/mfc/Mathlete-Skinny-webfont.ttf") format("truetype)","url(http://chloemarie.net/custom/mfc/Mathlete-Skinny-webfont.svg#mathleteskinny") format("svg");
  font-weight:normal;
  font-style:normal;
}

#chloe,#chloe * {
  box-sizing:border-box;
  margin:0;
  font-family:mathleteskinny,'comic sans';
  font-size:20px;
}

#chloe {
  width:520px;
  background:#E1EAE7;
  padding:20px 10px;
}

#qa > span {
  display:block;
  height:130px;
  width:165px;
  background:url(http://chloemarie.net/custom/mfc/labels.png) 0 0 no-repeat;
}

#qa > span:hover {
  background:url(http://chloemarie.net/custom/mfc/labels.png) 0 -125px no-repeat;
}

#qa td {
  vertical-align:top;
}

#qa tr:nth-child(2n) td {
  padding-bottom:15px;
}

#profile_header,#profile_main_photo,#tags_container,#profile_about_me > .heading,#username_container,#cam_score_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#favorite_food_container,#pets_container,#about_me_label {
  display:none;
}

#profile_about_me_friends {
  display:block;
  width:960px;
  margin:0 auto;
}

#chloe {
  background-color:#fff;
}

#about_me_container.container {
  margin:0 auto;
  width:620px;
  display:block;
  text-align:center;
}

div.calendar {
  width:600px;
}

div.calendar div.month-title {
  margin-top:15px;
  font:x-large Verdana,Arial,Helvetica,sans-serif;
  text-align:center;
  height:40px;
  background-color:white;
  color:black;
}

/* Styling for the footer */
div.calendar div.footer {
  font:small Verdana,Arial,Helvetica,sans-serif;
  text-align:center;
}

/* Styling for the overall table */
div.calendar table {
  font:100% Verdana,Arial,Helvetica,sans-serif;
  table-layout:fixed;
  border-collapse:collapse;
  width:100%;
}

/* Styling for the column headers (days of the week) */
div.calendar th {
  padding:0 .5em;
  text-align:center;
  background-color:pink;
  color:white;
}

/* Styling for the individual cells (days) */
div.calendar td {
  font-size:medium;
  padding:.25em;
  width:14%;
  height:80px;
  text-align:left;
  vertical-align:top;
}

/* Styling for the date numbers */
div.calendar .date {
  font-size:large;
  padding:.25em;
  text-align:left;
  vertical-align:top;
}

/* Class for individual days (coming in future release) */
div.calendar .sun {
  color:red;
}

/* Hide the month element (coming in future release) */
div.calendar th.month {
  visibility:hidden;
  display:none;
}

div.calendar .center-align {
  text-align:center;
  margin:15px 0;
  font-size:22px;
}

div.calendar .pink {
  color:pink;
}

div.calendar .green {
  color:seagreen;
}

div.calendar .bbblue {
  color:aquamarine;
}

#beebs2 {
  height:6939px;
}