html{
		background-color: white;
}

body {
	font-family: SourceSansPro-Regular, Arial, sans-serif;
	font-size:11pt;
	color:#231F20;
	background-color: white;
}	

select{
	width:180px !important;
	position:absolute;
	  top:65px;
	  right:-195px;
}
/*header and other setup*/
section#ReutersGraphicsCharts{
	width:100%;
	margin: 0 auto 0 auto;
	position:relative;
	
}
section#ReutersGraphicsCharts .errorMessage{
	font-size: 20px;
	font-family: SourceSansPro-Light, arial, sans-serif;
	text-align: center;
	margin-top: -200px;
}
section#ReutersGraphicsCharts header{
  position: fixed;
  text-align: center;
  top:0;
  left:-2px;
  width: 100%;
  padding: 10px 0 20px 0;
  background: #FFF;
  -webkit-box-shadow: 0 0px 10px -2px #cccccc;
  -moz-box-shadow: 0 0px 10px -2px #cccccc;
  box-shadow: 0 0px 10px -2px #cccccc;
  z-index: 10000000;
	
}

section#ReutersGraphicsCharts #logo{
	background-image: url('thelogo.png');
	height:20px;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	margin-top:10px;
}



section#ReutersGraphicsCharts #mainGraphic{
	position:relative;
	padding-bottom: 40px;
	width:1000px;
	margin: 70px auto 150px auto;
	font-size:0;
}

section#ReutersGraphicsCharts .leftRail{
	width:160px;
	height:600px;
	margin-right:15px;
	font-size:12pt;
	display:inline-block;
	vertical-align: top;
	position:relative;
}
section#ReutersGraphicsCharts .centerRail{
	width:620px;
	height:600px;
	margin-right:15px;
	font-size:12pt;
	display:inline-block;
	vertical-align: top;
	position:relative;
}
section#ReutersGraphicsCharts .rightRail{
	width:190px;
	height:600px;
	font-size:12pt;
	display:inline-block;
	vertical-align: top;
	position:relative;	
}
section#ReutersGraphicsCharts .mapDiv{
	width:620px;
	height:420px;
	display:none;
}

/*
section#ReutersGraphicsCharts .mapDiv{
	background-image: url(shadow.png);
	background-size: 106%;
	background-repeat: no-repeat;
	background-position: -30px 15px;
}

section#ReutersGraphicsCharts #senateMap{
	background-image: url(shadowDot.png) !important;	
}
*/
section#ReutersGraphicsCharts .mapDiv.selected{
	display:block;
}
/*undo*/
section#ReutersGraphicsCharts nav{
	width:100%;
	height:55px;	
	font-size: 0;
	line-height: 25px;
	position:relative;
}
section#ReutersGraphicsCharts .button{
	width:33.3%;
	font-size:16pt;
	text-align: center;
	display: inline-block;
	cursor:pointer;
	font-family: SourceSansPro-Light, arial, sans-serif;
}
section#ReutersGraphicsCharts .button .star{
	width:14px;
	height:14px;
	display:block;
	margin:0 auto;
	margin-top: 15px;
}
section#ReutersGraphicsCharts .button.selected .star{
	background-image: url(star.png);
}
section#ReutersGraphicsCharts .button.selected{
	font-family: SourceSansPro-Bold, arial, sans-serif;
}

section#ReutersGraphicsCharts .topSpacer{
	width:100%;
	height:55px;
	position:relative;
}
section#ReutersGraphicsCharts .topSpacer.topIcon{
	background-image: url(houseicon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:38%;
}

section#ReutersGraphicsCharts .partialBorder{
	width:100%;
	height:10px;
	position:absolute;
	bottom:-1px;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;	
}
section#ReutersGraphicsCharts .leftRail .partialBorder{
	border-left:none;
}
section#ReutersGraphicsCharts .rightRail .partialBorder{
	border-right:none;
}
section#ReutersGraphicsCharts .partialBorder.top{
	position:relative;
	top:-1px;
	border-top:1px solid black;
	border-bottom:none;	

}
section#ReutersGraphicsCharts .topBanner{
	height:70px;
	width:100%;
	text-align: center;
	font-size: 0;
}
section#ReutersGraphicsCharts .logoYear{
	font-family: RobotoSlab-Bold, arial, sans-serif;
	font-size: 20pt;
	width:80px;
	margin: 0 auto 0 auto;
	position:relative;
	top:5px;
	border-bottom:1px solid black;
}
section#ReutersGraphicsCharts .logoMid{
	font-family: RobotoSlab-Thin, arial, sans-serif;
	font-size: 11pt;
	position:relative;
	top:7px;
	letter-spacing: 2px;
}
section#ReutersGraphicsCharts .logoElect{
	font-family: RobotoSlab-Regular, arial, sans-serif;
	font-size: 11pt;
	position:relative;
	top:7px;
	letter-spacing: 1.3px;
}

section#ReutersGraphicsCharts .keySVG{
	margin:0 auto;
	display:none;
	width:90%;
	height:90%;
}
section#ReutersGraphicsCharts .keySVG.selected{
	display:block;
}

section#ReutersGraphicsCharts .resultsTimeLabel{
	text-align: center;
	margin-top:10px;
	font-family: SourceSansPro-Light, arial, sans-serif;
}
section#ReutersGraphicsCharts .resultsTime{
	font-family: SourceSansPro-Bold, arial, sans-serif;
	text-align: center;
	margin:5px 0 20px 0;
}
section#ReutersGraphicsCharts .tallyBox{
	width:calc(33.3% - 40px);
	display:inline-block;
	font-size: 0;
	padding:0 20px 0 20px;
}
section#ReutersGraphicsCharts .tallyLabel{
	width:33.3%;
	font-size: 11pt;
	margin-top: 10px;
	display:inline-block;
	text-align: center;
	font-family: SourceSansPro-Light, arial, sans-serif;
}	
section#ReutersGraphicsCharts .tallyNumber{
	width:33.3%;
	font-size: 22pt;
	margin-top: 2px;
	display:inline-block;
	text-align: center;
	font-family: RobotoSlab-Bold, arial, sans-serif;
}	
section#ReutersGraphicsCharts .tallyNumber.rep{
	color:#ed3027;	
}
section#ReutersGraphicsCharts .tallyNumber.dem{
	color:#0864f7;
}
section#ReutersGraphicsCharts .tallyNumber.open{
	color:#ccc2c0;
}
section#ReutersGraphicsCharts .sideBar{
	padding-left:20px;
}
section#ReutersGraphicsCharts .tipPrecincts{
	margin:20px 0 10px 0;
	font-family: SourceSansPro-Light, arial, sans-serif;
}
section#ReutersGraphicsCharts .tipPrecinctsPercent{
	font-family: SourceSansPro-Bold, arial, sans-serif;	
}
section#ReutersGraphicsCharts .tipState{
	font-size: 18pt;
	font-family: SourceSansPro-Bold, arial, sans-serif;
}
section#ReutersGraphicsCharts .tipRace{
	font-family:SourceSansPro-LightIt, arial, sans-serif;
	margin-bottom: 20px
}
section#ReutersGraphicsCharts .tipIncumbant{
	font-family:SourceSansPro-LightIt, arial, sans-serif;
	text-transform: capitalize;

}
section#ReutersGraphicsCharts .tipWinner{
		background-image: url(star.png);
		width:14px;
		height:14px;
		display: inline-block;
		margin-left: -16px;
}
section#ReutersGraphicsCharts .tipParty{
	text-transform: uppercase;
	font-family: SourceSansPro-Bold, arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 20px;
}
section#ReutersGraphicsCharts .tipName{
	font-size: 14pt;
	font-family: SourceSansPro-Light, arial, sans-serif;
	display:inline-block;

}
section#ReutersGraphicsCharts .tipVotes{
	font-size: 20pt;
	font-family: SourceSansPro-Light, arial, sans-serif;

}

section#ReutersGraphicsCharts .smallFont{
	display: none;
}

section#ReutersGraphicsCharts .smallFont .tipParty{
	font-size: 9pt;
	text-transform: uppercase;
	font-family: SourceSansPro-Regular, arial, sans-serif;
	margin-bottom: -2px;
	margin-top: 8px;
}
section#ReutersGraphicsCharts .smallFont .tipName{
	font-size: 9pt;
	font-family: SourceSansPro-Regular, arial, sans-serif;

}
section#ReutersGraphicsCharts .smallFont .tipVotes{
	font-size: 9pt;
	font-family: SourceSansPro-Regular, arial, sans-serif;
	margin-bottom: 0px;
}


.plusZoom{
	width:21px;
	height:21px;
	background-image: url(plus.png);
	position: absolute;
	top:130px;
	right:34px;
	cursor: pointer;
}
.plusZoom:hover{
	background-image: url(plusHover.png);

}
.minusZoom{
	width:21px;
	height:21px;
	background-image: url(minus.png);
	position: absolute;
	top:130px;
	right:10px;
	cursor: pointer;
}
.minusZoom:hover{
	background-image: url(minusHover.png);

}
.resetZoom{
	position: absolute;
	top:150px;
	right:12px;
	cursor: pointer;
	color:#e2dddb;	
}
.resetZoom:hover{
	color:black;
}
.states{
	fill:#CCCCCC;
	  stroke: black;
  stroke-width: 0.5px;

}
#land{
	  stroke: black;
  stroke-width: 0.5px;
	
}
.newstates{
	fill:#CCCCCC;
}
.states:hover{
	fill:#AAA !important;
	opacity:1 !important;
}
.newstates:hover{
	fill:#AAA !important;
	opacity:1 !important;
}

path {
  stroke-linejoin: round;
  stroke-linecap: round;
}

.districts {
  fill: #bbb;
}

.districts:hover {
  fill: #AAA !important;
  	opacity:1 !important;
}

.state-boundaries {
  pointer-events: none;
  fill: none;
  stroke: black;
  stroke-width: 0.5px;
}


section#ReutersGraphicsCharts .source{
	margin-top: 15px;
	font-size: 10pt;
	}	



/*Footer et cet.*/

footer a{
	text-decoration: none;
	color:black;
	font-family: SourceSansPro-Bold;
}


footer {
  float: left;
  background-color: #F3F3F3;
  border-top: 1px solid #EAEAEA;
  color: #aaa;
  width: 100%;
}
footer .wrapper {
  padding: 1.8em 0;
}
footer a:link,
footer a:visited {
  color: #949494;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #444444;
}
footer ul {
  margin-bottom: 1.9em;
  color: #ddd;
  font-size: .75em;
  text-align: center;
}
footer li {
  display: inline;
  border-right: 1px solid #CCC;
  margin-right: .3em;
  padding-right: 0.6em;
}
footer li.last-child {
  border: none;
}
footer p {
  font-size: .7em;
  line-height: 1.6em;
}

section#ReutersGraphicsCharts .plot{
fill: white;
}


@font-face {
  font-family: 'SourceSansPro-Light';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGMVNtom4QlEDNJaqqqzqdSs.woff) format('woff');
}
@font-face {
  font-family: 'SourceSansPro-Semibold';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGCmgpmuQqK2I-L2S9cF65Ek.woff) format('woff');
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGIqjGYJUyOXcBwUQbRaNH6c.woff) format('woff');
}
@font-face {
  font-family: 'SourceSansPro-LightIt';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/fpTVHK8qsXbIeTHTrnQH6H7XMO6S-yJpg1torQFmnv33rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format('woff');
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/y7lebkjgREBJK96VQi37ZrrIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJRbnBKKEOwRKgsHDreGcocg.woff) format('woff');
}
@font-face {
  font-family: 'RobotoSlab-Thin';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/MEz38VLIFL-t46JUtkIEgKwsIWd7evfOerjO4J_CQWU.woff) format('woff');
}
@font-face {
  font-family: 'RobotoSlab-Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url(http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJfR_54zmj3SbGZQh3vCOwvY.woff) format('woff');
}

/* SHARE BUTTON STUFF */

div.article-share {
  position:fixed;
  width: 100px;
  left:0px;
  top:22px;
}
div.share-toolbar {
  width: auto;
}
div.article-share div.share-toolbar div.share-icon {
  float: right;
  margin: 0 0 0 10px;
}
div.article-share div.share-toolbar div.share-buttons-container {
  left: -50px;
  top: 26px;
}
#share-toolbar,
.share-buttons-wrapper {
  position: absolute;
  padding-top: 15px;
  background: white;
  border: 1px solid #e1e1e1;
  height: 35px;
  width: 415px;
  z-index: 2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
#share-toolbar .fb,
.share-buttons-wrapper .fb {
  display: inline-block;
  width: 125px;
  height: 20px;
  margin-left: 10px;
  border: none;
}
#share-toolbar .twitter,
.share-buttons-wrapper .twitter {
  margin-left: 15px;
  width: 80px;
  height: 20px;
}
#share-toolbar .IN-widget,
.share-buttons-wrapper .IN-widget {
  margin-left: 15px;
}
#share-toolbar .plusone,
.share-buttons-wrapper .plusone {
  display: inline-block;
  height: 20px;
  width: 32px;
  margin-left: 15px;
}

.share-toolbar {
  z-index: 2;
  width: 20px;
  position: absolute;
}
.share-toolbar .share-more:hover {
  background-position: 0px -60px;
}
.share-toolbar .share-buttons-container {
  width: 0px;
  height: 55px;
  left: -5px;
  top: 39px;
  -webkit-transition: left, opacity, 250ms ease-out;
  -moz-transition: left, opacity, 250ms ease-out;
  -o-transition: left, opacity, 250ms ease-out;
  transition: left, opacity, 250ms ease-out;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  opacity: 0;
}
.share-toolbar .open.share-buttons-container {
  display: block;
  width: 230px;
  opacity: 1;
  left: 0px;
  z-index: 900;
}
.share-toolbar .share-buttons-wrapper {
  width: 183px;
  position: absolute;
  top: 0px;
  left: 30px;
}
.share-toolbar .share-icon {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  padding-top: 0;
  background: transparent url(../css/share_sprite-gray-20x20.png) no-repeat;
  cursor: pointer;
}
.share-toolbar .share-icon .share-iframe {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  border: 0;
  background: #FFFFFF;
  position: absolute;
  top: -6px;
  left: -5px;
  overflow: hidden;
}
.share-toolbar .share-icon.open {
  z-index: 999;
}
.share-toolbar .share-icon.open .share-iframe {
  opacity: 1;
  width: auto;
  height: 20px;
  border: 1px solid #dadada;
  padding: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 2px 0 #eaeaea;
  -webkit-box-shadow: 0 2px 0 #eaeaea;
  -moz-box-shadow: 0 2px 0 #eaeaea;
}
.share-toolbar .share-icon:first-child {
  margin: 0px;
}
.share-toolbar .share-more {
  background-position: 0px -40px;
  cursor: pointer;
  height: 17px;
}
.share-toolbar .fb-icon {
  background-position: 0px 0px;
}
.share-toolbar .fb-icon .share-iframe {
  width: 125px;
}
.share-toolbar .fb-icon .share-iframe .fb {
  display: inline-block;
  width: 125px;
  height: 20px;
  border: none;
}
.share-toolbar .twitter-icon {
  background-position: 0px -20px;
}
.share-toolbar .twitter-icon .share-iframe .twitter {
  width: 80px;
}
div.share-toolbar div.share-icon:hover div.share-iframe {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  border: 1px solid #E1E1E1;
  border-bottom: 4px solid #E1E1E1;
  padding: 6px 5px;
}




    
