/*
Theme Name: NortRest Informatica
Theme URI: http://nortrest.com/
Description: Tema WordPress NortRest Informatica
Version: 1.0
Author: Antonio Campos
Author URI: http://antoniocampos.no-ip.com
*/

/*Diversas TAGS e Classes*/
body {
    min-width:750px;
	margin:0;
	padding:0;
	background-image: url(images/fundo.png);
	background-repeat: repeat;
}

img {
	border-style: none;
}

acronym, abbr  {
	cursor: help;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
}
/*/Tags e Classes*/

#pagina {
	margin:0 auto;
	width:750px;
	background-color: #FFFFFF;
}

#cabecalho h1 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #666666;
}

#cabecalho a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cabecalho a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#navegacao {
	background: url(images/menu/bg-bubplastic.gif) repeat-x;
	height: 27px;
}

#navegacao ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navegacao li{
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/menu/bg-bubplastic-button.gif) no-repeat left top;
}	
#navegacao a {
	display: block;
	padding-left: 15px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	height: 22px;
	font-size: 13px;
	padding-top: 5px;
	font-weight: bold;
}
#navegacao a:hover {
	background-image: url(images/menu/bg-bubplastic-h-red.gif);
}


#menulateral {
	float:left;
	width:170px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#menulateral ul {
	list-style: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
}

#menulateral a{
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 14px;
	height: 23px;
	display:block;
	text-decoration: none;
	font-weight:bold;
}

#principal {
	float:right;
	width:550px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#principal  h1  {
	font-size: 20px;
}

#principal  h2 {
	color: #AA1221;
	font-size: 18px;
}

#principal h3 {
	font-size: 14px;
	color: #AA1221;
}
#principal a {
	color: #333333;
}



#rodape {
	clear:both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AA1221;
	border-bottom-color: #AA1221;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11px;
	color: #666666;
}
#rodape p {
    padding:5px;
    margin:0;
}
/*Formulário de Pesquisa*/
.searchform input {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background-color: #FFFFFF;
	margin-left: 20px;
}
.s {
	background-image: url(images/procura16x16.png);
	background-repeat: no-repeat;
	padding-left:16px;
}
/*/formulario pesquisa*/

.post {
	margin: 10px 0 20px;
	text-align: justify;
	clear: left;
}

.post hr {
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alinharesquerda {
	float: left;
}

.alinhardireita {
	float: right;
	padding-right: 15px;
}

.postmetadata {
	color: #666666;
	font-size: 10px;
}

#rodapecentro {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990000;
	text-align: center;
}
#rodapecentro a {
	text-decoration: none;
	color: #990000;
}
