/*

WE SHAPE

FRONTEND by LEO FAVRE
http://leofavre.com/

BACKEND by BONACODE
http://bonacode.com/

DESIGN by WE SHAPE
http://weshape.com.br/

*/





@media screen {
	html { font-size: 10px;}
	body { background: #68645B; color: #FFF; overflow: hidden; }
	body.ipad, body.mobile { overflow: auto; }
	.no-display { position: absolute; top: -9999px; height: 0; overflow: hidden; }
}


@media print {
	html { font-size: 10pt; }
	body { background: #FFF; color: #000; }
	.no-print { position: absolute; top: -9999px; height: 0; overflow: hidden; }
}


@media screen, print {

	/* HTML */

	html {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}


	/* TEXT */

	body {
		font: normal 1.2em/1.0em Arial, sans-serif;
	}

	h1 {
	}

	h2 {
	}

	h3 {
		padding: 0.5em 0 0;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1.25em;
	}

	h4 { line-height: 1.25em; }
	
	h3+p,
	h4+p { padding-top: 0; }
	
	h3:first-child,
	h4:first-child { padding-top: 0; }

	h5 {
	}

	h6 {
	}

	p,
	dt {
		padding: 0.5em 0;
		line-height: 1.25em;
	}

	input {
		/*font:*/
	}

	textarea {
		/*font:*/
	}

	small {
	}


	/* LINKS */

	a {
	}

	a:hover {
	}


	/* FORMS */

	input,
	input[type='text'],
	textarea {
		font: normal 1.2em/1.0em Arial, sans-serif;
		background: none;
		border: 1px solid #FFF;
	}

	input,
	input[type='text']:focus,
	textarea:focus {
	}

	input[type='checkbox'],
	input[type='radio'] {
	}

	input[type='submit'] {
	}

	input[type='submit']:hover {
	}

	input[type='hidden'] {
	}

}