/* BASICS */

*
{
	padding: 0;
	margin: 0;
}

body 
{
	font-size: 14px;
	font-family: Arial, Sans-Serif;
	background: #005495 url('images/bg[main].jpg') no-repeat top center;
	color: #777;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

h1
{
	font-size: 18px;
	margin: 0;
	padding-bottom: 20px;
	color: #00425F;
	text-transform: uppercase;
}

h3
{
	font-size: 13px;
	padding-bottom: 4px;
}

hr
{
	color: #ccc;
    background-color: #999;
	height: 1px;
}

p
{
	text-align: justify;
	padding: 10px 0;
}

ul
{
	list-style: none;
}

a,a:visited
{
	color: #00425F;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

/* BASICS END */

#header {
	width: 100%;
}

#logo
{
	background: url('images/logo[vidanova].png') no-repeat top center;
	width: 382px;
	height: 128px;
	position: relative;
	margin: 0 auto;
}

/* MENU */

#menu {
	background: url('images/bg[menu].png') no-repeat;
	width: 868px;
	height: 70px;
	position: fixed;
	left:  50%;
	margin-left: -434px;
	z-index: 12;
}

#menu ul
{
	position: relative;
	left: 50px;
}

#menu li
{
	float: left;
	text-indent: -9000px;
	overflow: hidden;
	padding: 0 6px;
}

#menu .btnHome a:link,#menu .btnHome a:visited

{
	background: url('images/menu.png') no-repeat 0 0;
	width: 88px;
	height: 50px;
	display: block;
	position: relative;
	top: 15px;
}

.home #links .btnHome a:link,.home #links .btnHome a:visited,#links .btnHome a:hover
{
	background-position: 0 -100px;
	outline: none;
	top: 0;
}

#links .btnQuemSomos a:link,#links .btnQuemSomos a:visited
{
	background: url('images/menu.png') no-repeat -96px 0;
	width: 105px;
	height: 50px;
	display: block;
	position: relative;
	top: 15px;
}

.quemSomos #links .btnQuemSomos a:link,.quemSomos #links .btnQuemSomos a:visited, #links .btnQuemSomos a:hover
{
	background-position: -96px -100px;
	outline: none;
	top: 0;
}

#links .btnGrupos a:link,#links .btnGrupos a:visited
{
	background: url('images/menu.png') no-repeat -214px 0;
	width: 156px;
	height: 50px;
	display: block;
	position: relative;
	top: 15px;
}

.grupos #links .btnGrupos a:link,.grupos #links .btnGrupos a:visited, #links .btnGrupos a:hover
{
	background-position: -214px -100px;
	outline: none;
	top: 0;
}

#links .btnPastores a:link,#links .btnPastores a:visited
{
	background: url('images/menu.png') no-repeat -375px 0;
	width: 85px;
	height: 50px;
	display: block;
	position: relative;
	top: 15px;
}

.pastores #links .btnPastores a:link,.pastores #links .btnPastores a:visited, #links .btnPastores a:hover
{
	background-position: -375px -100px;
	outline: none;
	top: 0;
}

#links .btnMinisterios a:link,#links .btnMinisterios a:visited
{
	background: url('images/menu.png') no-repeat -470px 0;
	width: 105px;
	height: 50px;
	display: block;
	position: relative;
	top: 15px;
}

.ministerios #links .btnMinisterios a:link,.ministerios #links .btnMinisterios a:visited,#links .btnMinisterios a:hover
{
	background-position: -470px -100px;
	outline: none;
	top: 0;
}

#links .btnRedes a:link,#links .btnRedes a:visited
{
	background: url('images/menu.png') no-repeat -585px 0;
	width: 55px;
	height: 50px;
	display: block;
	position: relative;
	top: 15px;
}

.redes #links .btnRedes a:link,.redes #links .btnRedes a:visited,#links .btnRedes a:hover
{
	background-position: -585px -100px;
	outline: none;
	top: 0;
}

#links .btnContato a:link,#links .btnContato a:visited
{
	background: url('images/menu.png') no-repeat -650px 0;
	width: 88px;
	height: 50px;
	display: block;
	position: relative;
	top: 15px;
}

.contato #links .btnContato a:link,.contato #links .btnContato a:visited,#links .btnContato a:hover
{
	background-position: -650px -100px;
	outline: none;
	top: 0;
}


/* MENU END */

#container
{
	padding-top: 80px;
}
	
	#content
	{
		width: 950px;
		min-height: 500px;
		margin: 0 auto;
		background-color: #F2F3F4;
		padding-bottom: 30px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.contentHeader
	{
		background: url('images/header[content].png') no-repeat top left;
		width: 950px;
		height: 8px;
		margin: 0 auto;
	}
	
	.contentFooter
	{
		background: url('images/footer[content].png') no-repeat 0 0;
		width: 951px;
		height: 8px;
		margin: 0 auto;
		clear: both;
		position: relative;
	}
	
	#content #contentMain
	{
		
	}
	
	
	#content .contentBlock
	{
		width: 962px;
		background: url('images/separator.png') no-repeat 23px -1px;
		margin: 0 auto;
		float: left;
	}
	
	#content .contentBlock .item
	{
		padding: 40px 15px 0 18px;
	}
	
	#content .contentBlock .left
	{
		background-color: #e6e6e6;
		width: 238px;
		min-height: 300px;
		position: relative;
		left: 45px;
		float: left;
		margin-top: 16px;
		padding-top: 24px;
	}
		#content .contentBlock .left .textContainer
		{
			height: auto;
		}
	
		#content .contentBlock .left p
		{
			padding-top: 0;
			padding-bottom: 20px;
		}
		
			#content .podcastHome div
			{
				padding-top: 0;
				padding-bottom: 20px;
			}
		
		#content .bottom .left
		{
			min-height: 250px;
		}
		
		#content .middle .left
		{
			min-height: 280px;
		}
		
		#content .footer .left
		{
			min-height: 40px;
		}
	
	#content .contentBlock .moreLink
	{
		font-size: 14px;
		font-weight: bold;
	}
		.left .moreLink
		{
			position: relative;
			top: 32px;
		}
		
			.bottom .left .moreLink
			{
				top: 0;
			}
		
		.center .moreLink
		{
			position: relative;
			top: -7px;
		}
		
			.bottom .center .moreLink
			{
				position: relative;
				top: 0px;
			}
			
			.bottom .center .icon
			{
				padding-top: 16px;
			}
		
		.right .moreLink
		{
			float: left;
			padding-top: 8px;
		}
		
			.bottom .right .moreLink
		{
			padding-top: 0;
		}
	
	#content .contentBlock .center
	{
		width: 290px;
		/* border: 1px solid blue; */
		float: left;
		margin-left: 60px;
		min-height: 200px;
	}
		
		.bottom .center p
		{
			width: 250px;
			padding-bottom: 20px;
		}
	
		#content .contentBlock .center .videoHome
		{
			position: relative;
			top: -9px;
			margin-bottom: -9px;
		}
		
		#content .middle .center,#content .bottom .center
		{
			
		}
		
		#content .contentBlock .center .novidades
		{
			width: 700px;
		}
		
		#content .contentBlock .center .novidadesItem
		{
			float: left;
			width: 255px;
			margin-right: 60px;
		}
		
		#content .contentBlock .center .novidadesItem p
		{
			height: 65px;
		}
		
		#content .contentBlock .center .novidadesItem a
		{
			color: #888;
			text-decoration: none;
		}
		
			#content .contentBlock .center .novidadesItem a:hover
			{
				text-decoration: underline;
			}
		
		#content .contentBlock .center .novidadesItem h3
		{
			font-size: 17px;
			padding-bottom: 10px;
		}
		
		#content .contentBlock .center .novidade
		{
			background: url('images/bg[novidade].jpg') no-repeat top left;
			width: 248px;
			height: 50px;
			text-align: center;
			padding-top: 10px;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			margin-top: 15px;
		}
		
		#content .contentBlock .center .novidade a
		{
			color: white;
		}
	
	#content .contentBlock .right
	{
		width: 262px;
		min-height: 200px;
		/*border: 1px solid red; */
		float: left;
	}
		.bottom .right p
		{
			padding-bottom: 20px;
		}
	
		#content .contentBlock .right #photoGallery
		{
			padding: 0;
			width: 100%;
		}
	
		#content .contentBlock .right #photoGallery a
		{
			border: #00425F 3px solid;
			width: 75px;
			height: 75px;
			float: left;
			margin: 0 3px 3px 3px;
		}		
	
		#photoGallery img
		{
			width: 75px;
			height: 75px;
			display: block;
		}

#painel
{
	width: 902px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 20px;
	height: 330px;
}
	
	#nav
	{
		float: right;
		margin-top: 10px;
	}
	
	#nav a
	{
		background: url('images/icon[nav].jpg') no-repeat;
		width: 14px;
		height: 14px;
		padding: 1px 0 0 5px;
		margin-top: 2px;
		position: relative;
		color: #00425c;
		display: block;
		float: left;
	}
	
	#nav a:hover
	{
		text-decoration: none;
	}
	
	#nav a.activeSlide
	{
		background: url('images/icon[navActive].jpg') no-repeat;
		
		color: #29abe2;
	}
	
#footerGeral
{
	clear: both;
}
	#footerGeral a
	{
		color: white;
	}
	
	#footerGeral h1
	{
		color: white;
		font-size: 15px;
		text-transform: none;
	}
	
	#footer
	{
		height: 35px;
		background-color: #00425F;
		width: 100%;
		clear: both;
		position: relative;
		color: white;
		padding-top: 21px;
	}

		#footer p
		{
			width:  850px;
			margin: 0 auto;
			font-size: 12px;
			padding: 0;
		}
		
		#footer a
		{
			color: #29abe2;
		}
	
	#footerMenu
	{
		width: 852px;
		margin: 0 auto;
		position: relative;
		color: white;
		top: 40px;
		height: 220px;
	}
	
	#footerMenu h1
	{
		padding-bottom: 20px;
	}
	
	#footerMenu div,#footerMenu ul
	{
		float: left;
	}
	
	#footerMenu ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#footerMenu li
	{
		padding-bottom: 5px;
	}
	
	#footerMenu #menuContato
	{
		margin-right: 50px;
		padding-right: 50px;
		border-right: 1px solid white;
		height: 140px;
	}
	
	#footerMenu #mapaSite ul
	{
		padding-right: 50px;
	}
	
/* SIDEBAR */

#sidebar
{
	float: left;
	width: 255px;
	padding: 30px 30px 0 30px;
}

	#sidebar .sidebarItem
	{
		padding: 15px 0;
		border-bottom: 1px dotted #999;
	}
		
		#sidebar .sidebarItem a
		{
			color: #666;
		}
		
		#sidebar .sidebarItem p
		{
			font-weight: bold;
			font-size: 14px;
			padding-bottom: 10px;
		}
	
	#sidebar .date
	{
		font-weight: normal;
		font-size: 11px;
	}

/* POST */

.post
{
	width: 560px;
	float: right;
	border-left: 1px solid #999;
	padding: 0 30px 30px 30px;
	height: 130%;
	min-height: 400px;
	margin-top: 30px;
}

/* BANNERS */

#banners
{
	width: 901px;
	height: 201px;
	/*border: 1px solid #999;*/
	margin: 20px auto 0 auto;
}

/* COMENTÁRIOS */

#comentarios
{
	width: 600px;
}

	#comentarios ol
	{
		list-style: none;
	}
	
	#comentarios li
	{
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px dotted #b7b7b7;
		width: 100%;
		float: left;
	}
		
	.comentariosContainer,.respond
	{
		padding-top: 20px;
		clear: both;
	}
	
	.comentariosContainer
	{
		margin-top: 20px;
		border-top: 1px dotted #999;
	}
	
	.comment-meta
	{
		text-transform: uppercase;
		font-size: 9px;
	}
	
	.commentMeta
	{
		width: 100px;
		float: left;
	}
		
	.commentBody
	{
		width: 500px;
		float: right;
	}
		
		.commentBody p
		{
			padding: 0 40px 10px 10px;
		}
		
	.commentlist .says
	{
		color: #29abe2;
	}
		
		.commentlist .fn
		{
			font-style: normal;
			font-weight: bold;
		}
		
	.respond textarea
	{
		width: 300px;
	}
	
/* ARCHIVES */

.readmore
{
	display: none;
}

.archivesItem
{
	margin: 20px 0;
	float: left;
	width: 220px;
	min-height: 64px;
}
	
	.archivesItem.esbocos
	{
		background: url('images/icon[esbocos]_large.png') no-repeat top left;
		padding-left: 60px;
	}
	
	.archivesItem.podcasts
	{
		background: url('images/icon[podcasts]_large.png') no-repeat top left;
		padding-left: 60px;
	}
	
	.archivesItem.vidaEmDestaque
	{
		background: url('images/icon[vidaemdestaque]_large.png') no-repeat top left;
		padding-left: 60px;
	}
	
	.archivesItem.blogs
	{
		width: 500px;
	}
		
		.archivesItem.blogs p
		{
			padding-top: 7px;
			padding-bottom: 7px; 
		}
	
	.archivesItem p
	{
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom: 0;
	}

.archivesDescription
{
	width: 420px;
	padding-bottom: 20px;
}

.data
{
	background: url('images/bg[data].png') no-repeat;
	width: 89px;
	height: 24px;
	text-align: center;
	font-size: 15px;
	color: white;
	text-transform: uppercase;
	padding: 3px 0 0 0;
}

/* PROGRAMAÇÃO */

.boxMes
{
	
}

/* NEWSLETTER */

.newsletter
{
	margin-top: 25px;
	width: 259px;
	height: 183px;
	background: url('images/bg[newsletter].png') no-repeat;
	color: white;
	padding-left: 15px;
	padding-top: 15px;
	margin-right: 20px;
}

.newsletter h3
{
	font-size: 15px;
	text-transform: uppercase;
}

.newsletter p
{
	width: 230px;
}

.newsletter input
{
	display: block;
	margin: 5px 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #F2F2F2;
	border: 0;
}

.newsletter .texto
{
	margin-left: 2px;
	padding: 2px;
}

/* 404 */



/* PROGRAMAÇÃO */

.programacao h3
{
	padding-top: 10px;
}

	.programacao .exception
	{
		font-size: 11px;
		margin-top: 10px;
	}