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

	Licensed under GPL and MIT.

	Stylesheet by Rejuiced Media  
	Stylesheet: text.css
		
	Font Sizes are based on the following rules:
	http://www.alistapart.com/articles/howtosizetextincss/
	
---------------------------------------------------- 
/*	BASIC HTML
----------------------------------------------------*/
body {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-size: 12px;
	line-height: 18px;
	*/
	font-size:100%;			/* EQUIV = 1em = 16px	*/
	
	}

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

hr {
	/*
	border-top: 1px #341621 solid;*/
	border-top: 1px #661133 solid;
	border-right: 0;
	border-bottom: 0px #661133 solid;
	border-left: 0;
	clear: both;
	height: 0;
	margin: 10px 0;
}

/*	HEADINGS
----------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6{	
	color: #000;
	}

	
h1 {
	font-size: 1.250em;					/*  = 20px	*/
	line-height: 1.375em;				/*  = 22px	*/
	font-weight: normal;
	margin-bottom:2px;
	}

h2 {
	color: #064e95;
	font-size: 1.125em;					/*  = 18px	*/
	line-height: 1.5em;					/*  = 24px	*/
	font-weight: normal;
	}

h3 {
	font-size: 1em;						/*  = 16px	*/
	font-weight: normal;
	}

h4 {
	font-size: 0.875em;					/*  = 14px	*/
	line-height: 1.250em;				/*  = 20px	*/
	}

h5, h6 {
	font-size: 0.750em;					/*  = 12px	*/
	line-height: 1.125em;				/*  = 18px	*/
	}

#topContainer p, 
#topContainer li,
#contentContainer p, 
#contentContainer li,
#footer p {
	font-size: 0.750em;					/*  = 12px	*/
	}									/*  express all other font in %	*/


/*	SPACING
----------------------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 20px;
}

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

/*	LINKS
----------------------------------------------------*/
a 	{
	color: #064e95;
	text-decoration: none;
	}

a:link, 
a:visited {
	color: #064e95; 
	}
	
html body a:hover {
	color: #0760b7; 
	text-decoration: underline;
	}
	
a img 	{border: none;}
