@charset "UTF-8";

utf-8;
utf-8;
/* Feel free to learn from and use whatever you like from this profile. Please try and use your own fonts and background images though :) */
/* I have commented quite a bit,so it should be easier to learn from. */
/*Fonts used https://www.google.com/fonts#ReviewPlace:refine/Collection:Teko|Crafty+Girls|Codystar|Rammetto+One|Lily++One|Spicy+Rice|Molle:400italic|Josefin+Sans|Grand+Hotel|Monoton|Nunito|Megrim|Lemon|Gabriela/*
/*CSS RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}

body {
  line-height:1;
}

ol,ul {
  list-style:none;
}

blockquote,q {
  quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content:'';
  content:none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/*CSS RESET END*/
/* ----------------------------------------------------------------------------------------- */
/*HERE WE REMOVE ITEMS*/
#profile_interests_content {
/*removes the interests and hobbies content*/
  display:none;
}

#profile_main_photo,.flagCounter,#username_container,#gender_container,#body_type_container,#ethnicity_container,#cam_score_container,#hair_container,#eyes_container,#height_container,#drugs_container,#weight_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#tags_container,#profile_about_me .label,#profile_about_me > .heading {
  display:none;
/*removes the personal info sections and also the label from "about me"*/
}

#header_bar {
  display:none;
/*removes the top MFC links*/
}

#footer_bar {
  display:none;
/*removes the bottom MFC links*/
}

#profile .profile_row:first-child {
  display:none;
/*this removes the top info with profile image and login info*/
}

#profile_comments {
  display:none;
/*This removes the profile comment section*/
}/*#profile_friends {
  display:none;
/*This removes the friends and ratings section*/
  
}

*/
#profile_password_photo_galleries {
  display:none;
/*This removes the password protected galleries*/
}

/*END REMOVAL OF ITEMS*/
/*Import Fonts*/
@font-face {
  font-family:'Gabriela';
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(http://fonts.gstatic.com/s/gabriela/v4/CO6bIpNvGrJRZDx3xfggGvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
}

@font-face {
  font-family:'Spicy Rice';
  font-style:normal;
  font-weight:400;
  src:local('Spicy Rice'),local(SpicyRice-Regular),url(http://fonts.gstatic.com/s/spicyrice/v5/xwdhYK3y7stx4zcy_MQ1tfk_vArhqVIZ0nv9q090hN8.woff2) format("woff2");
}

@font-face {
  font-family:'Cookie';
  font-style:normal;
  font-weight:400;
  src:local(Cookie-Regular),url(https://fonts.gstatic.com/s/cookie/v7/crMuSvy3krjox1JAKfe7Ew.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

/*Begin styling of page*/
body {
  margin:0 auto;
  width:1024px;
  background-image:url(https://img.mfcimg.com/photos2/195/19571286/324-486-328-749-8297686.png);
  background-repeat:repeat;
/*  background-size:100%!important;*/
  background-color:#ffffff;
  color:#666666;
  font-weight:normal;
  font-style:normal;
}

#balloon1 {
  position:absolute;
  left:-380px;
  top:40px;
}

#balloon2 {
  position:absolute;
  right:-380px;
  top:40px;
}

#red {
  padding:20px;
  border:solid 5px red;
  margin-top:20px;
  float:left;
  font-family:'Gabriela';
}

#mainBodyWrapper {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:1024px;
}

.boxTeraIntro {
  position:relative;
  width:580px;
  float:left;
  padding:22px;
}

#boxTeraSideImage {
  position:relative;
  width:400px;
  float:right;
}

#boxAmazonWishlist {
  position:relative;
  float:left;
  width:580px;
  padding:22px;
}

#boxTeraTip {
  border-radius:17px 17px 17px 17px;
  -moz-border-radius:17px;
  -webkit-border-radius:17px 17px 17px 17px;
  border:0 solid #000000;
  background:rgba(255,0,255,0.5);
  background:-moz-linear-gradient(top,rgba(255,0,255,0.5) 0%,rgba(255,0,255,0.5) 11%,rgba(132,74,240,0.51) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,0,255,0.5)),color-stop(11%,rgba(255,0,255,0.5)),color-stop(100%,rgba(132,74,240,0.51)));
  background:-webkit-linear-gradient(top,rgba(255,0,255,0.5) 0%,rgba(255,0,255,0.5) 11%,rgba(132,74,240,0.51) 100%);
  background:-o-linear-gradient(top,rgba(255,0,255,0.5) 0%,rgba(255,0,255,0.5) 11%,rgba(132,74,240,0.51) 100%);
  background:-ms-linear-gradient(top,rgba(255,0,255,0.5) 0%,rgba(255,0,255,0.5) 11%,rgba(132,74,240,0.51) 100%);
  background:linear-gradient(to bottom,rgba(255,0,255,0.5) 0%,rgba(255,0,255,0.5) 11%,rgba(132,74,240,0.51) 100%);
  position:relative;
  float:left;
  width:558px;
  padding:5px 22px 10px;
  margin-left:22px;
}

#boxTeraHobbies {
  position:relative;
  float:left;
  width:1080px;
  padding:22px;
}

/*Text Styling*/
h1.intro {
  font-family:'Spicy Rice';
  font-size:38px;
}

p {
  font-family:'Gabriela';
  font-size:16px;
}

p.fat {
  font-weight:bold;
}

p.red {
  color:mediumvioletred;
}

p.big {
  font-size:40px;
}

#boxTeraTip {
  text-shadow:1px 1px 3px rgba(166,36,166,1);
  font-weight:normal;
  color:#FFFFFF;
  letter-spacing:1pt;
  word-spacing:-1pt;
  font-size:22px;
  text-align:left;
  line-height:1;
  font-family:'Cookie';
}

#boxTeraTip h1 {
  font-size:36px;
}

#boxTeraTip h2 {
  font-size:24px;
}

#specialOffer {
  float:right;
  width:360px;
  padding:10px;
  border-radius:17px 17px 17px 17px;
  -moz-border-radius:17px;
  -webkit-border-radius:17px 17px 17px 17px;
  border:0 solid #000000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecfc+0,fba6e1+50,fd89d7+51,ff7cd8+100;Pink+Gloss+%232 */
  background:#fcecfc;
/* Old browsers */
  background:-moz-linear-gradient(top,#fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcecfc',endColorstr='#ff7cd8',GradientType=0);
/* IE6-9 */
}

#specialOffer {
  text-shadow:1px 1px 3px rgba(166,36,166,1);
  font-weight:normal;
  color:#FFFFFF;
  letter-spacing:1pt;
  word-spacing:-1pt;
  font-size:22px;
  text-align:left;
  line-height:1;
  font-family:'Cookie';
}

#specialOffer h1 {
  font-size:24px;
  text-align:center;
}

#specialOffer h2 {
  font-size:18px;
}

/*Style links*/
a {
  color:purple;
  text-decoration:none;
/* no underline */
}

a:hover {
  color:black;
}