/* General Settings */

/* reseter */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	text-align: center;
	/* If you want to use sans-serif fonts, uncomment the line below */
	/* font: normal 62.5%/150% "Lucida Grande", "Bitstream Vera Sans", "Trebutchet MS", Tahoma, Verdana, sans-serif; */
  	/* If you are uncommenting the line above, comment the line below */
	font: normal 85%/150% "Hoefler Text", "Bitstream Vera Serif", "Times New Roman", Times, serif;
	color: #333;
	background: #985758 url(images/bg_body.png);
}

hr.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
/*
aqui = Menus
*/
#menu-topo{
	height: 65px;
	text-align: center;
}
#menu {
width: 555px;
margin: 0 auto;
height: 65px;
}

#menu li {
 display:  inline;
 float: left; margin-left: 4px;
}

#menu li a{
 padding: 5px;
 text-indent: -10000px;
 display: block; width: 92px; height: 65px;
}
#menu li a {
	border: none;
}
#menu-contato{
	background: url(images/contato.gif) no-repeat left;
}

#menu-inicio {
	background: url(images/inicio.gif) no-repeat left;
}

#menu-montagens{
	background: url(images/oquefazemos.gif) no-repeat left;
}

#menu-mural{
	background: url(images/mural.gif) no-repeat left;
}

#menu-sobrenos{
	background: url(images/sobrenos.gif) no-repeat left;
}
/*
Fim dos Menus
*/
/* Global Links */

a:link, a:visited {
	color: #985758;
	text-decoration: none;

}

a:hover {
	color: #A52A2A;
	border-bottom-width: 0px;
}


/* Wrapper */

#wrapper {
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-y top center;
	text-align: left;
  	width: 760px; 
}
	

/* Header */

#header {
	height: 180px;
	background: url(images/header.jpg) no-repeat top center;
	padding: 0 40px;
	width: 760px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 680px;
}

html>body #header {
  	width:680px;
	text-align: center;
}

h1#headtitle  a{
	
   text-align: center;
text-indent: -10000px;
	display: block;
	width: 680px;
	height: 160px;
}
h1 a:link, h1 a:visited {
	
	color: #985758;
        border: none;
}

h1 a:hover {
	color: #A52A2A;
}

h2#description {
	width: 430px;
	font-size: 1.2em;
	padding-top: 15px;
        text-align: center;
}

/* Content */

#content {
	margin: 0 40px 20px;
}

/* Maintext and Entry */

#maintext {
	width: 430px;
	float: left;
	margin-top: 20px;
}

.postblock {
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: url(images/divider.png) no-repeat bottom center;
}
.postblock img{
 padding: 3px; margin: 5px; border: 1px solid #A7977D;
 background-color: #E1D4C4;
}
.postblock h3 {
color: #985758;
font-size: 1.5em;
}

.postblock h3 a:link, .postblock h3 a:visited {
	color: #985758;
	
        border: none;
		  font-size: 1.5em;
}

.postblock h3 a:hover {
	color: #A52A2A;
}

.postblock p a:link, .postblock p a:visited {
	color: #985758;
	
	border-bottom: 1px dotted #985758;
}

.postblock p a:hover {
	color: #A52A2A;
	border-bottom-width: 0px;
}
#maintext h2 {
	font-size: 1.5em;
	margin: 0 0 10px;
}
#maintext h3 {
	font-size: 1em;
	margin: 0 0 10px;
}

#maintext h4 {
        font-size: 0.8m,
        margin: 10px 0;
}

p.date {
	font-size: 0.9em;
	margin: 0 0 10px;
}

#maintext p {
	margin: 0 0 10px;
}

#maintext ul, #maintext ol, #maintext blockquote {
	margin: 0 30px 0;
}

#maintext ul, #maintext ol {
	margin-bottom: 10px;
}

#maintext blockquote {
	font-size: 0.9em;
	background-color: #f0f0f0;
	padding: 10px 10px 0;
	font-style: italic;
}

#maintext h2.pagetitle {
	font-size: 1.2em;
	margin-bottom: 20px;
}

p.postmetadata a:link, p.postmetadata a:visited {
	font-size: 0.7em;
	margin: 0 0 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

p.navigation {
	font-size: 0.9em;
	text-align: center;
}

.navigation a:link, .navigation a:visited {
	color: #985758;
	
	border-bottom: 1px dotted #985758;
}

.navigation a:hover {
	color: #A52A2A;
	border-bottom-width: 0px;
}

.left {
	float: left;
	margin-left: 50px;
}

.right {
	float: right;
	margin-right: 50px;
}
.esquerda {
	float: left;
}

.direita {
	float: right;
}
/* Sidebar */

#sidebar {
	float: left;
	margin-left: 40px;
	margin-top: 5px;
	padding-top: 50px;
	width: 190px;
	background: url(images/hd_sidebar.png) no-repeat top center;
	font-size: 0.9em;
}

#sidebar ul {
	margin: 0 10px 0;
        list-style-type: none;
}

#sidebar ul li h2 {
	margin: 10px 0 0;
	font-size: 1.2em;
}

#sidebar ul li ul {
	margin: 0 5px 5px;
}

#sidebar ul li ul li {
	margin-left: 10px;
        list-style-type: circle;
}

#sidebar a:link, #sidebar a:visited {
	color: #985758;
   font-weight: bold;
}

#sidebar a:hover {
	color: #A52A2A;
	border-bottom-width: 0px;
}

input#s {
	width: 150px;
	border: 1px solid #333;
	font-size: 1em;
}

input#searchsubmit {
	width: 50px;
	border: 1px solid #333;
	font-size: 0.9em;
	background-color: #985758;
	color: #fff;
}

/* Footer */

#footer {
	width: 760px;
	background: url(images/footer.jpg) no-repeat bottom center;
	text-align: center;
	padding-top: 10px;
	height: 90px;
}

#footer p {
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #985758;
	
	border-bottom: 1px dotted #985758;
}

#footer a:hover {
	color: #A52A2A;
	border-bottom-width: 0px;
}

/* Comment Form */

form input {
	border: 1px solid #333;
	background-color: #f0f0f0;
	border-width: 0 0 1px;
	font-size: 0.9em;
}

textarea#comment {
	width: 400px;
	border: 1px solid #333;
	background-color: #f0f0f0;
}

input#submit {
	background-color: #985758;
	color: #fff;
	width: 150px;
	border-width: 1px;
}

/* Not Found */

#error {
	text-align: center;
	color: #985758;
}
	
	/* extras*/
	.pequeno{
		font-size: 0.8em;
	}
	.destaque{
		color: #985758;
	}
	/* link firefox*/
	.firefox{
	padding: 30px; float: right;
	
		
	}
	
	
	/*
	
a.pp_prev {
	background: url(images/arrow_left.gif) no-repeat center;
	background: #A52A2A;
}*/