/* IE BAR */
#ie-bar {
    background: blue;
    color: white;
    padding: 20px;
    font-size: 13px;
}
#ie-bar>div {
    width: 960px;
    margin: 0 auto;
}
#ie-bar a {
    color: white;
    text-decoration: underline;
}
/* Sitewide Header */
#site-header {
    overflow: hidden;
    background: #000000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000));
    background: -moz-linear-gradient(top,  #222222,  #000000);

}
#site-header .column {
    width: 980px;
    margin: 0 auto;
    overflow: visible;
    position: inherit;
}
#site-header input[type="text"].search {
    background: url('/site_media/images/icons/search-field.png') 8px 5px no-repeat #333;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 14px 20px;
    font-size: 14px;
    padding: 5px 15px 5px 30px;
    width: 70px;
    border: none;
    outline: none;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#site-header input[type="text"].search:focus {
    width: 230px;
    background-color: #555;
}


#site-header ul.right {
    float: right;
}
#site-header ul.right > li {
    float: left;
    font-size: 12px;
    border-right: 1px #333 solid;
    border-left: 1px #000 solid;
}
#site-header > div > ul.right > li.dropdown,
#site-header ul.right > li.login a {
    display: block;
    color: #fff;
    padding: 16px 20px;
}
#site-header ul.right > li.login a {
    padding: 20px 30px;
    text-transform: uppercase;
}
#site-header > div > ul.right > li.dropdown img {
    height: 23px;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#site-header .logo {
    float: left;
    padding: 15px 20px;
}
#site-header .logo img {
    height: 20px;
}
#site-header ul.search-results {
    margin: -14px 0 0 11px;
}

/* Site Navigation */

#site-nav li {
    float: left;
}
#site-nav li a {
    background: url('/site_media/images/icons/sprite-navigation.png') 6px 0px;
    display: block;
    width: 70px;
    height: 53px;
    position: relative;
    border-right: 1px #333 solid;
    border-left: 1px #000 solid;
}
#site-nav li a.active,
#site-nav li a.active:hover {
    -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, .8);
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
    background-color: #222;
}
#site-nav li a:hover {
    background-color: #111;
}
#site-nav li a.home { background-position: -190px 0; }
#site-nav li a.messages { background-position: 360px 0; }
#site-nav li a.tags { background-position: 510px 0; }
#site-nav li a.search { background-position: 410px 0; }
#site-nav li a.lists { background-position: -390px 0; }
#site-nav li a.settings { background-position: -40px 0; }
#site-nav li a.friends { background-position: -290px 0; }

#site-nav li a.home.active { background-position: -190px 50px; }
#site-nav li a.messages.active { background-position: 360px 50px; }
#site-nav li a.tags.active { background-position: 510px 50px; }
#site-nav li a.search.active { background-position: 410px 50px; }
#site-nav li a.lists.active { background-position: -390px 50px; }
#site-nav li a.settings.active { background-position: -40px 50px; }
#site-nav li a.friends.active { background-position: -290px 50px; }

#site-nav li a .name {
    display: none;
}
#site-nav li a span.count {
    color: white;
    text-shadow: 0 -1px 0px #333;
    background: red;
    border: 2px solid white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: bold;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}



/* Adding new section dropdown */
#site-header ul li.dropdown ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #111;
    color: #fff;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-left: -35px;
    margin-top: 16px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#site-header ul li.dropdown ul a {
    border-bottom: 1px #333 solid;
    border-top: 1px #000 solid;
    background: #222;
    padding: 15px 10px;
    display: block;
    color: #fff;
}
#site-header ul li.dropdown ul a span.nav-icon {
    width: 50px;
    height: 40px;
    margin: -15px 0 -15px -10px;
    background: url('/site_media/images/icons/sprite-navigation.png') 6px 0px no-repeat;
    float: left;
}
#site-header ul li.dropdown ul a.home span.nav-icon { background-position: -200px -5px; }
#site-header ul li.dropdown ul a.settings span.nav-icon { background-position: -50px -5px; }
#site-header ul li.dropdown ul a.friends span.nav-icon { background-position: -300px -5px; }
#site-header ul li.dropdown ul a.logout span.nav-icon { background-position: 100px -5px; }
#site-header ul li.dropdown ul a.profile span.nav-icon { background-position: -450px -5px; }
#site-header ul li.dropdown ul a.invite span.nav-icon { background-position: -500px -5px; }

#site-header ul li.dropdown ul a:hover {
    background: #111;
    -moz-box-shadow: inset 0 0 15px #000;
    -webkit-box-shadow: inset 0 0 15px #000;
    box-shadow: inset 0 0 15px #000;
}
#site-header ul li.dropdown ul li {
    float: none;
    margin:0;
    width: 150px;
}
#site-header ul li.dropdown ul li.split-bottom {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #ccc solid;
}
#site-header ul li.dropdown ul li.split-top {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px #ccc solid;
}
#site-header ul li.dropdown:hover > ul {
    display: block;
}


/* Footer */
#footer {
    width: 970px;
    margin: 0 auto;
    color: #666;
    padding: 10px 0;
    clear: both;
    font-size: 11px;
    text-shadow: 0 1px 1px #000;
    text-align: right;
}
#footer a {
    margin-right: 10px;
    color: #999;
}
#footer a:hover {
    text-decoration: underline;
}


.hide {
    display: none;
}


/* On site alerts */
#alert-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 20px 0;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    text-align: center;
    background: #666666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background: -moz-linear-gradient(top,  #666666,  #333333);
    border-bottom: 1px solid #000;
    color: #ccc;
    font-size: 16px;
    text-shadow: 0 -1px 0 #000;
}
#alert-box strong {
    color: #fff;
    background: none;
    background: rgba(0,0,0,.2);
    padding: 3px 10px;
    margin-right: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#alert-box.success {
    background: #2b71b4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b71b4', endColorstr='#1e5c98');
    background: -webkit-gradient(linear, left top, left bottom, from(#2b71b4), to(#1e5c98));
    background: -moz-linear-gradient(top,  #2b71b4,  #1e5c98);
    border-bottom: 1px solid #082846;
    color: #bcddff;
}
#alert-box.error {
    background: #2b71b4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c00d0d', endColorstr='#900d0d');
    background: -webkit-gradient(linear, left top, left bottom, from(#c00d0d), to(#900d0d));
    background: -moz-linear-gradient(top,  #c00d0d,  #900d0d);
    border-bottom: 1px solid #2b0404;
    color: #fff;
}
#alert-box.static {
    position: static;
}

/* Forms */

/* From bootstrap */
.btn, input[type="submit"], a.button, button {
  display: inline-block;
  *display: inline;
  text-decoration: none !important;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  margin: 0;
  color: #666;
  text-shadow: 0 1px 1px white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: none;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 0px 3px #000;
     -moz-box-shadow: inset 0 0px 3px #000;
          box-shadow: inset 0 0px 3px #000;
}
.btn.big, input[type="submit"].big {
  padding: 4px 13px 4px;
  font-size: 15px;
  line-height: 22px;
  *line-height: 24px;
}
.btn.small, input[type="submit"].small {
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
}

.btn.blue, input[type="submit"].blue {
  background-color: #0074CC;
  *background-color: #0074CC;
  background-image: -ms-linear-gradient(top, #0088CC 0%, #0055CC 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088CC), to(#0055CC));
  background-image: -webkit-linear-gradient(top, #0088CC, #0055CC);
  background-image: -o-linear-gradient(top, #0088CC, #0055CC);
  background-image: linear-gradient(top, #0088CC, #0055CC);
  background-image: -moz-linear-gradient(top, #0088CC, #0055CC);
  color: #FFFFFF;
  text-shadow: 0 -1px 1px #000;
}
.btn.blue:hover, input[type="submit"].blue:hover {
    background: #0055CC;
}
.btn.red, input[type="submit"].red {
  background-color: #DA4F49;
  *background-color: #DA4F49;
  background-image: -ms-linear-gradient(top, #EE5F5B, #BD362F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE5F5B), to(#BD362F));
  background-image: -webkit-linear-gradient(top, #EE5F5B, #BD362F);
  background-image: -o-linear-gradient(top, #EE5F5B, #BD362F);
  background-image: linear-gradient(top, #EE5F5B, #BD362F);
  background-image: -moz-linear-gradient(top, #EE5F5B, #BD362F);
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px #000;
}
.btn.red:hover, input[type="submit"].red:hover {
    background: #BD362F;
}
.btn.green, input[type="submit"].green {
  background-color: #5BB75B;
  *background-color: #5BB75B;
  background-image: -ms-linear-gradient(top, #62C462, #51A351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62C462), to(#51A351));
  background-image: -webkit-linear-gradient(top, #62C462, #51A351);
  background-image: -o-linear-gradient(top, #62C462, #51A351);
  background-image: linear-gradient(top, #62C462, #51A351);
  background-image: -moz-linear-gradient(top, #62C462, #51A351);
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px #000;
}
.btn.green:hover, input[type="submit"].green:hover {
    background: #51A351;
}


.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"].active,
input[type="submit"].disabled,
input[type="submit"][disabled] {
  background: #e6e6e6;
  *background: #e6e6e6;
}
input[type="submit"].disabled,
input[type="submit"][disabled] {
  text-shadow: none;
  background-color: #efefef;
  background-image: none;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #efefef;
}


span.loading {
    background: url('http://onesheet.s3.amazonaws.com/site_media/images/icons/loading.gif') no-repeat left center transparent;
    padding-left: 20px;
    font-size: 20px;
}
a.close {
    position: absolute;
    top: -7px;
    right: -7px;
    padding: 5px;
    width: auto;
    background: #000; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #333,  #000); /* for firefox 3.6+ */
    border: 2px solid #fff;
    -webkit-border-radius: 15px ;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    color: #fff !important;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    padding: 4px 8px;
    z-index: 999;
}
a.close:hover {
    background: #666;
}
a.add, a.remove, a.change {
    position: relative;
}
a span.icon {
    position: absolute;
    top: 6px;
    left: -20px;
    z-index: 900;
    text-decoration: none;
    width: auto;
    border: 2px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .7);
    box-shadow: 0 0 7px rgba(0, 0, 0, .7);
    text-shadow: 0 -1px 1px #666;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
}
a.remove span.icon {
    background: #bd1421; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da7d83', endColorstr='#bd1421'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#da7d83), to(#bd1421)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #da7d83,  #bd1421); /* for firefox 3.6+ */
    font-size: 36px;
    padding: 0px 3px 7px;
    font-weight: 500;
    line-height: 11px;
}
a.remove:hover span.icon {
    background: #666;
}
a.add span.icon {
    background: #209b1d; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eb04c', endColorstr='#209b1d'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#4eb04c), to(#209b1d)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #4eb04c,  #209b1d); /* for firefox 3.6+ */
    font-size: 22px;
    padding: 0 3px 1px;
    font-weight: 600;
    line-height: 18px;
}
a.add:hover span.icon {
    background: #666;
}
a.change {
    background: #209b1d; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eb04c', endColorstr='#209b1d'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#4eb04c), to(#209b1d)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #4eb04c,  #209b1d); /* for firefox 3.6+ */
    font-size: 22px;
    padding: 0 3px 1px;
    font-weight: 600;
    line-height: 18px;
}
a.change:hover {
    background: #666;
}

.featured-tag {
    background: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb');
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
    background: -moz-linear-gradient(top,  #ddd,  #bbb);
    color: #333;
    padding: 2px 6px 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    width: inherit;
    margin-bottom: 5px;
    float: left;
    text-shadow: 0 1px 1px #fff;
}
.pro {
    background: #ffff66 !important;
}
.pro-tag {
    background: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#BBBBBB');
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
    background: -moz-linear-gradient(top,  #ddd,  #bbb);
    text-shadow: 0 1px 0px #fff;
    color: black;
    padding: 3px 9px 3px 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    text-transform: uppercase;
}
.new-tag {
    background: #1874CD;
    color: white;
    padding: 2px 4px;
    -moz-box-shadow: 0 1px 1px #333;
    -webkit-box-shadow: 0 1px 1px #333;
    box-shadow: 0 1px 1px #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 8px;
    text-transform: uppercase;
    vertical-align: text-top;
    font-family: Verdana;
}
.error {
    color: #ab3431;
}
.error a{
    color: inherit;
    text-decoration: underline;
}

.valid {
    color: green;
}

#share-buttons {
    overflow: hidden;
    width: 300px;
    margin: 5px auto;
}
#share-buttons li {
    float: left;
}

#terms-privacy {
    text-align: left;
}
#terms-privacy ul {
    margin: 0px 40px;
}
#terms-privacy p, #terms-privacy li {
    margin-bottom: 15px;
}
#terms-privacy h1, #terms-privacy h2, #terms-privacy h3 {
    margin-bottom: 5px;
}
#terms-privacy h3 {
    font-weight: 500px;
    text-shadow: none;
}

#upgrade-benefits {
    padding: 5px 0;
    width: 600px;
    margin: 0 auto;
}
#upgrade-benefits>h2 {
    clear: both;
    font-size: 20px;
    width: 530px;
    background: #FF6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#upgrade-benefits>h2 strong {
    font-weight: bold;
}
#upgrade-benefits>div {
    float: left;
    border: 1px #999 solid;
    margin: 0;
    background: #fff;
}
#upgrade-benefits>div.tall {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 3px solid #FF6;
    font-size: 16px;
    width: 300px;
}
#upgrade-benefits>div.short {
    margin: 20px 0;
    border-right: none;
    background: #efefef;
    width: 220px;
    font-size: 14px;
}
#upgrade-benefits li {
    margin: 15px 0;
}
#upgrade-benefits div.name {
    padding: 20px 10px 10px;
    font-size: 25px;
    font-weight: bold;
}
#upgrade-benefits div.price {
    background: #ddd;
    padding: 10px;
    text-align: center;
}
#upgrade-benefits>div.tall div.price {
    background: #ffff66;
}
#feature-comparison table {
    width: 500px;
    margin: 0 auto;
    border: 1px #ccc solid;
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#feature-comparison table tr td {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
#feature-comparison table tr td.check {
    color: #4d8b0a;
}
#feature-comparison table tr td:first-child {
    text-align: left;
}
#feature-comparison table tr:last-child td {
    border-bottom: none;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display:none;
    background:transparent url('http://onesheet.s3.amazonaws.com/site_media/images/tooltip_background.png');
    font-size:12px;
    height:70px;
    width:160px;
    padding:20px 25px;
    color:#000;
}



/* Search Results dropdown when doing a mustache search */
ul.search-results {
    z-index: 9999;
    position: absolute;
    width: 270px;
    display: none;
    border: 1px #ccc solid;
    background: #fff;
}
ul.search-results li {
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
}
ul.search-results li:hover {
    background: #efefef;
}
ul.search-results li .summary {
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

li span.image.onesheet-icon {
    float: left;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
li span.image.onesheet-icon a {
    display: block;
}
li span.image.onesheet-icon img {
    width: 50px;
    height: 50px;
}
li span.name {
    font-weight: bold;
    margin-bottom: 5px;
}
li span.extra {
    color: #999;
    font-size: 11px;
    line-height: 1.4;
    display: block;
    font-weight: normal;
}


/*
    tips for responsive
    #work{width:100%; clear:left;}
    #work li{width:20%; height:auto; padding-right: 1px;  padding-bottom: 1px; float:left; position: relative;  transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out;}
    #work li a{display: block; position: relative; width: 100%; height: auto;}
    #work li img{display: block; max-width: 100%; height: auto; }
*/

#homepage-popular-onesheets {
    width: 1340px;
    margin: 0 auto;
}
ul.onesheet-list {
    overflow: hidden;
    padding: 20px;
    margin-right: -20px;
}
ul.onesheet-list li {
    float: left;
    margin: 5px 20px 15px 0;
}
ul.onesheet-list li a {
    display: block;
    position: relative;
    width: 200px;
    height: 230px;
    color: #333;
}
ul.onesheet-list li a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 200px;
    border: 1px solid #cccccc;
}
ul.onesheet-list li a .info {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 30px;
    z-index: 20;
    width: 200px;
}
ul.onesheet-list li a:hover img {
    box-shadow: 0 0 25px #000;
    border-color: #666;
}
ul.onesheet-list li a .name {
    padding-top: 5px;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.onesheet-list li a .genre {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.onesheet-list li a .details {
    padding: 0px 5px 5px 5px;
    font-size: 10px;
    color: #999;
}
h2.onesheet-list-section-title {
    font-weight: 100;
    color: #000;
    padding: 30px 0 10px;
    text-align: center;
    margin-bottom: 0;
}

