/* style.css, v2.2 2009/1/22 
 *
 * ZERO POINT theme (grey), for Drupal 6
 * Dr. Florian Radut, florian[at]radut.net
 */

#topex {
	z-index: 999; /* pra resolver o problema do menu suckerfish  */
}
#top_bg {
	background: transparent url(images/fill_top.png) 0 100% repeat-x;
}
#top_left {
	background: transparent url(images/fill_top_left.png) 0 100% no-repeat;
}
#top_right {
	background: transparent url(images/fill_top_right.png) 100% 100% no-repeat;
	padding: 0 25px;
}
#body_bg {
	background: #f4f4f4 url(images/all/body_bg.gif) 0 0 repeat;
	border-bottom: 1px solid #ddd;
}
#body_left {
	background: transparent url(images/all/fill_left.png) 0 0 repeat-y;
}
#body_right {
	background: transparent url(images/all/fill_right.png) 100% 0 repeat-y;
	padding: 0 24px;
}

body {
	color: #535353;
	background-color: #f4f4f4;
}

a, a:link, .title, .title a, .node .terms,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
div.admin-panel .description {
	color: #00457c;
}

#section1 {
	padding-top: 15px;
}

.front h2.title a {			/* front */
	font-family: Georgia, Times, "Times New Roman", Arial, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
}
.not-front h1.title {		/* titulo das listagens */
	font-family: Georgia, Times, "Times New Roman", Arial, serif;
	font-size: 22px;
	background: #FFF url(images/icons/tagsbg5.gif) repeat-x 0 0;
	padding: 29px 10px 8px 10px;
	font-weight: normal;
	margin: 10px 0 10px 0 !important;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}
.not-front div.full-node h1.title {		/* titulo do node */
	font-family: Georgia, Times, "Times New Roman", Arial, serif;
	font-size: 22px;
	background: #FFF;
	padding: 6px 10px;
	font-weight: normal;
	margin: 0 !important;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}

.front h1.title {	/* titulo do ticker */
	display: block;
	color: #FF8800;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 1px 0;
	font-weight: bold;
	margin: 8px 0 0 0 !important;
	z-index: 0;
}

.node .teaser {		/* node */
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 !important;
	clear: both;
	vertical-align: top !important;
}
h1, h2, h3 {
	color: #00457c;
}

#section1 td.section.divider,
#section2 td.section.divider {
	border-left: 1px dashed #ddd;
}

#breadcrumb .breadcrumb {
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
	padding: 0 0 2px 12px !important;
	clear: both;
}

#breadcrumb, #breadcrumb a {
	font-weight: normal;
	color: #00457C !important;
}

#bar {
	padding: 4px 0 3px;
}

#footer, #footer a {
	color: #888 !important;
}

#logo {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

#site-slogan {
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 80px;
}

#site-slogan img {
	padding: 0 0 0 0;
	margin: 30px 0 0 0;
	position: absolute;
}

#mission {
	color: #535353;
	border: 1px solid #ddd;
}

#search .form-item label, .block-search .form-item label {
	display: none;
}

#search {
	float: right;
}
#search .form-submit {
	color: #9CF;
	font-size: 12px;
	font-family: Verdana, Helvetica;
	width: 60px;
	height: 20px;
	line-height: 12px !important;
	padding-bottom: 4px;
	vertical-align: middle;
	border: 1px solid #6f8cd4;
	background: #2b4fa5;
	font-weight: bold !important;
}
#search .form-text {
	color: #666;
	font-size: 12px;
	width: 170px;
	height: 16px;
	line-height: 14px;
	vertical-align: middle;
	border-top: 1px solid #999;
	border-right: 1px solid #E2E2FF;
	border-bottom: 1px solid #CCF;
	border-left: 1px solid #999;
	background: #b4c8fd;
}
#toplinks {
	margin-right: 10px;
	line-height: 22px;
	display: inline;
	font-size: 13px;
}
#toplinks, #toplinks a {
	color: #000 !important;
	font-weight: normal;
}

/* formata o bloco personalizado de login */

#blocologin {
	color: #AAA;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	display: block;
	margin: 4px 14px 20px 50px;
	float: right;
	z-index: 9000;
}

#blocologin a, #blocologin2 a:visited {
	color: #F80;
	font-weight: bold;
	text-decoration: none;
}
#blocologin a:hover { color: #F00; text-decoration: none; }

.submitted, .links {
	color: #3f3f3f;
}
.comment {
	border: 1px solid #d3d3d3;
}
.comment_add a{
	display: block;
	line-height: 20px;
	background-color: #DDD;
	width: 96% !important;
	border: 1px solid #d3d3d3;
}
.comment_add a:hover{
	color: #FFF;
	background-color: #284B9C;
}
.comment .title {
	padding: 10px 0 12px 19px;
	background: transparent url(images/all/icon-comment.png) left center no-repeat;
}
.block .title {
	text-transform: none;
}
.block-image .content {
	background: none !important;
}
#content-middle {
	margin-right: 20px;
	float: left;
}
#content-middle .block {
	padding: 10px 0 0 0;
}
#aggregator .feed-source {
	background-color: #eee;
	border: 1px solid #ccc;
}
#forum td.forum, #forum td.posts {
	background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
	background-color: #ddd;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
	border: 1px solid #bbb;
}
#forum td.container {
	background: #cdcdcd url(images/all/forum-container.jpg) right top no-repeat;
}
#forum td.container a {
	padding: 10px 0 10px 40px;
	background: transparent url(images/all/forum-link.png) left center no-repeat;
}
.signature p {
	font-size: 85%;
	margin: 7px 0;
}
blockquote {
	padding: 0 10px;
	background-color: #eee;
	border: 1px solid #ddd;
	font-style: italic;
}
blockquote a:link {
  text-decoration: underline;
}
.messages {
	color: #000;
	padding: 0.3em;
	margin-bottom: 1em;
	background-color: #FFBB00;
	border: 1px solid #F00;
}
#profile .profile {
	border: 1px solid #abc;
}
.form-item label {
	font-size: 1em;
	color: #222;
}
.item-list .title {
	color: #222;
}
div.admin-panel .body {
	background-color: #f4f4f4;
}
div.admin-panel h3 {
	color: #abc;
	padding: 5px 8px 5px;
	margin: 0;
}
#belowme {
	padding: 5px 44px;
	text-align: center;
}
.by, .by a, .by a:hover { display: none; } /* esconde o autor padrao */

/* MENU & link STYLES */
ul.menu li.dhtml-menu { /* aproxima a bolinha do link nos menus laterais */
	margin-left: 15px !important;
}
ul.menu li.dhtml-menu ul.menu li.dhtml-menu { 
	margin-left: -5px;
}
ul.menu li.dhtml-menu a { /* aproxima a bolinha do link nos menus laterais */
	margin-left: -3px !important;
}
li.expanded {
	list-style-position: outside;
	list-style-image: url(images/all/menu-expanded.png);
}
li.collapsed {
	list-style-position: outside;
	list-style-image: url(images/all/menu-collapsed.png);
}

/*#navlinks, #navlist, #subnavlist, */
#navlist2 {
	padding: 4px 0;
	margin-bottom: 1px;
	text-align: center;
	background-color: #EEE;
	border-top: 1px solid #DDD;
}
.navleft {
	text-align: left;
	padding-left: 20px;
}
.navcenter {
	text-align: center;
}
.navright {
	text-align: right;
	padding-right: 20px;
}
.browser-opera #navlinks.navleft, .browser-opera #navlinks.navcenter, .browser-opera #navlinks.navright {
	text-align: left;
	padding-left: 20px;
}
#navlist.links li {
	border: none;
	margin: 0;
	padding: 0;
}
#navlist.links a {
	/*border: 1px solid #c4c4c4;
	border-bottom: none;
	padding: 5px 24px;
	*/
	border: none;
	padding: 0 0 0 0;
	margin: 0 15px 0 15px;
	color: #FFF !important;
	background-color: transparent;
	font-weight: bold !important;
	text-transform: none;
	font-family: "Trebuchet MS", sans-serif, Arial, Verdana, Helvetica;
	font-size: 13px;
	line-height: 22px;
}
/*#navlist li a.active, #navlinks ul li a.active,*/
#navlist li a:hover {
	color: #FFF !important;
	background-color: transparent !important;
	text-decoration: none;
	border-bottom: 4px solid #F00;
}

#subnavlist.links li {
	border: 0;
	margin: 0;
	padding: 0;
}
#subnavlist.links a {
	border: 1px solid #ddd;
	color: #444 !important;
	background-color: #eee;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
#subnavlist li a:hover {
	background-color: #dbdbdb !important;
	text-decoration: none;
}
#navlist2 {
	margin-top: 15px;
}
#navlist2 li a {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #888 !important;
	font-weight: normal;
}
#navlist2 li a:hover {
	color: #004593 !important;
	text-decoration: none;
}
#navlist2 li a.active {
	color: #000;
}

ul.links li {
	border-left: 1px solid #d3d3d3;
}
/* Cadernos ICA */
.book-navigation ul.menu li.leaf { clear:left; }

.book-navigation .page-links {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.book-navigation {
	padding-top: 20px;
}
.book-navigation .page-previous {
	font-weight: bold;
	font-size: 0.8em;
	background: transparent url(images/all/navleft.gif) 100% 50% no-repeat;
	line-height:17px;
	text-align: left;
	width: 40%;
	display: block;
	border: 0px solid #DDD;
	float: left; /* LTR */
	overflow: hidden;
}
.book-navigation .page-up {
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 5% auto;
	width: 10% !important;
	display: block;
	background-color: #FFF;
	border: 1px solid #DDD;
	float: left; /* LTR */
}
.book-navigation .page-previous:hover, .book-navigation .page-up:hover, .book-navigation .page-next:hover {
	background-color: #EEE;
}
.book-navigation .page-next {
	font-weight: bold;
	font-size: 0.8em;
	background: transparent url(images/all/navright.gif) 0 50% no-repeat;
	line-height:17px;
	text-align: right;
	width: 39%;
	display: block;
	border: 0px solid #DDD;
	float: right;
	overflow: hidden;
}

#footer ul.links li {
	border-left: 1px solid #909090;
}
#main .full-node {
	padding-bottom: 40px;
	background: transparent url(images/florete_main.gif) 50% 100% no-repeat;
	border: none !important;
}
#main .full-node p:first-letter { /* formata a primeira letra de CADA paragrafo */ }
#main .content a {
	text-decoration: none;
}
#main .content a:hover {
	text-decoration: underline;
}
#attachments a {
	text-decoration: none !important;
}
#attachments a:hover {
	text-decoration: underline !important;
}
.book-navigation a {
	text-decoration: none !important;
}
.book-navigation a:hover {
	text-decoration: underline !important;
}

li.leaf, li.leaf a {
list-style-type: none;
list-style-image: url(images/all/menu-leaf.png);
}

.block ul {
padding-left: 0;
}
.item-list ul li {
list-style-type: none;
list-style-position: outside;
list-style-image: url(images/all/menu-leaf.png);
}

div #above { 
margin: 0 0 0 0;
padding: 8px 0 0 0;
height: 1px;
}

.not-front .node .content {
	/*text-align: left;*/
}

/* views */
.views-table { /* extende a tabela de resultados de uma view */
	width:100% !important;
}
.views-table tr.even { background-color: transparent !important; }

/* enquetes */
.poll .vote-form .choices { /* alinhamento dos itens na pagina de votação */
margin-left: 0px !important;
}
.poll .text, .poll .percent { /* bloco enquete */
	font-size: 0.8em;
}
.poll .title { /* bloco enquete */
	color: #00457C;
	padding-left: 0 !important;
	margin-left: 0 !important;
	text-align: left !important;
}
.poll .bar { /* fundo da barra de votos */
height: 12px;
margin-top: 1px;
margin-right: 0pt;
margin-bottom: 1px;
margin-left: 0pt;
background-color: #dddddd;
}
.poll .bar .foreground { /* barra de votos */
background: #00457C url(images/all/pollbar.gif);
height: 12px;
float: left;
}

hr { border: medium none ; color: #CCC; background-color: #CCC; height: 1px;
 }
/*  formatos de texto  */
.node-type-caderno, .node-type-story, .node-type-artigo, .node-type-curtas, .node-type-agenda, .node-type-noticias, .node-type-clipping, .node-type-entrevista {
	clear: both;
	margin: 0 0 8px 0 !important;
	padding: 0 0 8px 0 !important;
	border: 1px solid #DDD;
	min-height: 120px;
	background-color: #FFF;
	vertical-align: top !important;
}
.item-list .pager {
	margin: 10px auto !important;
	padding: 0 !important;
}
.item-list .pager li {
	margin: 0 -4px 0 0;
	padding: 1px !important;
}
.item-list .pager li a {
	line-height: 18px;	
	font-weight: bold;
	background-color: #DDD;
	border: 1px solid #CCC;
	display: inline-block;
	padding: 0 6px 1px 6px;
}
.item-list .pager li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #00457C;
	border: 1px solid #132755;
}
.pager li.pager-current {
	font-weight: bold;
	margin: 0 4px 0 6px;
	color: #00457C;
}
#comment-form-title {
	float: right;
	display: block;
	font-family: Tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 8em;
	line-height: 16px;
	color: #FFF;
	background-color: #284B9C;
	padding: 3px 0;
	font-size: 12px;
}
#comment-form-title:hover{
	color: #FFF;
	background-color: #132856;
}
h2.comments {
	margin-top: 30px;
	display: block;
	color: #00457C;
	padding: 0 0 2px 0;
	font-size: 14px;
	border-bottom: 1px solid #00457C;
}
.autortaxonomy, .entrevistaxonomy {
	display: block;
	color: #666;
	text-align: left !important;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 0 6px 0;
}
.entrevistaxonomy {
min-height: 130px !important;
}
.autortaxonomy strong, .entrevistaxonomy strong {
	color: #00457c;
	display: block;
	padding: 0 0 2px 20px;
	background: transparent url(images/icons/user_blue.png) 0 50% no-repeat;
	border-bottom: 1px solid #CCC;
	margin-bottom: 4px;
}
.field-field-comentarista {
	background: #284B9C url(images/icons/tagsbg2.gif) no-repeat 0 50%;
	padding-left: 26px;
	line-height: 23px;
	margin: 4px 0 0 0;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	color: #FFF;
}
.field-field-comentarista a {
	color: #99CCFF;
	font-weight: bold;
}
.field-field-titulo-coment {	/* titulo do comentario */
	font-family: Georgia, Times, "Times New Roman", Arial, serif;
	font-size: 18px;
	background-color: #FFF;
	padding: 6px 10px;
	font-weight: normal;
	margin: 0 !important;
	border-right: 1px solid #EBEBEB;	
	border-bottom: 1px solid #EBEBEB;	
	border-left: 1px solid #EBEBEB;	
}

#sidebar-left {
	margin: 10px 0 0 12px;
}
#sidebar-right {
	margin: 10px 12px 0 0;
}

#sidebar-left .block {
	background: #F6F6F6 url(images/fill_blockesq.png) 0 100% no-repeat;
	border: 0px solid #ddd;
	padding: 0 0 10px 0;
	margin-bottom: 8px;
}

#sidebar-right .block {
	background: #F6F6F6 url(images/fill_blockdir.png) 0 100% no-repeat;
	border: 0px solid #ddd;
	padding: 0 0 10px 0;
	margin-bottom: 8px;
}

#sidebar-left .block .title, #sidebar-right .block .title {
	padding: 0;
	margin: 0;
	text-align: right;
}

#sidebar-left .block .content, #sidebar-right .block .content {
	padding: 6px;
	margin: 0;
}
/* menus */
#sidebar-left .block h2.title { color: #00457C !important; background: #F6F6F6 url(images/block_title_bgesq.gif) 0 0 no-repeat; text-transform: none; font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; font-size: 14px; line-height:14px; padding: 6px 8px 6px 0 !important; margin: 0px !important; } /* formata os titulos dos blocos */

#sidebar-right .block h2.title { color: #00457C !important; background: #F6F6F6 url(images/block_title_bgdir.gif) 0 0 no-repeat; text-transform: none; font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; font-size: 14px; line-height:14px; padding: 6px 8px 6px 0 !important; } /* formata os titulos dos blocos */

/* ticker da home (em foco) */
.view-em-foco {
	padding: 0 8px 8px 8px;
	background-color: #EEE;
	border-top: 1px solid #FF8800;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	z-index: 1;
}
.view-em-foco div.teaserterms { display: none; /* esconde barra de taxonomia do Em Foco */ }
div #block-views-em_foco-block_1 h2.title, div #titulo-ticker-home { /* titulo do ticker */
	display: block;
	color: #FF8800;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 1px 0;
	font-weight: bold;
	margin: 8px 0 0 0 !important;
	z-index: 0;
}
.views_slideshow_singleframe_teaser_section {
	margin: 0;
	padding: 0;
	border: 0px solid #CCC;
}
.views_slideshow_singleframe_pager div {
	background-color: #EEE;
	padding: 0;
	margin: 0 1px !important;
}
.views_slideshow_singleframe_pager.numbered a {
	line-height: 16px;
	background-color: #F4F2F5;
	padding: 0 5px;
	display: inline-block;
	border: 1px solid #CCC;
	cursor: default;
}
.views_slideshow_singleframe_pager.numbered a.activeSlide { color: #FFF;
	background-color: #FF8800;
	border: 1px solid #FF8800;
	cursor: default;
}

/* títulos do teaser na home e listagens */
h2.teasertitle {
	font-family: Georgia, Times, "Times New Roman", Arial, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 2px 6px 4px 6px !important;
/*	background: #FFF url(images/all/title_navright.gif) 100% 100% no-repeat; */
	border: 0px solid #EBEBEB;
}
h2.teasertitle a {
	margin: 0;
	padding: 0;
	display: block;
}
div.view-id-textos_relacionados tr {background: transparent !important;}

.calendar-calendar th.days { /* pra resolver o problema do path de imagem do calendar (o resto do css em layout.css ) */
  background:transparent url(images/calendar_fundodias.gif) 100% 50% repeat-x;
  color:#28489A;
  font-weight:bold;
  border:1px solid #DDD;
}
a.leiamais {
	width: 56px;
	display: block;
	color: #033973;
	background:transparent url(images/all/navright_blue.gif) 100% 50% no-repeat;
	text-decoration: underline;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid #CCC;
	margin: 0 8px 0 8px;
	padding: 0px 6px 1px 2px;
	float: right;
}
.node .teaser { vertical-align: top !important; }
#topo {
	clear: both;
	width: 100%;
	height: 140px;
	background-color: #FFF;
	color: #FFF;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid #CCC;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*background:transparent url(images/alhambra.jpg) 0 0 no-repeat; */
}
/*------------------------- image fade ------------------------*/
ul#topoimg {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 -40px;
	list-style:none;
}

ul#topoimg li img {
	border: 0px solid #ccc;
	padding: 0;
}

ul#topoimg li h2 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	width: 200px;
	margin: 8px 0 0 470px;
	color: #F0A;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

ul#topoimg li span {
	display: block;
	width: 200px;
	margin: 0 0 0 470px;
	color: #FFF;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}


ul#topoimg li span a {
	width: 60px;
	display: block;
	background-color: #CB2E97;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid #CCC;
	margin: 0 8px 0 8px;
	padding: 0px 6px 1px 6px;
	float: right;
}

/*-------------------- destaques home -------------------------*/
#block-views-slide_notes-block_1 h2.title { 
display: block;
height: 18px;
margin: 0;
padding: 0;
}
#views_slideshow_singleframe_pager_1 {
display: block;
height: 18px;
margin: 0;
padding: 0;
}
/*-------------------- menu secundário -----------------------*/
#block-menu-secondary-links div ul.menu {
padding: 0 !important;
}
#block-menu-secondary-links div ul li.leaf {
display: block;
margin: 0 0 0 2px !important;
border-bottom:  1px solid #FAF;
font-weight: bold;
}
#block-menu-secondary-links div ul li.leaf a {
display: block;
padding: 0 0 2px 3px;
}
#block-menu-secondary-links div ul li.leaf a:hover {
color: #CB2E97;
}
/*-------------------- blocos banners home ----------------------*/
#block-block-10, #block-block-11, #block-block-15, #block-block-16, #block-block-17, #block-block-18, #block-block-19, #block-block-20, #block-block-21, #block-block-22, #block-block-24 {
background: none !important;
margin-bottom: 5px !important;
padding: 0 !important;
}
#block-block-10 .content, #block-block-11 .content, #block-block-15 .content, #block-block-16 .content, #block-block-17 .content, #block-block-18 .content, #block-block-19 .content, #block-block-20 .content, #block-block-21 .content, #block-block-22 .content, #block-block-24 .content {
margin: 0 !important;
padding: 0 !important;
}
#block-block-10 p, #block-block-11 p, #block-block-15 p, #block-block-16 p, #block-block-17 p, #block-block-18 p, #block-block-19 p, #block-block-20 p, #block-block-21 p, #block-block-22 p, #block-block-24 p {
margin: 0 !important;
padding: 0 !important;
}
#block-block-10 p img, #block-block-11 p img, #block-block-15 p img#block-block-16 p img, #block-block-17 p img, #block-block-18 p img, #block-block-19 p img, #block-block-20 p img, #block-block-21 p img, #block-block-22 p img, #block-block-24 p img {
margin: 0 !important;
padding: 0 !important;
}
