/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Bootstrap overrides */
@media (max-width:767px) {
  .thumbnails {
    margin: 0
  }
}

#bw-results .thumbnail > small {
  display:block;
  height:3em;
  width:175px;
  margin:auto;
}

a:hover {
  text-decoration: none;
}

body {
  background-image: url('/img/broken_noise.png');
  font-family: 'Lato', sans-serif;
}

ul {
  padding: 0;
}

hr {
  color: #414141;
}

textarea {
  resize: both;
  width: auto;
}

/* fix typehead appearing behind modals */
.typeahead {
  z-index: 9999;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

nav {
  font-size: .8em;
  border-bottom: 1px solid #111;
  background-image: url('/img/stressed_linen.png');
}

nav .brand {
  font-weight: 700;
  font-size: 2em;
  position: relative;
  padding: .5em .1em;
}

nav .brand a {
  color: white;
}

nav .search-user {
  height: 5em;
}

nav .search-user .user {
  position: relative;
  top: .1em;
}

nav .search-user .user p {
  margin: 0;
}

nav .search-user .search {
  position: relative;
  top: .3em;
}

.lndg-head {
  font-size: .8em;
}

.lndg-head .brand {
  color: #fff;
  font-weight: 700;
  font-size: 5em;
  line-height: 1;
  margin: .5em 0;
}

@media (min-width:480px) and (max-width:767px) {
  .lndg-head .brand {
    font-size: 3em;
    margin-top: .75em;
  }
}

@media (max-width:479px) {
  .lndg-head .brand {
    font-size: 2em;
    margin-top: 1.5em;
  }
}

.lndg-head .user {
  height: 1em;
  margin: 0 auto;
  position: absolute;
  top: .5em;
  left: .5em;
}

.lndg-head .user > * {
  display: inline-block;
  margin-right: .5em;
}

.lndg-main {
  margin-top: 30px;
}

.lndg-search {
  margin-top: 2em;
  padding: 1em 0 1.5em;
}

.lndg-watched {
  padding: 2em 0 1.5em;
  background-color: #222;
}

.lndg-watched h3 {
  font-size: 2em;
  margin: 0 0 1em;
  text-shadow: 0 0 20px #000;
}

.lndg-mosaic {
  width: 532px;
  height: 300px;
  border-spacing: 0;
  margin: 0 auto;
  box-shadow: 3px 3px 50px black;
}

.lndg-mosaic td {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.lndg-mosaic img:hover {
  box-shadow: 0 0 30px #000;
  position: relative;
  bottom: -3px;
  left: -3px;
}

@media (min-width:480px) {
  .lndg-mosaic img {
    min-height: 100px;
    min-width: 133px;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .lndg-watched h3 {
    font-size: 1.5em;
  }
}

@media (max-width:479px) {
  .lndg-watched h3 {
    font-size: 1em;
  }
}

.lndg-social {
  background-color: #111;
  padding: 2em 0;
}

.lndg-foot {
  background-color: #222;
  padding-top: 10px;
  font-size: 12px;
  color: #666;
}

.lndg-brand {
  top: 5px;
}

.lndg-i {
  margin-bottom: 10px;
  padding: 5px 0;
  border-radius: 30px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
}

.lndg-i:hover {
  background-color:#111;
}

.lndg-i a, .lndg-reddit a, .lndg-conn a, .head-i a, .lndg-forum a {
  color: #ccc;
}

.lndg-reddit p {
  margin: .2em 0;
}

.lndg-i a:hover, .lndg-reddit a:hover, .lndg-conn a:hover, .brand:hover, .head-i a:hover, .foot-fb:hover, .foot-twt:hover, .lndg-forum a:hover {
  text-decoration: none;
}

.lndg-i i {
  display: block;
  line-height: 60px;
}

.lndg-i p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.lndg-i:hover .lndg-i-icon, .lndg-forum a:hover {
  color: #59a5e5;
}

.lndg-reddit h1, .lndg-conn h1 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}

.lndg-reddit i, .lndg-conn i {
  text-shadow: 2px 2px rgba(56, 56, 56, 0.75);
}

.lndg-reddit i {
  display: block;
  font-size: 36px;
}

.lndg-reddit:hover i {
  color: tomato;
}

.lndg-conn p {
  font-size: 20px;
}

.lndg-conn i {
  top: -2px;
  margin-right: 5px;
}

.lndg-conn p.lndg-fb:hover > *, .foot-fb {
  color: #3B5998;
}

.lndg-conn p.lndg-twtr:hover > *, .foot-twt {
  color: #4099FF;
}

.lndg-menu {
  left: -100px;
}

.lndg-forum {
  position: absolute;
  top: .5em;
  right: .5em;
}

.lndg-forum i {
  display: block;
}

.brand a:hover, .head-i a:hover {
  color: #59a5e5;
}

.head-i {
  display: inline-block;
  padding: 0 3px;
}

.head-i i {
  line-height: 42px;
}

.head-i p {
  margin: 0;
  position: relative;
  top: -5px;
}

.head-admin a {
  color: tomato;
}

.head-admin a:hover {
  color: #AC1A00;
}

footer {
  margin-top: 40px;
  background-color: #222;
  border-top: 1px solid #333;
  font-size: 12px;
  color: #666;
}

footer .facebook, footer .twitter {
  font-size: 30px;
  margin-left: 5px;
}

.staff {
  margin-bottom: 20px;
}

.drop i {
  color: #ccc;
}

.drop:hover i {
  text-decoration: none;
}

.bumps-filter {
  position: relative;
  left: 15px;
  margin-top: 3px;
  margin-bottom: 10px
}

.bumps-filter label:hover {
  cursor: pointer;
}

.bumps-filter-adv-cb {
  width: 100px;
}

.bumps-loader {
  display: none
}

.artist-listing .group {
  margin-top: 1em;
}

.artist-listing .group ul {
  background-color: #222;
  margin: 0;
  padding: .5em 0;
}

.artist-listing .group ul li:hover {
  background-color: #111;
}

.artist-listing .range-name {
  background-color: #333;
}

.bytag-t0 {
  font-size: 10px
}

.bytag-t1 {
  font-size: 13px
}

.bytag-t2 {
  font-size: 16px
}

.bytag-t3 {
  font-size: 19px
}

.bytag-t4 {
  font-size: 22px
}

.bytag-t5 {
  font-size: 25px
}

@media (min-width:1200px) {
  .bump-tv {
    width: 640px
  }
}

@media (min-width:768px) and (max-width:979px) {
  .bump-tv {
    width: 600px
  }
}

@media (min-width:480px) and (max-width:767px) {
  .bump-tv {
    width: 480px
  }
}

@media (max-width:479px) {
  .bump-tv {
    width: 200px
  }
}

.bump-util li {
  float: left;
  margin-right: 5px
}

.bump-name {
  margin: 0 0 10px;
  padding: 0
}

.bump-tag {
  padding: 10px;
  margin-right: 5px;
}

.bump-tag i {
  margin-right: 5px;
  color: indianred;
}

.bump-comments {
  margin-top: 2em;
}

.bump-related strong {
  margin: 0 0 .3em;
  display: block;
}

.bump-related a {
  width: 75px;
  height: 50px;
  display: inline-block;
  padding: .3em .3em;
  margin: .1em;
  background-color: #222;
}

.bump-related a:hover {
  background-color: #333;
}

.bump-related img {
  width: 75px;
  height: 50px;
}

.accordion-group {
  border: 0
}

.accordion-heading {
  background-color: #333
}

.accordion-body {
  background-color: #000
}

.heading {
  color: #ffaa00;
}

.modal-error {
  color: indianred;
  font-weight: bold;
}

.modal-success {
  color: #00cc00;
  font-weight: bold;
}

.modal {
  background-image: url('/img/broken_noise.png');
}

.close {
  color: white;
}

#hiddenBump {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  z-index: 5;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  color: white;
  padding: 5px 0 5px 0;
  background-color: #C60;
  border-top: 1px solid #000;
}

#hiddenBump p {
  text-align: center;
  width: 95%;
  float: left;
  margin: 0;
  padding: 0;
}

.load-other-bumps {
  text-align: center;
  margin: 0 auto;
}

.load-other-bumps a {
  border: 1px solid #000;
  background-color: #333;
  border-radius: 3px;
  padding: 3px 20px;
}

#amzn-native-ad-0, .amzn-native-product-offer-price {
  color: #ccc !important;
}

/*
google font example:
font-family: 'Open Sans', sans-serif;

h1 { font-family: �eMetrophobic�f, Arial, serif; font-weight: 400; }

400, 700, 800
*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
