/* 	
----------------------------------------------------
	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 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	/*
	font-size: 12px;
	line-height: 18px;
	*/
	font-size:100%;			/* EQUIV = 1em = 16px	*/
	line-height:1.125em; 	/* EQUIV = 18px		 	*/
	}

a:focus {
	outline: 1px dotted invert;
}

hr {
	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: #dfeeff;
	padding-left: 10px;
	padding-right: 10px;
	}

	
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 2em;						/*  = 32px	*/
	line-height: 1.5em;						
	font-weight: bold;
	vertical-align: top;
	}


h2 {
	font-size:  1.25em;					/*  = 20px	*/
	line-height: 1.25;				
	font-weight: normal;
	color: #a6ce39;
	}

h3,
h4 {
	font-size:  1.25em;					/*  = 20px	*/
	line-height: 1.25;				
	font-weight: normal;
	margin-bottom: 0px;
	}

h5, 
h6 {
	font-size: 0.750em;					/*  = 12px	*/
	line-height: 1.125em;				/*  = 18px	*/
	}


/*	SPACING
----------------------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	list-style: square;
	margin-left: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

p,	
ul {	
    padding-left:10px;
    padding-right:10px;
    font-size: 0.75em;				/*  = 12px	*/
	line-height: 1.7;				/*  = 20px	*/
	letter-spacing: 0.03em;	
}

/*	LINKS
----------------------------------------------------*/
a 	{
	color: #a6ce39;
	text-decoration: none;
	}

a:link, 
a:visited {
	color: #a6ce39; 
	}
	
html body a:hover {
	color: #edffa1; 
	text-decoration: underline;
	}
	
a img 	{border: none;}