/* 	
----------------------------------------------------
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.

	Stylesheet by YOMA  
	Stylesheet: text.css
		
	Font Sizes are based on the following rules:
	http://www.alistapart.com/articles/howtosizetextincss/
	
---------------------------------------------------- 
/*	BASIC HTML
----------------------------------------------------*/


body {
	color: #34312b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;			/* EQUIV = 1em = 16px	*/
	line-height:1.125em; 	/* EQUIV = 18px		 	*/
	}

a:focus {
	outline: 1px dotted invert;
}

/*	HEADINGS
----------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6{	
	color: #34312b;
	font-weight: bold;
    font-family: "FranklinGothicFSCondensed", "Arial Narrow", Arial, "Helvetica Neue Bold Condensed", sans-serif;
	}

	
h1 {
	color: #ff6633;
	font-size:1.85em;				
	font-weight: normal;
	line-height:normal;				
	margin:13px 0 10px 0;
    font-family: "FranklinGothicFSCondensed", "Arial Narrow", Arial, "Helvetica Neue Bold Condensed", sans-serif;
	}

h2 {
	color: #880055;
	font-size: 1.25em;					/*  = 20px	*/
	line-height:normal;				
	margin: 0px 0 15px 0;
    font-family: "FranklinGothicFSCondensed", "Arial Narrow", Arial, "Helvetica Neue Bold Condensed", sans-serif;
	}

h3 {
	font-size: 1.125em;					/*  = 18px	*/
	font-weight: normal;
    font-family: "FranklinGothicFSCondensed", "Arial Narrow", Arial, "Helvetica Neue Bold Condensed", sans-serif;
	}

h4 {
	font-size: 0.875em;					/*  = 14px	*/
	line-height: 1.250em;				/*  = 20px	*/
	}

h5, h6 {
	font-size: 0.750em;					/*  = 12px	*/
	line-height: 1.5em;					/*  = 18px	*/
	}

#container p, 
#container ul,
#container ol,
#footer p {
	margin-bottom: 14px;
	}									


#container p, 
#container li,
#footer p {
	font-size: 0.750em;					/*  = 12px	*/
	line-height: 1.5em;					/*  = 18px	*/
	}									


/*	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 {
	
}

/*	LINKS
----------------------------------------------------*/
a 	{
	color: #888070;
	text-decoration: none;
	}

a:link, 
a:visited {
	color: #888070; 
	}
	
html body a:hover {
	color: #ff6633; 
	text-decoration: underline;
	}
	
a img 	{border: none;}

