/*
  title: drops css
  author: maximilian schoening (@mschoening)
*/

#drops h2 {
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

/* =dropzone
---------------------------------------------- */
#drops #dropzone {
  margin: 0 0 32px 0;
}

#drops #dropzone form {
  display: none;
}

#drops #dropzone form.active {
  display: block;
}

  /* =add bookmark
  ---------------------------------------------- */
  #drops #dropzone #add_bookmark fieldset p {
    margin: 0;
  }

  #drops #dropzone #add_bookmark fieldset p input[type='text'] {
    display: block;
    margin: 0;
    padding: 10px 6px;
    -webkit-transition: none;
    width: 946px;
  }

  #drops #dropzone #add_bookmark fieldset p input[type='submit'] {
    display: none;
  }
  /* ------------------------------------------- */
  
  /* =add file 
  ---------------------------------------------- */
  #drops #dropzone #add_file fieldset {
    background: #fafafa;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #424242;
    font-size: 13px;
    margin: 0 auto;
    position: relative;
    width: 958px;
  }

  #drops #dropzone #add_file fieldset input[type='file'] {
    cursor: pointer;
    height: 36px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 958px;
  }

  #drops #dropzone #add_file fieldset div {
    color: #646464;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    width: 958px;
  }
 
  #drops #dropzone #add_file fieldset input[type='submit'] {
    display: none;
  }
  /* ------------------------------------------- */

#drops #dropzone ul {
  list-style: none;
  margin: -1px 0 0 0;
  padding: 0;
  position: relative;
}

#drops #dropzone ul li {
  color: #aaa;
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 12px 0 0 0;
}

#drops #dropzone ul li:first-child {
  margin: 0 12px 0 0;
}

#drops #dropzone ul li a:link,
#drops #dropzone ul li a:visited {
  font-size: 13px;
}

#drops #dropzone ul li.active a {
  color: #626262;
}

#drops #dropzone ul li.active.bookmark {
  background: url('images/new/dropzone-arrow-bookmark.png') center top no-repeat;
}

#drops #dropzone ul li.active.bookmark.focus {
  background-position: center -56px; 
}

#drops #dropzone ul li.active.file {
  background: url('images/new/dropzone-arrow-file.png') center top no-repeat;
}
/* ------------------------------------------- */

/* =library
---------------------------------------------- */
  /* =aside
  ---------------------------------------------- */
  #drops #library > aside {
    float: left;
    margin: 0 32px 0 0;
    width: 204px;
  }

  #drops #library > aside ul {
    list-style: none;
    padding: 0;
  }

  #drops #library > aside > ul li {
    margin: 0 0 12px 0;
  }

  #drops #library > aside > ul li:last-child {
    margin: 0;
  }

  #drops #library > aside > ul li a:link,
  #drops #library > aside > ul li a:visited {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 0 0 0 24px;
  }

  #drops #library > aside > ul li.active a:link,
  #drops #library > aside > ul li.active a:visited {
    color: #626262;
    font-weight: bold;
  }

  #drops #library > aside > ul li.all a {
    background: url('images/new/item-types/all.png') left center no-repeat;
  }

  #drops #library > aside > ul li.popular a {
    background: url('images/new/item-types/popular.png') left center no-repeat;
  }

  #drops #library > aside > ul li.image a {
    background: url('images/new/item-types/image.png') left center no-repeat;
  }

  #drops #library > aside > ul li.bookmark a {
    background: url('images/new/item-types/bookmark.png') left center no-repeat;
  }

  #drops #library > aside > ul li.text a {
    background: url('images/new/item-types/text.png') left center no-repeat;
  }

  #drops #library > aside > ul li.archive a {
    background: url('images/new/item-types/archive.png') left center no-repeat;
  }

  #drops #library > aside > ul li.audio a {
    background: url('images/new/item-types/audio.png') left center no-repeat;
  }

  #drops #library > aside > ul li.video a {
    background: url('images/new/item-types/video.png') left center no-repeat;
  }

  #drops #library > aside > ul li.unknown a {
    background: url('images/new/item-types/unknown.png') left center no-repeat;
  }

  #drops #library > aside > ul li.trash a {
    background: url('images/new/item-types/trash.png') left center no-repeat;
  }
  /* ------------------------------------------- */

  /* =recent drops 
  ---------------------------------------------- */
  #drops #library #recent-drops {
    float: left;
    width: 724px;
  }

    /* =toolbar
    ---------------------------------------------- */
    #drops #library #recent-drops #toolbar {
      background: -moz-linear-gradient(top, #fafafa, #f9f9f9);
      background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f9f9f9));
      background: linear-gradient(top, #fafafa, #f9f9f9);
      border: 1px solid #d9d9d9;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      list-style: none;
      margin: 0 0 26px 0;
      padding: 6px;
    }

    #drops #library #recent-drops #toolbar li {
      display: inline-block;
      margin: 0;
    }

    #drops #library #recent-drops #toolbar .view {
      float: right;
    }
    /* ------------------------------------------- */

  #drops #library #recent-drops ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #drops #library #recent-drops ol li section .title input[type='text'],
  #drops #library #recent-drops ol li section .edit {
    display: none;
  }

  #drops #library #recent-drops ol li.active section .title a {
    display: none;
  }

  #drops #library #recent-drops ol li.active section .title input[type='text'] {
    display: block;
  }

  #drops #library #recent-drops ol li aside {
    display: none;
  }

  #drops #library #recent-drops ol li.active aside {
    display: block;
    font-size: 11px;
  }

    /* =list view
    ---------------------------------------------- */
    #drops #library #recent-drops .list li {
      border-top: 1px solid #e5e5e5;
      margin: 0;
    }

    #drops #library #recent-drops .list li:last-child {
      border-bottom: 1px solid #e5e5e5;
      margin: 0 0 26px 0;
    }

    #drops #library #recent-drops .list li.active {
      border: 1px solid #e5e5e5;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
      box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    #drops #library #recent-drops .list li.active + li {
      border-top: none;
    }

    #drops #library #recent-drops .list li section:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
    }

    #drops #library #recent-drops .list li section div {
      display: inline-block;
      padding: 8px;
    }

    #drops #library #recent-drops .list li section .select {
      width: 18px;
    }

    #drops #library #recent-drops .list li section .type {
      overflow: hidden;
      vertical-align: middle;
      width: 16px;
    }

    #drops #library #recent-drops .list li section .type .thumbnail {
      display: none;
    }

    #drops #library #recent-drops .list li section .title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 279px;
    }

    #drops #library #recent-drops .list li section .title input[type='text'] {
      width: 265px;
    }

    #drops #library #recent-drops .list li section .time {
      color: #a7a7a7;
      text-align: center;
      width: 150px;
    }

    #drops #library #recent-drops .list li section .views {
      font-weight: bold;
      text-align: right;
      width: 100px;
    }

    #drops #library #recent-drops .list li section .edit {
      display: none;
    }

    #drops #library #recent-drops .list li aside .privacy {
      border-top: 1px dotted #e5e5e5;
      padding: 8px;
    }

    #drops #library #recent-drops .list li aside .privacy em {
      color: #a7a7a7;
      display: inline-block;
      min-width: 48px;
    }
    /* ------------------------------------------- */

    /* =grid view
    ---------------------------------------------- */
    #drops #library #recent-drops .grid:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
    }

    #drops #library #recent-drops .grid li {
      float: left;
      margin: 0 26px 26px 0;
      width: 224px;
    }

    #drops #library #recent-drops .grid li:nth-child(3n) {
      margin-right: 0;
    }

    #drops #library #recent-drops .grid li section:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
    }

    #drops #library #recent-drops .grid li form {
      border: 1px solid #e5e5e5;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 11px;
      width: 200px;
    }

    #drops #library #recent-drops .grid li.active form {
      background: #fff;
      -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
      box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
      position: absolute;
      z-index: 99999;
    }

    #drops #library #recent-drops .grid li section .select {
      background: #fff;
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .20);
      -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .20);
      box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .20);
      position: absolute;
      z-index: 1;
    }

    #drops #library #recent-drops .grid li section .type {
      background: -moz-radial-gradient(center, cover, #333 0%, #000 100%) #222;
      background: -webkit-gradient(radial, center center, 0, center center, 500, from(#333), to(#000)) #222;
      background: linear-gradient(center, cover, #333 0%, #000 100%) #222;
      margin: 0 0 8px 0;
      position: relative;
    }

    #drops #library #recent-drops .grid li section .type > a {
      background-image: url('images/new/drops-recent-drops-grid-bg.png');
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .20) inset;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .20) inset;
      box-shadow: 0 0 1px rgba(0, 0, 0, .20) inset;
      display: block;
      height: 150px;
      width: 200px;
    }

      /* =thumbnail types
      ---------------------------------------------- */
      #drops #library #recent-drops .grid li section .type .image {
        background-position: 0 -150px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: table-cell;
        vertical-align: middle;
      }

      #drops #library #recent-drops .grid li section .type .image:after {
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .20) inset;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .20) inset;
        box-shadow: 0 0 1px rgba(0, 0, 0, .20) inset;
        content: '';
        height: 150px;
        display: block;
        position: absolute;
        top: 0;
        width: 200px;
      }

      #drops #library #recent-drops .grid li section .type .bookmark {
        background-position: 0 -300px;
      }

      #drops #library #recent-drops .grid li section .type .text {
        background-position: 0 -450px;
      }

      #drops #library #recent-drops .grid li section .type .archive {
        background-position: 0 -600px;
      }

      #drops #library #recent-drops .grid li section .type .audio {
        background-position: 0 -750px;
      }

      #drops #library #recent-drops .grid li section .type .video {
        background-position: 0 -900px;
      }
      /* ------------------------------------------- */
    
    #drops #library #recent-drops .grid li section .type .icon {
      display: none;
    }

    #drops #library #recent-drops .grid li section .type .thumbnail {
      display: block;
      margin: 0 auto;
    }

    #drops #library #recent-drops .grid li section .title {
      color: #a7a7a7;
      margin: 0 0 8px 0;
      overflow: hidden;
      padding: 3px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 194px; 
    }

    #drops #library #recent-drops .grid li section .title input[type='text'] {
      width: 180px;
    }

    #drops #library #recent-drops .grid li section .time {
      color: #a7a7a7;
      float: left;
      padding: 0 0 0 3px;
    }

    #drops #library #recent-drops .grid li.active section .time {
      display: none;
    }

    #drops #library #recent-drops .grid li section .views {
      float: right;
      font-weight: bold;
      padding: 0 3px 0 0;
    }

    #drops #library #recent-drops .grid li.active section .views {
      display: none;
    }

    #drops #library #recent-drops .grid li aside .privacy {
      border-top: 1px dotted #e5e5e5;
      padding: 8px 0 0 0;
    }

    #drops #library #recent-drops .grid li aside .privacy em {
      color: #a7a7a7;
      display: inline-block;
      min-width: 48px;
    }
    /* ------------------------------------------- */

    /* =no drops message
    ---------------------------------------------- */
    #drops #library #recent-drops #empty {
      display: none;
      text-align: center;
    }

    #drops #library #recent-drops.empty #empty {
      display: block;
    }
    /* ------------------------------------------- */

    /* =trash message
    ---------------------------------------------- */
    #drops #library #recent-drops #trash,
    #drops #library #recent-drops #restore-items {
      display: none;
      font-size: 11px;
      text-align: center;
    }

    #drops #library #recent-drops.empty #trash {
      display: none !important;
    }

    #drops #library #recent-drops.trash #trash,
    #drops #library #recent-drops.trash #restore-items {
      display: block;
    }

    #drops #library #recent-drops.trash #delete-items {
      display: none;
    }
    /* ------------------------------------------- */

  /* ------------------------------------------- */
  
  /* =pagination
  ---------------------------------------------- */
  #pagination {
    color: #a7a7a7;
    text-align: center;
  }

  #pagination span,
  #pagination a {
    margin: 0 8px 0 0;
  }

  #pagination span:last-child,
  #pagination a:last-child {
    margin: 0 8px 0 0;
  }
  /* ------------------------------------------- */
/* ------------------------------------------- */
