body {
	margin: 10px 0 0 0;
	padding: 10 px 0 0 0;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
        background-color:#0a2045;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;

}

h1 {
	margin: 0;
	padding: 5px 0 0;
	letter-spacing: 1px;
	font-size: 28px;
	color: #000000
}

h2 {
	font-size: 23px;
	padding: 20px 0 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 21px;
}

p, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 14px;
	color: #000000;
}

ul {
	font-size: 15px;
	line-height: 26px;
}

a:link {
	color: #44648a;
}

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}

a:visited {
	color: #0454b7;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

#contatoform {
	background:#ffffe0; 

/* cor escura para o fundo do formulário */

font:12px arial, verdana, helvetica, sans-serif;
/* o tamanho e o tipo da fonte no formulário */
border-top:2px solid #cfcfcf;
/* borda superior de 8px solida na cor cinza clara no formulário */
border-left:2px solid #cfcfcf;
/* a borda esquerda do formulário */
border-right:2px solid #696969;
/* a borda direita do formulário */
border-bottom:2px solid #696969;
/* a borda inferior do formulário */
border-collapse:collapse; 
/* retira as bordas duplas nas células da tabela */
color:#0a2045;
/* a cor laranja para as letras */
      }
/* Header */
#header {
	width: 900px;
	height: 82px;
	margin: 0 auto 60px auto;
	background-color:#ffffff;
}

#box {
	background-color:#ffffff;
	width: 900px;
	height: 700px;
	margin: 0 auto 60px auto;


#logo {
	float:center;
	padding: 20px 0 0;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */
#menur {
	display: block;
	float: right;
	background: #ffffe0 url(img/img02.gif) repeat-x left bottom;
	margin-left: 3px;		padding: 2px 20px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}	

#menul {
	display: block;	
	margin-top: 78;	
	margin-left: 5px;
	margin-bottom:25px;
	background: #ffffe0 url(img/img02.gif) repeat-x left bottom;
	float: left;
	padding: 10px 5px 0px 5px;
	text-decoration: underline;
	font-size: 13px;
	color: #000000;
}

#menu ul {
	margin: 0;
	padding: 10px 25px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;		
	float: right;
	background: #ffffe0 url(img/img02.gif) repeat-x left bottom;
	margin-left: 3px;
	padding: 2px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}

/* Page */
#page {
	width: 810px;
	margin: 0 auto;
}

/* Content */
#content {
	float: left;
	width: 675px;
}

#content1 {
	float: left;
	width: 810px;
}

#content2 {
	float: right;
	width: 710px;
}

/* Post */
.post {

/*Para alterar o título H1*/
}

.post .title {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url(img/img11.gif) no-repeat right 80%;
	border-bottom: 1px dotted #0a2045;
}

.post .entry {
	border-bottom: 1px dotted #0a2045;

}
.post .meta {
	padding: 35px 0 60px 0;
	background: url(img/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 20 20px 0 18px;
	background: url(img/img06.gif) no-repeat left center;
}

.post .meta .comments {		
	padding-left: 22px;
	background: url(img/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}


/*Footer */

#footer {
	height: 100px;
	min-height: 74px;
	padding: 5px 0 0 0;
	background: #0a2045 url(img/img13.gif) repeat-x;
}

#footer {
	height: auto;

}

#legal {
	clear: both;
	padding-top: 70px;
	text-align: center;
	color: #ffffff;
}

#legal a {
	color: #032837;
}

