/* @override http://www.platypus-ad.com/dev/atc10yearplan/wp-content/themes/ATC_tenyearplan_v1/css/typography.css */

abbr {
	font-size: .9em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
body,h1,h2,h3,h4,h5,h6{
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	-webkit-font-smoothing: antialiased;
}
span.amp{
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
}

h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.9em;
}
/*div#zoneHeaderWrapper h3 span{
	font-size: .8em;
}*/
h4{
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
div#sidebar h5 {
	font-size: 1.4em;
	text-transform: lowercase;
}
div.postDate{
	font-size: .8em;
	text-transform:uppercase;
}
ul#filterZones {
	font-size: 2em;
}
ul#filterZones li#allZones{
	font-size: .45em;
}
ul.zoneDirectory li.zone,
ul#zoneDirectory li{
	font-size: .8em;
}
ul#adminNav,
ul#menu-footer-menu,
li#getTheAssessment ul {
	font-size: .74em;
	text-transform:uppercase;
}
div#assessmentID span#summaryYear{
	font-size: 4em;
}
div#assessmentID span#tenYear{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: .9em;
}
div#assessmentID span#assessment{
	text-transform: lowercase;
	font-size: 2.4em;
}
div#copyright{
	font-size: .8em;
	line-height: 100%;
}
div#zoneDirectoryWrapper h6{
	line-height: 100%;
}
div#footer div.constantContact h6{
	font-size: .9em;
}
table.projectDirectory thead{
	text-transform: lowercase;
	font-weight: bold;
	line-height: 100%;
}
table.projectDirectory td.projName,
table.projectDirectory td.projZone{
	font-weight: bold;
	line-height: 100%;
}
table.projectDirectory td.projDescription{
	line-height: 1.4em;
}
table.projectDirectory tbody{
	font-size: .9em;
}
ul.sidebarSubNav{
	/*font-size: .8em;*/
}
div.resourceTitle{
	font-size: .7em;
	text-transform:uppercase;
	line-height: 100%;
}
ul.resourceListing{
	font-size: .9em;
}
div.singleDirector div.jobTitle{
	font-size: .83em;
	line-height: 100%;
}
div.singleDirector h6{
	line-height: 100%;
}

/* #Font-Face
================================================== */
/*@font-face {
    font-family: 'DearSarahRegular';
    src: url('../fonts/dearsarah-ot-webfont.eot');
    src: url('../fonts/dearsarah-ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dearsarah-ot-webfont.woff') format('woff'),
         url('../fonts/dearsarah-ot-webfont.ttf') format('truetype'),
         url('../fonts/dearsarah-ot-webfont.svg#DearSarahRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}/* end of Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
div#assessmentID span#summaryYear{
	font-size: 3.6em;
}
div#assessmentID span#tenYear{
	font-size: .85em;
}
div#assessmentID span#assessment{
	font-size: 2.2em;
}
div#footer div.constantContact h6{
	font-size: .8em;
}
div#copyright{
	font-size: .7em;
}
div#zoneHeaderWrapper h3{
	font-size: 1.5em;
}
div.singleDirector div.jobTitle{
	font-size: 1em;
}
}/* end of Tablet Portrait size to standard 960 (devices and browsers) */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}/* end of All Mobile Sizes (devices and browser) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
div#assessmentID span#summaryYear{
	font-size: 3em;
}
	div#assessmentID span#tenYear{
	font-size: .8em;
}
div#assessmentID span#assessment{
	font-size: 2em;
}
div#zoneHeaderWrapper h3{
	font-size: 1.5em;
	line-height: 1.2em;
}
}/* end of Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
div#assessmentID span#summaryYear{
	font-size: 2.6em;
}
	div#assessmentID span#tenYear{
	font-size: .7em;
}
div#assessmentID span#assessment{
	font-size: 1.6em;
}
div#footer div.constantContact h6{
	font-size: .8em;
}
div#zoneHeaderWrapper h3{
	font-size: 1.2em;
	line-height: 1.1em;
}
}/* end of Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */