body {
  background-color: #C0C0C0;
}
.container {
  padding: 10px;
}
.navbar-brand {
  padding: 0;
  margin: -5px 10px 0;
}
.white-widget {
  background-color: #FFF;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
[class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.recent-posts {
  margin-bottom: 10px;
}
.cover {
  margin: 0 0 10px;
  position: relative;
}
.cover .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding: 20px;
  color: #FFF;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */

}
.cover .title .category-name {
  padding: 10px;
  color: #333333;
  background-color: #FFF;
}
.cover .title h1 {
  margin-top: 20px;
  font-weight: bold;
}
.article-info,
.article-summary,
.article-body {
  padding: 10px;
}
a:hover .shadow {
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  right: 5px;
  bottom: 0;
  -webkit-box-shadow: inset 0px 0px 20px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 20px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 20px 6px rgba(0, 0, 0, 0.4);
}
a:hover span.title {
  padding-bottom: 20px;
}
.thumb.label.label-danger {
  position: absolute;
  left: 15px;
  top: 10px;
  padding-top: 4px;
}
span.title {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0px;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */

}
.section-title {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 4px solid #D9534F;
}
.section-title a {
  color: #D9534F;
  font-size: large;
  text-transform: uppercase;
  text-decoration: none;
}
.section-title-padding {
  padding-top: 30px;
}
.media {
  padding-bottom: 10px;
}
.media .media-left .media-object {
  max-width: 158px;
}
.media .media-body {
  border-bottom: 1px dotted #CACACA;
}
.media .media-body a {
  color: #555;
  font-weight: bold;
  text-decoration: none;
}
.media .media-body a:hover {
  color: #D9534F;
}
.sidebar .media .media-left .media-object {
  max-width: 72px;
}
.sidebar .media .media-body {
  border-bottom: 1px dotted #CACACA;
}
.sidebar .media .media-body a {
  color: #555;
  font-weight: bold;
  text-decoration: none;
}
.sidebar .media .media-body a:hover {
  color: #D9534F;
}
address {
  margin-top: 5px;
  padding: 10px;
  background-color: #eeeeee;
}
footer {
  background-color: #f6f6f6;
  padding: 15px 0;
}
