/*  
Theme Name: enXXuto
Theme URI: http://www.carlosenxuto.com/
Description: Carlos Enxuto (MAVAdv)
Version: 1.0
Author: Desenvolvido por Miguel Azevedo e Castro.
Author URI: http://www.fabricavirtual.pt/
*/

*{
	margin:0; 
	padding:0;
}
body{
	font:normal 62.5% Arial, Helvetica, sans-serif;
	color:#838281;
	background:#444;
}
p {
	margin: 10px 0;
}
/* Estrutura do layout
============================= */
#wrapper{
	width:960px;
	/*border:#00FFFF 1px solid;*/
	position:absolute;
	left:50%;
	margin-left:-480px;
	background:#fff;
}
#header{
	position:relative;
	height:80px;
	border-bottom:#900 8px solid;
}
#header_2{
	height:160px;
	background-color:#333;
	border-bottom:/*#0bb7d9*/ #52584C 8px solid;
	margin-bottom:5px;
	text-align:center;
}

#col_1{
	/*background-color:#00FF00;*/
	width:240px;
	float:left;
	margin:0 0 0 10px;
}
#col_2{
	/*background-color:#00FF00;*/
	width:705px;
	float:right;
}
#col_3{
	text-align:center;
}
#footer{
	background-color:#fff;
	width:100%;
	height:40px;
	position:relative;
	clear:both;
	border-top:#ccc 1px dotted;
}

/* Estilos Gerais
======================= */
a, a:link{
	text-decoration:none;
	outline:none;
	color:#4d568d;
}
a img {
	border:0;
	outline:none;
	text-decoration:none;
	
}
a:visited {
	/*text-decoration:line-through;*/
}
a:hover {
	color:#999;
}
li{
	list-style:none;
}
h4 {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 5px 0;
}

/* Header objects
======================= */
.logo{
	position:absolute;
	top:5px;
	left:3px;
	width:104px;
	height:70px;
	margin:0 0 0 10px;
}
.rss{
	width:42px;
	height:18px; 
	margin-left:5px;
	margin-bottom:-1px;
}
.data{
	position:absolute;
	bottom:3px;
	right:250px;
	font-size:1.2em;
}
#procurame {
	position:absolute;
	bottom:3px;
	right:18px;
}
#searchform {
	text-align:center;
	font-size:.6em;
	/*margin:-12px 0 12px 0;*/
}
#searchform input[type="text"]{
	size:10px;
}
input:focus, textarea:focus {
	background:#fcf7a3;
}

#header h1{ 
	position:absolute;
	top:25px;
	right:20px;
	color:#444;
	font-size:1.73em;
 }

/* Barra Lateral
======================= */
.title {
	background:url(myImgs/titulo.gif) no-repeat;
	font-size:2.1em;
	text-transform:capitalize;
	font-weight:bold;
	width:235px;
	height:38px;
	margin:5px 0;
	text-align:center;
	line-height:34px;

}

#col_1 a, #col_1 a:active, #col_1 a:visited, .current_language_item {
	display:block;
	width:93%;
	padding:4px 0 4px 10px;
	border-bottom:#ccc 1px dotted;
	font-size:/*1.6em;*/ 1.5em;
	/*font-weight:bold;*/
	/*letter-spacing:.08em;*/
}
#col_1 a:hover {
	color:#999;
	background: #EFF2F4;	
}
.current_language_item {
font-weight:normal;
color:#ccc;

}

/* Contentor de Posts
======================= */
#container {

}
.post {

}
.tituloPost { 

}

.entry {
	margin:5px 7px 10px 15px;
	font-size:1.4em;
}
.entry img, .size-thumbnail, .highslide{
	float:left;
	margin:8px 8px 0 0;
	}

a.postTitle {
	display:block;
	width:694px;
	height:39px;
	background:url(myImgs/titlePost.gif) no-repeat;
	text-align:left;
	color:#666;
	padding:0 15px;
	text-transform:none;
}
a.postTitle:visited{
	color: #a9bdcd ;
	text-decoration: none; 
	text-indent:24px; 
	background:url(myImgs/visitedPost.gif)  no-repeat;
}
a.postTitle:hover{
	color: #a9bdcd;
}
.postmetadata {
	font-size:.8em;
	margin:0 0 5px 0;
}


/* Comentarios
======================= */
.comments-template {
	width:680px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	margin: 3px 0 0 15px;
	border-top: 1px dotted #ccc;
	padding: 3px 0 3px 0;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3 {
	font-family: Arial, Sans-serif;
	font-size: 16px;
}
.comments-template h4 {
	font-size: 14px;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
	width: 80%;
}
#commentform{
	height:300px;
}

form p {
	margin: 5px 0 0 0;
	padding: 0;
}

/* Footer Objects
====================================== */
.signature {
	position:absolute;
	right:5px;
	bottom:0px;
	width:780px;
	/*background:#666;*/
	padding:5px 8px 5px 3px;
	/*color:#efefef;*/
	text-align:right;
	font-size:1.1em;
}



/*  Outros 
====================================== */
.aviso {
	display:block; 
	margin:15px 0 5px 20px; 
	color:#999;
	font-size:1.2em;
	line-height:30px;
}
.mceTemp { /* para alinhas as imagens dos posts á esquerda */
	float:left;
	/*margin-right:10px;*/
}
.clear{
	clear:both;
}
.backLink{
	float:right;
	height:20px;
	line-height:16px;
	margin:8px 28px 5px 0;
	padding:0 0 0 21px;
	font-size:10px;
	/*background:transparent url(myImgs/ico-back-trans.png) no-repeat scroll bottom left; */
	/*background:url(myImgs/back.png) top left no-repeat;*/
	text-transform:uppercase;
}

a.backLink:hover, .backLink a:hover{	
	background-position:top left;
}
