/*===========================================================================
	Typography (Global)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

/*
	Headings Glossary
	
	H1 Page Heading
	H2 
	H3 
	H4 
	H5 
	H6 
*/

/* Page
===========================================================================*/

html {
	font-size: 62.5%;
}
body{ 
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
/* Primary Navigation
===========================================================================*/
ul#primary-navigation li a {
	font-size: 1.4em;
}
ul#primary-navigation li.currently-selected-item a {
	font-weight: bold;
}

div#primary-content p {
	line-height: 1.5;
	font-size: 1.2em;
}
h1 {
	font-weight: bold;
	font-family: Georgia, sans-serif;
	font-size: 2.8em;
}
h2 {
	font-weight: bold;
	font-family: Georgia, sans-serif;
	font-size: 1.8em;
}
div#primary-content div#left-column div#austin-callout h2 {
	font-weight: bold;
	font-family: Georgia, sans-serif;
	font-size: 1.9em;
}
div#primary-content div#right-column div#right-callout-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
}
div#primary-content div#right-column div#right-callout-content span.month {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.25em;
}
div#primary-content div#right-column div#right-callout-content span.day {
	font-size: 2.68em;	
	font-weight: bold;
}
div#primary-content div#right-column div#right-callout-content p.event-title {
	font-size: 2.4em;
	font-weight: bold;
}
div#primary-content h4 {
	font-weight: bold;
	font-size: 1.2em;
}

/* Footer Navigation
===========================================================================*/
div#footer ul li a {
	font-size: 1.0em;
}
div#footer ul#footer-navigation li.currently-selected-item {
	font-weight: bold;
}
