@charset "UTF-8";

#profile_main_photo,#username_container,#cam_score_container,#gender_container,#body_type_container,#ethnicity_container,#body_type_container,#height_container,#age_container,#pets_container,#hair_container,#eyes_container,#weight_container,#city_container,#country_container,#smoke_container,#drink_container,#occupation_container,#school_container,#favorite_food_container,#automobile_container,#marital_status_container,#sexual_preference_container,#tags_container {
  display:none;
}

#about_me_label {
  display:none;
}

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

a:visited {
  color:#;
}

.about_heather_info {
  margin-left:auto;
  margin-right:auto;
  width:700px;
  align:center;
  color:#f8c6b8;
  font-size:25px;
  margin-bottom:30px;
}

/*Rules_Section*/
.heather_rules {
  width:550px;
  margin-left:auto;
  margin-right:auto;
  color:#f8c6b8;
  font-size:30px;
}

#rules_header {
  font-size:40px;
}

#HT_month {
  width:550px;
  margin-left:auto;
  margin-right:auto;
  color:#f8c6b8;
  font-size:30px;
}

#HT_month h1 {
  font-size:40px;
}

.raffle {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:600px;
  color:#f8c6b8;
  font-size:25px;
}

body {
  background-color:#ffffff;
  background-color:#f8c6b8;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#d4d6d2;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

/*Tip Menu*/
#tip-me {
  margin:0 auto;
  width:700px;
  margin-bottom:350px;
}

.tip h3 {
  font-family:"Times New Roman";
  color:#A1A39F;
}

.tip img {
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}

.tip-me-right {
  float:right;
}

#tip-me a {
  text-decoration:none;
  color:#d4d6d2;
  font-size:18px;
}

#tip-me a:hover {
  text-decoration:none;
  color:#f8c6b8;
}

#tip-me .tip {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #DDDDDD;
  color:#333333;
  float:left;
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  padding:20px;
  position:relative;
  text-shadow:0 1px rgba(255,255,255,0.8);
  width:630px;
}

#tip-me h3 {
  background-color:#FFFFFF;
  background-image:linear-gradient(#FFFFFF,#E6E6E6);
  font-size:60px;
  font-weight:normal;
  margin:-20px -20px 50px;
  padding:20px;
  text-align:center;
  border-bottom:1px solid #DDDDDD;
}

#tip-me h4 {
  background-color:#EEEEEE;
  background-image:linear-gradient(#FFFFFF,#EEEEEE);
  font-size:40px;
/*display: inline;*/
  font-weight:normal;
  margin:-20px -20px 50px;
  padding:20px;
  text-align:center;
}

#tip-me ul {
  list-style:none;
  margin:0 0 40px;
  padding:0;
  color:#717171;
  font-family:tahoma;
  font-size:15px;
  -webkit-column-count:2;
/* Chrome, Safari, Opera */
  -moz-column-count:2;
/* Firefox */
  column-count:2;
}

#tip-me li {
  border-bottom:1px solid #DDDDDD;
  padding:10px 40px;
}

/*Wish List CSS*/
div#wishlist_preview_section {
  background-color:#f8c6b8;
  padding:10px;
  width:1075px;
  border-radius:10px;
}

div.wishlist_preview_row {
  display:flex;
  justify-content:space-around;
  margin:10px 0;
}

div.wishlist_preview_container {
  display:inline-block;
  position:relative;
  text-align:center;
  width:200px;
}

img.wishlist_preview_gif {
  position:relative;
  width:200px;
  margin:0;
  border-radius:20px;
}

div.preview_info {
  position:absolute;
  top:0;
  left:0;
  height:135px;
  width:200px;
  border-radius:20px;
  background-color:rgba(0,0,0,0);
  color:rgba(0,0,0,0);
  vertical-align:middle;
  transition:background-color 2s,color 1s ease-in;
}

div.wishlist_preview_container:hover div.preview_info {
  background-color:rgba(0,0,0,0.8);
  color:rgba(255,255,255,1);
}

div.preview_desc {
  padding:10px;
  padding-top:40px;
}

h3.preview_title {
  position:relative;
  background-color:rgba(212,214,210,0.9);
  width:215px;
  margin:0;
  color:white;
}

h3.preview_title a {
  color:white;
  text-decoration:none;
}

.amazon_header {
  color:#f8c6b8;
  text-align:center;
  font-size:4em;
}

ul#explain {
  text-align:left;
  width:550px;
  margin:auto;
}

/*Video Section*/
div.video_preview_section {
  background-color:#f8c6b8;
  padding:10px;
  width:700px;
  border-radius:10px;
  margin-left:auto;
  margin-right:auto;
}

div.video_preview_row {
  display:flex;
  justify-content:space-around;
  margin:10px 0;
}

div.video_preview_container {
  display:inline-block;
  position:relative;
  text-align:center;
  width:200px;
}

img.video_preview_gif {
  position:relative;
  width:200px;
  margin:0;
  border-radius:20px;
}

div.preview_info {
  position:absolute;
  top:0;
  left:0;
  height:135px;
  width:200px;
  border-radius:20px;
  background-color:rgba(0,0,0,0);
  color:rgba(0,0,0,0);
  vertical-align:middle;
  transition:background-color 2s,color 1s ease-in;
}

div.video_preview_container:hover div.preview_info {
  background-color:rgba(0,0,0,0.8);
  color:rgba(255,255,255,1);
}

div.preview_desc {
  padding:10px;
  padding-top:40px;
}

h3.preview_title {
  position:relative;
  background-color:rgba(212,214,210,0.9);
  width:200px;
  margin:0;
  color:white;
}

h3.preview_title a {
  color:white;
  text-decoration:none;
}