
/* Coluna Esquerda: Thumbs grandes de Vídeo e Legendas>> 
----------------------------------------------------------------------------------------------------*/

.videos { 
	background-color:#fbfbfb;
	height:118px;
	}

.thumbv { 
	height:118px;
	width:191px;
	float:left;
	}

.legendas { 
	padding:5px;
	float:right;	
	width:370px;	
	}
	
.legendas2 { 
	padding:10px;	
	}
	
/* Títulos de Seções >> 
----------------------------------------------------------------------------------------------------*/
	.setas {
	text-align:right;
	}
	
	.jornalismo { 
	background-image:url(../img/barra_jorn.jpg);
	padding:5px;
	height:24px;	
	}
	
	.debates { 
	background-image:url(../img/barra_deb.jpg);
	padding:5px;
	height:24px;	
	}
	
	.cultura { 
	background-image:url(../img/barra_cult.jpg);
	padding:5px;
	height:24px;	
	}
	
	.documentario { 
	background-image:url(../img/barra_doc.jpg);
	padding:5px;
	height:24px;	
	}
	
	.outras { 
	background-image:url(../img/barra_outras.jpg);
	padding:5px;
	height:24px;	
	}
	
	.premios { 
	background-image:url(../img/barra_prem.jpg);
	padding:5px;
	height:24px;	
	}
	
	.parcerias { 
	background-image:url(../img/barra_parce.jpg);
	padding:5px;
	height:24px;	
	}
	
	.sec{
	color: #FFF;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    padding: 4px 6px;
	float:left;
	}
	
	.leg{
    font-size: 0.9em;
    font-weight: normal;
	text-align:left;
	}
	
	.sut{
    font-size: 0.9em;
	}
	
	#top a:link {
	text-decoration:none;
		border-bottom: none;
		color:#FFF;
		}
		
	#top a:visited {
	text-decoration:none;
		border-bottom: none;
		color:#FFF;
		}
		
	#top a:hover {
	text-decoration:none;
		border-bottom: none;
		color:#FFF;
		}
		
	#top a:active  {
		color:#FFF;
		}
		
	
	.tabsetas {
		padding-right:40px;
		}

/* Spacers
----------------------------------------------------------------------------------------------------*/

.space1 {
	margin-top: 20px;
}

.space2 {
	margin-bottom: 20px;
}

.space3 {
	margin-bottom: 10px;
}

.space4 {
	margin-top: 30px;
}


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_8 {
	margin-left: auto;
	margin-right: auto;
	width: 576px;
}

/* Colunas 
----------------------------------------------------------------------------------------------------*/

 .column1 {
 height:236px;
 }
 
  .column2 {
 height:145px;
 }
 
   .column3 {
 height:302px;
 }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}