
body {
  background: white;
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  /*
		Media Holders
	 */

  /*
		Advertisment
	 */

}
body a {
  color: #008aff;
  text-decoration: none;
}
body a:hover {
  color: #006ecc;
  text-decoration: none;
}
body h1 {
  font-size: 25px;
}
body h1.nf {
  margin-top: 20px;
  font-size: 280px;
}
body h1.nf small {
  font-size: 50px;
  display: block;
  text-transform: uppercase;
}
body h2 {
  font-size: 17px;
  font-weight: 700;
}
body h2.header {
  color: #008aff;
  padding-bottom: 10px;
}
body h2.header strong {
  color: #e22e40;
}
body h3 {
  font-size: 15px;
}
body .toggle {
  display: none;
}
body ul.media {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
body ul.media li {
  max-width: 181px;
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 0;
}
body ul.media li:nth-child(5n) {
  margin-right: 0;
}
body ul.media li .mediathumb {
  position: relative;
  display: block;
}
body ul.media li .mediathumb img {
  width: 100%;
  max-height: 102px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
body ul.media li .mediathumb img:hover {
  opacity: 0.8;
}
body ul.media li h4 {
  margin: 10px 0 5px 0;
  font-size: 14px;
  font-variant: 700;
  height: 35px;
}
body ul.media li h4 a.medialink {
  font-weight: 700;
}
body ul.media li a.mediaauthor {
  color: #666666;
  width: 100%;
  display: block;
  font-size: 11px;
}
body ul.media li a.mediaauthor:hover {
  color: black;
}
body ul.media li a.mediaauthor span.time {
  float: right;
  font-size: 10px;
  font-weight: 700;
  color: #aaaaaa;
}
body ul.media li .mediaviews {
  font-size: 12px;
  color: #999999;
}
body ul.media li.music a.medialink {
  color: #e22e40;
}
body ul.media li.music a.medialink:hover {
  color: #e85b69;
}
body .btn.ushare {
  color: white;
}
body .btn.ushare.btn-facebook {
  background: #3b5998;
}
body .btn.ushare.btn-twitter {
  background: #409dd5;
}
body .pager li a {
  border-color: #008aff;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .pager li a:hover {
  background: #008aff;
  color: white;
}
body .ads {
  text-align: center;
  margin: 0 auto 35px auto;
  clear: both;
  position: relative;
  z-index: 0;
}
body .ads:before {
  content: '';
  top: 35%;
  left: 0;
  text-align: center;
  width: 96%;
  margin-left: 2%;
  position: absolute;
  z-index: -1;
  color: #8c8c8c;
  font-weight: 700;
}
body .ads.ads-729 {
  max-width: 728px;
  height: 90px;
  width: 100%;
  background: #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .ads.ads-729 img,
body .ads.ads-729 embed,
body .ads.ads-729 iframe {
  width: 100%;
  max-width: 728px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .ads.ads-301 {
  max-width: 300px;
  height: 250px;
  width: 100%;
  background: #e6e6e6;
}
body .ads.ads-301 img,
body .ads.ads-301 embed,
body .ads.ads-301 iframe {
  width: 100%;
  max-width: 300px;
  max-height: 250px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
body .pace .pace-progress {
  background: #008aff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  box-shadow: 0 0 1px #007ce6;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
body .pace-inactive {
  display: none;
}
/*
	Header
 */