/* Pois Cristo não me enviou para batizar, mas para pregar o evangelho, não porém com palavras de sabedoria humana, para que a cruz de Cristo não seja esvaziada. */
/* 1 Coríntios 1:17 */
/*
Version: 4.0 - 2015
Webdesign: Marconi Duarte <marconiduarte@gmail.com>
*/

/* import */
@import url(tipologia.css);
@import url(principal.css);

/* reset */
* { margin: 0; padding: 0; border: 0; outline: 0; }

/* configs */
html { background-color: #fff; cursor: default; }
body { background-color: #fff; font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: rgba(20,20,20,1); }
h1, h2, h3, h4, h5, h6 { font-weight: lighter; }
ol, ul, li { list-style-type: none; }

/* forms */
input,
select,
textarea { background-color: transparent; font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: rgba(20,20,20,1); resize: none; -webkit-appearance: none; }
input[type=submit],
input[type=button],
input[type=reset] { cursor: pointer; -webkit-appearance: none; }
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover { background-color: ; }

/* links */
a { text-decoration: none; color: rgba(20,20,20,1); }
a:hover { text-decoration: underline; }

/* clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix,
*:first-child+html .clearfix { zoom: 1; }
