/* Ele perguntou: "Por que vocês estão com tanto medo, homens de pequena fé?" Então ele se levantou e repreendeu os ventos e o mar, e fez-se completa bonança. */
/* Mateus 8:26 */
/*
Version: 1.0 - 2014
Webdesign: Marconi Duarte <marconiduarte@gmail.com>
*/

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

/* configs */
html { background-color: #FEFAEF; cursor: default; }
body { background: url(../imgs/bg-cabecalho-repeat.jpg) repeat-x left top; font-family: 'CGR'; font-size: 15px; color: #231f20; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: normal; }
ol, ul, li { list-style-type: none; }

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

/* forms */
input,
select,
textarea { background-color: #fff; font-family: 'CGR'; font-size: 15px; color: #231f20; resize: none; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
input:focus,
select:focus,
textarea:focus { font-family: 'CGB'; color: #eb212e; }
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: #fff; }

/* links */
a { text-decoration: none; color: #231f20; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
a:hover { text-decoration: underline; }