@charset "UTF-8";

body {
    font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
    font-size:1rem;
    line-height:1;
    color:#000;
    background-color:#000000;
    background-image:url(http://www.jamisonballs.com/Images/star/nvl/4.jpg),;
    background-position:bottom left -10px,bottom right 5px;
    background-repeat:no-repeat,no-repeat;
    background-attachment:fixed;
    padding:0;
    margin:0;
  }

  a,a:visited {
    color:#000;
    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
               ========================================================================== */
  .navbar {
    background-color:#d8be8b;
    position:fixed;
    left:0;
    top:0;
    height:40px;
    width:100%;
    z-index:500;
    box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
    font-size:1rem;
    line-height:1;
  }

  .nav {
    width:920px;
    margin:0 auto;
    display:block;
  }

  .nav ul {
    list-style-type:none;
    padding:0;
    margin:0;
    overflow:hidden;
  }

  .nav li {
    float:left;
  }

  .nav a:link,.nav a:visited {
    display:block;
    width:auto;
    height:30px;
    font-size:1.0625em;
    color:#000;
    background-color:#d8be8b;
    text-align:center;
    padding:10px 20px 0;
    text-decoration:none;
    text-transform:uppercase;
  }

  .nav a:hover,.nav a:active {
    background-color:#d8be8b;
  }

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

  #profile {
    width:1000px;
    margin:45px auto -10px;
    background:#d8be8b url(http://www.jamisonballs.com/Images/star/nvl/background.jpg) top center no-repeat;
    box-shadow:0 0 10px 1px rgba(0,0,0,0.3);
    font-size:.875em;
    line-height:1.25;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
  }

  #profile_header {
    padding:700px 0 0;
  }

  #profile_avatar {
    padding:4px;
    background-color:#000;
    border:1px solid #000;
    border:1px solid rgba(0,0,0,0.2);
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
  }

  .profile_section {
    border-spacing:0;
  }

  .profile_section .heading {
    color:#000;
    font-size:1.25rem;
    font-weight:bold;
    border-bottom:#000 solid 2px;
    padding:10px 0 0 5px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:5px;
  }

  .profile_section_content {
    z-index:auto;
  }

  #profile_about_me {
    margin:20px 0;
    padding-top:20px;
  }

  #about_me_value {
    display:block;
    margin:0 auto 0 -20px;
  }

  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;
  }

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

  .about-me {
    padding:0 20px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }

  .about-me .header {
    font-size:1.25rem;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:-10px;
  }

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

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

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

  .store-header {
    color:#000;
    border-bottom:#999999 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:#999999;
    border:5px solid #000;
    margin:auto;
    height:300px;
    overflow:auto;
  }

  .four-rows {
    height:575px;
  }

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

  .store-footer-message {
    color:#000;
    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:#999999;
    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:#d8be8b;
    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:#990067;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:500;
    box-shadow:0 -3px 10px 1px rgba(0,0,0,.8);
    color:#000;
    display:block;
    height:20px;
  }  
}