@charset "utf-8";
/* CSS Document */
/* Estrutura */
#homeContent {
	width:100%;
	display:block;
	border-bottom:3px solid #F60;
}
.cF:after {
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
	height:0;
}
#leftSide {
	width:505px;
	float:left;
	display:inline;
}
#rightSide {
	width:250px;
	float:right;
	display:inline;
}
.contentReaderTop {
	border-bottom:3px solid #F60;
}
.contentReaderTop .categoria a {
	font-size:130%;
	font-weight:bold;
}
.contentReaderTop .categoria b {
	color:#F60;
}
.contentReaderTop .pubDate {
	color:#999;
	font-size:90%;
}
.contentReader h1 {
	font-size:170%;
	color:#F60;
	padding:0;
	margin:5px 0 5px 0;
}
.contentReaderBottom {
	padding:10px 5px;
	border-top:3px solid #CCC;
}
.contentReaderBottom span.bts {
	margin-left:1em;
}
.contentReaderBottom a {
	font-weight:bold;
}
.contentReaderBottom img {
	border:none;
	vertical-align:middle;
	margin-right:5px;
}
/* FORMATAÇÃO ------------------------------*/
.contentReader .contentText p {
	color:#333;
	font-size:110%;
	line-height:1.3em;
	margin:0 0 1em 0;
}
.contentReader .contentText a,.contentReader .contentText strong,.contentReader .contentText em,.contentReader .contentText b {
	font-size:100%;
}
.contentReader .contentText a[target="_blank"] {
	font-size:100%;
	text-decoration:none;
	border-bottom:1px dotted #F60;
}

/* Segunda coluna -------------------------*/
#rightSide h1 {
	border-bottom:3px solid #CCC;
	padding:5px;
	font-size:130%;
	color:#666;
	margin:0;
}
.boxMais {
	margin-top:1.15em;
}
/* Página de listas -----------------------*/
.contentReaderIndex .item {
	border-top:1px solid #CCC;
	padding:1em 0;
}
.contentReaderIndex .item:hover {
	background-color:#F2F2F2;
}
.contentReaderIndex hr {
	display:none;
}
.contentReaderIndex h1 {
	margin:0;
}
.contentReaderIndex h1 a {
	font-size:140%;
	color:#F60;
	text-decoration:none;
	margin:0;
}
.contentReaderIndex .resume {
	margin:0;
}
.contentReaderIndex .topIndex {
	margin:0;
}
.numPages a {
	padding:2px 5px; 
	border:1px solid #CCC;
	text-decoration:none;
}
