/* CSS Document */

/* ========= Geral ========= */
body{
	background: #e78007 url(layout/bgbody.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.5px;
}

/* ========= Box ========= */
#sombratopo{
	background: url(layout/bgtopo.png) no-repeat center top;
}
#areasite{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* Topo */
#topo{
	height: 218px;
}

h1{
	background: url(layout/logoshakti.png) no-repeat left top;
	width: 167px;
	height: 121px;
	position: absolute;
	margin: 30px 0 0 30px;
	text-indent: -999999px;
	z-index: 1;
}

/* Apresentação */
#apresentacao{
	margin: 0 0 15px 0;
	height: 200px;
}
#bemvindo{
	background: url(layout/bgboxbemvindo.png) no-repeat left top;
	width: 444px;
	height: 200px;
	overflow: hidden;
	float: left;
	padding: 23px 23px 0 23px;
	text-align: justify;
}
#bemvindo p{
	color: #5A5A5A;
	font-size: 16px;
	line-height: 20px;
        font-weight: bold;
	letter-spacing: normal;
        height: 120px;
        overflow: hidden;
}
#depoimentos{
	background: url(layout/bgboxdepoimentos.png) no-repeat left top;
	width: 444px;
	height: 200px;
	overflow: hidden;
	float: right;
	padding: 20px 23px 5px 23px;
	text-align: justify;
}

#depoimentos p{
	height: 123px;
        overflow: hidden;
	margin-bottom: 23px;
	color: #5A5A5A;
	font-size: 18px;
	line-height: 20px;
        font-weight: bold;
        font-style: italic;
	zletter-spacing: 0.2px;
}

.spanright{
	display: block;
	float: right;
	font-size: 11px;
	color: #737373;
}

/*** Coluna Navegação ***/
#colunanavegacao{
	width: 220px;
	float: left;
	margin: 0 0 15px 0;
}

#banner{
	margin: 0 0 15px 0;
}

/* Menu */
#menu{
	background: #fff;
	overflow: hidden;
}

#menu ul{
	margin: 20px 0 20px 15px;
}

#menu ul li{
	margin: 0 0 10px 0;
}

#menu ul li a{
	color: #EF8319;
	font-size: 18px;
	line-height: 20px;
}

#menu ul li a:hover{
	border:2px solid #E79106;
	padding: 2px 5px 2px 5px;
	color: #fff;
	background: #F2BC14;
	background: -webkit-gradient(linear, left top, left bottom, from(#F2BC14), to(#E79106));
	background: -moz-linear-gradient(top,  #F2BC14,  #E79106);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2BC14', endColorstr='#E79106');
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#menu ul li ul {
	margin: 10px 0 0 15px;
}

#menu ul li ul li a{
	color: #E8B167;
	font-size: 16px;
	line-height: 20px;
}

/* Social */

#social{
	background: #fff;
	overflow: hidden;
	margin: 15px 0 15px 0;
}

#social ul li{
	margin: 0 0 15px 0;
	clear: both;
	
}

#social p{
	font-size: 13px;
	line-height: 22px;
	letter-spacing: normal;
}

#social a{
	color: #5A5A5A;
}

#social a:hover{
	color: #F60;
}

#social img{
	float: left;
	margin: 0 8px 10px 0;
}

#social span{
	color: #737373;
	font-size: 11px;
	letter-spacing: 0.3px;
}

/* Newsletter */

#newsletter{
	background: #fff;
	overflow: hidden;
        padding: 10px;
        margin: 15px 0 15px 0;
}

#newsletter h4{
    color: #EF8319;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.errocampo span{
        line-height: 18px;
        position: absolute;
        margin: 1px 0 0 100px;
	background: #F3C083;
	display: block;
	float: left;
	color: #4A4A4A;
	padding: 3px 8px;

        -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	max-width: 150px;
	min-width: 80px;

	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

/* Coluna Conteudo */
#colunaconteudo{
	width: 760px;
	float: right;
	overflow: hidden;
}

.boxconteudo{
	background: url(layout/bgboxconteudo.png) no-repeat 20px top;
	padding: 12px 0 0 0;
	margin: 0 0 10px 0;
}

.internoboxconteudo{
	background: #fff;
}

.boxresumo{
	min-height: 200px;
}

#maps{
	float: right;
	margin-top: 50px;
}

/* Tabela de Calendário 2010 */
.box_50pc {
	width: 47%;
	height:	auto;
	padding: 0px;
	margin: 5px;
	float: left;
}

table {
	width: 98%;
	height: auto;
	padding: 2px;
	margin: 0px;
	text-align: center;
	background:	#FEF3DD;
}

table th {
	width: 14%;
	height:	auto;
	background:	#FCDCAB;
	color: #C96B0E;
	padding: 2px;
	margin:	0px;
}

table td {
	width: auto;
	height:	auto;
	background:	#FFF8EA;
	color: #EF8319;
	padding: 2px;
	margin:	0px;
}

table cite {
	display: block;
}

caption {
	padding: 2px 2px 2px 5px;
	font-size: 13px;
	font-weight: bold;
	text-align:	left;
	color: #EF8319;
}


/* Galeria de Fotos */
#galeria{
	width: 365px;
	float: left;
}

/* Twitter */
#twitter{
	width: 365px;
	float: right;
}

#twitter .imgreply{
	float: left;
	margin: 0 15px 15px 10px;
}


/* Rodape */
#rodape{
	clear: both;
	margin: 0 0 15px 0;
}
#endereco{
	float: left;
	color: #fff;
}
#endereco p{
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px 0;
}
#endereco span{
	font-size: 11px;
}

#assinatura{
	float: right;
}

/* ========= SlideShow ========= */


/* ========= Typo ========= */
/* Títulos */
h2{
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	line-height: 50px;
}
h3{
	color: #444343;
	font-size: 24px;
	font-weight: lighter;
	line-height: 35px;
}

h4{
    color: #444343;
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
}


/* Paginação */
#paginacao{
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	float: right;
	margin: 10px 0 20px 0;
}
#paginacao a{
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}

#paginacao a:hover{
	color: #444343;
}

#paginacaogaleria{
	color: #444343;
	font-size: 18px;
	line-height: 20px;
	float: right;
	margin: 10px 0 0 0;
}
#paginacaogaleria a{
	color: #444343;
	font-size: 18px;
	line-height: 20px;
}

#paginacaogaleria a:hover{
	color: #F60;
}

.paginaatual{
	color: #F3C083;
}
/* Subtítulos */

/* Resumos */
.resumo{
	color: #444343;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 10px 0;
}

.listageminterna{
    color: #444343;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0 10px 0;
}

/* Textos */
p, .texto, .boxconteudo ul{
	color: #444343;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.2px;
	margin: 0 0 10px 0;
}

.boxconteudo ul li{
    list-style-image: url('layout/bullet_menu.gif');
    margin-left: 100px;
}


/* ========= Listas ========= */


/* ========= Links ========= */
a{
	text-decoration: none;
	font-size: 12px;
	color: #737373;
}

a:hover{
	color: #F60;
}

/*  Onde */
.onde{
	display: block;
	float: left;
	font-size: 12px;
	color: #737373;
}
.onde a{
	font-size: 12px;
	color: #737373;
	font-style: italic;
}
.onde a:hover{
	color: #F60;

}

/* Mais */
.mais{
	display: block;
	float: right;
	font-size: 12px;
	color: #737373;
	font-style: italic;
}
.mais:hover{
	color: #F60;

}

/* ========= Imagens ========= */
.imgleft{
	float: left;
	margin: 0 15px 15px 0;
}

.imgright{
	margin: 0 0 15px 0;
}

.imgboxes{
	float: left;
	margin: 0 15px 0 0;
}

/* ========= Formulários ========= */
input[type=text],input[type=submit],textarea{
	float: left;
	font-size: 13px;
	padding: 2px 3px 2px 3px;
	color: #444343;
	line-height: 16px;
	letter-spacing: 0.2px;
        border: 1px solid #EF8319;
        margin-bottom: 5px;

}

input[type=submit]{
	background: #F3C083;
	border: 1px solid #EF8319;
	margin: 5px 0 0 0;
}

select{
	border: 1px solid #EF8319;
	width: 120px;
	float: left;
	font-size: 13px;
	color: #444343;
	line-height: 16px;
	letter-spacing: 0.2px;
}

/* Formulário contato */

#refreshcontato{
	float: left;
	width: 400px;
}

#refreshcontato label{
	float: left;
	padding: 0 15px 0 0;
	width: 70px;
	margin: 0 0 10px 0;
	text-align: right;
	color: #444343;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.2px;
}

#refreshcontato input[type=text]{
	border: 1px solid #EF8319;
	width: 300px;
}
#refreshcontato textarea{
	border: 1px solid #EF8319;
	width: 300px;
}

/* Formulário inscrições */

#refreshinscricoes label{
	float: left;
	padding: 0 15px 0 0;
	width: 200px;
	margin: 0 0 10px 0;
	text-align: right;
	color: #444343;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.2px;
}

#refreshinscricoes input[type=text]{
	border: 1px solid #EF8319;
	width: 350px;
}
#refreshinscricoes textarea{
	border: 1px solid #EF8319;
	width: 350px;
}

/* ========= Menu Lateral ========= */


/* ========= Menu Rodapé ========= */
#menurodape{
	background: url(layout/bgmenurodape.jpg) repeat-x left top;
	height: 25px;
	line-height: 25px;
	margin: 0 0 15px 0;
	letter-spacing: normal;
}

#menurodape li{
	display: block;
	float: left;
}
#menurodape li a{
	color: #fff;
	font-size: 11px;
	margin: 0 19px;
	margin: 0 17px\9;
}

#menurodape li a:hover{
	text-shadow: 1px 1px 0 #666;
}
#menurodape #linkhome{
	width: 26px;
	height: 25px;
	background: url(layout/bgbtnhome.jpg) no-repeat left top;
	text-indent: -9999999px;
	display: block;
	margin: 0;
}
#menurodape #linktopo{
	width: 26px;
	height: 25px;
	background: url(layout/bgbtnparaotopo.jpg) no-repeat left top;
	text-indent: -9999999px;
	display: block;
	float: right;
	margin: 0;
}

/* ========= Default ========= */
.clear{
	clear: both;	
}

.interno10{
	padding: 10px;
}
.interno15{
	padding: 15px;
}