/*===========================================================================
	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 Title
	H2 
	H3 
	H4 
	H5 
	H6 
*/

/* Page
===========================================================================*/

/*
	Ems with Percents - CSS-Discuss Community
	http://css-discuss.incutio.com/?page=UsingEms
*/

html {
	font-size:   75%;    /* 12px relative to 16px */
	line-height:  1.5em; /* 18px relative to 12px */
	
	font-family: Arial, Helvetica, Verdana, Tahoma, "Bitstream Vera Sans", sans-serif;
}

html body {
	font-size: 1em; /* 12px relative to 12px */
}

/* Defaults
===========================================================================*/

/* Misc. Block */

address {
	font-style: normal;
}

blockquote {
	font-family: Garamond, Georgia, serif;
	font-size: 1.333em;
}

/* Misc. Inline */

abbr,
acronym {
	font-style:   normal; /* for OmniWeb 5.1 */
	font-variant: normal; /* for Opera 9.0-9.2 */
	
	border-bottom-style: none; /* for Gecko */
}

/* Links */
a:visited {

}

a:focus,
a:hover,
a:active {
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	line-height: normal;
}

/* Lists */

/* Data Tables */

table {
	font-size: 1em; /* for legacy browsers */
}

table th {
	font-weight: normal;
}

/* Forms */

input,
textarea,
select,
button {
	font-size:   1em; /* 12px relative to 12px */
	line-height: 1.5em; /* 18px relative to 12px */
	
	font-family: Arial, Helvetica, Verdana, Tahoma, "Bitstream Vera Sans", sans-serif;
}

/* Common Classes
===========================================================================*/

ul.vcard {
	font-size: 1.1666em; /* 14px relative to 12px */
}

ul.vcard li.fn {
	font-size: 1.2857em; /* 18px relative to 14px */
}

/* Content
===========================================================================*/

div.basic a.tab-title {
	font-size: 1.3333em; /* 16px relative to 12px */
	letter-spacing: 1px;
	font-family: Garamond, Georgia, serif;
}

/* Primary Navigation
===========================================================================*/

ul#primary-navigation li {
	font-family: Garamond, Georgia, serif;
}

ul#primary-navigation li a {
	text-decoration: none;
	font-size: 1.1666em; /* 14px relative to 12px */
	font-weight: bold;
}

/* Logo
===========================================================================*/
