/*** Geral ============================================= */
body { color:#000; }

/* Títulos */
h1, h2, h3, h4, h5, h6 { color:#629ef0; }

/*** Topbar ============================================= */
@media only screen and (max-width:640px) {
	.top-bar { background-color:#629ef0; }
	.top-bar.expanded .title-area { background-color:#629ef0; }
	.top-bar .top-bar-section ul li { background-color:#629ef0; }
	.top-bar .top-bar-section ul li > a:hover { background-color:#588dd7; }
	.top-bar .top-bar-section ul li.active > a { background-color:#588dd7; }
}
@media only screen and (min-width:641px) {
	.top-bar .top-bar-section .has-dropdown > a::after { border-color:#629ef0 transparent transparent; }
	.top-bar .top-bar-section ul li:not(.has-form) a:not(.button) { color:#629ef0; }
	/* Level 1 */
	.top-bar .top-bar-section > ul > li > a:hover { color:#629ef0; }
	.top-bar .top-bar-section > ul > li:not(.has-form) > a:hover:not(.button) { color:#000; }
	.top-bar .top-bar-section > ul > li.active:not(.has-form) > a:not(.button) { color:#000; }
}

/*** Form ============================================= */
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],textarea {
	color:#629ef0;
	border-color:#d8d8d8;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus
{
	border-color:#629ef0;
}
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea
{
	border-color:#629ef0;
}
select {
	color:#629ef0;
	border-color:#d8d8d8;
}
select:hover { border-color:#629ef0; }
select:focus { border-color:#629ef0; }

/* Placeholder */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#629ef0; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#629ef0; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#629ef0; }
input.placeholdersjs, textarea.placeholdersjs { color:#629ef0; }

/*** Topo ============================================= */
/* Busca */
#site-topo .coluna-busca .form-busca input:focus { border-color:#629ef0; }

/*** Rodape =========================================== */
#site-rodape { background-color:#629ef0; }
#site-rodape .form-newsletter input { color:#629ef0; }
#site-rodape .form-newsletter input::-webkit-input-placeholder { color:#629ef0; }
#site-rodape .form-newsletter input::-moz-placeholder { color:#629ef0; }
#site-rodape .form-newsletter input:-ms-input-placeholder { color:#629ef0; }
#site-rodape .form-newsletter input.placeholdersjs { color:#629ef0; }
#site-rodape .form-newsletter button { border-color:#9ac0f5; background-color:#9ac0f5; }
#site-rodape .form-newsletter button:hover { border-color:#89abda; background-color:#89abda; }
#site-rodape .copyright { color:#9ac0f5; border-color:#9ac0f5; }

/*** Corpo Geral ============================================ */
/* Menu lateral */
#site-corpo .menu-lateral li a:hover { background-color:#cce5ff; }
#site-corpo .menu-lateral li.active a { background-color:#629ef0; }
