@charset "UTF-8";

UTF-8;
utf-8;
/* CSS Document */
.outer_body,body {
  scrollbar-face-color:ThreeDFace!important;
  scrollbar-shadow-color:ThreeDDarkShadow!important;
  scrollbar-highlight-color:ThreeDHighlight!important;
  scrollbar-3dlight-color:ThreeDLightShadow!important;
  scrollbar-darkshadow-color:ThreeDDarkShadow!important;
  scrollbar-track-color:Scrollbar!important;
  scrollbar-arrow-color:ButtonText!important;
}

html,body {
  height:100%;
  background-color:#333333;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:center top;
}

img {
  color:transparent;
  font-size:0;
  vertical-align:middle;
  -ms-interpolation-mode:bicubic;
}

.jill_like_me {
  position:relative;
  top:-350px;
  display:block;
}

.jillTop {
}

.fancyNav {
  overflow:hidden;
  display:block;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  position:relative;
  padding-left:10px;
  left:7px;
}

#status_bar {
  position:relative;
  top:-60px;
  left:-180px;
  width:820px;
}

.top_body {
  border-top-style:dotted;
  border-right-style:dotted;
  border-bottom-style:dotted;
  border-left-style:dotted;
  border-top-color:rgb(0,0,0);
  border-right-color:rgb(0,0,0);
  border-bottom-color:rgb(0,0,0);
  border-left-color:rgb(0,0,0);
}

.fancyNav div {
  background-color:#f0f0f0;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#fefefe),color-stop(0.5,#f0f0f0),color-stop(0.51,#e6e6e6));
  background-image:-moz-linear-gradient(#fefefe 0%,#f0f0f0 50%,#e6e6e6 51%);
  background-image:-o-linear-gradient(#fefefe 0%,#f0f0f0 50%,#e6e6e6 51%);
  background-image:-ms-linear-gradient(#fefefe 0%,#f0f0f0 50%,#e6e6e6 51%);
  background-image:linear-gradient(#fefefe 0%,#f0f0f0 50%,#e6e6e6 51%);
  border-right:1px solid rgba(9,9,9,0.125);
  box-shadow:1px -1px 0 rgba(255,255,255,0.6) inset;
  -moz-box-shadow:1px -1px 0 rgba(255,255,255,0.6) inset;
  -webkit-box-shadow:1px -1px 0 rgba(255,255,255,0.6) inset;
  position:relative;
  float:left;
  list-style:none;
}

.fancyNav div:after {
  content:'.';
  text-indent:-9999px;
  overflow:hidden;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  opacity:0;
  background-image:-webkit-gradient(linear,left top,right top,from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)),to(rgba(168,168,168,0.5)));
  background-image:-moz-linear-gradient(left,rgba(168,168,168,0.5),rgba(168,168,168,0) 50%,rgba(168,168,168,0.5));
  background-image:-o-linear-gradient(left,rgba(168,168,168,0.5),rgba(168,168,168,0) 50%,rgba(168,168,168,0.5));
  background-image:-ms-linear-gradient(left,rgba(168,168,168,0.5),rgba(168,168,168,0) 50%,rgba(168,168,168,0.5));
  background-image:linear-gradient(left,rgba(168,168,168,0.5),rgba(168,168,168,0) 50%,rgba(168,168,168,0.5));
  box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
  -moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
  -webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
  -moz-transition:.25s all;
  -webkit-transition:.25s all;
  -o-transition:.25s all;
  transition:.25s all;
}

.fancyNav div:first-child {
  border-radius:4px 0 0 4px;
}

.fancyNav div:first-child:after,.fancyNav div.selected:first-child:after {
  box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
  -moz-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
  -webkit-box-shadow:1px 0 0 #a3a3a3,2px 0 0 #fff;
  border-radius:4px 0 0 4px;
}

.fancyNav div:last-child {
  border-radius:0 4px 4px 0;
}

.fancyNav div:last-child:after,.fancyNav div.selected:last-child:after {
  box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
  -moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
  -webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff;
  border-radius:0 4px 4px 0;
}

.fancyNav div:hover:after,.fancyNav div.selected:after,.fancyNav div:target:after {
  opacity:1;
}

.fancyNav:hover div.selected:after,.fancyNav:hover div:target:after {
  opacity:0;
}

.fancyNav div.selected:hover:after,.fancyNav div:target:hover:after {
  opacity:1!important;
}

.fancyNav div a {
  color:#5d5d5d;
  display:inline-block;
  position:relative;
  text-shadow:1px 1px 0 rgba(255,255,255,0.6);
  z-index:2;
  text-decoration:none!important;
  white-space:nowrap;
  font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
  line-height:1;
  font-size:19px;
  padding-top:5px;
  padding-right:35px;
  padding-bottom:10px;
  padding-left:35px;
  font-weight:lighter;
}

.fancyNav a.homeIcon {
  display:block;
  overflow:hidden;
  padding-left:12px;
  padding-right:12px;
  text-indent:-9999px;
  width:25px;
  background-image:url(http://i794.photobucket.com/albums/yy226/DarlingJill/twitter_zps3e754dc4.png);
  background-repeat:no-repeat;
  background-position:center center;
  height:19px;
}

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

th,td,caption {
  font-weight:normal;
  vertical-align:top;
  text-align:left;
}

.status_value,.clock,td[height='100%'],td[colspan='2'],td[align='right'] {
  display:none;
}

td[style='padding:0px 40px 40px 40px;'] table:nth-child(2) {
  display:block;
  width:920px;
  margin:0 auto;
}

td[style='padding:0px 40px 40px 40px;'] table:nth-child(3) {
  display:block;
  width:920px;
  margin:0 auto;
}

body {
  min-height:1000px;
  font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
  font-size:15px;
  color:#FFFFFF;
}

a {
  color:#b10038;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  text-decoration:underline;
  cursor:pointer;
}

.content .key,.friends_key {
  font-weight:bold;
}

table[cellpadding='0'][cellspacing='0'][width='100%'][height='100%'] {
  margin-top:620px;
}

td[style='padding:0px 40px 40px 40px;'] div.container_padding {
  width:920px;
  margin:0 auto;
}

.heading {
  background-color:#000;
  background-image:url(http://i794.photobucket.com/albums/yy226/DarlingJill/BigHeader_zps4048d909.jpg);
  padding:15px 20px 14px;
  color:#FFFFFF;
  font-size:21px;
  margin:0;
  font-family:'Century Gothic';
  font-weight:600;
  border-top-left-radius:4px;
  -moz-border-top-left-radius:4px;
  -webkit-border-top-left-radius:4px;
  -o-border-top-left-radius:4px;
  border-top-right-radius:4px;
  -moz-border-top-right-radius:4px;
  -webkit-border-top-right-radius:4px;
  -o-border-top-right-radius:4px;
  text-transform:uppercase;
  filter:Shadow 3px 3px 10px 5px #000;
  word-spacing:.1em;
  letter-spacing:.05em;
  text-shadow:0 0 0;
  text-shadow:-1px 0 10em #fff,0 0 15px #fff;
}

.content {
  margin-bottom:20px;
  padding:20px;
  background-color:rgba(0,0,51,0.5);
  border-bottom-left-radius:4px;
  -moz-border-bottom-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-bottom-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
}

.content div[style='width:100%;position:relative;'] {
  overflow:auto;
}

.gallery_content {
  padding:20px;
  position:relative;
  top:-8px;
  left:-8px;
  background-color:rgba(0,0,51,0.5);
  border-bottom-left-radius:4px;
  -moz-border-bottom-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-bottom-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
  overflow:auto;
  width:880px;
}

#gallery .heading {
  display:none;
}

.gallery_image {
  background-color:#333;
  padding:10px;
  color:#FFF;
  text-transform:capitalize;
  border-bottom-left-radius:4px;
  -moz-border-bottom-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-bottom-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  -moz-border-top-left-radius:4px;
  -webkit-border-top-left-radius:4px;
  -o-border-top-left-radius:4px;
  border-top-right-radius:4px;
  -moz-border-top-right-radius:4px;
  -webkit-border-top-right-radius:4px;
  -o-border-top-right-radius:4px;
}

.gallery_image a {
  margin-top:12px;
  display:block;
}

#gallery .content {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  margin-bottom:0;
  background-color:#333;
  z-index:99;
}

#gallery .content a {
  border:0;
  text-decoration:none;
}

#gallery .content a img {
  border:3px solid #FFF;
}

#gallery .content .gallery_image {
  padding:0;
  background:none;
  min-width:80px;
}

#gallery .content .gallery_image a {
  margin:0;
}

#slideshow {
  position:absolute;
  top:50px;
  left:0;
  width:inherit;
  alignment-adjust:central;
  border-top-style:solid;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
  border-top-color:rgb(51,51,51);
  border-right-color:rgb(51,51,51);
  border-bottom-color:rgb(51,51,51);
  border-left-color:rgb(51,51,51);
}

#slideshow .width {
  background-size:auto;
  background-repeat:no-repeat;
  background-position:center -50px;
  height:400px;
  border-top-style:solid;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

#top {
  position:absolute;
  top:0;
  left:0;
  width:100%;
}

#top #status_bar {
  padding:10px;
  background-image:url(http://i794.photobucket.com/albums/yy226/DarlingJill/BigHeader_zps4048d909.jpg);
  box-shadow:0 1px 5px #000000;
  color:#CCC;
}

#top #status_bar .width {
  width:920px;
  margin:0 auto;
}

#top #logo {
  width:920px;
  alignment-adjust:central;
  margin-right:auto;
  margin-bottom:4px;
  margin-left:auto;
  visibility:visible;
  text-align:center;
  margin-top:415px;
  background-color:rgba(0,0,51,0.5);
  background-position:center;
  border-bottom-left-radius:4px;
  -moz-border-bottom-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-bottom-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  -moz-border-top-left-radius:4px;
  -webkit-border-top-left-radius:4px;
  -o-border-top-left-radius:4px;
  border-top-right-radius:4px;
  -moz-border-top-right-radius:4px;
  -webkit-border-top-right-radius:4px;
  -o-border-top-right-radius:4px;
}

.interests_body {
  position:relative;
  max-height:40px;
}

.friends_key {
  text-align:right;
  font-weight:normal;
  padding:0 10px 0 0;
  border-right:1px dotted #b4b4b4;
}

.friends_value {
  padding:0 0 0 10px;
}

td[style='padding:0px 40px 40px 40px;'] table:nth-child(7) {
  width:920px;
  margin:0 auto;
  background-color:rgba(0,0,0,0.3);
  margin-bottom:20px;
  border-bottom-left-radius:4px;
  -moz-border-bottom-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-bottom-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
}

td[style='padding:0px 40px 40px 40px;'] table:nth-child(7) .content {
  margin-bottom:0;
}

.interests_body {
  font-style:italic;
}

.thumbnail {
  border:5px solid #000;
  margin-left:10px;
  margin-top:10px;
  border-bottom-left-radius:4px;
  -moz-border-bottom-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-bottom-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
}

.wall_info {
  background-color:#313131;
  padding:10px 0;
  margin-bottom:0;
  padding:10px 20px 15px 90px;
  color:#FFF;
  line-height:21px;
  border-bottom-left-radius:0;
  -moz-border-bottom-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-right-radius:0;
  -moz-border-bottom-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
}

.wall_info a {
  color:#FFF;
}

.wall_body {
  margin-bottom:40px;
  padding:10px 20px 15px 90px;
  color:#FFF;
  line-height:21px;
  background-color:#999999;
  border-bottom-left-radius:4px;
  -moz-border-bottom-left-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-bottom-right-radius:4px;
  -webkit-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
}

.wall_body img {
  max-width:700px;
}

.wall_body iframe {
  max-width:700px;
  z-index:10;
}

.wall_options a[name='wall'] {
  padding:0;
  margin:0;
}

.profile_section {
  padding-bottom:50px;
}