/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	width: auto\9; /* ie8 */
	height: auto;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/************************************************************************************
Web Fonts
*************************************************************************************/
@font-face {
	font-family: 'bebas_neueregular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/BebasNeue-webfont.woff') format('woff'),
		 url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
		 url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #FFFFFF;
	color: #666;
	font: 1em/150% Arial, Helvetica, sans-serif;
}
a {
	outline: none;
	color: #026acb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Images, Captions, etc. */
figure.one-third {
	max-width: 400px;
}

figcaption {
	font-size: 0.75em;
	line-height: 130%;
	padding-top: 10px;
}

.img-l {
	float: left;
	margin: 0 30px 15px 0;
}

.img-r {
	float: right;
	margin: 0 0 15px 30px;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'bebas_neueregular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 20px 0 .4em;
	color: #000;
	line-height: 1.4em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	margin: 0 auto;
	width: 980px;
}

/************************************************************************************
HEADER
*************************************************************************************/

/* The Main Banner */
header#banner {
	border-bottom: 3px solid #000;
	padding: 10px 0;
	font-family: 'bebas_neueregular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	width: 100%;
}

#banner .brand {
	min-height: 60px;
	float: left;
}

#banner .brand a {
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size: 100% auto;
	display: block;
	height: 75px;
	margin: 0;
	padding: 0;
	text-indent: -99999em;
	width: 362px;
}

#banner nav {
	float: right;
	margin: 10px 0 0 0;
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

#main-nav {
	margin: 0;
}

#main-nav li {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	list-style-type: none;
	padding-right: 30px;
}

#main-nav li:last-child {
	padding-right: 0;
}

#main-nav li.icon-infograph a {
	background: url(../images/icon-infograph.png) 0 0 no-repeat;
	padding-left: 72px;
}

#main-nav li.icon-map a {
	background: url(../images/icon-map.png) 0 0 no-repeat;
	padding-left: 72px;
}

#main-nav li.icon-timeline a {
	background: url(../images/icon-timeline.png) 0 0 no-repeat;
	padding-left: 90px;
}

#main-nav li.current a span {
	border-bottom: 3px solid #c6c6c6;
}

#main-nav li.current a:hover {
	color: #000;
}

#main-nav li a {
	color: #000;
	display: block;
	font-size: 1.6em;
	height: 93px;
	line-height: 93px;
	text-decoration: none;
}

#main-nav li a:hover {
	color: #666;
}

#main-nav li a:hover span {
	border-bottom: 3px solid #c6c6c6;
	color: #666;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	margin: 30px 0;
	min-height: 500px;
	background: #fff;
	/* rounded corner */
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	color: #000;
	text-decoration: none;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
Bands
*************************************************************************************/

h1.band-title {
	font-size: 6em;
}

.go-back {
	border: 0;
	background-color: #000;
	color: #fff;
	font-size: 1.1em;
	font-family: 'bebas_neueregular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	float: right;
	padding: 5px 10px;
	margin-top: 65px;
	letter-spacing: 0.1em;
}

.band h2 {
	margin-bottom: 0;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	border-top: 1px solid #000;
	clear: both;
	color: #000;
	font-size: 85%;
	padding: 1em 0;
	text-align: center;
}
#footer a {
	color: #000;
}

#footer .block-01,
#footer .block-02 {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	vertical-align: top;
}

#footer ul {
	list-style-type: none;
	margin: 0;
}

#footer ul li {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 6px;
	text-decoration: none;
}

#footer ul li .spacer {
	padding-left: 12px;
}

#footer .block-01 {
	padding-right: 5px;
}

#footer .block-02 {
	padding-left: 5px;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: " "; font-size: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



/************************************************************************************
Infograph #chart
*************************************************************************************/

#chart path.arc {
  cursor: move;
  fill: #fff;
}

#chart .node {
  font-size: 12px;
}

#chart .node:hover {
  fill: #1f77b4;
}

#chart .link {
  fill: none;
  stroke: #1f77b4;
  stroke-opacity: .4;
  pointer-events: none;
}

#chart .link.source, .link.target {
  stroke-opacity: 1;
  stroke-width: 2px;
}

#chart .node.target {
  fill: #d62728 !important;
}

#chart .link.source {
  stroke: #d62728;
}

#chart .node.source {
  fill: #2ca02c;
}

#chart .link.target {
  stroke: #2ca02c;
}

#chart .breadcrumbs {
  font-size: small;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  font-style: italic;
  border-top: solid #eee 1px;
  color: #000;
}

#chart .breadcrumbs a {
  color: #669;
}

#chart .breadcrumbs a:hover {
  color: #000;
}