/**
 * @file
 * Block Styling
 */
/* line 10, ../sass/blocks.scss */
.wrap-title {
  text-align: center;
  background: url('../images/line.png?1408013313') center center repeat-x transparent;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 15, ../sass/blocks.scss */
.wrap-title h3 {
  display: inline-block;
  padding: 0 10px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fefefe 5%, #fefefe 95%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fefefe 5%, #fefefe 95%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fefefe 5%, #fefefe 95%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fefefe 5%, #fefefe 95%, rgba(255, 255, 255, 0) 100%);
}
/* line 23, ../sass/blocks.scss */
.wrap-title h3 .red {
  color: #c80000;
}

/* line 29, ../sass/blocks.scss */
.block {
  /* Block wrapper */
  margin-bottom: 5px;
}

/* line 35, ../sass/blocks.scss */
#block-top-artwork a {
  display: block;
}
/* line 38, ../sass/blocks.scss */
#block-top-artwork img {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

@media all and (max-width: 480px) {
  /* line 46, ../sass/blocks.scss */
  #block-top-artwork {
    display: none;
  }
}
