/* TYPOGRAPHY GLOBAL SETTINGS */
html * {
  font:             normal normal 100 1em/1em "Myriad Pro", "Kozuka Gothic Pro", "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
	letter-spacing:   .05em;
	list-style:       none;
}

h1 {
	font-size:        165%;
	letter-spacing:   .35em;
	text-transform:   uppercase;
}

p {
	font-size:			  80%;
	letter-spacing:		.08em;
	line-height:		  1.5em;
}

em {
	font-style:			  italic;
}
/* /TYPOGRAPHY GLOBAL SETTINGS */


/* HEADER */
#logo_screen {
	font-size:        200%;
	line-height:		  1.75em;
}

#slogan {
	font:				      normal small-caps normal 85%/1em Helvetica, Arial, sans-serif;
	letter-spacing:   .1em;
}

#header li {
	font-size:        82%;
}
/* /HEADER */


/* MAIN CONTENT */
#main_content h1 {
	text-align:       center;
}

#main_content h2 {
	font-size:        140%;
	text-align:       right;
	line-height:      1em;
}
#main_content h2 span {
	font-style:       italic;
	font-size:        80%;
}

#main_content h3 {
	font-size:        90%;
	letter-spacing:   .1em;
	line-height:      1.3em;
}

#main_content h4 {
	font-variant:     small-caps;
/*	font-size:			80%;*/
}
#main_content li h4 {
/*	font-size:			90%;*/
}

#main_content h4 em {
	font-style:       italic;
	font-variant:     inherit;
}

#main_content h4 span {
	font-style:       italic;
	font-size:        80%;
}
/* /MAIN CONTENT */


/* PAGING */
.pages {
  text-align:       center;
}

.pages a, .pages strong {
  font-size:        85%;
  line-height:      2em;
}
/* /PAGING */


/* WHO */
#quem_somos #main_content h2 {
	line-height:      1.2em;
}

#quem_somos #main_content p {
	font-size:        95%;
	line-height:      2em;
}
/* /WHO */


/* CONTACT FORM */
form {
	font-size:        85%;
}

label span {
	font-size:        82%;
	font-style:       italic;
}

input, textarea {
	font-weight:      bold;
	line-height:      1.5em;
}

fieldset fieldset legend {
	font-size:        85%;
}

fieldset fieldset label {
	line-height:      3em;
}

button {
	font-size:        95%;
	font-weight:      bold;
	text-transform:		uppercase;
	line-height:      2em;
}
/* /CONTACT FORM */


/* ERRORS */
#submit_result {
	font-weight:      bold;
	text-transform:	  uppercase;
	text-align:       center;
	line-height:      2.5em;
}

#page_not_found #main_content li, 
#server_error #main_content li {
	font-size:        80%;
	text-align:       justify;
	line-height:      1.5em;
}
/* /ERRORS */


/* FOOTER */
#footer h4 {
	font-size:        80%;
}

#footer h5 {
	font-size:        90%;
	text-align:       right;
}
#footer h5 img {
}

#footer h6 {
	font-size:        60%;
  text-align:       center;
	line-height:      1.5em;
}
/* /FOOTER */