/*
 * Font styles
 */

/* Default font for site */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

/* Page header styles */
p.tagline, #statusBar li, #memberLogin li {
	font-size: 12px;
}

.vcard .fn {
	font-size: 14px;
}

.vcard .org.fn {
	font-size: 13px;
}

#quickSearch label, #topicBrowse label {
	font-size: 12px;
}

#quickSearch #qsQuery {
	font-size: 13px;
}

#topicBrowse select, .miniform select, #sponsored-search {
	font-size: 11px;
}

#qsQueryButton, input.button {
	/* Some browsers need this! */
	font-family: arial, helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
}

#nav a {
	font-size: 16px;
	font-weight: bold;
}

#nav li li {
	font-weight: normal; /* XXX is this still in use? XXX */
}

#bgLink {
	font-size: 12px;
	font-weight: bold;
}

/* Page footer styles */
#footer .nav li, #footer #rssFeeds li {
	font-size: 11px;
}

/* h1 - usually a page heading */
h1 {
	font-size: 21px;
}

/* h2 - usually a panel heading */
h2 {
	font-size: 16px;
}

#home #news h2 {
	font-size: 18px;
}

.boxed h2 {
	font-size: 14px;
}

#shareThis h2, #comments h2 {
	font-size: 15px;
}

/* h3 - usually a document title or section within a panel */
h3 {
	font-size: 16px;
	line-height: 20px;
}

.leadArticle h3 {
	font-size: 18px;
	line-height: 22px;
}

#featuredJournal.boxout h3 {
	font-size: 12px;
	line-height: 15px;
}

#aboutTheAuthor h3, #furtherReading h3 {
	font-size: 15px;
}

.relatedInfo h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}

/* h4 - usually a sub-section title */

h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.info h4 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

#events h4, #buyersguide h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

/* Anchors in info box on advertising overview page */
#contact #content .info p {
	font-size: 16px;
}

/* Forms */

legend, h3.trigger, h3.triggerexpanded {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

.information, p.pagination {
	line-height: 18px;
}

label {
	line-height: 20px;
}

#statusBar em, #memberLogin em, legend em, label em {
	font-weight: bold;
	font-style: normal;
}

/* Notes */
p.note, small {
	font-size: 10px;
}

/* Mission statement */
#missionStatement p {
	font-size: 19px;
	line-height: 28px;
}

/* Article panels */
.date, .dateRange, .sectionGroup {
	font-size: 12px;
	font-weight: normal;
    white-space: nowrap;
}

a.numberOfComments {
	font-size: 12px;
}

.articleStrapline, .articleStrapline p {
	font-size: 12px;
}

.leadArticle .articleStrapline {
	font-size: 14px;
	line-height: 18px;
}

.secondaryArticle .articleStrapline {
	font-size: 13px;
	line-height: 17px;
}

/* Articles */

.standfirst {
	margin-top: 4px;
	font-size: 15px;
	line-height: 20px;
}

.standfirst.hiddenArticle {
	font-weight: bold;
}

.articleBody {
	line-height: 18px;
}

.articleThumbnailLeft, .articleThumbnailRight {
	font-size: 12px;
}

.inlineAudio, fieldset span {
	font-size: 11px;
}

.articleBody blockquote {
	font-family: arial, helvetica, sans-serif;
	font-stretch: narrower;
	font-size: 20px;
	line-height: 26px;
}

.articleBody blockquote cite {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	font-style: normal;
}

/* Article comments */

.comment, .comment h3, .comment .commentBody, .comment .replyTo, .comment ul {
	font-size: 12px;
	line-height: 17px;
}

.comment .location {
	font-size: 11px;
	line-height: 16px;
}

.comment .ord {
	font-size: 20px;
}

.comment .commentBody small, .comment .editMessage, .comment .adminInfo {
	font-size: 10px;
	line-height: 14px;
}

.comment h3, .comment .userName, .comment .adminInfo {
	font-weight: bold;
	font-style: normal;
}

.comment .commentQuote .replyTo {
	font-style: italic;
}

.comment .commentQuote .replyTo cite {
	font-weight: bold;
}

.comment .editMessage {
	font-style: italic;
}

/* Related Websites panel */
#relatedWebsites div a {
	font-weight: bold;
}

/* Products and companies */
p.shortDescription {
	font-weight: bold;
}

/* Miscellaneous panels */
.boxout ul.more li a, .panel ul.more li a {
	font-size: 12px;
}

p.hitstat {
	font-size: 12px;
	line-height: 16px;
}

p.hitstat span {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}

#testimonials p.quoteBy {
	line-height: 18px;
}

/* Anchors in info box on advertising overview page */
#contact #content .info a {
	font-weight: bold;
}

/* Journal article citations */
.journalVol, .journalPage {
	font-style: normal;
}

.journalVol, dt, #categoryDesc p, #sidebarRight .boxout a {
	font-weight: bold;
}

/* Search tabs */
#tabs a, .sst-adv {
	font-weight: bold;
}

/* User profile information */
.subSection h4 {
	line-height: 20px;
}

.subSection p {
	line-height: 18px;
}

/* Admin */
li.admin a:after {
	text-transform: uppercase;
	font-size: 9px;
}
