/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	/* font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; */
	font: 100% Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; 
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* Type */

.augustin {
	font-size: 0.875em; /* 14px */ 
	line-height: 1.7143em; /* 24px */ 
	xmargin-top: 1.7143em; 
	margin-bottom: 0em;
	}

.article_excerpt p {
	font-size: 0.875em; /* 14px */ 
	line-height: 1.7143em; /* 24px */ 
}

.pica {
	font-size: 0.75em; /* 12px */ 
	line-height: 2em; /* 24px */ 
	xmargin-top: 2em; 
	margin-bottom: 0em;
}

.small_pica {
	font-size: 0.6875em; /* 11px */ 
	line-height: 2.1818em; /* 24px */ 
	xmargin-top: 2.1818em; 
	margin-bottom: 0em;
}

h2.small_pica {
	font-size: 0.6875em; /* 11px */ 
	line-height: 2.1818em; /* 24px */ 
	xmargin-top: 0; 
	margin-bottom: 0em;
}

.long_primer {
	font-size: 0.625em; /* 10px */ 
	line-height: 2.4em; /* 24px */ 
	xmargin-top: 2.4em; 
	margin-bottom: 0em;
	}


/* =Headings
--------------------------------------------------------------------------------*/

h1 {
	font-size: 1.5em; /* 24px */ 
	line-height: 1em; /* 24px */ 
	margin-top: 1em; 
	margin-bottom: 0em;
	}

h2 {
	font-size: 1.125em; /* 18px */ 
	line-height: 1.3333em; /* 24px */ 
	margin-top: 1.3333em; 
	margin-bottom: 0em;
	}
	
h2.small_pica {
	font-size: 0.6875em; /* 11px */ 
	line-height: 2.1818em; /* 24px */ 
	xmargin-top: 2.1818em; 
	margin-bottom: 0em;
}	

h2.large {
	font-size: 1.875em; /* 30px */ 
	line-height: 1.6em; /* 48px */
	margin-top: 0.8em; 
	margin-bottom: 0em;
	}

h3 {
	font-size: 1em; /* 16px */ 
	line-height: 1.5em; /* 24px */ 
	xmargin-top: 1.5em; 
	margin-bottom: 0em;
	}

h4 {
	font-size: 1em; /* 16px */ 
	line-height: 1.5em; /* 24px */ 
	margin-bottom: 0em;
	}
	
.article h4 {
	font-size: 0.875em; /* 14px */ 
	line-height: 1.7143em; /* 24px */ 
	text-transform:uppercase;
	margin-bottom:.5em;
	padding-left:5px;		
	}	


h5 {
	font-size: 1em; /* 16px */ 
	line-height: 1.5em; /* 24px */ 
	margin-top: 1.5em;
	margin-bottom: 0em;
	}

h6 {
	font-size: 1em; /* 16px */ 
	line-height: 1.5em; /* 24px */ 
	margin-top: 1.5em; 
	margin-bottom: 0em;
	}

/* Special Type Classes */



/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}
