/*  
Theme Name: Econtal
Theme URI: http://www.econtal.com.br/
Description: Tema para o Site da Econtal, ano de 2008.
Version: 01.08
Author: Everson -NoBIOS- Santos Araujo
Author URI: http://nobios.por.com.br/
*/

* {
	padding: 0px;
	margin: 0px;
}
body { background: white url('imagens/fundo.jpg') repeat-y; }
img { border: 0px; }
a,a:link,a:visited {
	text-decoration: none;
	color: #2a2073;
}
a:hover {
	color: #1a144a;
	border-bottom: 1px solid red;
}
#header {
	position: relative;
}
#header a:hover {
	border: 0px;
}
#headersearch {
	position: absolute;
	top: 5px;
	right: 5px;
}
#headersearch img {
	position: relative;
	top: -3px;
	left: 40px;
}
#headersearch #s {
	border-color: #aaa;
	text-align: right;
}
#pages {
	position: absolute;
	top: 100px;
	right: 0px;
	height: 50px;
	font-size: x-large;
	background: url('imagens/linhavermelha.jpg') repeat-x 0 40px;
}
#pages ul {
	margin: 10px;
	list-style: none;
}
#pages li {
	margin-left: 30px;
	margin-right: 5px;
	float: left;
}
input,textarea {
	border: 1px solid #2a2073;
	border-top-width: 2px;
	border-right-width: 2px;
	padding: 2px;
}
#sidebar {
	float: left;
	overflow: hidden;
	width: 245px;
	padding-left: 5px;
	margin-top: 15px;
	margin-left: -100%;
}
#sidebar li {
	list-style: none;
	padding-left: 10px;
}
#sidebar div.widget {
	width: 223px;
	background: white url('imagens/widgetBack.jpg');
}
#sidebar div.widget h2.widgettitle {
	background: white url('imagens/widgetHead.jpg') no-repeat;
	padding-left: 10px;
	color: #8ea2b8;
	font-size: small;
	height: 19px;
	line-height: 19px;
}
#sidebar div.widgetFoot {
	width: 223px;
	height: 17px;
	overflow: hidden;
	background: white url('imagens/widgetFoot.jpg');
}
#sidebar div.widgetcontent {
	width: 203px;
	padding: 10px;
	overflow: hidden;
}
#contentwrapper{
	float: left;
	width: 100%;
}
#content {
	margin-top: 20px;
	margin-left: 270px;
	margin-right: 30px;
}
.post .entry ul {
       margin: 10px;
}
.post .entry li {
       margin-left: 10px;
}
.post .entry {
	text-align: justify;
	padding: 20px;
}
.entry .coment {
	text-align: right;
}
.post .entry p {
	margin-bottom: 20px;
}
.post .entry img {
	margin: 10px;
}
#footer {
	clear: both;
	padding: 50px;
	color: #777;
	font-size: x-small;
	text-align: center;
}
h2.pagetitle {
	color: red;
	text-align: center;
	margin-bottom: 30px;
}
ol.commentlist {
	border: 1px solid #ccc;
	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: #efe;
}
ol.commentlist .commentmetadata {
	font-family: Verdana;
	font-size: x-small;
	text-align: right;
	color: #77a;
}
ol.commentlist .commenttext {
	margin: 10px;
}
ol.commentlist blockquote {
	margin: 20px;
	font-style: italic;
	color: #c55;
}
h3#comments {
	border-top: 1px solid red;
	padding-top: 20px;
}
h3#respond {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#commentform {
	margin: 20px;
}
#commentform p {
	margin: 5px;
}
#commentform label {
	color: #777;
}

.navigation {
	border-top: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.navigation .alignright {
	float: right;
}

/* 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;
}