/**
 * YOUmove - Inglês pra você crescer
 * 
 * @since Version 1.0
 * @author MindSet Films Dev Team
 * @copyright Copyright (c) 2009, Ometz Group.
 */

/**
 * home.css
 * 
 * @author João Paulo Fricks
 * @description Arquivo de estilos da home.
 */

/*****************************************************
 * ESTILO CONTENT HOME 								 *
 *****************************************************/

#content 
{
	width: 991px;
	height: 259px;
	background: url("http://wiseup.tecnologia.ws/assets/YMV/images/layout/bg_content_home.png") center top no-repeat;
	padding: 0 0 0 7px;
	float: left;
}

#content #novidades
{
	float: left;
	width: 299px;
	height: 259px;
}

#content #sobre_curso
{
	float: left;
	width: 300px;
	height: 259px;
}

#content #video
{
	float: left;
	width: 384px;
	height: 259px;
}

/*****************************************************
 * ESTILO NOVIDADES 								 *
 *****************************************************/

#content #novidades img.anim
{
	width: 299px;
	height: 45px;
}

#content #novidades h1
{
	height: 10px;
	padding: 13px 0 15px 19px;
	width: 73px;
}

#content #novidades h1 span 
{
	display: none;
}

#content #novidades ul#lista_novidades 
{
	color: #355D6E;
	font-family: Arial;
	padding: 0 0 0 19px;
	width: 280px;
	float: left;
}

#content #novidades ul#lista_novidades li
{
	float: left;
	padding: 0px 0px 15px 0px;
}

#content #novidades ul#lista_novidades li.last
{
	float: left;
	padding: 0;
}

#content #novidades ul#lista_novidades li p
{
	color: #005A96;
	float: left;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bolder;
	height: 21px;
	width: 66px;
}

#content #novidades a.resumo
{
	color: #002251;
	display: block;
	float: left;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	width: 205px;
}

#content #novidades a.resumo:hover
{
	text-decoration: underline;
}

#content #novidades a.leiamais
{
	color: #005a96;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 7px 0 0 230px;
	text-decoration: none;
	width: 58px;
	float: left;
}

#content #novidades a.leiamais:hover
{
	color: #002251;
	text-decoration: underline;
}

/*****************************************************
 * ESTILO SOBRE O CURSO								 *
 *****************************************************/

#content #sobre_curso h1
{
	height: 16px;
	padding: 17px 0 15px 22px;
	width: 220px;
}

#content #sobre_curso h1 span 
{
	display: none;
}

#content #sobre_curso h2
{
	font-family: Arial,Verdana,sans-serif;
	font-size: 13px;
	color: #005a96;
	font-weight: bolder;
	padding: 10px 0 12px 22px;
	width: 220px;
}

#content #sobre_curso a.descricao
{
	color: #002251;
	display: block;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 0 0 6px 22px;
	text-decoration: none;
	width: 265px;
}

#content #sobre_curso a.descricao:hover
{
	text-decoration: underline;
}

#content #sobre_curso a.leiamais
{
	color: #005a96;
	display: block;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	1line-height: 14px;
	padding: 0 0 0 230px;
	text-decoration: none;
	width: 265px;
	display: inline;
}

#content #sobre_curso a.leiamais:hover
{
	color: #002251;
	text-decoration: underline;
}