body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.3em;
  font-size: 15px;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.printonly {
  display: none;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}


.page {
  min-width: 800px;
}

.notice {
  background-color: #fea;
  border: solid 3px #060;
  color: #060;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}


.header {
  border-bottom: solid 1px #888;
  min-width: 860px;
  width: 100%;
}
.header .title {
  font-size: 11px;
  padding: 5px 10px;
  text-align: center;
}
.header a {
  color: #333;
}


.body {
  background-color: #fff;
  text-align: center;
}
.body .main {
  display: inline-block;
  padding: 20px 10px 50px 10px;
  width: 840px;
}
.main-left {
  float: left;
  margin: 0;
  width: 400px;
}
.main-right {
  float: right;
  margin: 0;
  width: 400px;
}

.pagination {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.pagination span {
  color: #999;
  padding: 5px;
}
.pagination em {
  color: #999;
  font-style: normal;
  padding: 5px;
}
.pagination a {
  color: #933;
  padding: 5px;
}

.footer {
  text-align: center;
  width: 100%;
}

.footer .footer-image {
  display: inline-block;
  text-align: right;
  width: 860px;
}

.footer .footer-text {
  background-color: #fff;
  border-top: solid 1px #888;
  font-family: Times, serif;
  min-width: 840px;
  padding: 10px;
  text-align: center;
}
.footer .footer-text .address {
  font-size: 16px;
}
.footer .footer-text .copyright {
  font-size: 10px;
  margin-bottom: 20px;
}


.standings {
  margin-bottom: 30px;
}
.standings-heading {
  background-color: #999;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: -2px 0;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase;
}
.standings-heading a {
  color: #fff;
}
.standings-heading a:hover {
  text-decoration: none;
}
.standings table {
  border: solid 2px #999;
}
.standings th {
  border-bottom: solid 3px #999;
  color: #999;
  font-size: 11px;
  padding: 0px 4px;
  text-align: left;
}
.standings tr:nth-child(2n+1) {
  background-color: #eee;
}
.standings td {
  border-bottom: solid 1px #666;
  color: #333;
  font-size: 11px;
  padding: 2px 5px;
  text-align: left;
}
.standings td a {
  color: #333;
}
.standings td.ranking {
  background-color: #fff;
  border-bottom: none;
  border-right: solid 1px #999;
  text-align: right;
}
.standings td.team-name {
  width: 100%;
}

.standings td.total {
  background-color: #ccc;
  border-left: solid 1px #999;
}
.standings td.standings-footer {
  background-color: #666;
  color: #fff;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.standings td.standings-footer a {
  color: #fff;
}

div.quiz-countdown {
  margin-bottom: 30px;
}
div.quiz-countdown .title {
  border-top: solid 4px #555;
  border-left: solid 4px #555;
  border-right: solid 4px #555;
  color: #555;
  padding: 15px;
  font-size: 30px;
  text-transform: uppercase;
}
div.quiz-countdown .quiz-in-progress {
  background-color: #a00;
  border-bottom: solid 4px #600;
  border-color: #600;
  color: #fff;
}
div.quiz-countdown .subtitle {
  background-color: #888;
  border: solid 4px #555;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
div.quiz-countdown .notes {
  color: #a00;
  font-weight: bold;
  margin-top: 5px;
}

div.about-the-quiz {
  border: solid 2px #696;
  margin-bottom: 30px;
}
div.about-the-quiz .title {
  background-color: #696;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: -2px 0 0 0;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase;
}
div.about-the-quiz .message {
  color: #333;
  font-family: Times, serif;
  font-size: 14px;
  padding: 20px;
  text-align: left;
}
div.about-the-quiz .message strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
div.about-the-quiz .message a {
  color: #933;
  font-size: 18px;
  font-weight: bold;
}

div.news-feed-link {
  margin-top: 50px;
}
div.news-feed-link a {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
}

.news {
  margin-bottom: 80px;
  width: 840px;
  clear: left;
}
.main-left .news {
  margin-bottom: 60px;
  width: 400px;
}
.news .news-background {
  display: none;
}
.news .profile-pic {
  height: 60px;
  width: 60px;
}
.news .news-comments .comments-link {
  color: #999;
  font-size: 10px;
  float: right;
  padding-right: 10px;
}
#disqus_thread {
  background-color: #f8f8f8;
  border: solid 4px #666;
  margin: 40px 0px;
  padding: 30px;
  text-align: left;
}
#disqus_thread:hover {
  border: solid 4px #999;
}
.news-body blockquote {
  margin-left: 20px;
}

.news_hint .news-author {
  height: 70px;
}
.news_hint .news-author .profile-pic {
  border: solid 2px #999;
  float: left;
  margin-left: 20px;
}
.news_hint .news-author .name {
  clear: left;
  float: left;
  font-size: 10px;
  text-align: center;
  width: 100px;
}
.news_hint .news-title {
  color: #333;
  font-family: Times, serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.news_hint .news-body .news-title {
  color: #c43;
}
.news_hint .news-body .news-title a {
  color: #c43;
}
.news_hint .news-arrow {
  background-image: url('../images/news_hint_arrow.png');
  height: 21px;
  float: left;
  margin-left: 80px;
  margin-top: 9px;
  width: 20px;
}
.news_hint .news-date {
  display: none;
}
.news_hint .news-body {
  background: #fff url('../images/news_hint_background.png') no-repeat right top;
  border: solid 2px #c43;
  font-family: Times, serif;
  font-size: 18px;
  margin-bottom: 20px;
  min-height: 60px;
  padding: 10px 20px;
  text-align: left;
}
.news_hint .news-body p {
  margin-bottom: 20px;
}
.news_hint .news-body a {
  color: #933;
  font-weight: bold;
}
.news_hint .news-comments .comments-link {
  margin-top: -20px;
}

.news_recap .news-author {
  height: 70px;
}
.news_recap .news-author .profile-pic {
  border: solid 2px #999;
  float: left;
  margin-left: 20px;
}
.news_recap .news-author .name {
  clear: left;
  float: left;
  font-size: 10px;
  text-align: center;
  width: 100px;
}
.news_recap .news-title {
  color: #333;
  font-family: Times, serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.news_recap .news-body .news-title a {
  color: #333;
}
.news_recap .news-arrow {
  background-image: url('../images/news_recap_arrow.png');
  height: 21px;
  float: left;
  margin-left: 80px;
  margin-top: 9px;
  width: 20px;
}
.news_recap .news-date {
  display: none;
}
.news_recap .news-body {
  border: solid 2px #999;
  font-family: Times, serif;
  font-size: 18px;
  margin-bottom: 20px;
  min-height: 60px;
  padding: 10px 20px;
  text-align: left;
}
.news_recap .news-body p {
  margin-bottom: 20px;
}
.news_recap .news-body a {
  color: #933;
  font-weight: bold;
}
.news_recap .news-comments .comments-link {
  margin-top: -20px;
}

.news_post .news-author {
  height: 70px;
}
.news_post .news-author .profile-pic {
  border: solid 2px #999;
  float: left;
  margin-left: 20px;
}
.news_post .news-author .name {
  clear: left;
  float: left;
  font-size: 10px;
  text-align: center;
  width: 100px;
}
.news_post .news-title {
  color: #333;
  font-family: Times, serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.news_post .news-body .news-title a {
  color: #333;
}
.news_post .news-arrow {
  background-image: url('../images/news_post_arrow.png');
  height: 21px;
  float: left;
  margin-left: 80px;
  margin-top: 9px;
  width: 20px;
}
.news_post .news-date {
  color: #999;
  float: right;
  font-size: 10px;
  font-weight: bold;
  margin-top: -20px;
}
.news_post .news-body {
  border: solid 2px #999;
  font-family: Times, serif;
  font-size: 18px;
  margin: 20px 0;
  min-height: 60px;
  padding: 10px 20px;
  text-align: left;
}
.news_post .news-body p {
  margin-bottom: 20px;
}
.news_post .news-body a {
  color: #933;
  font-weight: bold;
}
.news_post .news-comments .comments-link {
  margin-top: -20px;
}

.news_question .news-author {
  height: 70px;
}
.news_question .news-author .profile-pic {
  border: solid 2px #999;
  float: left;
  margin-left: 20px;
}
.news_question .news-author .name {
  clear: left;
  float: left;
  font-size: 10px;
  text-align: center;
  width: 100px;
}
.news_question .news-title {
  color: #369;
  float: right;
  font-family: Times, serif;
  font-size: 10px;
  font-weight: bold;
  margin-top: -20px;
}
.news_question .news-body .news-title a {
  color: #369;
}
.news_question .news-arrow {
  background-image: url('../images/news_question_arrow.png');
  height: 21px;
  float: left;
  margin-left: 100px;
  margin-top: -1px;
  width: 20px;
}
.news_question .news-date {
  display: none;
}
.news_question .news-body {
  background: #fff url('../images/news_question_background.png') no-repeat right top;
  border: solid 2px #369;
  margin: 20px 0;
  min-height: 60px;
}
.news_question .questions-block {
  font-family: Times, serif;
  font-size: 12px;
  padding: 10px 20px;
  text-align: left;
}
.news_question .questions-preface {
  font-size: 18px;
  margin-bottom: 10px;
}
.news_question .questions-first-question {
  font-size: 24px;
  font-weight: bold;
}
.news_question .questions-question {
  font-size: 18px;
  margin-bottom: 20px;
}
.news_question .questions-answer {
  color: #369;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 20px;
  text-align: right;
}
.news_question .questions-controls {
  font-size: 15px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: -10px;
  text-align: center;
}
.news_question .questions-controls a {
  color: #369;
}
.news_question .news-comments .comments-link {
  margin-top: -20px;
}

.news_weekly_standing .news-author {
  display: none;
}
.news_weekly_standing .news-date {
  display: none;
}
.news_weekly_standing .news-title {
  background-color: #c96;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 2px 0;
  text-transform: uppercase;
}
.news_weekly_standing .news-title a {
  color: #fff;
}

.news_weekly_standing .news-body {
  border: solid 2px #c96;
  padding: 10px;
}
.news_weekly_standing .weekly-standing {
  width: 100%;
}

.news_weekly_standing .weekly-standing td {
  color: #333;
  font-size: 12px;
  padding: 1px 10px;
  text-align: left;
}

.news_weekly_standing .weekly-standing tr:nth-child(2n+1) {
  background-color: #fc9;
}
.news_weekly_standing .weekly-standing td.ranking {
  font-weight: bold;
  width: 20px;
}
.news_weekly_standing .weekly-standing td.team-name {
  width: 100%;
}
.news_weekly_standing .weekly-standing td.score {
  width: 30px;
}

.news_weekly_standing .standings-footer {
  background-color: #eee;
  color: #666;
  font-size: 10px;
  margin: 10px -10px -10px -10px;
  padding: 0;
  text-align: center;
}
.news_weekly_standing .standings-footer a {
  color: #666;
}