/*CSS DOCUMENT*/
/*RESET*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*STYLES*/

html {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
	font-size: 1em;
}

body {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
/*	overflow: hidden;*/
}


header {
	width: 97%;
	padding: .5% .5% .5% 2.5% ;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #333;
}

footer {
	width: 95%;
	padding: 1em 2.5%;
	position: fixed;
	bottom: 0;
	left: 0;
}

.clearfix {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.none_textIE {
	font-size: .9em !important;
}

.textlink {
	color: #666;
	text-decoration: none;
}

.textlink:hover {
	color: black;
	text-decoration: underline;
}

#copy_holder {
	width: auto;
}

#legend {
	display: block;
	padding: .5em 0;
	clear: both;
}

#share_box {
	width: 100%;
	text-align: right;
}

.tag {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}

.tag a {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.2em;
	color: #666;
	text-decoration: none;
}

.tag a:hover {
	color: #000;
}

.tag img {
	height: 1.2em;
	width: auto;
	margin-right: .5em;
	padding-right: .5em;
	border-right: 1px solid #a00;
}

#copy_holder h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2em;
	margin-bottom: .25em;
	display: inline-block;
}

.beta_tag {
	padding-left: .35em;
	color: #a00;
	position: relative;
	top: -1em;
	font-size: .8em;
}

/*TEMPLATE HOLDER*/

#line_holder {
	position: fixed;
	width: 100%;
	left: 0;
	border-top: 1px dotted rgba(0,0,0,0.25);
	z-index: -999;
	height: 0;
}

#bottom_line {
	position: fixed;
	width: 100%;
	left: 0;
	border-top: 2px solid rgba(0,0,0,0.75);
	z-index: -999;
	height: 0;
}


#total_label {
	position: fixed;
}

.chart_label {
	position: relative;
	top: .4em;
	left: .4em;
	text-transform: uppercase;
	font-size: .68em;
	font-weight: bolder;
	color: #666;
}

#list_holder {
	height: 500px;
	padding: 0 6.5em;
/*	border-top: 1px solid #666;
	border-bottom: 1px solid #666;*/
}

#list_holder_ie {
	display: none;
	padding: 0 6.5em;
/*	border-top: 1px solid #666;
	border-bottom: 1px solid #666;*/
}
.bar_segment {
	width: 30px;
}

.chart_bar {
	margin-left: 1px;
	margin-right: 1px;
	height: 100%;
	float: left !important;
	cursor: pointer;
	opacity: .7;
}

.chart_bar:hover {
	background: rgba(0,0,0,0.13);
	opacity: 1;
	border-left: 1px solid rgba(0,0,0,0.19);
	border-right: 1px solid rgba(0,0,0,0.19);
	margin-left: 0;
	margin-right: 0;
}

.story_glyph {
	width: 20px;
	height: 20px;
	background: url('../images/story_glyph.png') no-repeat scroll;
	position: relative;
	top: 10px;
	left: 5px;
	cursor: pointer;
	display: block;
}

.story_glyph:hover {
	background: url('../images/story_glyph_red.png') no-repeat scroll;
}

.legend_swatch {
	height: 1em;
	width: 1em;
	background-color: #000;
	display: block;
	float: left;
	margin-right: .5em;
}

.filter_button {
	text-transform: uppercase;
	font-weight: 500;
	font-size: .75em;
	padding: .5em;
	cursor: pointer;
	display: inline-block;
	float: left;
	border-radius: 5px;
	background-color: #eee;
	margin-right: 1em;
}

.legend_text {
	text-transform: uppercase;
	font-weight: 500;
	font-size: .75em;
	padding: .5em;
	display: inline-block;
}

.filter_button:hover {
	background-color: rgba(255,0,0,0.1);
}

.active {
	background-color: red !important;
	opacity: 1;
}


.inactive {
	opacity: 0.5;
}

.cap_bar {
	background-color: #9bb9e8;
}

.tube_bar {
	background-color: #719dde;
}

.hosp_bar {
	background-color: #4880d5;
}

.non_bar {
	background: none;
}

.note h5 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: .3em;
}

.note_wrapper {
	border-left: 1px solid #666;
	position: relative;
	left: 14px;
	top: -50px;
}

.note {
	font-size: .9em;
	position: relative;
	top: -50px;
	left: -25px;
	width: 150px;
	z-index: 999;
}

.num_active {
	display: block !important;
	opacity: 1 !important;
	text-align: center;
}

.num {
	font-weight: 900;
	float: left;
	color: #000;
	position: relative;
	text-align: center;
	top: -1.5em;
	font-size: .9em;
	display: none;
	padding-left: .25em;
}

.date_holder {
	margin-bottom: 1em;
}

.dateday {
	font-weight: 900;
	color: #666;
	text-transform: uppercase;
	font-size: .7em;
	display: block;
}

.datenum {
	text-transform: uppercase;
	font-size: .9em;
	display: block;
	clear: both;
}


.alignright {
	text-align: right;
	padding-right: 1em;
}

.alignleft {
	text-align: left;
}

.stat_wrapper .stat_holder:nth-child(3) {
	border-bottom: none;
}

.stat_holder {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #666;
}

.stat_left {
	float: left;
	width: 25%;
	font-weight: 900;
	font-size: 1.55em;
	text-align: right;
	margin-right: .25em;
}

.stat_cap {
	font-size: .8em;
}

.credit_holder {
	text-transform: uppercase;
	margin: 10px 0;
	padding: 10px 0;
	text-align: left;
	width: 95%;
	padding: 0 2.5%;
}

.credit_holder .credit_tag {
	font-weight: bolder;
	font-size: .8em;
	display: inline;
	position: relative;
	top: .25em;
	float: left;
	margin-right: .4em;
}

.tweet_cred {
	float: left;
	margin-right: 1em;
}

.tweet_cred h2 {
	font-size: .8em;
	position: relative;
	top: .25em;
	float: left;
	margin-right: .4em;
}

#legend_tag {
	display: none;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	html {
		font-size: .9em;
	}

	#feed_chair {
		display: none;
	}

	#copy_holder h1 {
		font-size: 2.2em;
	}
	
	#copy_holder #readout {
		display: none;
	}
	
	#legend_tag {
		display: block;;
	}

	.credit_holder {
		display: none;
	}

	.tweet_cred {
		display: none;
	}

}


/*TOOLTIPS*/

#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

#aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

.defaultTheme {
	text-align: left;
	width: 160px !important;
	border:1px solid #bbb;
	background:#fff;
	color:#000;
	margin:0;
	padding:.9em;	
	-moz-box-shadow: 0px 0px 5px #888; /* for Firefox 3.5+ */
	-webkit-box-shadow: 0px 0px 5px #888; /* for Safari and Chrome */
	box-shadow: 0px 0px 0px #888; /* for Safari and Chrome */
}