/*
	NFL MATCHUPS
	boston.com
	
	January 17, 2012
	By Tom Giratikanon
	
	Compiled by SASS.
	
 */
/* MIX-INS */
/* GLOBAL */
body {
  text-align: left; }

.preview {
  width: 959px;
  padding: 20px;
  float: left; }

.nfl-preview {
  width: 100%;
  float: left; }

.nfl-header {
  width: 100%;
  float: left;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc; }
  .nfl-header h1 {
    font-size: 26px;
    margin: 0 0 10px; }
  .nfl-header p {
    font-size: 15px;
    line-height: 21px;
    font-family: "Georgia","Times New Roman",Times,serif;
    margin: 0px; }

/* 
	POSITION HEADER

 */
.nfl-position-header {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  padding: 0 0 5px; }
  .nfl-position-header .position-title {
    margin: 5px 0 0;
    font-size: 20px; }

.nfl-intro-main {
  float: left;
  width: 32%;
  margin: 0 0 0 3%; }
  .nfl-intro-main p {
    font-size: 15px;
    line-height: 21px;
    font-family: Georgia, serif; }

.nfl-intro-visual {
  float: left;
  width: 65%; }
  .nfl-intro-visual img {
    width: 100%; }

.nfl-start-vote-container {
  text-align: center;
  margin-top: 25px; }

.nfl-intro-logo-container {
  text-align: center; }

a.nfl-start-vote {
  background-color: #2851A2;
  color: white;
  font-weight: bold;
  font-size: 17px;
  padding: 7px 12px;
  border-radius: 4px; }

a.nfl-start-vote:hover {
  border: 0; }

/* 
	VOTING SIDEBAR 

 */
.nfl-voting-container {
  float: left;
  width: 16%;
  margin-right: 3%;
  border-top: 1px solid #CCC;
  padding-top: 15px; }
  .nfl-voting-container h3 {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px; }
  .nfl-voting-container .nfl-poll {
    width: 100%;
    float: left;
    margin: 0 0 25px; }
    .nfl-voting-container .nfl-poll .input-group {
      float: left;
      width: 85%;
      padding: 8px 0;
      font-size: 13px;
      border: 1px solid #eee;
      border-width: 0 0 1px;
      cursor: pointer; }
    .nfl-voting-container .nfl-poll .input-group:hover {
      background-color: #ddd; }
    .nfl-voting-container .nfl-poll .first-input {
      border-top-width: 1px; }
    .nfl-voting-container .nfl-poll .submit-input {
      text-align: center;
      border-bottom-width: 0;
      display: none; }
    .nfl-voting-container .nfl-poll .vote-button {
      background-color: #2851A2;
      color: white;
      font: bold 13px/13px Arial;
      border: 0;
      text-align: center;
      width: 80px; }
  .nfl-voting-container .overline {
    margin: 0 0 10px; }

/* 
	POSITION TYPOGRAPHY AND LAYOUT
	
*/
.nfl-position-container {
  float: left;
  width: 81%; }

.nfl-position {
  width: 100%;
  float: left;
  display: none; }
  .nfl-position .nfl-row {
    width: 100%;
    float: left; }
  .nfl-position .description-row {
    margin-bottom: 15px; }
  .nfl-position .nfl-cell.last {
    margin-right: 0; }

/* TEMP */
/* TEAM TYPOGRAPHY & LAYOUT */
.nfl-cell {
  width: 48%;
  margin-right: 4%;
  float: left; }
  .nfl-cell .matchup-image {
    width: 100%; }
  .nfl-cell .team-logo {
    width: 38px;
    float: left;
    margin: 5px 8px 0 0; }
  .nfl-cell h3 {
    padding-top: 10px;
    margin: 15px 0 4px 0;
    font-size: 17px; }
  .nfl-cell h4 {
    font-size: 14px;
    margin: 0 0 10px; }
  .nfl-cell p {
    font: 15px/21px Georgia;
    margin: 0; }

/* STAT TABLE */
.nfl-stats {
  width: 100%;
  font-size: 13px; }
  .nfl-stats th {
    padding: 0 0 4px 6px;
    text-align: right; }
  .nfl-stats td {
    border-top: 1px dotted #ccc;
    padding: 4px 5px 4px 0; }
  .nfl-stats .stat-cell {
    text-align: right; }

/* 
	GLOBE AND READER PICKS
	
*/
.nfl-pick-container {
  float: left;
  display: none;
  margin-bottom: 30px; }

.nfl-pick {
  width: 100%;
  float: left;
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc; }
  .nfl-pick .overline {
    margin-bottom: 1px; }
  .nfl-pick .pick-logo {
    float: left;
    width: 40px;
    display: none; }
  .nfl-pick .pick-title {
    font-size: 15px; }
    .nfl-pick .pick-title #reader-vote {
      color: #666;
      font-weight: normal;
      font-size: 12px; }

.readers-pick {
  border: none; }

.next-matchup-link {
  font-weight: bold;
  font-size: 14px; }

.next-link-container {
  width: 100%;
  float: left;
  margin-top: 5px;
  text-align: right; }

/* 
	USER BALLOT
	
*/
.vote-container {
  width: 100%;
  float: left;
  padding: 4px 0;
  font-size: 13px;
  height: 25px; }

.vote-container span {
  display: block;
  margin-left: 33px;
  padding-top: 6px; }

.vote-logo {
  width: 25px;
  float: left; }

.active .vote-link {
  font-weight: bold;
  color: black; }

#position-intro {
  margin-top: 0px; }

.nfl-voting-summary {
  margin-top: 20px; }
  .nfl-voting-summary .voting-summary-header {
    width: 100%;
    float: left; }
    .nfl-voting-summary .voting-summary-header .overline {
      float: left; }
    .nfl-voting-summary .voting-summary-header .you {
      margin-left: 118px; }
  .nfl-voting-summary .vote-cell {
    padding: 10px 0;
    border: 1px solid #ddd;
    border-width: 1px 0 0; }
  .nfl-voting-summary .reader-percent {
    color: #999;
    font-size: 12px;
    padding-top: 4px;
    display: inline-block; }
  .nfl-voting-summary .reader .vote-logo {
    margin-right: 13px; }
  .nfl-voting-summary th {
    padding: 0 0 8px; }

.vote-cell.label {
  width: 145px;
  font-weight: bold;
  font-size: 16px;
  padding-top: 11px; }

.vote-cell.you {
  padding-right: 30px; }

.nfl-voting-table {
  float: left;
  margin-right: 50px; }
  .nfl-voting-table .vote-logo {
    width: 35px; }
  .nfl-voting-table .position-label {
    font-size: 18px; }

.chunk-2 {
  margin-right: 0; }

.gallery-nav {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 269px; }

.gallery-nav li {
  font-family: arial,helvetica,verdana,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  width: 95px; }

.gallery-nav li.next, .gallery-nav li.prev {
  float: left;
  position: relative; }

.gallery-nav li.next a, .gallery-nav li.prev a {
  border: 1px solid #999;
  color: #000;
  display: block;
  height: 15px;
  text-decoration: none;
  width: 65px; }

.gallery-nav li a.arrowRight {
  background-image: url(http://cache.boston.com/_webdesignready/2009/ae/_oscars/images/arrow_nextbg.gif);
  background-position: 92% 84%;
  background-repeat: no-repeat;
  padding: 7px 27px 7px 7px;
  text-align: center; }

.gallery-nav li a.arrowLeft {
  background-image: url(http://cache.boston.com/_webdesignready/2009/ae/_oscars/images/arrow_prevbg.gif);
  background-position: 8% 84%;
  background-repeat: no-repeat;
  padding: 7px 7px 7px 27px;
  text-align: center; }

.gallery-nav li a.arrowLeft:hover {
  background-position: 8% 14%;
  border-color: #002878; }

.gallery-nav li a.arrowRight:hover {
  background-position: 92% 14%;
  border-color: #002878; }

.gallery-nav li.pagination {
  float: left;
  color: #000;
  font-size: 11px;
  font-weight: normal;
  margin: 0 8px;
  position: relative;
  top: 7px;
  width: 55px; }

.gallery-nav li.prev.inactive a.arrowLeft {
  background-image: url(http://cache.boston.com/_webdesignready/2009/ae/_oscars/images/arrow_prevbg_inactive.gif);
  border-color: #999;
  color: #999; }

.gallery-nav li.next.inactive a.arrowRight {
  background-image: url(http://cache.boston.com/_webdesignready/2009/ae/_oscars/images/arrow_nextbg_inactive.gif);
  border-color: #999;
  color: #999; }

.gallery-nav li.prev.inactive a.arrowLeft:hover {
  background-position: 8% 84%;
  cursor: default; }

.gallery-nav li.next.inactive a.arrowRight:hover {
  background-position: 92% 84%;
  cursor: default; }
