.left {
  float: left;
}
.right {
  float: right;
}
.lastInRow {
  margin-right: 0 !important;
}
.clear {
  clear: both;
}
.ad728 {
  overflow: hidden;
  padding: 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #dfdfdf;
}
.box125 {
  width: 125px;
}
.box220 {
  width: 220px;
}
.box468 {
  width: 468px;
}
.box728 {
  width: 728px;
}
.box300x125 {
  width: 300px;
  height: 125px;
  overflow: hidden;
  margin-bottom: 10px;
}
.box300x125 a {
  display: block;
  height: 125px;
}
#top .box468 {
  margin: 30px 0 0 0;
}
body {
  font-family: Georgia, Helvetica;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #555555;
}
img {
  border: 0;
}
body * {
  padding: 0;
  margin: 0;
}
a {
  color: #0d83bf;
  text-decoration: underline;
}
a:hover {
  color: #000000;
}
p {
  line-height: 24px;
}
h1,
h2,
h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  margin-top: 10px;
}
h3 {
  height: 30px;
  line-height: 30px;
}
hr {
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 20px 0;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.socialIco {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/socialIcos.png) no-repeat;
}
.socialIco.yt {
  background-position: -25px 0;
}
.socialIco.fb {
  background-position: 0 0;
}
.socialIco.rss {
  background-position: -50px 0;
}
#top a.logo {
  display: block;
  float: left;
  width: 400px;
  height: 100px;
  background: url(../images/logo2.png) no-repeat;
  margin: 18px 0 0 10px;
}
.socialBox {
  width: 185px;
  float: right;
  padding: 15px 35px 0 0;
}
.socialBox .social,
.socialBox .rss {
  float: right;
}
.socialBox .social,
.socialBox .rss {
  line-height: 25px;
}
.socialBox .social {
  margin-bottom: 10px;
}
.socialBox .socialIco {
  float: right;
  margin-left: 5px;
}
ul#menu {
  overflow: hidden;
  clear: both;
  list-style-type: none;
  background: #000000;
  padding-left: 15px;
}
ul#menu li {
  float: left;
}
ul#menu li a {
  display: block;
  color: #dedede;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
}
ul#menu li a:hover,
ul#menu li a.active {
  color: #ffffff;
  background: #0092dd;
}
ul#menu li.item1 {
  float: right;
  margin-right: 15px;
}
ul#menu li.item2,
ul#menu li.item3 {
  float: right;
}
#content {
  overflow: hidden;
}
#content #contentLeft {
  float: left;
  width: 630px;
}
#content #contentRight {
  float: right;
  width: 300px;
  padding-top: 10px;
}
#content #contentRight .box {
  margin-bottom: 10px;
}
.articles {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 4px solid #dfdfdf;
}
.articles.noBorder {
  border-bottom: none;
}
.articles .row {
  overflow: hidden;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(223, 223, 223, 0.5);
}
.articles .article {
  float: left;
  position: relative;
  height: 209px;
  margin-bottom: 10px;
  width: 190px;
  margin-right: 30px;
}
.articles .article img {
  float: right;
  margin: 0 0 5px 10px;
}
.articles .article p.title {
  font-size: 18px;
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.articles .article p.title + a,
.articles .article p.title + p {
  padding-top: 48px;
}
.articles .article p.title + a {
  display: block;
}
.articles .article p.title + a span {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.articles .article p.title + a span img {
  transition: transform 0.3s;
}
.articles .article p.title a {
  display: block;
  color: #000000;
  text-decoration: underline;
  background: #ffffff;
  padding-bottom: 8px;
  padding-left: 2px;
  line-height: 20px;
}
.articles .article .meta {
  margin-top: 15px;
  padding: 4px 10px 5px 6px;
  border-top: 1px solid #dfdfdf;
  font-size: 11px;
}
.articles .article .meta p {
  line-height: 14px;
}
.articles .article a,
.articles .article p {
  transition: color 0.2s;
}
.articles .article:hover a,
.articles .article:hover p,
.articles .article:hover p.title a {
  color: #0d83bf;
}
.articles .article:hover p.title {
  overflow: visible;
}
.articles .article:hover img {
  transform: scale(1.1);
}
.articles a {
  text-decoration: none;
  color: #555555;
}
.articles a:hover {
  color: #0d83bf;
}
.articles .navigation a {
  color: #0092dd;
}
.articles .navigation a:hover {
  color: #000000;
}
.articles .navigation a.prev {
  float: left;
}
.articles .navigation a.next {
  float: right;
}
.articleView .img {
  float: right;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin: 0 0 10px 10px;
}
.articleView .img img {
  display: block;
}
.articleView .meta {
  font-size: 11px;
  margin: 10px 0;
}
.articleView .meta p {
  line-height: 14px;
  color: #c7c7c7;
}
.articleView .gallery {
  overflow: hidden;
  margin: 20px 0 0 0;
}
.articleView .gallery a {
  display: block;
  float: left;
  border: 1px solid #dfdfdf;
  padding: 7px;
  margin: 0 10px 10px 0;
}
.articleView .gallery a img {
  display: block;
}
.articleView .articleBody {
  line-height: 24px;
}
.articleView .articleBody br {
  margin-bottom: 10px;
  content: "";
  display: block;
  line-height: 34px;
}
.articleView .articleBody p {
  margin-bottom: 10px;
}
.articleView .articleBody p img {
  max-width: 100%;
}
#slideshow {
  position: relative;
  margin-bottom: 10px;
  width: 630px;
  height: 325px;
  padding-top: 45px;
}
#slideshow h3 {
  position: absolute;
  top: 0;
  margin-top: 7px;
}
#slideshow .slides_container {
  width: 630px;
  height: 325px;
}
#slideshow .slides_container .caption {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 500;
  width: 570px;
  padding: 30px;
}
#slideshow .slides_container .caption p,
#slideshow .slides_container .caption a {
  color: #ffffff;
}
#slideshow .slides_container .caption p.title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 24px;
}
#slideshow .slides_container .caption p.title a {
  text-decoration: underline;
}
#slideshow .slides_control > div:hover img {
  transform: scale(1.1);
}
#slideshow .slides_control > div img {
  transition: transform 0.2s;
}
#slideshow .pagination {
  list-style-type: none;
  position: absolute;
  top: 18px;
  right: 0;
}
#slideshow .pagination li {
  float: left;
  width: 11px;
  height: 11px;
  margin: 0 2px 0 0;
}
#slideshow .pagination li a {
  display: block;
  float: left;
  overflow: hidden;
  background: url(../images/slideshowControls.png) no-repeat;
  width: 100%;
  height: 0;
  padding-top: 11px;
}
#slideshow .pagination li.current a {
  background-position: -11px 0;
}
.indexRegion {
  float: left;
  width: 410px;
}
.indexSport {
  float: right;
  width: 190px;
}
.box {
  border-bottom: 1px dotted #dfdfdf;
  padding-bottom: 10px;
}
.box h3 {
  margin-bottom: 5px;
}
.box.soon p {
  margin: 0 0 7px 0;
}
.box.soon span {
  font-weight: bold;
}
.box.currentIssue a {
  display: block;
}
.box.currentIssue a.pdf {
  float: left;
}
.box.currentIssue .box125 {
  float: right;
}
.box.poll ul {
  list-style-type: none;
  margin: 10px 20px;
}
.box.poll ul li {
  line-height: 22px;
}
.box.poll ul li input {
  margin-right: 5px;
}
.box.poll .poll_results {
  margin: 10px 50px 10px 20px;
}
.box.poll .poll_results .bar {
  position: relative;
  background: #0092dd;
  color: #ffffff;
  padding: 5px;
  margin: 0 0 5px 0;
}
.box.poll .poll_results .bar span {
  position: absolute;
  right: -40px;
  color: #555555;
  font-size: 11px;
}
.comments form fieldset {
  border: 0;
}
.comments form p {
  overflow: hidden;
  margin: 0 0 7px 0;
}
.comments form p.t {
  display: none;
}
.comments form label {
  display: block;
  float: left;
  width: 85px;
  padding-right: 5px;
  text-align: right;
}
.comments form input {
  float: left;
  width: 200px;
}
.comments form input,
.comments form textarea {
  font-family: Arial;
  font-size: 16px;
  border: 0;
  background: #555555;
  color: #ffffff;
  padding: 3px 5px 4px 5px;
}
.comments form input.error,
.comments form textarea.error {
  background: #ff0000;
}
.comments form textarea {
  overflow: auto;
  height: 85px;
  width: 300px;
}
.comments form input[type=submit] {
  background: #0092dd;
  color: #ffffff;
  width: 130px;
  cursor: pointer;
}
.comments .commentsList {
  margin: 0 0 20px 0;
}
.comments .commentsList .comment {
  font-size: 11px;
  margin: 0 0 10px 0;
}
.comments .commentsList .comment p {
  line-height: 14px;
}
.comments .commentsList .comment span {
  color: #0092dd;
}
.comments .commentsList .comment span.author {
  font-weight: bold;
}
#footer {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  height: 50px;
}
#footer p {
  float: left;
}
#footer .social,
#footer .rss {
  float: right;
}
#footer p,
#footer .social,
#footer .rss {
  line-height: 25px;
}
#footer .social {
  margin-left: 20px;
}
#footer .socialIco {
  float: right;
  margin-left: 5px;
}
/*# sourceMappingURL=styles.css.map */