@charset "utf-8";
/*
Theme Name: Tema RMOREIRA
Theme URI: http://www.isweb.net.br/
Description: Tema de customização para RMOREIRA
Version: 1.0
Tags: blue, white, one-column, fixed-width
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body,td,th {
	font-family: 'Arimo', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
#container {
	padding: 0px;
	float: none;
	height: auto;
	width: 900px;
	margin: 0px auto 0px auto;
}
#logo {
	text-align: center;
	padding: 0px;
	float: left;
	margin: 0px;
/*	height: 150px;*/
	width: 900px;
}
#navigation {
	font-family: 'Droid Serif', serif;
	margin-top: 10px;
	float:left;
	width:100%;
	background:#fff;
	overflow:hidden;
	position:relative;
}
#nav {
	font-size:20px;
	clear:left;
	float:left;
	list-style:none;
	position:relative;
	left:50%;
	text-align:center;
}
#nav li {
	padding: 20px 8px 15px 8px;
	display:block;
	float:left;
	list-style:none;
	position:relative;
	right:50%;
}
#nav li a {
	background: #FFFFFF;
	text-decoration: none;
}
#nav li a:link, #nav li:active, #nav li a:visited {
	color: #343e5f;
}
#nav li:hover, #nav li:hover a, #nav li.current-menu-item, #nav li.current-menu-item a {
	background:#6075b1;
	color: #FFFFFF; 
}
#slogan {
	margin: 5px 0px;
	float: left;
/*	height: 22px;*/
	width: 900px;
	font-size: 18px;
	text-align: center;
	color: #343e5f;
}
#content {
	color: #FFFFFF;
	float: left;
	height: auto;
	/* soma das proximas duas linhas precisa ser igual a 900px*/
	width: 860px;
	padding: 20px; 
	min-height: 50px;
	background-color: #6075b1;
	border-bottom: 1px solid #7888AD;
	/* border-top: 1px solid #8D9FC3; */
}
#content li {
  margin-left: 20px;
}
#content p {
  margin: 10px 0;
}
#footer {
	color: #FFFFFF;
	float: left;
/*	height: 20px;*/
	width: 900px;
	background-color: #343e5f;
	padding-bottom: 30px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #6075b1;
}
.footer-block.esquerda {
	float: left;
}
.footer-block.direita {
	float: right;
}
.footer-block.simples {
	width: 300px;
}
.footer-block.duplo {
	width: 600px;

}
.footer-block {
	overflow:hidden;
	text-align: center;
}
.footer-block span {
	font-size: 16px;
	width: 100%;
	clear: both;
	margin: 10px auto;
	float: left;
}
.footer-block p {
	font-size: 20px;
	text-align: center;
margin: 10px auto;
}
.footer-block .icon-container {
  text-align: center;
  width: 224px;
margin: 10px auto;

}
.footer-block .icon {
  width: 48px;
  height: 48px;
  margin: 4px;
  float: left;
}

#info {
	margin: 10px 0px;
	float: left;
	height: 20px;
	width: 900px;
	font-size: 12px;
	text-align: center;
}
#alerta {
	float: none;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 22px;
	font-style: italic;
}
.skiplink {
	display:none
}
#alert{
	text-align: center;
}
#alert h1 {
	color: #FFFFFF;
}
#paging {
	clear: both; 
	text-align:center;
}
.post {
	margin: 0px 0px 20px 0px;
}
label {
  font-size: 14px;
}
input[type=text], textarea {
  width: 250px;
  border: 1px solid #7888AD;
}
