@import "slider.css";
@import "tables.css?v3";
@import "tipTip.css";
/*------------------------------------------------------------------ 
[Global Stylesheet] 
 
Project:   	
Elezioni USA 2012/2014

First modified on:
03/10/2014 

Assigned to:
Eva Csuthi 
-------------------------------------------------------------------*/
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}
.assistive-text {
  display: none;
}
.page-content {
  width: 978px;
  margin-right: 0;
}
header.header_election-usa {
  padding-top: 20px;
  width: 978px;
  zoom: 1;
}
header.header_election-usa:before,
header.header_election-usa:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.header_election-usa:after {
  clear: both;
}
header.header_election-usa nav {
  clear: both;
  zoom: 1;
}
header.header_election-usa nav:before,
header.header_election-usa nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.header_election-usa nav:after {
  clear: both;
}
.header_election-usa ul.tabs li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.header_election-usa ul.tabs li a {
  float: left;
  display: block;
  background-color: #ccc;
  padding: 10px 20px 13px 20px;
  border-radius: 4px;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
  color: #505050;
  text-transform: uppercase;
}
.header_election-usa ul.tabs li a:hover {
  background-color: #999;
  color: #fff;
}
.header_election-usa ul.tabs li.current {
  height: 45px;
  background-color: #242424;
  border-radius: 4px;
}
.header_election-usa ul.tabs li.current a {
  color: #fff;
  background-color: #242424;
}
.ie .header_election-usa ul.tabs li a,
.win.gecko .header_election-usa ul.tabs li a {
  font-weight: bold;
}
.header_election-usa ul,
.page-content ul,
.page-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_election-usa h1 {
  font-family: 'lato-black', serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #386aa4;
  /*letter-spacing:-.05em;*/
  text-transform: uppercase;
  /* text-shadow: 2px 2px 1px #e0e0e0;filter: dropshadow(color=#e0e0e0, offx=1, offy=1); */
}
.header_election-usa h1 a,
.header_election-usa h1 a:visited {
  color: #286ca5;
  text-decoration: none;
}
.header_election-usa h1 a span,
.header_election-usa h1 a:visited span {
  color: #d41500;
  letter-spacing: -0.08em;
}
.header_election-usa h2 {
  font-family: 'lato-black', serif;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
/* Interactive SVG USA Map by “LGLab” v1.0 */
.mapWrapper {
  margin: 20px 0 30px;
  position: relative;
  width: 978px!important;
}
/* abbreviazioni */
.mapWrapper h3 {
  position: absolute;
  font-family: 'lato-black', serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.mapWrapper h3.wa {
  left: 85px;
  top: 30px;
}
.mapWrapper h3.or {
  left: 70px;
  top: 80px;
}
#map {
  float: left;
  clear: both;
  width: 978px;
  height: 590px;
  top: 50px!important;
}
.point {
  position: fixed;
  display: none;
  padding: 2px 10px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #262626;
  -moz-border-radius: 4px;
  /* FF1-3.6 */
  -webkit-border-radius: 4px;
  /* Saf3-4, iOS 1-3.2, Android <1.6 */
  border-radius: 4px 4px 4px 4px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#text {
  width: 500px;
  overflow: auto;
  font-size: 14px;
  line-height: 18px;
  min-height: 500px;
  padding-top: 30px!important;
}
#text h2 {
  font-family: 'lato-black', serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 5px;
}
#text .intro {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 16px;
}
#text p {
  margin: 0;
  padding-bottom: 5px;
}
#text p em {
  color: #c00;
}
#text p em.nota {
  font-size: 12px;
  line-height: 15px;
  color: #666;
}
#text ul.legend_election-usa {
  display: inline-block;
  margin: 0 5px 0 5px;
  vertical-align: middle;
}
#text ul.legend_election-usa li span {
  width: 8px;
}
/* risultati */
#text dl.election-usa {
  margin: 0 0 20px 0;
  font-size: 12px;
  position: relative;
}
#text dl.election-usa dt {
  font-family: 'lato-black', serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
#text dl.election-usa dd.reporting {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  color: #666;
}
#text dl.election-usa dd.date {
  clear: both;
  font-size: 11px;
  color: #666;
  font-style: italic;
  border-top: 1px solid #ccc;
}
#text dl.election-usa dl.candidato {
  position: relative;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5px;
}
#text dl.election-usa dl.candidato.won {
  font-weight: bold;
  text-transform: uppercase;
  background: url(/static/speciale/2014/elezioni-midterm-usa/images/won.gif) right 5px no-repeat;
}
#text dl.election-usa dl.candidato dt {
  float: left;
  border-bottom: 0;
  margin: 5px 5px 0 0;
  font-family: Arial;
  text-transform: none;
  text-align: right;
  font-size: 12px;
  background: url(/static/speciale/2014/elezioni-midterm-usa/images/sprite_presidenziali.jpg) no-repeat;
  width: 30px;
  height: 30px;
}
#text dl.election-usa dl.candidato.obama dt {
  background-position: 0 -270px;
}
#text dl.election-usa dl.candidato.romney dt {
  background-position: 0 -320px;
}
#text dl.election-usa dl.candidato.altri dt {
  background-image: none;
  background-color: #fff;
  margin-top: 3px;
  height: 15px;
}
#text dl.election-usa dl.candidato dd.perc {
  margin-top: -4px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.08em;
}
#text dl.election-usa dl.candidato.altri dd.perc {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.08em;
}
#text dl.election-usa dl.candidato dd.perc span {
  padding-left: 2px;
  font-size: 11px;
  letter-spacing: 0;
}
#text dl.election-usa dl.candidato dd.perc cite {
  padding-left: 2px;
  font-size: 11px;
  font-style: italic;
  color: #666;
  font-weight: normal;
  letter-spacing: 0;
}
#text dl.election-usa dl.candidato dd ul.bar {
  position: absolute;
  top: 5px;
  right: 30px;
  height: 30px;
  width: 100px;
  background-color: #ebebeb;
  background-image: -ms-linear-gradient(top, #ebebeb 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #cccccc 100%);
}
#text dl.election-usa dl.candidato dd ul.bar li {
  display: inline-block;
  background: url(/static/speciale/2014/elezioni-midterm-usa/images/sf_dashboard-new.gif);
  height: 30px;
}
#text dl.election-usa dl.candidato dd ul.bar li.dem {
  background-position: 0 0;
}
#text dl.election-usa dl.candidato dd ul.bar li.gop {
  background-position: 0 -50px;
}
/* risultati precedenti */
#text dl.election-usa.past dl.candidato {
  margin-bottom: 0;
}
#text dl.election-usa.past dl.candidato.won,
#text dl.election-usa.compact dl.candidato.won {
  background-position: right top;
}
#text dl.election-usa.past dl.candidato dt,
#text dl.election-usa.compact dl.candidato dt {
  display: none;
}
#text dl.election-usa.past dl.candidato dd.name {
  float: left;
  width: 60px;
}
#text dl.election-usa.past dl.candidato dd.perc,
#text dl.election-usa.compact dl.candidato dd.perc {
  float: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#text dl.election-usa.past dl.candidato dd.perc span,
#text dl.election-usa.compact dl.candidato dd.perc span {
  padding-left: 2px;
  font-size: 11px;
  letter-spacing: 0;
}
#text dl.election-usa.past dl.candidato dd.perc cite {
  padding-left: 2px;
  font-size: 11px;
  font-style: italic;
  color: #666;
  font-weight: normal;
  letter-spacing: 0;
}
#text dl.election-usa.past dl.candidato dd ul.bar,
#text dl.election-usa.compact dl.candidato dd ul.bar {
  float: left;
  position: relative;
  top: inherit;
  right: inherit;
  background-color: #fff;
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  margin: 5px 5px 0 0;
  height: 11px;
  width: 80px;
}
#text dl.election-usa.past dl.candidato dd ul.bar li,
#text dl.election-usa.compact dl.candidato dd ul.bar li {
  height: 11px;
}
#text dl.election-usa.past dl.candidato dd ul.bar li.dem,
#text dl.election-usa.compact dl.candidato dd ul.bar li.dem {
  background-position: 0 -450px;
}
#text dl.election-usa.past dl.candidato dd ul.bar li.gop,
#text dl.election-usa.compact dl.candidato dd ul.bar li.gop {
  background-position: 0 -480px;
}
/* risultati senato, differenza */
#text dl.election-usa.compact {
  margin: 0 0 30px 0;
}
#text dl.election-usa.compact dl.candidato {
  margin-bottom: 5px;
  font-size: 11px;
}
#text dl.election-usa.compact dl.candidato.won {
  text-transform: none;
}
#text dl.election-usa.compact dl.candidato dd.name {
  float: left;
  /*margin-top:2px;line-height:13px;*/
  width: 130px;
}
#text dl.election-usa.compact dl.candidato dd.perc {
  margin: 0 5px 0 0;
  text-align: right;
  width: 40px;
}
#text dl.election-usa.compact dl.candidato dd.perc span {
  padding-left: 0;
}
#text dl.election-usa.compact dl.candidato dd ul.bar {
  margin: 2px 0 0 0;
}
#text dl.election-usa.compact dl.candidato dd ul.bar li.others,
#text dl.election-usa.compact dl.candidato dd ul.bar li.other {
  background-position: 0 -510px;
}
#text dl.election-usa.compact ul.legend_election-usa {
  float: left;
  margin: 0 5px 0 0;
  width: 16px;
}
#text dl.election-usa.compact ul.legend_election-usa li span {
  padding: 0 5px;
  text-align: center;
  font-size: 11px;
}
/* camera */
table#house-results-table {
  table-layout: auto;
  border-collapse: collapse;
  font-size: 11px;
  width: 300px;
}
table#house-results-table thead {
  background-color: #000;
  background-image: -ms-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
  background-image: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: linear-gradient(top, #333333 0%, #000000 100%);
}
table#house-results-table th {
  text-align: center;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table#house-results-table td {
  padding: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #fff;
  width: 33%;
}
table.past td {
  padding: 8px 10px!important;
  font-size: 20px!important;
}
/*table#house-results-table td.distr {font-size:16px;color:#222;background-color:#ebebeb;width:10%;}
		    table#house-results-table td.dem.lead {background-color:#56b1d3;color:#fff;}
		    table#house-results-table td.rep.lead {background-color:#e97b74;color:#fff;}
		    table#house-results-table td.altri.lead {background-color:#deba68;color:#fff;}*/
table#house-results-table td.dem {
  background-color: #286ca5;
}
table#house-results-table td.rep,
table#house-results-table td.gop {
  background-color: #d41600;
}
table#house-results-table td.altri,
table#house-results-table td.other {
  background-color: #128212;
}
table#house-results-table td.vacant {
  background-color: #999;
}
/* confronto dati parte comune con mobile */
h3.confronto {
  clear: both;
  font-family: 'lato-black', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px;
}
ul.confronto li {
  float: left;
  display: inline;
  width: 480px;
}
ul.confronto li.now {
  width: 500px;
}
ul.confronto li.past {
  width: 460px;
}
/* senate column size diff */
ul.confronto.senato li.now {
  width: 580px;
}
ul.confronto.senato li.past {
  width: 380px;
}
/* governors column size diff */
ul.confronto.governors li.now {
  width: 550px;
}
ul.confronto.governors li.past {
  width: 410px;
}
ul.confronto li h4 {
  font-family: 'lato-black', serif;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0;
}
ul.confronto li.now {
  margin-right: 18px;
}
p.nota {
  padding: 0 0 5px;
  margin: 0;
  font-size: 11px;
  font-style: italic;
  color: #666;
}
/* gigya */
#social-share-top {
  position: absolute;
  top: 0;
  right: 0;
}
#social-share-top #social-share-top-rest {
  float: left;
}
#social-share-top .share-indoona {
  float: left;
  margin-left: 20px;
}
#share-bottom {
  margin-top: 20px;
  width: 978px!important;
}
#share-bottom iframe,
#share-bottom span {
  width: 500px!important;
}
#share-bottom table td {
  vertical-align: top!important;
}
