body {
  background: #f5f5f5;
  font-size: 62.5%; }

header {
  height: 80px; }
  header nav {
    font-family: "vinyl-1","vinyl-2","Helvetica","Arial",sans-serif;
    margin: 0 auto; }
    header nav ul {
      padding: 0;
      margin: 0; }
      header nav ul .branding {
        border-right: none;
        float: left; }
      header nav ul .first {
        border-left: 1px solid #ccc; }
      header nav ul .nav-link {
        float: right;
        width: 80px;
        text-align: center;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 18px; }
        header nav ul .nav-link a {
          position: relative;
          text-transform: uppercase;
          color: #323232;
          display: block;
          height: 80px;
          font-size: 1.4em;
          text-decoration: none; }
          header nav ul .nav-link a:hover {
            color: #fff;
            background: #323232; }
          header nav ul .nav-link a:visited {
            color: #323232; }
            header nav ul .nav-link a:visited:hover {
              color: #fff; }
          header nav ul .nav-link a .link-text {
            display: inline-block;
            height: 40px;
            vertical-align: -50px;
            bottom: 10; }
        header nav ul .nav-link a.selected {
          color: #fff;
          background: #323232; }

#main .flexslider {
  margin-top: 20px; }
  #main .flexslider .vidCover {
    position: absolute;
    z-index: 1000;
    display: block;
    width: 820px;
    background: #323232 url(../img/videoTitle.jpg) no-repeat center center;
    height: 462px;
    cursor: pointer; }
    #main .flexslider .vidCover img {
      width: 148px;
      height: 148px;
      margin: 157px auto; }
#main .description {
  margin-top: 40px;
  float: right; }
  #main .description #category, #main .description #piece-title {
    font-family: "vinyl-1","vinyl-2","Helvetica","Arial",sans-serif;
    font-size: 1.3em;
    color: #323232;
    float: left; }
  #main .description #category {
    text-transform: uppercase; }
#main .description.digital {
  display: none; }
#main #dig-scrubber {
  display: none;
  margin-top: 20px; }
  #main #dig-scrubber .navBtn {
    float: left;
    background: url(../img/dot.png) top left no-repeat;
    width: 8px;
    height: 8px;
    margin-right: 38px; }
  #main #dig-scrubber .navBtn.active {
    background: url(../img/dot.png) top right no-repeat; }
  #main #dig-scrubber .navBtn.last {
    margin-right: 0; }
