html, body {
	font-family: SourceSansPro-Light, Arial, sans-serif;
	background-color: #ffffff;
}

section#ReutersGraphicsCharts{
	width:100%;
	margin: 0 auto 0 auto;
	position:relative;
	
}
#fallback{
	margin:100px auto 100px auto;
	font-size: 20px;
	text-align: center;
	color: white;
	
}

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('../img/thelogo.png');
	height:25px;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	margin-top:7px;
}

section#ReutersGraphicsCharts #mainGraphic{

  padding-bottom: 10px;
  width:800px;
  margin: 100px auto 30px auto;
  position: relative;
}

section{
   position: relative;
}


h1{
font-family: SourceSansPro-ExtraLight, Arial, sans-serif;
font-size: 50px;
font-weight:100;
text-align: center;
margin:5px auto 15px auto;
}

h2{
font-family: SourceSansPro-Semibold, Arial, sans-serif;
font-size: 18px;
margin: 35px auto 20px auto;
width: 800px;
text-align:left;
}

p{
font-family: SourceSansPro-Light, Arial, sans-serif;
font-size: 18px;
margin:0 auto;
line-height: 120%;
}



p.main
{
width:780px;
margin:0 auto;
text-align: center;
}

p.brief
{
font-size:18px;
width:800px;
margin-top:10px;
margin-bottom:25px;
text-align:left;
}

p.brief-uac
{
font-size:18px;
width:800px;
margin-bottom:25px;
font-family:SourceSansPro-Regular, Arial, sans-serif;;
text-align:left;
}

p.descriptions
{
width:750px;
margin-top:5px;
margin-bottom:25px;
text-align:center;
}

p.credit
{
width:800px;
font-family: SourceSansPro-Semibold, Arial, sans-serif;
font-size: 16px;
margin-top:10px;
margin-bottom:25px;
text-align:center;
}

p.note
{
font-family: SourceSansPro-Light, Arial, sans-serif;	
width:800px;
color:#000000;
margin-top:40px;
margin-bottom:30px;
font-size: 16px;
line-height: normal;
text-align:left;
}

p.source
{
width:800px;
color:#666;
margin-top:10px;
margin-bottom:20px;
font-size: 14px;
line-height: normal;
}
#updated {
text-align:center;
margin-top:0px;
margin-bottom:0px;

	
}



.imgbox {
	text-align:center;
	margin: 10px auto 15px auto;
}

.imgbox img {
vertical-align: bottom;	
width:800px;
}

.logobox {
	text-align:center;
}

.logobox img {
	width:200px;
	margin-top:10px;
}

p.footer {
	text-align:center;
	font-size:12px;
	color:#666666;
}

p.footer a {
	color:#666666;
	text-decoration:none;
}

p.descriptor {
	font-family: SourceSansPro-Semibold, Arial, sans-serif;
	font-size: 24px;
	color:#000000;
}

hr {
    border: 0;
    height: 1px;
    background: #cccccc;
    width: 800px;
	margin: 10px auto 40px auto;
}


hr.faded {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.3, rgb(221,221,221)),
      color-stop(0.7, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
);
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 30%,
      rgb(221,221,221) 70%,
      rgb(255,255,255) 100%
  );

}
*{
   margin:0;
   padding:0;
}

.crop{
	width:800px;
	height:24px;
	margin: 50px auto 10px auto;
	white-space: nowrap;
	background-color: none;
}

.cropbutton {
	text-align:center;
	vertical-align: middle;
	background-color:#CCCCCC;
	width:100px;
	height:20px;
	display:inline-block;
	cursor:pointer;
	padding: 4px 0 0 0;
	margin: 0px 20px 0 0;
	line-height: 14px;
	font-size: 16px;
	font-family: SourceSansPro-Regular, Arial, sans-serif;
	color:#333;
	float:left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cropbutton:hover {
	color:white;
    background-color: #000000;
	font-family: SourceSansPro-Semibold, Arial, sans-serif;
}


.cropbutton.selected {
	color:#ffffff;
	background-color: #000000;
	font-family: SourceSansPro-Semibold, Arial, sans-serif;
	line-height: 15px;
	}

.container{
	position: relative;
}

.mapcontainer {
   position: relative;
   top: -30px;
}

.backgroundmap {
   position: relative;
}

.cropmap {
	display:none;
	position: absolute;
    top: 0px;
    font-size: 0;
	margin: 0px auto 30px auto;
	width:800px;
	height: 313px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

.cropmap.selected {
	display:block;
        
}

.backgroundmap, .cropmap {
	font-size: 0;
	margin: 45px auto 30px auto;
	width:800px;
	height: 313px;
    margin: 15px auto 30px auto;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

#total {
background-image: url(../img/border-origin.png);
}

#percent{
background-image: url(../img/border-percent.png);
}


.buttonbar{
   display: none;
}

.buttonbar{
	text-align:center;
	width:800px;
	height:24px;
	margin: 20px auto 10px auto;
	white-space: nowrap;
	font-size: 0;
	background-color: #48474b;
}


.navbutton{
	vertical-align: middle;
	background-color:none;
	width:200px;
	height:20px;
	display:inline-block;
	cursor:pointer;
	padding: 4px 0 0 0;
	margin-bottom: 20px;
	line-height: 12px;
	font-size: 18px;
	font-family: SourceSansPro-LightIt, Arial, sans-serif;;
	color: #b6b6b6;
	border-right:3px solid black;
}

.navbutton:hover{
	color:white;
	font-family: SourceSansPro-SemiboldIt, Arial, sans-serif;
}

.navbutton:last-of-type{
	margin-right:0;
}


ul{
	list-style: none;
	padding:0 0 0 0;
}


.button.selected{
	color:#F99D1C;
	background-color: none;
	font-family: SourceSansPro-Semibold, Arial, sans-serif;
	line-height: 16px;
	}
        
.container{
	position: relative;
}

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%;
  position: relative;
  bottom: 0;
}

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: 0.5em;
  color: #ddd;
  font-size: .75em;
  text-align: center;
}
footer li {
  display: inline;
  border-right: 1px solid #bebebe;
  margin-right: .3em;
  padding-right: 0.6em;
}
footer li.last-child {
  border: none;
}
footer p {
  font-size: .7em;
  line-height: 1.6em;
}

.tipsy { position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; margin:20px 0px 20px 0px; padding:10px;}

  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; margin:20px 0px 20px 0px; border: 5px dashed #000; }
  
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }


.gravity { width: 100%; margin: 5px 0; border-spacing: 5px; }
  .gravity td { text-align: center; vertical-align: middle; padding: 5px 0; background-color: #d0d0d0; width: 33%; }
  .gravity a { }
    .gravity a:hover { color: #505050; background: none; }
    
    
section#ReutersGraphicsCharts .ui-slider {
	position: relative;
	text-align: left;
}
section#ReutersGraphicsCharts .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: default;
}
section#ReutersGraphicsCharts .ui-slider-horizontal {
	height: .8em;
}
section#ReutersGraphicsCharts .ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
section#ReutersGraphicsCharts .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
section#ReutersGraphicsCharts .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
section#ReutersGraphicsCharts .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

section#ReutersGraphicsCharts .ui-widget-content {
	background: #eeeeee;
}
section#ReutersGraphicsCharts .ui-widget-header {
	background: #e11f26;
}
section#ReutersGraphicsCharts .ui-state-default,
section#ReutersGraphicsCharts .ui-widget-content .ui-state-default,
section#ReutersGraphicsCharts .ui-widget-header .ui-state-default {
	outline: none;
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
}

section#ReutersGraphicsCharts .ui-corner-all {
	border-radius: 8px;
}

section#ReutersGraphicsCharts .ui-state-hover,
section#ReutersGraphicsCharts .ui-widget-content .ui-state-hover,
section#ReutersGraphicsCharts .ui-widget-header .ui-state-hover {
	border: 1px solid #CCCCCC;
	background: #faf7bb;
	font-weight: bold;
	
}

/*media*/


@media (min-width: 800px) and (max-width: 1200px) {
	
	h1{
		font-size: 70px;
	}
}	

@media (max-width: 800px) {
	

	h1{
	font-size: 60px;
	margin-bottom: 10px;
	}
        
        p{
         width:600px;
        }

	#mainGraphic{
	width:600px;
	}	

	#mediarule{
		display:none;
	}
	
	#descriptions{
	width: 600px;
	}
	

	.pictureboxes{
		width: 600px;
	}
	
	#Regions{
	width:: 600px:
	}
	
}


    
