/* 
    Documento  : General Tipografias
    Criado     : 09/05/2013
    Author     : Eduardo Rocha
    Descrição  : CSS que define toda parte tipográfica
*/

	/* Import Font
	----------------------------------------------------------------------------------------------------
	@font-face {
		font-family: 'Helvetica';
		src: url('fontes/helveticaneue-condensed_0-webfont.eot');
		src: url('fontes/helveticaneue-condensed_0-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fontes/helveticaneue-condensed_0-webfont.woff') format('woff'),
			 url('fontes/helveticaneue-condensed_0-webfont.ttf') format('truetype'),
			 url('fontes/helveticaneue-condensed_0-webfont.svg#Helvetica') format('svg');
	}
	.nav, h1, h2, h3, h4, h5, h6{font-family: "Helvetica";}*/

	/* General
	----------------------------------------------------------------------------------------------------*/
	body {  font-size: 62.5%; color: #f2f2f2; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
	
	/* Heading Tags
	----------------------------------------------------------------------------------------------------*/
	h1, h2, h3, h4, h5, h6 { padding: 0; color: #1c5c8c; margin:0; }
	
	h1 { font-size: 3em; }
	h2 { font-size: 2.4em; }
	h3 { font-size: 1.6em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1em; }
	h6 { font-size: 1em; }
	

	/* Parágrafos
	----------------------------------------------------------------------------------------------------*/
	p { font-size: 1.6em; line-height: 1.5; color: #000; }
	p + p { margin-top: 1em; }
	em + p { margin-top: .4em; }
	
	/* Links
	----------------------------------------------------------------------------------------------------*/
	a, a:visited { text-decoration: underline; font-size: 1.2em; }
	a:hover { }

	a:link { /*font-family: Helvetica,sans-serif;*/ text-decoration:none; }
	a:visited {	/*font-family: Helvetica,sans-serif;*/ text-decoration:none;}
	a:hover { /*font-family: Helvetica,sans-serif;*/ text-decoration:none;}
	a:active { /*font-family: Helvetica,sans-serif;*/ text-decoration:none;}
	
/**

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

	/*-------------- Resoluções */
	@media (max-width: 294px) {
	}
	@media (min-width: 295px) and (max-width: 397px) {
	}
	@media (min-width: 398px) and (max-width: 549px) {
	}
	@media (min-width: 550px) and (max-width: 979px) {
	}
	@media (max-width: 979px) {a, a:visited {font-size: 1em; }
	}
	@media (min-width: 980px) {
	}
	@media (min-width: 1200px) {
	}
	
/**	