/*  - - - - - G E N E R A L - - - - -  */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	background-image: url("/global/img/bivia_dark.gif");
	background-repeat: no-repeat;
	background-position: 10px 160px;
	}

p	{ font-size: 12px; line-height: 18px; margin-top: 20px; margin-bottom: 10px; }


/*
h1: headline or title of the page, there's only one per page
h2: sub-title, extended headline, one per page as with h1, but smaller type so as to fit more words
h3: section headings for long articles
h4: section sub-headings and header addenda like datelines and bylines
h5: inline, used for topic leads like the first few words in a bulleted item or the first paragraph in an article
h6: inline, used for giving topical emphasis to sentences or phrases within a paragraph
*/
h1	{ font-size: 24px; line-height: 34px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h2	{ font-size: 14px; line-height: 20px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h3	{ font-size: 16px; line-height: 22px; font-weight: bold; margin-top: 1.5em; margin-bottom: -0.75em; }
h4	{ font-size: 14px; line-height: 20px; font-weight: bold; margin-top: 0; margin-bottom: 1em; color: #556; }
h5	{ font-size: 12px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h6	{ font-size: 12px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; }

ol, ul {
	margin-top: 6px;
	margin-bottom: 6px;
	}

li 	{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 6px;
	}


img	{ border: 0; }

strong, b	{ font-weight: bold; }

hr	{ height: 1px; color: #000; }


/*  - - - - - L I N K S - - - - -  */
a		{ text-decoration: none; font-size: 10px; font-weight: bold; color: #c00; }
a:link	{ color: #c00; }
a:visited	{ color: #999; }
a:hover	{ color: #000; }
a:active	{ color: #c00; }


/*  - - - - - B U T T O N S - - - - -  */
a.button {
	white-space: nowrap;
	text-decoration: none; 
	margin: 1em 1em 1em 0;
	line-height: 3em;
	padding: 5px;
	background-color: #ccc;
	border: 1px dotted #000;
	color: #333;
	font-weight: bold;
	}

a.button:link	{ color: #333; }
a.button:hover	{ color: #fff; background: #333; }




/*  - - - - - T Y P O G R A P H Y - - - - -  */
.tiny		{ font-size: 9px; line-height: 16px; }
.term	{ font-size: 9px; font-weight: bold; color: #333; }
.termDef	{ font-size: 9px; line-height: 14px; color: #000; margin-top: 0; margin-bottom: 1em; }
.question	{ font-size: 9px; font-weight: bold; color: #333; }
.answer	{ font-size: 9px; line-height: 14px; color: #000; margin-bottom: 1em; }
.articleTitle	{ font-size: 9px; font-weight: bold; color: #333; }
.articleAuthor	{ font-size: 9px; color: #000; }
.articleBrief	{ font-size: 9px; line-height: 14px; font-weight: bold; color: #333; margin-bottom: 1em; }
.topic	{ font-size: 9px; font-weight: bold; color: #333; }
.code		{ font-size: 9px; font-weight: normal; color: #333; }
.hilite	{ border: 1px solid #999; background: #eee; padding: 10px; margin-bottom: 10px; }
.right	{ text-align: right; }
li.futureIssue { color: #aaa; }


/*  - - - - - L I S T S - - - - -  */




/*  - - - - - L A Y O U T - - - - -  */
#content {
	position: absolute;
	z-index: 3;
	top: 50px;
	left: 120px;
	padding: 10px 40px 10px 180px;
	border: 1px dashed #333;
	background-color: #fff;
	background-image: url("/global/img/bivia_lite.gif");
	background-repeat: no-repeat;
	background-position: -111px 109px;
	width: 532px; /* ie5win fudge begins;
		this width is the standard width
		plus the left and right padding
		and left and right border
	*/
	voice-family: "\"}\""; /* ie5win parse error terminates this block */
	voice-family:inherit;  /* restore voice for those w/o parse error */
	width: 310px; /* this is the standard width, overrriding above */
	}
html>body #content {
	width: 310px; /* this is the standard width; ie5win fudge ends */
	}

#content > p:first-child {
	/* if the first content is not a headline
	   but rather a paragraph, then it needs
	   a little buffer above... */
		margin-top: 4em;
	}

#footNav	{ font-size: 9px; line-height: 16px; margin-top: 3em; margin-bottom: 5px; }
#footNav cite	{ display: block; font-style: normal; font-size: 9px; line-height: 16px; }

#content .buttonBlock {
	margin-top: 3em;
}


/*  - - - - - H E L P E R S - - - - -  */
.hide	{ display: none; }

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}





/*  - - - - - A C C E N T S - - - - -  */
#topclip		{ position: absolute; z-index: 5; top: -4px; }
#bottomclip	{ position: absolute; z-index: 6; bottom: -4px; }
#logoCapper	{ position: absolute; z-index: 7; top: -31px; left: 19px; margin:0; }

	
.todoHilite {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}
