/*  
Theme Name: Econtal
Theme URI: http://www.econtal.com.br/
Description: Tema para o Site da Econtal, ano de 2009.
Version: 01.09
Author: Everson -NoBIOS- Santos Araujo
Author URI: http://everson.por.com.br/
*/

body {
  padding: 0px;
  margin: 0px;
}
a,a:link,a:visited {
  text-decoration: none;
  color: #2a2073;
}
img {
  border: 0px;
}
a:hover {
  color: #000;
}
input,textarea {
  border: 1px solid #2a2073;
  padding: 2px;
}
#header {
  position: relative;
  background: url('imagens/topo-fundo.jpg') repeat-x;
}
#header a:hover {
  color: #000;
  border: 0px;
}
#logotipo {
  margin-left: 20px;
}
#pages {
  position: absolute;
  top: 85px;
  left: 400px;
  font-size: x-large;
}
#pages ul {
  margin: 10px;
  list-style: none;
}
#pages li {
  margin-left: 30px;
  margin-right: 5px;
  float: left;
}
#headersearch {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 184px;
  height: 199px;
  background: url('imagens/topo-canto.jpg') no-repeat;
}
#headersearch form {
  padding: 10px;
}
#headersearch img, #headersearch input {
  float: left;
}
#headersearch input {
  position: relative;
  top: 4px;
  left: 0px;
  width: 100px;
  border: 1px solid #2a2073;
  border-left: 0px;
  border-right: 0px;
  height: 16px;
}
#topbar {
  clear: both;
  overflow: hidden;
  font-size: xx-small;
  color: #2a2073;
  padding-left: 10px;
}
#topbar h2 {
  font-size: small;
  margin: 0px;
}
#topbar .widget {
  padding-top: 10px;
}
.post {
  margin: 30px 30px 0px 30px;
}
.post a,.post a:link,.post a:visited {
  border-bottom: 1px solid;
}
.post .entry {
  text-align: justify;
  padding: 0 15px 5px 15px;
}
.post .entry img {
  margin: 10px;
}
.navigation {
  background: #E4E4E4;
  border-top: 1px solid black;
  padding: 10px;
}
.navigation .alignright {
  float: right;
}
#footer {
  clear: both;
  background: #98C7FA;
  border-top: 1px solid #2a2073;
  color: #777;
  padding: 10px;
  font-size: x-small;
  text-align: center;
}
h2.pagetitle {
  color: red;
  text-align: center;
  margin-bottom: 30px;
}
#comments, #comment {
  background: #B3D5FF;
  border-top: 1px solid #2a2073;
  padding: 30px;
}
#comment {
	background: #D7ECFF;
}
#comment textarea {
	background: white;
}
ol.commentlist {
  margin: 10px;
  padding: 10px;
  list-style: none;
}
ol.commentlist cite {
  font-size: large;
  border-bottom: 1px solid #ccc;
}
ol.commentlist li {
  padding: 10px;
}
ol.commentlist li.alt {
  background: #6EB1F8;
}
ol.commentlist .commentmetadata {
  font-size: small;
  color: #77a;
}
ol.commentlist .commenttext {
  margin: 10px;
}
ol.commentlist blockquote {
  margin: 20px;
  font-style: italic;
  color: #c55;
}
#commentform {
  margin: 20px;
}
#commentform p {
  margin: 5px;
}
#commentform label {
  color: #777;
}

/* Calendar */

table.calendar {
  border: 1px solid #ddd;
}
table.calendar th {
  padding: 2px;
  background: #ddd;
}
table.calendar td {
  padding: 2px;
  text-align: center;
  border-right: 1px solid #ddd;
}