/***********************************************************************************
	CONSIDERAÇÕES:
	Folha de estilo para a página inicial (apenas estrutura). Os tipos e formatação 
	estção em (types.css e format.css);
************************************************************************************/

/******************
	FORMATAÇÃO
*******************/

/** MAIN-COLUMN - coluna principal (esquerda) da página inicial **/

#main-column {
	height: 100%;
	float: left;
	width: 370px;
	margin: 0 8px 50px 5px;

}
/** Chamadas e destaques da home **/

span.divisoria {
	display: block;
	background: url(images/tracejado.gif) repeat-x 0 23px;
	margin: 15px 0 10px 0;
	height: 25px;	
}

h3.calendario, h2.destaque, h3.eventos, h3.ultimas-noticias, h3.boletim, h3.depoimentos {
	padding-left: 30px;
}

.chamada, .chamada, h3.chamada, h4.chamada ,h5.chamada ,h6.chamada, p.chamada, a.chamada, strong.chamada, small.chamada{
	color:#000c3f;
}

h1.destaque, h2.destaque, h3.destaque, h4.destaque, h5.destaque, h6.destaque, p.destaque, a.destaque, strong.destaque, small.destaque{
	color: #CC0000;
}

strong.destaque a, strong.destaque{
	text-transform: uppercase;
	font-weight: bold;
}

strong.titulo-materia a, strong.titulo-ultimas, strong.titulo-ultimas a{
	color: #001D59;
}

/** Destaque **/


#destaque-headline {
	line-height: 105%;
}
.excerpt a{
	font-size: 0.85em;
}

strong.titulo-ultimas-noticias a {
	font-weight: normal;
	color: #001D59;
}

.headline {
	font-size: 0.85em;
}


h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
#secondary-column{
	height: 100%;
	float: left;
	width: 392px;
	margin: 0 8px 50px 0;
	
}

h3.calendario, h2.destaque, h3.eventos, h3.ultimas-noticias, h3.boletim, h3.depoimentos {
	padding-left: 30px;
}

h3.cursos {
	padding-left: 32px;
	height: 30px;
}

strong.destaque {
	display: block;
}	




h3.calendario, h3.cursos, h2.destaque, h3.eventos, h3.ultimas-noticias, h3.boletim, h3.depoimentos {
	background: url(images/star-mail-chat-book-mail-sound.gif) left no-repeat;
	display: inline;
}

h3.clientes-alunos {
	display: inline;
}
h3.calendario {
	background-position: 0px -2px;
}

h3.cursos {
	background-position: 0px -132px;
}

h2.destaque {
	background-position: 0 -32px;
}

h3.eventos {
	background-position: 0 -165px;
}

h3.ultimas-noticias {
	background-position: 0 -197px;	
}
h3.boletim{
	background-position: 0 -65px;	
}

h3.depoimentos {
	background-position: 0 -98px;	
}


.jornais { padding: 10px 0 10px 0; }
/** Calendário de cursos **/



ul.calendario li {
	background: white;

	padding: 3px;
	margin: 0 0 1px 0;
}

ul.calendario li.claro {
	background: #E8F7FF;/** azul claro **/
	
}

table.calendario {
	width: 100%;
	border: 1px solid #ffcaca;
}
table.calendario td { 	
	border-bottom: 1px solid #ffcaca; 
	padding: 1px;
}
table.calendario td.curso {
	width: 60%;

}

table.calendario td.carga, table.calendario td.carga {
	width: 13%;
}

.none-curso a { color: #000c3f; }
.nome-curso {
	display: inline;
	font-size: .85em;
	font-weight: bold;
	
	color: #000c3f;

}

small.info {
	display: inline;
	font-size: .8em;
	color: #2666AE;
}

.ui-tabs-hide {
	display: none;
}

.left { text-align: left; }

.ui-tabs-nav{
	height: 26px;
	border-bottom: 6px solid #000C3F;
	font-family: "Lucida Grande", sans-serif;
}

.ui-tabs-nav li {
	float: left;
}

.ui-tabs-nav li a{
	display: block;
	color: #fff;
	text-align: center;
	padding:5px 0 0 0;
	text-transform: uppercase;
	font-size: .85em;
}


ul.ui-tabs-nav li.rapidos {
	background: url(images/tab-rapido-unselected.png) no-repeat;
	width: 186px;
	height: 26px;
}

ul.ui-tabs-nav li.longos {
	background: url(images/tab-longo-unselected.png) no-repeat;
	width: 184px;
	height: 26px;
	
}
ul.ui-tabs-nav li.longos a, ul.ui-tabs-nav li.rapidos a {
	color: #333;

}

ul.ui-tabs-nav li.ui-tabs-selected a.link-rapido{
	background: url(images/tab-rapido-selected.png) no-repeat;
	width: 186px;
	height: 26px;
	color: white;
}

ul.ui-tabs-nav li.ui-tabs-selected a.link-longo {
	background: url(images/tab-longo-selected.png) no-repeat;
	width: 184px;
	height: 26px;
	color: white;
	
}
ul.ui-tabs-nav li.ui-tabs-selected a.link-rapido {
	

}
/** EVENTOS **/

#eventos {

	background: url(images/banners/reuniao.jpg) no-repeat; 
	width: 387px;
	height:	249px;
}

#eventos .transparente {
	display: block;
	background: url(images/transparente-40.png);
}

#eventos .tipo-evento {
	display: block;
	text-transform: uppercase;
}

#eventos .tarja {
	position: absolute;
	width: 368px;
	margin: 175px 0 0 0;
	padding: 10px 10px 10px 10px;

	
}

/** Cursos **/

.lista-cursos li{
	display: inline;
	width: 175px;
	height: 76px;
	margin-right: 0px;
}



/** Depoimentos **/



 .more {
	display: block;
	color: #001d59;
	text-transform: uppercase;
	font-size: .8em;
	margin: 5px 0 5px 0px;
}

ul.depoimento li .texto:hover {
 color: black;
}

/** Ultimas **/

.ultimas-noticias li{
	font-size: 1em;
	background: url("http://www.invasao.com.br/css/screen/imgs/seta.gif") no-repeat 0 6px;
	padding-left: 10px;

}

.ultimas-noticias li a:hover {
	color: #333;
}

/** Enquetes **/

.wp-polls strong {
	font-weight: normal;
}

/** ultimas **/
	

