﻿/*body.*/.latrobe_air_quality .page_background {
	background: #8bc14d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4YmMxNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQ5OTNjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #8bc14d 0%, #44993c 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#8bc14d), color-stop(100%,#44993c)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #8bc14d 0%,#44993c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #8bc14d 0%,#44993c 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #8bc14d 0%,#44993c 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #8bc14d 0%,#44993c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc14d', endColorstr='#44993c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

@media only screen and (max-width: 800px) {
	/*body.*/.latrobe_air_quality .content_header h2 {
		background: #8bc14d;
	}
}

/*body.*/.latrobe_air_quality .air-quality-title {
	margin-top: 1em;
}

/*body.*/.latrobe_air_quality .module_header {
	border-top: 2px solid #44993c;
}

/*body.*/.latrobe_air_quality .module_header .heading {
	color: #44993c;
}

/*body.*/.latrobe_air_quality .content_wrapper h2 {
	color: #44993c;
}

/* hacked side nav :/ */
/*body.*/.latrobe_air_quality .module_featured_pages { 
	position: absolute;
	top: 0;
	left: 102%;
	width: 32%;
}
/*body.*/.latrobe_air_quality .module_featured_pages  .button_minor { 
	display: none;
}

/*body.*/.latrobe_air_quality .module_featured_pages .module_header { 
	height: 3em;
}

/*body.*/.latrobe_air_quality .module_featured_pages h3 { 
	display: none;
}

@media only screen and (max-width: 680px) {
	/*body.*/.latrobe_air_quality .module_featured_pages { 
		position: static;
		width: 100%;
	}


	li.airOffline:after,
	li.airNotSampled:after,    
	li.airVeryGood:after,
	li.airGood:after,
	li.airFair:after,
	li.airPoor:after,
	li.airVeryPoor:after,
	li.airAvailableSoon:after {
		content: none;
	}

}

@media only screen and (max-width: 800px) {
	/*body.*/.latrobe_air_quality .module_featured_pages { 
		font-size: inherit;
	}
}

/* table */

/*body.*/.latrobe_air_quality .table_toggler { 
	padding: 1em 0;
}

/*body.*/.latrobe_air_quality .table_toggler span { 
	background-color: #e8e8e8;
	color: #0087c5;
}

/*body.*/.latrobe_air_quality .table_toggler a { 
	color: #555;
}

/*body.*/.latrobe_air_quality .table_toggler a,
/*body.*/.latrobe_air_quality .table_toggler span { 
	padding: 1em 1.5em;
	font-weight: bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px #ccc;
	border-style: solid solid none solid;
	position: relative;
	top: 1px; 
}


/*body.*/.latrobe_air_quality table {
	margin-bottom: 2em;
}

/*body.*/.latrobe_air_quality th,
/*body.*/.latrobe_air_quality td
{
	padding: 10px 12px;
}

/*body.*/.latrobe_air_quality td {
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}
/*body.*/.latrobe_air_quality th {
	background-color: #e8e8e8;
	color: #000;
}

/*body.*/.latrobe_air_quality tr {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

.air-quality-legend {
	margin-bottom: 2.5em;
	width: 100%;
	float: left;
}


.air-quality-legend li {
	float: left;
	width: 11.5em;
	margin: 0.3em 0.5em;
	text-align: center;
	font-weight: bold;
	padding: 0.9em 0;
	height: 44px;
}

li.airOffline:after,
li.airNotSampled:after,
li.airVeryGood:after,
li.airGood:after,
li.airFair:after,
li.airPoor:after,
li.airVeryPoor:after,
li.airAvailableSoon:after {
	display: block;
	text-align: center;
}

.airOffline {
	background-color: #dddddd;
	color: #444;
}

.airNotSampled {
	background-color: #ccccff;
	color: #444;
}

.airVeryGood {
	background-color: #3399FF;
	color: #fff;
}

.airGood {
	background-color: #339966;
	color: #fff;
}

.airFair {
	background-color: yellow;
	color: #444;
}

.airPoor {
	background-color: red;	
	color: #ddd;
}

.airVeryPoor {
	background-color: #000;
	color: #ddd;
}

.airAvailableSoon {
	background-color: #ff9933;
	color: #fff;
}



@media only screen and (max-width: 680px) {
	li.airOffline:after,
	li.airNotSampled:after,
	li.airVeryGood:after,
	li.airGood:after,
	li.airFair:after,
	li.airPoor:after,
	li.airVeryPoor:after,
	li.airAvailableSoon:after {
		content: none;
	}
	
	.air-quality-legend li 
	{
		width: 25%;
	}
}