/*//////////////////////////////////////////////////////

~ Typography

//////////////////////////////////////////////////////*/




body{
        color: #fff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	}
	


/* --------- Links ----------- */


	a,
	a:link {
		color: #fff;
		color: rgba(255,255,255,.8);
				text-decoration: none;
-moz-transition: all .1s ease-in-out; 
 -webkit-transition: all .1s ease-in-out; 

		} 
		
	a:visited {
		color: rgba(255,255,255,.2) ;
		}
		
	a:hover,
	a:focus {
		color: rgba(255,255,255,1) ;
				text-decoration: underline;
		}
		
	a:active {
		}
	
	
	
/* --------- Reading ----------- */

	
	
	p{
font-size: 13px;
	  line-height: 1.4em;
		color: rgba(255,255,255, .8);
		  text-shadow: 0 1px 0px rgba(0,0,0, .8);

		}


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


	
	h1{
		line-height: 1.5em;
		margin-bottom: 5px;
		font-size: 26px;
                font-weight: normal;
                letter-spacing: .04em;
                
 
		}

	h2{
		line-height: 1.5em;
		margin-bottom: 5px;
		font-size: 18px;
		}
	
	
	h3{
		line-height: 1.5em;
		margin-bottom: 5px;
		font-size: 16px;
		}
	
	
	h4{
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 5px;
		}
	
	
	h5{
		line-height: 1.5em;
		margin-bottom: 5px;
		font-size: 12px;
		}
	
	
	h6{
		text-transform: uppercase;
		font-size: 11px;
		line-height: 1.5em;
		margin-bottom: 10px;
	  line-height: 1.7em;
		color: rgba(255,255,255, .8);
		  text-shadow: 0 1px 0px rgba(0,0,0, .8);
		}


