/*  w3 Mods... */

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;
	font-weight:400;
	color: #606060;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h2 { font-size: 1.1em; }


#pageHeadGrey {		
	color: #696969;	
	padding: 25px 20px 10px;
	margin: 0 0 20px;
	background: #f7f7f7;
	/*padding-left: 10px; */
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPad Landscape */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	 
}

/* iPad Portrait */

@media only screen and (max-width: 975px) {	
	 
}

@media only screen and (max-width: 870px) {	
	 
}

@media only screen and (max-width: 768px) and (orientation:portrait) {		
 
}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
/*
	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}
	
	p {
		line-height: 1.6em;
		font-size: .95em;	
	}
*/	
}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	 
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
	 
}