@charset "utf-8";
/* CSS Document */

body {
	background-color: #010201;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 0;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:center;
	min-width: 722px;
	color: #868686;
}
#blog {
	width: 722px;
	background-color: #020302;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
	
}
#header { 
	height: 235px;
}
#logo1 {
	width: 561px;
	height: 235px;
	background-image: url(images/header_logo.jpg);
	float: left;
}
#logo2 {
	width: 561px;
	height: 235px;
	background-image: url(images/header_logo_tv.jpg);
	float: left;
}
#nav {
	width: 161px;
	height: 235px;
	float: right;
}
#search {
	margin-top: 45px;
	padding-left: 94px;
}
.inputsearch {
	width: 117px;
	height: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: transparent;
	color: #ffffff;
	font-weight:bold;
	padding-left: 3px;
	font-family: Verdana;
	font-size: 12px;
}
#posts {
	margin-left: 20px;
	margin-right: 20px;
}

h2 {
	color: #fff;
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/marcador.jpg);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 15px;
	margin-bottom: 10px;
}
h2 a {
	color: #fff;
	text-decoration:none;
}
	
#data-post {
	margin-bottom: 10px;
}
#post-texto {
	padding-bottom: 15px;
}
#comente a {
	background-image: url(images/marcador.jpg);
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 15px;
	color: #868686 ;
}
#comente {
	float: right;
}
#compartilhe {
	background-image: url(images/separador.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}
a {
	text-decoration: none;
	color: #868686;
}
a:hover {
	text-decoration: underline;
}
.sociable_tagline {
	margin-bottom: 10px;
}


.but-hovers {

	opacity: 1;
	-moz-opacity: 1;
filter: alpha(opacity=100);
}
.but-hovers:hover {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.navigation {
	margin-top: 20px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-bottom: 20px;
}
.alignright {
	float: right;
		margin-bottom: 20px;
}
