@charset "UTF-8";

body {
  background-image:linear-gradient rgb(255,226,236)rgb(165,96,99);
  margin:0;
}

/*#3f4044, #2b2b2d*/
ul {
  padding:0;
  margin:0;
  list-style-type:none;
  border-spacing:0;
}

.upper {
  width:1300px;
  margin:auto;
  align:center;
}

.inner {
  display:table;
  width:100%;
  border-spacing:0;
}

.nav {
/*I took a thing away in this top bar so now it looks not even and idk how to fix it?*/
/*Fixed it*/
  display:inline-block;
  vertical-align:top;
  width:1394px;
  height:40px;
  margin-left:0;
  position:fixed;
  z-index:9999;
  text-align:center;
  background-color:rgba(95,111,56,0.6);
  border-bottom:3px solid rgb(255,226,236);
  border-left:3px solid rgb(255,226,236);
  border-right:3px solid rgb(255,226,236);
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  transition:all .3s ease-in-out .1s;
}

.nav li {
  margin-top:0;
  float:left;
  height:40px;
  line-height:40px;
  font-size:.875em;
}

.nav a {
  color:red;
  font-size:18px;
  font-family:Verdana,serif;
  font-weight:normal;
/* idk why i cant un-bold this now & i cant change the colour either??*/
  transition:all .3s ease-in-out .1s;
}

a:visited {
  color:rgb(255,226,236);
}

a:link {
  text-decoration:none;
}

a:hover {
  color:rgb(165,96,99);
  transition:all .3s ease-in-out .1s;
}

a:link,a:active {
  color:rgb(255,226,236);
}

a:-webkit-any-link {
  cursor:pointer;
}

.content {
  display:inline-block;
  position:relative;
  width:1280px;
  height:100px;
  margin-top:60px;
  margin-left:70px;
  margin-bottom:10px;
  text-align:center;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:100px;
  letter-spacing:5px;
  color:rgb(165,96,99);
  text-shadow:4px 3px 3px rgb(255,226,236);
}

.secondLineAboutMe {
  display:inline-block;
  position:relative;
  overflow:hidden;
  text-align:left;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:21px;
  color:white;
  line-height:.75cm;
}

.contentAboutMe {
/* so the text looks really squished against the side of the border. is there a way to move it like a cm off the left edge?*/
  display:inline-block;
  position:relative;
  overflow:hidden;
  width:1300px;
  height:650px;
  margin-top:20px;
  margin-left:50px;
  margin-right:50px;
  padding-top:10px;
/*These Paddings should fix that squishy part*/
  padding-left:20px;
  padding-right:20px;
  text-align:left;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:21px;
  color:pink;
  line-height:.75cm;
  border:2px solid rgb(165,96,99);
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  background-color:rgba(47,43,8,0.6);
}

.contentAboutMeMoreInfo {
  display:inline-block;
  position:relative;
  overflow:hidden;
  width:1300px;
  height:185px;
  margin-top:20px;
  margin-left:50px;
  padding-top:10px;
/*These Paddings should fix that squishy part*/
  padding-left:20px;
  padding-right:20px;
  text-align:left;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:26px;
  color:rgb(255,226,236);
  line-height:1cm;
  border:2px solid rgb(165,96,99);
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  line-height:1cm;
  background-color:rgba(47,43,8,0.6);
}

.contentAboutMeCustomVideo {
  display:inline-block;
  position:relative;
  overflow:hidden;
  width:1300px;
  height:145px;
  margin-top:20px;
  margin-left:60px;
  padding-top:10px;
/*These Paddings should fix that squishy part*/
  padding-left:20px;
  padding-right:20px;
  text-align:left;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:26px;
  color:rgb(255,226,236);
  border:2px solid rgb(165,96,99);
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  line-height:1cm;
  background-color:rgba(47,43,8,0.6);
/*the text insde the box just looks like it doesnt totally line up properly??*/
}

########.dreamsText {
  display:inline-block;
  position:relative;
  overflow:hidden;
  width:1300px;
  height:50px;
  margin-top:20px;
  margin-left:60px;
  text-align:left;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:26px;
  color:pink;
  line-height:1cm;
}

.contentAboutMeVideo {
  display:inline-block;
  position:relative;
  overflow:hidden;
  width:1300px;
  height:145px;
  margin-top:20px;
  margin-left:60px;
  text-align:left;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:23px;
  color:pink;
  line-height:1cm;
}

.contentTitle {
  display:inline-block;
  position:relative;
  width:1300px;
  height:100px;
  margin-top:10px;
  margin-left:46px;
  margin-bottom:0;
  text-align:center;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:60px;
  color:rgb(165,96,99);
  text-shadow:4px 3px 3px rgb(255,226,236);
}

.myImage {
  width:365px;
  height:600px;
  border:3px solid rgb(255,226,236);
  border:radius 1px;
/*i cant seem to make this look thinner?*/
  float:right;
}

.contentTable {
/*only the middle one is showing up as dark pink but I want them all to be rgb 165 96 99*/
  width:1300px;
  height:100px;
  margin-top:0;
  margin-left:50px;
  margin-bottom:10px;
  text-align:center;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:32px;
  color:rgb(255,226,236);
  text-shadow:1px 1px 2px grey;
  border:2px solid rgb(165,96,99);
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  background-color:rgba(47,43,8,0.6);
}

.tipMenuTable {
  width:1300px;
  height:500px;
  margin-left:50px;
  margin-bottom:10px;
  padding-right:30px;
  text-align:center;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:25px;
  color:rgb(255,226,236);
  text-shadow:1px 1px 2px grey;
  border:2px solid rgb(165,96,99);
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  line-height:1cm;
  background-color:rgba(47,43,8,0.6);
}

.tipMenuTableTwo {
  width:1300px;
  height:150px;
  margin-left:50px;
  margin-bottom:10px;
  text-align:center;
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:25px;
  color:rgb(255,226,236);
  text-shadow:1px 1px 2px grey;
  border:2px solid rgb(165,96,99);
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  Line-height:.1cm;
  background:rgba(47,43,8,0.6);
}

/*#####dayOff {
    display:inline-block;
    position:relative;
    width:1300px;
    height:100px;
    margin-top:10px;
    margin-left:50px;
    margin-bottom:10px;
    text-align:center;
    font-family:Georgia,'Times New Roman',Times,serif;
    font-size:40px;
    color:grey;
    text-shadow:1px 1px 2px lightpink;
  }*/
.skypeIcon {
  width:60px;
  height:60px;
  padding-left:10px;
  float:inline-end;
}

.skypeInside {
  display:inline-block;
  position:relative;
  overflow:hidden;
  width:830px;
  height:200px;
  margin-top:0;
  margin-left:60px;
  text-align:left;
  font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;
  font-size:20px;
  color:pink;
}

.numbers {
  font-size:25px;
  color:rgb(255,226,236);
  font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;
}

.numbers2 {
  font-size:40px;
  color:rgb(255,226,236);
  font-family:'Gill Sans','Gill Sans MT',Calibri,'Trebuchet MS',sans-serif;
}

.link {
  color:pink;
}

.embededLink {
  color:rgb(255,226,236);
}

.heading {
  display:none;
}

/*The CSS for the different components*/
#ContentHeader {
  display:block;
  position:relative;
  margin:auto;
  height:990px;
  width:1400px;
  background:url(https://wallpaperaccess.com/full/1193669.jpg);
  background-size:1400px 990px;
  background-repeat:no-repeat;
  background-position:top center;
}

#TipMenuWrapper {
  display:block;
  position:relative;
  margin:auto;
  height:760px;
  width:1400px;
  background:url(https://wallpaperaccess.com/full/1193669.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top center;
}

#PhotosetsWrapper {
  display:block;
  position:relative;
  margin:auto;
  height:700px;
  width:1400px;
  background:url(https://wallpaperaccess.com/full/1193669.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom center;
}

#MoreInfoWrapper {
  display:block;
  position:relative;
  margin:auto;
  height:800px;
  width:1400px;
  background:url(https://wallpaperaccess.com/full/1193669.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom center;
}

#ToriDreamsWrapper {
  display:block;
  position:relative;
  margin:auto;
  height:500px;
  width:1400px;
  background:url(https://wallpaperaccess.com/full/1193669.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top center;
}

#TipMenu {
  height:40px;
}

#Photosets {
  height:40px;
}

#More {
  height:40px;
}

#ToriDreams {
  height:40px;
}

#EmailMe {
  height:40px;
}

#OfflineTips {
  height:40px;
}

/*https://i.imgur.com/jOx2d7r.jpg*/
/*This stuff will make the profile at the top disappear
  Might have to load the page to make sure I get these all right*/
#header_bar {
  display:none;
}

#footer_bar {
  display:none;
}

#profile_header {
  display:none;
}

#profile_main_photo {
  display:none;
}

#profile_schedule {
  display:none;
}

#profile_friends {
  display:none;
}

#username_container {
  display:none;
}

#cam_score_container {
  display:none;
}

#profile_container {
  display:none;
}

#gender_container {
  display:none;
}

#body_type_container {
  display:none;
}

#hair_container {
  display:none;
}

#eyes_container {
  display:none;
}

#weight_container {
  display:none;
}

#height_container {
  display:none;
}

#age_container {
  display:none;
}

#ethnicity_container {
  display:none;
}

#country_container {
  display:none;
}

#sexual_preference_container {
  display:none;
}

#tags_container {
  display:none;
}

#about_me_label {
  display:none;
}