/* 
 TYPOGRAPHY
 Font related information only (ie. font-*, text-*, line-height )
 See http://www.alistapart.com/articles/howtosizetextincss for sizing technique

 for a quick note - just hit this: http://jontangerine.com/silo/css/pixels-to-ems/ 
	very easy guide to use. 

*/

body, #articles dd, .post p.share-links, textarea, #supplementary-content .contact_details p, input, textarea, body#listings.show #main-content h2, #search-directory form label, #search-driver form label {
	font-family: arial, verdana, sans-serif;
  line-height: 0.95em;
}

h1, h2, h4, h5, h6{
	line-height: 1.25em;
}

/*34px*/
h1, p.home-intro {
	font-size: 	1.875em;
}

/*26px*/
#footer-wrapper p span.phone{
	font-size: 	1.625em;
}

/*20px*/
#comment-list li p, label, #footer-wrapper p span.phone, ul li ul li a {
	font-size: 1.250em;
}

/*18px*/
h2, #footer-wrapper p.highlight {
	font-size: 1.125em;
}

/*16px*/
p a, li a, dt a, ul li ul li, p span, li span, h1 a, h2 a, div.fieldWithErrors label, ul.main-nav li ul li a, #main-content ul.resource-menu li a, dd a, dd p {
	font-size: 1em;
}

/*14px*/
p.required, #body p:first-child, .driver p, #home-head p.intro {
  font-size: 0.875em;
}

/*13px*/
 {
  font-size: 0.814em;
}

/*12px*/
 div.pagination, #sub-nav ul li, p, ul li, ol li, div.error, dd, #search-directory form label, #search-driver form label{
	font-size: 0.750em;
}

/*11px*/
 {
	font-size: 0.689em;
}

/*10px*/
.post p.post-meta {
	font-size: 0.625em;
}



/*Other Text*/

h3 {
	text-transform: uppercase;
}

a, .current {
	font-weight: bold;
}

h2, ul.archive li, .article-list li a, p.required, label, #body p:first-child, #sub-nav ul li a, ul.documents a, .driver p, p.intro, #footer-wrapper p.highlight, #footer-wrapper p span.phone, ul.resource-menu li a, #articles-list dt a, .page-nav li, .contact_details p, .categories li a, .listings dt a {
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
}
.driver .ugc p, .article-list li a.authorel {font-weight: normal; }


body#listings.show #main-content h2, .article-list li a.author, #search-directory form label, #search-driver form label{ font-style: normal;}


p.home-intro, .driver .ugc p, #home-head p.intro {
	line-height: 1.25em;
}
