/*
 * BASIC BASELINE SETUP
 --------------------------------------------------------*/
html { 
	font-size: 	75%; 	/* 12px */
	line-height:	100%;	/* 12px */
}
body { line-height: 	150%;	/* 18px */ }


/*
 * HEADLINES
 --------------------------------------------------------*/

h1 {	font-size:	3em;		/* 36px */
	line-height:	1.5em;		/* 54px */
}
h1 {	font-size: 	2.5em;		/* 30px */
	line-height: 	1.2em;		/* 36px */
	padding-bottom: 14px;
	margin-top:	4px;
}
h2 {	font-size: 	2em;		/* 24px */
	line-height: 	0.75em;		/* 18px */
	padding-bottom:	4px;
	margin-top:	14px;
}
h3 {	font-size: 	1.6666em;	/* 20px */
	line-height: 	0.9em;		/* 18px */
	padding-bottom:	2px;
	margin-top:	16px;
}
h4 {	font-size: 	1.5em;		/* 18px */
	line-height: 	0.5em;		/* 9px */
	line-height: 	1em;		/* 18px */
/*	margin-bottom:	6px;
	padding-top:	3px;*/
}
h5 {	font-size: 	1.3333em;	/* 16px */
	line-height: 	1.125;		/* 18px */
	margin:		-1px 0 1px 0;
}
h6 {	font-size: 	1.25em;		/* 15px */
	line-height: 	1.2em;		/* 18px */
}

/* NEGATIVE TOP MARGINS FOR SUBSEQUENT HEADINGS*/
/*
h1+h1, h1+h2, h1+h3, h1+h4, h1+h5, h1+h6,
h2+h1, h2+h2, h2+h3, h2+h4, h2+h5, h2+h6,
h3+h1, h3+h2, h3+h3, h3+h4, h3+h5, h3+h6,
h4+h1, h4+h2, h4+h3, h4+h4, h4+h5, h4+h6,
h5+h1, h5+h2, h5+h3, h5+h4, h5+h5, h5+h6,
h6+h1, h6+h2, h6+h3, h6+h4, h6+h5, h6+h6 {
	margin-top: -1.5em;
}
*/
/* NEGATIVE TOP MARGINS FOR SUBSEQUENT   S A M E   HEADINGS*/
h1+h1, h2+h2, h3+h3, h4+h4, h5+h5, h6+h6 {
	margin-top: -1.5em;
}


/*
 * NAVIGATION
 --------------------------------------------------------*/
ul#navigation_top li a {
	font-size: 	1.1666em;	/* 14px */
	line-height: 	1.2857em;	/* 18px */
}

/*
 * CONTAINER ELEMENTS
 --------------------------------------------------------*/
p {	font-size:	1em; }

/*
 * BOTTOM PADDING FOR CONTENT ELEMENTS
 --------------------------------------------------------*/

#content_main p,
#content_sidebar p,
#content_main ol,
#content_sidebar ol,
#content_main ul,
#content_sidebar ul {
	padding-bottom:	1.5em;
}

/*
 * TOP PADDING FOR NESTED LISTS
 --------------------------------------------------------*/
#content_main ol ol > li:first-child,
#content_sidebar ol ol > li:first-child,
#content_main ul ul > li:first-child,
#content_sidebar ul ul > li:first-child,
#content_main ol ul > li:first-child,
#content_sidebar ol ul > li:first-child,
#content_main ul ol > li:first-child,
#content_sidebar ul ol > li:first-child {
	padding-top: 1.5em;
}

/*
 * TEXT FORMATTING
 --------------------------------------------------------*/
#content_main sub,
#content_sidebar sub {
	font-size: 0.75em;
	vertical-align: sub;
	line-height: 0.5em;
}
#content_main sup,
#content_sidebar sup {
	font-size: 0.75em;
	vertical-align: top;
}

