/* == 0.0 Reset/Defaults
-------------------------------------------------------------- */
body, html {
  margin: 0;
  padding: 0;
}
body {
  background-color: #e6e7e8;
  font-family: Oswald, sans-serif;
  color: #72777a;
  -webkit-transition: 100ms linear;
  -moz-transition: 100ms linear;
  -ms-transition: 100ms linear;
  -o-transition: 100ms linear;
  transition: 100ms linear;
}
a {
  color: #00aeef;
  text-decoration: none;
}
img {
  border: 0;
  /* == 1.0 Utilities/Repeating Patterns
-------------------------------------------------------------- */
  /* Main categories */
}
.default, .sponsored, .default-link:hover {
  color: #00aeef !important;
}
.music, .music-link:hover {
  color: #f85170 !important;
}
.film-tv, .film-tv-link:hover {
  color: #04a8b2 !important;
}
.sports, .sports-link:hover {
  color: #eba715 !important;
}
.style, .style-link:hover {
  color: #099b7b !important;
}
.tech, .tech-link:hover {
  color: #ed1c35 !important;
  /* Alignments */
}
.align-right {
  text-align: right;
}
.align-right ul li {
  margin: 0 0 0 10px;
}
.align-right ul li:first-child {
  margin: 0;
}
.pull-right {
  float: right;
}
.pull-top {
  vertical-align: top;
}
.clear {
  clear: both;
}
