@charset "UTF-8";

CSS Code:
UTF-8;
body {
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-style:italic;
  font-weight:lighter;
  font-size:1rem;
  line-height:1;
  color:#fff;
  letter-spacing:2px;
  background-color:#000000;
  padding:0;
  margin:0;
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#005580;
  text-decoration:underline;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

/* ==========================================================================
   Top Navagation
   ========================================================================== */
.nav {
  background-color:rgba(0,0,0,0.8);
  position:fixed;
  top:0;
  margin:0 -10px;
  width:940px;
  letter-spacing:2px;
  z-index:500;
  display:block;
}

.nav ul {
  padding:0 0 0 60px;
  width:940px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.nav ul li {
  display:inline-block;
  list-style-type:none;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
}

.nav > ul > li > a > .caret {
  border-top:4px solid #fff;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
  content:"";
  display:inline-block;
  height:0;
  width:0;
  vertical-align:middle;
  -webkit-transition:color .1s linear;
  -moz-transition:color .1s linear;
  -o-transition:color .1s linear;
  transition:color .1s linear;
}

.nav > ul > li > a {
  color:#fff;
  display:block;
  line-height:40px;
  padding:0 24px;
  text-decoration:none;
  text-transform:uppercase;
}

.nav > ul > li:hover {
  background-color:rgba(0,0,0,0.9);
}

.nav > ul > li:hover > a {
  color:rgb(255,255,255);
}

.nav > ul > li:hover > a > .caret {
  border-top-color:rgb(255,255,255);
}

.nav > ul > li > div {
  background-color:rgba(0,0,0,0.9);
  border-top:0;
  border-radius:0 0 5px 5px;
  display:none;
  margin:0;
  opacity:0;
  position:absolute;
  width:165px;
  visibility:hidden;
  -moz-transition:opacity .2s;
  -o-transition:opacity .2s;
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
}

.nav > ul > li:hover > div {
  display:block;
  opacity:1;
  visibility:visible;
}

.nav > ul > li:hover > div > ul {
  padding:0;
}

.nav > ul > li > div ul > li {
  display:block;
}

.nav > ul > li > div ul > li > a {
  color:#fff;
  display:block;
  padding:12px 24px;
  text-decoration:none;
}

.nav > ul > li > div ul > li:hover > a {
  background-color:rgba(255,255,255,0.1);
  width:12.5%;
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_friends,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile {
  width:940px;
  margin:0 auto -10px;
  background:#000;
  box-shadow:0 0 30px 1px rgba(0,0,0,0,10);
  font-size:12px;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-style:italic;
  font-weight:lighter;
  letter-spacing:1px;
  color:#fff;
  line-height:1.25;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

#profile_header {
  padding:0;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:#fff;
  font-size:1.25rem;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-style:normal;
  font-weight:lighter;
  border-bottom:#666 solid 2px;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:5px;
}

.profile_section_content {
  z-index:auto;
}

#profile_avatar {
  display:none;
}

#profile_about_me {
  margin:20px 0;
  padding-top:20px;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-style:normal;
  font-weight:lighter;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-style:normal;
  font-weight:lighter;
}

img {
  border-radius:0;
  box-shadow:none;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  border-radius:0;
  box-shadow:none;
}

img.bw {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  transition:1s;
  -webkit-transition:1s;
}

img.bw:hover {
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
}

.images {
  margin-top:20px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

/* ==========================================================================
   Classes for Custom Content
   ========================================================================== */
.social-links {
  margin:20px 0;
  text-align:center;
}

.crazy-picts {
  text-align:center;
  margin:20px 0;
}

.crazy-picts img {
  margin:0 1.25em;
  height:180px;
}

.crazy-picts .caption {
  font-size:1.125em;
  font-weight:bold;
  margin-bottom:5px;
}

.round {
  border-radius:50%;
}

.about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-style:normal;
  font-weight:lighter;
}

.about-me .header {
  font-size:1.25rem;
  margin-top:20px;
  margin-bottom:-10px;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-style:normal;
  font-weight:lighter;
}

.whats-new {
  margin-bottom:20px;
}

.goat-img {
  margin-bottom:20px;
}

.books img,.movies img {
  margin:4px;
  border:1px solid #666;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

/* ==========================================================================
   Store
   ========================================================================== */
.store {
  font-size:1rem;
  line-height:1;
}

.store a {
  color:#666;
  text-decoration:none;
}

.store-header {
  color:#666;
  border-bottom:#666 solid 2px;
  margin:auto;
  font-size:1.25em;
  font-weight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-list {
/*background-color: #ccc;*/
  border:5px solid #fff;
  margin:auto;
  height:432px;
  overflow:auto;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.store-footer {
  border-top:#666 solid 2px;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-footer-message {
  color:#666;
  margin:auto;
  border-top:#444 solid 2px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#ddd;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ddd;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item:hover .desc,.store-item:hover .desc a {
  background-color:rgba(128,128,128,.8);
  color:#eee;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:#444;
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#990067;
}

.purchase:hover {
  background-color:#cc3399;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #999;
  background-color:#ccc;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background-color:#fff;
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:500;
  box-shadow:0 -3px 10px 1px rgba(0,0,0,.8);
  color:#fff;
  display:block;
  height:20px;
}

/* 
/*-----------------[SCROLL-TOP-UP  START]------------------------*/
a#scroll-to-top {
  background:#fff;
  border-bottom:1px solid #E9E9E9;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:50px;
  font-size:0;
  height:35px;
  outline:0 none;
  position:fixed;
  right:20px;
  text-indent:-9999px;
  width:35px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top-triangle {
  border-style:solid;
  border-width:0 10px 11px;
  height:0;
  margin:33% 22%;
  position:absolute;
  width:0;
  border-color:transparent transparent #717171;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top:hover {
  background:#000000;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
}

#scroll-to-top:hover #scroll-to-top-triangle {
  border-color:transparent transparent #fff;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SCROLL-TOP-UP  END]------------------------*/
==========================================================================
Test Kay
========================================================================== */
.header {
  width:90%;
  background:url(http://i.imgur.com/PjY5QbP.jpg) no-repeat center;
  background-size:cover;
  float:left;
  padding:50px 40px;
  margin:40px 0 10px;
  vertical-align:middle;
  border-radius:10px 10px 0 0;
  border:1px solid #F0F0F0;
  -webkit-box-shadow:inset 0 600px 100px rgba(0,0,0,0.6);
  -moz-box-shadow:inset 0 600px 100px rgba(0,0,0,0.6);
  box-shadow:inset 0 2000px rgba(0,0,0,0.6);
  text-align:center;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-weight:100;
  font-size:14px;
  color:#FFF;
  text-shadow:0 0 20px #000;
}

.header {
  width:90%;
  background:url(http://i1264.photobucket.com/albums/jj487/highroyds/kayp2014/kpcats_zpsagk2yxrh.jpg) no-repeat center;
  background-size:cover;
  float:left;
  padding:50px 40px;
  margin:40px 0 10px;
  vertical-align:middle;
  border-radius:10px 10px 0 0;
  border:1px solid #F0F0F0;
  -webkit-box-shadow:inset 0 600px 100px rgba(0,0,0,0.6);
  -moz-box-shadow:inset 0 600px 100px rgba(0,0,0,0.6);
  box-shadow:inset 0 2000px rgba(0,0,0,0.6);
  text-align:center;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-weight:100;
  font-size:14px;
  color:#FFF;
  text-shadow:0 0 20px #000;
}

.kaylinks {
  width:150px;
  padding:8px 16px;
  color:#FFF;
  border:solid 1px #FFF;
  text-decoration:none;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight:100;
  font-size:16px;
  letter-spacing:1px;
}

#kay_avatar {
  padding:0;
  text-align:center;
  vertical-align:middle;
  margin:50px;
  border-radius:100px;
  border:solid 2px #F0F0F0;
  box-shadow:0 3px 5px #000;
}

#profile_links {
  width:150px;
  padding:8px 16px;
  border-radius:18px;
  color:#FFF;
  border:solid 1px #FFF;
  text-decoration:none;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-weight:100;
  font-size:16px;
  letter-spacing:1px;
}

#profile_link2 {
  width:150px;
  padding:8px 16px;
  border-radius:18px;
  color:#FFF;
  border:solid 1px #FFF;
  text-decoration:none;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-weight:100;
  font-size:16px;
  letter-spacing:1px;
}

#profile_link3 {
  width:150px;
  padding:8px 16px;
  border-radius:18px;
  color:#FFF;
  border:solid 1px #FFF;
  text-decoration:none;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-weight:100;
  font-size:16px;
  letter-spacing:1px;
}

#kay_about {
  width:98.7%;
  background:#F0F0F0;
  float:left;
  padding:50px 0;
  margin:-11px auto 10px;
  vertical-align:middle;
  border-radius:0 0 10px 10px;
  border:1px solid #F0F0F0;
  text-align:center;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-weight:100;
  color:#666;
  font-size:16px;
  line-spacing:1px;
  line-height:20px;
}

#kay_about2 {
  width:600px;
  padding:0;
  margin:0 auto;
  text-align:justify;
  color:#000000;
}

#kay_vids {
  width:92%;
  background:url(http://i1264.photobucket.com/albums/jj487/highroyds/kayp2014/corner-in_zpsy5irx7bm.png),url(http://i1264.photobucket.com/albums/jj487/highroyds/kayp2014/cornerright-in_zpsuciucgza.png),url(http://i1264.photobucket.com/albums/jj487/highroyds/kayp2014/cornerBL-in_zpsu7gmxr1u.png),url(http://i1264.photobucket.com/albums/jj487/highroyds/kayp2014/cornerBR-in_zps24vkyisp.png);
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
  background-position:top left,top right,bottom left,bottom right;
  background-size:30%;
  border-radius:20px 20px 20px 20px;
  float:left;
  padding:40px;
  margin:10px auto;
  vertical-align:middle;
  border:1px solid #F0F0F0;
  text-align:center;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif!important;
  font-weight:100;
  color:#fff;
  font-size:16px;
  line-spacing:1px;
  line-height:15px;
}

.kayvidboxes {
  position:relative;
  float:left;
  width:120px;
  text-size:12px;
  text-align:left;
  font-size:12px;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;
  padding:0;
  margin:0 10px 20px;
  color:#fff;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

#kayvidcorner {
  border-radius:100px;
}

.kayvidtext {
  color:#fff;
  font-size:50px;
  padding-bottom:20px;
  margin:auto;
  font-weight:100;
  text-align:center;
  font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.kayvidboxes h1 {
  border-radius:10px;
}