﻿/*** GERAL ***/

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}

body, html {
	font:11px tahoma, "trebuchet ms", arial, sans-serif;
	color:#cccccc;
	background:#000;
	height:100%;
}

.geral {
	width:100%;
	min-height: 100%;
	position: relative;
	background:url(images/bgPalavras.gif) center 143px no-repeat;
}

#wrapper, #aspnetForm {
	width:100%;
	min-height: 100%;
	height:100%;
	position: relative;
}


* html .geral, * html #wrapper, * html #aspnetForm {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}

hr {
	display:none;
}

a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFF;
}

a:hover {
	color:#EAE9E9;
}

.clear{clear:both;}

/*** TOPO ***/

.topo {
	width:100%;
	height:143px;
	background:url(images/bgTopo.gif) center top no-repeat;
}

.topo h1 {
	background-image: url(images/LogoBranco.png);
	background-repeat: no-repeat;
	_background: none;
	width:985px;
	height:65px;
	top:25px;
	position:absolute;
	left: 50%;
	margin-left: -490px!important;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/PontoParagrapho/images/LogoBranco.png', sizingMethod='crop');
	text-indent:-9999px;
	overflow:hidden;
}

.topo h1 a {
	display:block;
	_background: none;
	width:318px;
	height:65px;
	background-image: url(images/LogoBranco.png);
	background-repeat: no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/PontoParagrapho/images/LogoBranco.png', sizingMethod='crop');
	text-indent:-9999px;
	overflow:hidden;
}

/*** MENU ***/

.newmenu {
	width:294px;
	top:0px;
	left:50%;
	margin-left:190px;
	height:50px;
	position:absolute;
	z-index:1;
	border:solid 0px blue;
}

.newmenu a{
	width: 96px;
	height: 22px;
	line-height: 22px;
	text-align:center;
	color:#fff;
	display:block;
	font-weight:normal;
	background: url(images/bgMenuCima.gif) no-repeat;
	float:left;
	text-decoration:none;
	border-bottom:dotted 1px #fff;
	margin: 28px 1px 0px 1px;
	padding:0;	
	font-size:13px;
}

.newmenu a:hover{
	color:#eae9e9;
}

.menu {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.RadMenu_MenuSuperior {
	width:100%;
	height:33px;
	margin:8px 0;
}
.menu .RadMenu_MenuSuperior ul.rmHorizontal
{
	position:relative;
	width:590px;
	left:50%;
	margin-left:-495px;
	padding-top:3px;
	padding-bottom: 5px;
}

.menu .RadMenu_MenuSuperior ul.rmHorizontal li {
	width:auto;
	height:33px;	
	float:left;	
	margin: 0 2px;
}

.menu .RadMenu_MenuSuperior ul.rmHorizontal li a {
	font:14px tahoma, "trebuchet ms", arial, sans-serif;
	color:#999999;
	width:auto;
	height:33px;	
	line-height:33px;	
	display:block;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	padding: 0 0 0 20px;
	text-transform:uppercase;
}

.menu .RadMenu_MenuSuperior ul.rmHorizontal li a span{
	padding: 0 20px 0 0;
}

.menu .RadMenu_MenuSuperior ul.rmHorizontal li a:hover {
	background-position:0 -45px;	
	color:#fff;
	cursor:pointer;
	background:url(images/bg_menu_principal_esq.gif) no-repeat left top;
}

.menu .RadMenu_MenuSuperior ul.rmHorizontal li a:hover span{
	background:url(images/bg_menu_principal_dir.gif) no-repeat right top;
	
}

.menu .RadMenu_MenuSuperior ul.rmHorizontal li a.menuUltimo {
	width:130px;	
}

.menu .RadMenu_MenuSuperior ul.rmHorizontal li a.selectedItem,
.menu .RadMenu_MenuSuperior ul.rmHorizontal li a.selectedItem:hover {
	color:#fff;
	cursor:pointer;
	background:url(images/bg_menu_principal_esq.gif) no-repeat left top;
}

.menu .RadMenu_MenuSuperior ul.rmHorizontal li a.selectedItem span,
.menu .RadMenu_MenuSuperior ul.rmHorizontal li a.selectedItem:hover span{
	background:url(images/bg_menu_principal_dir.gif) no-repeat right top;
}


/*** CONTEÚDO FOTO ***/

.conteudoCimafoto {
	width:820px;
	height:8px;
	background:url(images/bgConteudoCimafoto.jpg) no-repeat;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}

.conteudoBaixofoto {
	width:820px;
	height:13px;
	background:url(images/bgConteudoBaixofoto.jpg) no-repeat;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}

.conteudofoto {
	width:820px;	
	background:url(images/bgConteudofoto.jpg) repeat-y;
	margin:0 auto;	
	overflow:hidden;
	border:solid 0px blue;
}

.conteudoEsqfoto {
	border:solid 0px red;
	margin:7px;
}

/*** CONTEÚDO ***/

.conteudo {
	width:985px;	
	margin:0 auto;	
	padding-bottom: 60px;
	overflow:hidden;
	border:solid 0px blue;
}

.conteudoEsq {
	width:620px;
	padding:0 20px;
	float:left;	
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
}

.conteudoDir {
	width:270px;
	float:right;
	margin-right: 10px; 
	margin-top: 88px;
	color:#000;
	position:relative;
}

.conteudoDir a{
	color:#000;
}

.conteudoDir .box-cima-dir{
	width:270px;
	height: 35px;
	float:left;
	display:block;
	background:url(images/boxDirCima.gif) no-repeat;
}

.conteudoDir .box-meio-dir{
	width:230px;
	height: auto;
	padding: 10px 10px 10px 30px;
	float:left;
	display:block;
	background:url(images/boxDirMeio.gif) repeat-y;
}

.conteudoDir .box-base-dir{
	width:270px;
	height: 41px;
	float:left;
	display:block;
	background:url(images/boxDirBaixo.gif) no-repeat;
}


/*** POST (SITE FINITY) ***/

.sf_postTags{padding: 0;}

.sf_commentListing {
	padding-bottom:20px;
}

.sf_commentListing li{
	padding-bottom:20px;
	border-bottom:#333 1px solid;
}

ul.sf_postListing li {	
	padding:15px 0;
	border-bottom:#333 1px solid;
}

ul.sf_postListing li h2 {
	background:url(images/bltSeta.jpg) no-repeat left 8px;
	padding-left:20px;
}

ul.sf_postListing li h2 a {
	font:bold 18px "trebuchet ms", tahoma, arial, sans-serif;
	color:#e11226;
	text-decoration:none;
}

ul.sf_postListing li h2 a:hover {
	text-decoration:underline;
}

.sf_postDate {
	font:9px tahoma, "trebuchet ms", arial, sans-serif;
	color:#FFF;
	padding:3px 0 0 0;
}

div.sf_postContent {
	padding:13px 0;
}

div.sf_postContent img{
	padding:5px;
	margin: 0 0 0 15px;
	background:#FFF;
	border: 1px solid #CCC;
}

ul li p.sf_readMore  a {
	background:url(images/bltMais.gif) no-repeat center left;
	width:70px;
	padding-left:11px;
	float:left;
}

ul li p.sf_postComments a {
	background:url(images/bltBalao.gif) no-repeat center left;
	padding-left:17px;	
}

/*** POST DO CONTATO (SITE FINITY) ***/

.FormularioContato .sf_commentsList .sf_comments, .FormularioContato .sf_commentsList .sf_commentListing {
	display:none;
}

.FormularioContato .sf_commentMessage {
	Position:absolute;
	border:solid 2px #00A80C;
	display:block;
	color:#00A80C;
	background-color:#CEFFDF;
	width:616px;
	line-height:30px;
	height:30px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
/*** MENSAGENS DO CONTATO (SITE FINITY) ***/

.Mensagens .sf_singlePost {
	border:solid 0px red;
	height:65px;
}

.Mensagens fieldset {
	display:none;
}


/*** TAGS ***/

.mostraTipoTag {
	display:none;
}

/*** RSS FEEDS ***/

a#ctl00_ConteudoLateral_tm_RssFeed1 {		
	height:44px;
	display:block;
	padding:10px 0 0 35px;
	background:url(images/rss.gif) no-repeat 5px;	
	font-size:12px;
}

.rssHelp {
	background:url(images/bltQuadrado.gif) no-repeat 5px;
	padding-left:15px;
}

.conteudoEsq h2 {
	font:bold 13px tahoma, "trebuchet ms", arial, sans-serif;
	color:#e11226;
	padding:0;
}

ol.listaNumerada li {
	padding:3px 0;
}

/*** PAGINAÇÃO ***/

ol.sf_pager {
	width:460px;
	height:25px;
	padding:20px 0 10px 0;	
}

ol.sf_pager li {	
	margin-right:2px;
	float:left;
}

ol.sf_pager li a {
	font-size:11px;
	color:#ccc;
	padding:3px 6px;	
	background-color:#333;
	border:#222 1px solid;
	text-decoration:none;	
	display:block;
	cursor:pointer;
}

ol.sf_pager li a:hover {
	background-color:#e11226;
	color:#fff;
}

ol.sf_pager li a.sf_PagerSelItem {
	background-color:#990000;
	color:#fff;
}

.sf_postCategory
{
	display:none;
}

/*** LADO DIREITO ***/

.box {
	width:230px;
}

.boxConteudo {
	display:block;
	float:left;
	padding:5px 10px 25px 10px;
}

.boxConteudo p {
	width:100%;
	display:block;
	float:left;
}

.box h3 {
	width:230px;
	height:auto;
	padding-top:1px;
	padding-left: 12px;
	margin-bottom:5px;
	background:url(images/seta_vermelha.gif) left 3px no-repeat;
	font:bold 12px tahoma, "trebuchet ms", arial, sans-serif;
	clear:both;
	text-transform:uppercase;
}

.box a h3{
	cursor:pointer;
}

.box img {	
	display:block;
	float:left;
	padding:0 10px 5px 0;
}

.boxConteudo dl {
	width:158px;
	float:left;
}

.boxConteudo dl dt {
	font-weight:bold;
	padding-bottom:5px;
}

.boxConteudo dl dd {
	background:url(images/bltQuadrado.gif) no-repeat 0 5px;
	padding-left:10px;
	margin-top:5px;
	width:158px;
	float:left;
}

.boxConteudo dl dd acronym {
	cursor:help;
	font-weight:bold;
}

.boxConteudo a {
	color:#000;
	text-decoration:none;
}
.boxConteudo a:hover {
	color:#999;
}

.boxMenor {
	width:124px;
	float:left;
	margin-right:1px;
}

.boxMenor h3 {
	width:124px;
	height:19px;
	padding-top:7px;
	background:url(images/bgTitDirMenor.jpg) no-repeat;
	font:bold 11px tahoma, "trebuchet ms", arial, sans-serif;
	text-transform:uppercase;
	text-align:center;	
}

.boxMenor .boxConteudo li {
	padding-bottom:3px;
}

a.rtIn {	
	font:11px tahoma, "trebuchet ms", arial, sans-serif !important;
	color:#000 !important;
	text-decoration:none;
}

a:hover.rtIn {
	color:#999 !important;	
	background: transparent url("images/bltQuadrado.gif") no-repeat 0 5px !important;
	border: 0px !important;
	padding-left: 9px!important;
}

ul li ul li a.rtIn {
	padding:0 0 0 9px !important;	
	background:url(images/bltQuadrado.gif) no-repeat 0 5px;
}

.boxMenor .boxConteudo li a:hover {
	color:#e11226;
}

.RadTreeView_Default .rtSelected .rtIn{
	background: #990000!important;
	border: 0px!important;
	padding: 5px!important;
	color:#FFF!important;
}

span.arquivoPgs {
	font-size:9px;
}

.boxLeiaMais {	
	display:block;
	clear:both;
	background:url(images/bltMais.gif) no-repeat center left;
	margin-top:7px;
	padding-left:10px;
	float:left;
	color:#e11226 !important;
}

a:hover.boxLeiaMais {	
	color:#fff !important;
}

ul.tagCloud {
	padding: 5px 0 25px 10px;
	float:left;
}

ul.tagCloud li {
	float:left;
	padding-right:5px;
}

ul.tagCloud li a {
	text-decoration:none;
	color:#999;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

ul.tagCloud li a:hover {
	color:#000;	
}

ul.tagCloud li a.s1 {
	font-size:25px;
}
ul.tagCloud li a.s2 {
	font-size:22px;
}
ul.tagCloud li a.s3 {
	font-size:19px;
}
ul.tagCloud li a.s4 {
	font-size:16px;
}
ul.tagCloud li a.s5 {
	font-size:13px;
}
ul.tagCloud li a.s6 {
	font-size:10px;
}
/*** RODAPÉ ***/

.rodape{
	width: 100%;
	height: 50px;
	background:#FFF;
	position:absolute;
	bottom:0;
	text-align:center;
}

.rodape-holder{
	width: 955px;
	height: 50px;
	display:block;
	margin: 0 auto;
	position:relative;
}

.rodape address
{
	position:relative;
	color:#999999;
	font-style:normal;
	line-height: 50px;
	display:block;
	width:auto;
	text-align:left;
	border:solid 0px red;
}

.rodape address a
{
	color:#999999;
	font-size: 12px;
}

.rodape .rss
{
	position:absolute;
	top:15px;	
	border:solid 0px red;
	display:block;
	width:auto;
	height:21px;
	right: 148px;
	line-height: 20px;
	padding-left:20px;
	font-size: 10px;
	background:url(images/rss_rodape.gif) no-repeat left top;	
}

.rodape .rss *
{
	float:left;
}
.rodape .rss a
{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
	line-height: 22px;
	font-family: Tahoma, Geneva, sans-serif;
}
.rodape .rss a.rssHelp
{
	color:#e11226;
	font-weight:bold;
	text-decoration:underline;	
	padding-left:10px;
	background: none;
}

.rodape .bantu
{
	position:absolute;
	top:5px;	
	border:solid 0px red;
	display:block;
	width:74px;
	height:40px;
	right: 5px;
}

.rodape .bantu a
{
	display:block;
	width:74px;
	height:40px;
	text-indent:-99999px;
	overflow:hidden;
	background:url(/images/bantu.gif) no-repeat left top;	
}

/*** PÁGINA DE POST ***/

div.sf_singlePost {
	padding:15px 0;
	border-bottom:#333 1px solid;	
}

p.postTags {
	padding:0;
}

h1.sf_postTitle {
	background:url(images/bltSeta.jpg) no-repeat center left;
	font:bold 18px "trebuchet ms", tahoma, arial, sans-serif;
	color:#e11226;
}

p.sf_back {	
	padding-bottom:0;	
}

p.sf_back a {	
	text-decoration:none;
}

p.sf_postAuthor {
	font:9px Arial, Helvetica, sans-serif;
	color:#CCC;
	padding:3px 0 0 0;
	cursor:pointer;
}

h2.sf_comments {
	font:bold 16px Arial, Helvetica, sans-serif;	
}

p.sf_commentAuthor {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:20px 0 3px 0;
	margin-bottom:15px;
}

p.sf_commentAuthor a {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:10px 0 3px 0;
	margin-bottom:10px;
}

p.sf_commentAuthor a:hover {
	color:#999;
}

p.sf_commentAuthor abbr {	
	font:normal 9px tahoma, "trebuchet ms", arial, sans-serif;	
	color:#000;	
}

/*** PÁGINA DE POST - FORM ***/

div.sf_postComments {
	padding:10px 0;	
}

fieldset.sf_postNewComment {
	border:none;	
}

fieldset.sf_postNewComment legend {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#e11226;
	padding:7px 0;	
}

fieldset.sf_postNewComment li {
	padding-top:6px;
}

fieldset.sf_postNewComment li label{
	display:block;
}

fieldset.sf_postNewComment div.commentsValidator {
	padding:0px 0 10px 0;
	display:block;
}

fieldset.sf_postNewComment div.commentsValidator p label {
	font-weight:bold;
	padding:4px 0 4px 0;
	display:block;
}

fieldset.sf_postNewComment div.commentsValidator span {
	font-weight:bold;
	color:Red;
}

fieldset.sf_postNewComment div.commentsValidator input {
	width:180px;
	margin:0px 0 0px 0;
	display:block;
}

fieldset.sf_postNewComment input {
	width:370px;
	border:#ccc 1px solid;	
	padding:2px;
	display:block;
}

fieldset.sf_postNewComment input:focus {
	border:#e11226 2px solid;
}

fieldset.sf_postNewComment textarea {
	width:370px;
	margin:3px 0;
	padding:2px;
	border:#ccc 1px solid;
}

fieldset.sf_postNewComment textarea:focus {
	border:#e11226 2px solid;
}

input.sf_commentSubmit {
	width: 50px!important;
	height: 24px!important;
	font-weight:bold;
    cursor: pointer!Important;
    padding: 0 6px!Important;
    line-height: 24px!important;
	text-decoration: none!Important;
	background-color: #990000!Important;
    border: 1px solid #222222!Important;
    color: #FFFFFF!Important;
    cursor: pointer!Important;
    display: block!Important;
    font-size: 11px!Important;
    padding: 3px 6px!Important;
    text-decoration: none!Important;
}

input:hover.sf_commentSubmit {
	background-color: #E11226!Important;
}

/*** PROSA & VERSO ***/

.conteudoEsq h1 {
	width: 730px;
	height: 60px;
	padding-top: 25px;
	text-indent: 60px;
	background:url(images/bg_titulos.gif) no-repeat 0 0;
	font:26px tahoma, arial, sans-serif;
	color:#FFF;
	position:relative;
	left: -30px;
}

.conteudoEsq blockquote {
	padding:15px 0;
}

.conteudoEsq blockquote pre {
	font:italic 11px tahoma, "trebuchet ms", arial, sans-serif;
	padding-bottom:15px;	
}

.conteudoEsq blockquote cite {
	font-weight:bold;
	font-style:normal;
}

.prosaLivros {
	width:625px;
	float:left;	
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}

.prosaLivrosEsq {
	width:485px;
	float:left;
	margin-right: 15px;
}

.prosaLivros h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-top:10px;
}

.prosaLivros p {
	padding:10px 0;	
	text-align:justify;
}

.prosaLivros img {
	float:right;
	margin-top:10px;
	background:#FFF;
	padding: 6px;
	border: 1px solid #999;
}

/*** PALESTRAS ***/

.palestras {
	padding-bottom:30px;
}

.palestras dl dt {
	font:bold 14px "trebuchet ms", tahoma, arial, sans-serif;
	color:#e11226;
	margin-top:10px;
	padding:10px 0;
	border-top:#999 1px dotted;
}



/* NOTICIAS */

.sf_newsList {
	margin-top: 20px!important;
}

.sf_newsList li{
	border-bottom: 1px solid #333;
	margin-bottom: 15px!important;
	padding-bottom: 15px!important;
	float:left;
	position:relative;
	width:620px;
}

.sf_newsList p{
	float:left;
	width:500px;
}

.sf_newsList h2.sf_newsTitle {
	background: url("images/bltSeta.jpg") no-repeat scroll left 8px transparent;
    padding-left: 20px!important;	
	margin: 0!important;
}

.sf_newsList h2.sf_newsTitle a{
	color: #E11226;
    font: bold 18px "trebuchet ms",tahoma,arial,sans-serif;
    text-decoration: none;
}

.sf_newsList .sf_newsDate {
    color: #FFFFFF;
    font: 9px tahoma,"trebuchet ms",arial,sans-serif!important;
    padding: 3px 0 13px;
}

div.sf_postContent {
    padding: 13px 0;
}

.sf_newsList p.sf_readMore{
	margin-top: 13px;	
}

.sf_newsList .sf_newsThumbnail{
	width: 60px;
	position:absolute;
	top:0;
	right:0;
	background: #FFF;
	padding: 6px;
	border: 1px solid #CCC;
}

.sf_newsList .sf_newsThumbnail img{
	max-width:60px;
	height: 90px;
}



.sf_singleNews{
	padding:15px 0!important;	
}

.sf_singleNews a.sf_back {
    text-decoration: none;
	display:none;
}

.sf_singleNews .sf_NewsTitle{
	background: url("images/bg_titulos.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font: 26px tahoma,arial,sans-serif;
    height: 60px;
    left: -30px;
    padding-top: 25px;
    position: relative;
    text-indent: 60px;
    width: 730px;	
}

.sf_singleNews .sf_newsDate{
	color: #FFFFFF;
    font: 9px tahoma,"trebuchet ms",arial,sans-serif;
    padding: 0 0 13px;	
}

.sf_singleNews .sf_postBookmark{
	color: #FFFFFF;
    font: 9px tahoma,"trebuchet ms",arial,sans-serif;
    padding: 13px 0 0;	
}






.conteudoDir .box-meio-dir .sf_newsList {
	margin-bottom: 15px!important;
	margin-top: 8px!important;
	float:left;
}

.conteudoDir .box-meio-dir .sf_newsList li {
	width: 235px;
	height: 60px;
	border: 0px;
	margin-bottom: 8px!important;
	padding-bottom: 0!important;
}

.conteudoDir .box-meio-dir .sf_newsList li h2.sf_newsTitle{
	margin: 0 !important;
    padding-left: 65px !important;
	background:none;
}

.conteudoDir .box-meio-dir .sf_newsList li h2.sf_newsTitle a{
	font: bold 12px "trebuchet ms",tahoma,arial,sans-serif!important;
	color:#000;
}

.conteudoDir .box-meio-dir .sf_newsList li h2.sf_newsTitle a:hover{
	color:#999;
}

.conteudoDir .box-meio-dir .sf_newsList .sf_newsThumbnail{
	left: 12px;
    position: absolute;
    top: 0;
    width: 42px;
	background: transparent;
	border: 0px;
	padding: 0!important;
}

.conteudoDir .box-meio-dir .sf_newsList .sf_newsThumbnail img {
    height: auto;
    max-width: 42px;
}
