@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
}

img{
	border:0;
}

main{
	display:block;
	width:970px;
	margin: 0 auto;
	background: #060;
	box-shadow: 0px 0px 3px #AAA;
	-moz-box-shadow: 0px 0px 3px #AAA;
	border-radius: 25px;
	-moz-border-radius: 25px;
	overflow:hidden;
}


html, body {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #040;
}


body > hgroup {
	background: url(../Images/bgtop.jpg) center center repeat-x !important;
	height:170px;
}

body > hgroup:first-child {
	width: 100%;
	height:160px;
	padding-bottom:10px;
}

body > hgroup:first-child header {
	width:900px;
	margin:0 auto;
}

body > hgroup:first-child header img:first-child{
	margin: 10px 0 10px 50px;
}

body > hgroup:first-child header img:last-child{
	float: right;
	margin: 10px 50px 10px 0;
}

section {
	clear:both;
	display: block;
	padding:20px 40px;
	width:880px;
	text-align: center;
}

section > #conteudo > div {
	padding:8px;
	margin: 10px auto;
	background: #FFF;
	border-radius: 30px;
	-moz-border-radius: 30px;
	overflow:hidden;
}

.contCursos > div p {
	line-height:20px;
}
.contCursos > div img {
	display:block;
	max-height:130px;
	margin:20px auto;

}

article {
	clear:both;
	display: block;
	border-radius: 25px;
	-moz-border-radius: 25px;
	padding:20px 40px;
	width:880px;
	text-align: center;
	overflow:hidden;
}

article > #conteudo > div {
	padding:8px;
	margin: 10px auto;
	background: #FFF;
	border-radius: 30px;
	-moz-border-radius: 30px;
}
section > #conteudo > div:last-child, article > #conteudo > div:last-child {
/*	background: #FFF url("../img/bgConteudo.png") bottom center no-repeat; */
}
article > #conteudo > div img {
	max-width: 200px;
}

article > #conteudo > div > p {
	max-width:800px;
	margin:10px auto;
}

article > #conteudo > div > div {
	max-width:700px;
	margin:0 auto 10px;
	border-bottom: solid 1px #DDD;
	text-align:left;
}

article > #conteudo > div > div:last-child {
	max-width:700px;
	margin:0 auto 10px;
	border-bottom: none;
}

article > #conteudo > div > div > p:last-child {
	text-align:right;
	font-style: italic;
	font-weight:bold;
	margin: 0 20px 25px 0;
	font-size: 16px;
}

article > #conteudo > div h2, article > #conteudo > div h4 {
	margin:10px auto;
}

article.single > div {
	padding:30px 15px;
	margin: 5px auto;
	background: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

article.single > div > p {
	max-width:700px;
	margin: 0 auto 10px;
	line-height: 18px;
	font-size:15px !important;
}

article.osraios #conteudo > div {
	line-height:20px;
	padding-bottom:30px;
}

article.osraios #conteudo > div > p {
	width:600px;
}

article.ensinamentos {
	float:left;
	width: 650px;
}

article.ensinamentos p, article.ensinamentos h2, article.ensinamentos h3, article.ensinamentos h4{
	max-width: 580px;
	margin: 0 auto;
}

aside {
	float:left;
	width:200px;
}

aside div {
	padding:15px;
	background: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top:30px;
	line-height:22px;
}

aside div img {
	margin-bottom:10px;
}

aside div a:hover {
	text-decoration:none;
	color: #090;
}

audio {
	margin-left: 15px;
	width:930px;
}


h1{
	font-weight:bold;
	font-size: 22px;
	color: #FFF;
	text-transform: uppercase;
	text-align:center;
}

h2 {
	font-weight:bold;
	font-size: 20px;
	margin-bottom:10px
}

h3{
	font-weight:bold;
	font-size:17px;
	margin-bottom:10px;
}

h4{
	font-weight:bold;
	font-size: 15px;
	margin-bottom:5px;
}

hr {
	margin: 15px 0;
}

.gradiente-top-claro{
	background: #009100;
	background: -moz-linear-gradient(top,  #009100 0%, #006600 100%);
	background: -webkit-linear-gradient(top,  #009100 0%,#006600 100%);
	

}

.gradiente-bottom-claro{
	background: url(../Images/bgtop.jpg) center center repeat-x !important;
}

.ativa {
	background: rgba(255,255,255,0.4);
	color: #090 !important;
}

#mapaSite {
	background: #AAA;
	color: #FFF;
	text-align:center;
	margin:0px;
	padding:4px 0;
	font-size:16px;
	font-weight: bold;
}

#mapaSite a{
	text-decoration:none;
	color: #FFF;
}

#blocoFrases {
	margin-bottom:30px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	text-align:center;
	font-size: 16px;
	color: #090;
	background: #FFFFFF;
}

.frase{
	width:400px;
	margin: 0 auto 10px auto;
	padding:10px;
}
.frase p:first-child {
	font-weight:bold;
}

.frase p:last-child {
	margin-top:4px;
	font-size:14px !important;
	font-style:italic;
}

#msgEnsinamentos{
	margin-bottom:30px;
}

.mensagem {
	margin-bottom:20px;
	text-align:center;
}

.mensagem p:first-child{
	font-weight: bold !important;
	height:55px;
	overflow:hidden;
	font-size:16px !important;
	width:600px;
	margin: 0 auto;
	font-style: normal !important;
}

.mensagem p{
	margin-top:4px;
	font-size:14px !important;
	font-style:italic;
}

#cursos > div{
	margin-bottom:20px;
	font-weight:normal;
}

#mesas p{
	max-width:600px;
	margin:10px auto 0 auto;
}

#mesas img {
	max-width: 300px;
}

#formulario {
	text-align:left;
	border:solid 1px #060;
	border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top:10px;
	width:700px;
	margin:0 auto 25px auto;
}

#formulario input[type=text], #formulario textarea{
	border: solid 1px #888;
	height:22px;
}

#formulario input[type=text]:hover, #formulario textarea:hover{
	border:solid 1px #080;
}


/*======================
 PAINEL ADMINISTRATIVO*/
 
 
 /* MENU */
 nav#menuPnl * {
	margin:0;
	padding:0;
}

nav#menuPnl {
	width: auto;
	background:#FFF;
}
 
 .menuPainel {
	list-style-type:none;
	float:left;
	background:#090;
	border-radius: 5px;
	-moz-border-radius:5px;
	padding:5px !important;
	box-shadow:1px 1px 2px #222;
	-moz-box-shadow:1px 1px 2px #222;
	margin-left:220px !important;
 }
 
 .menuPainel ul {
	list-style-type:none;
 }
  
 .menuPainel li {
	position:relative;
	float:left;
 }
 
 .menuPainel li:last-child{
	margin-right:0px;
 }
 
 .menuPainel li a {
	text-decoration:none;
	color: #FFF;
	padding:5px 8px !important;
 }
 
 .menuPainel li a:hover{
	text-shadow:0px 0px 5px #fff;
	border-radius:5px;
 }
 
 .menuPainel li ul {
	position:absolute;
	top:25px;
	left:0;
	background:#090;
	display:none;
	border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:1px 1px 2px #222;
	-moz-box-shadow:1px 1px 2px #222;
 }
 
 .menuPainel li:hover ul, .menu li.over ul { display:block }
 
 .menuPainel li ul {
	margin-top:-4px !important;
	padding:5px 2px !important;
	width:auto;
 }
 
 .menuPainel li ul li { height:20px; }
 
 
 /* PÁGINA */

 section.pgAdm > div {
	padding:30px 15px;
	margin: 5px auto;
	background: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

section.pgAdm > div > form{ width:700px; margin:0 auto !important; }

section.pgAdm > div > form > div{ min-height:40px !important; }

section.pgAdm label{ margin-left: 20px; }
section.pgAdm label:first-child{ margin-left: 0px; }

section.pgAdm #titulo { width:600px; }

section.pgAdm textarea{
	width:700px;
	margin-top:5px;
	border: solid 1px #030;
}

section.pgAdm input[type=text], section.pgAdm select, section.pgAdm input[type=password] { border: solid 1px #030; height:20px }

section.pgAdm input[type=password] { margin-left:15px; width:206px;}

section.pgAdm textarea:hover, section.pgAdm input[type=text]:hover, section.pgAdm select:hover, section.pgAdm input[type=password]:hover { border-color: #0A0; }

section.pgAdm input[type=submit] {
	float:right;
	background: #090;
	color: #FFF;
	border: solid 1px #060;
	margin-top:20px;
	padding:3px 4px;
	border-radius:5px;
	-moz-border-radius:5px
	
}

section.pgAdm input[type=submit]:hover { background: #060; color: #FFF; border-color: #0B0; }

section.pgAdm table, section.pgAdm table td{ border:solid 1px #060; }

section.pgAdm #cadMestre form{ width: 600px; margin:0 auto; }

section.pgAdm #cadMestre input{ float:left; margin:0 20px 0 0 !important; }

section.pgAdm #cadMestre input[type=text]{	width:450px; }

section.pgAdm #cadMestre label{ float:left; margin:4px 5px 0 0 ; }

section.pgAdm #pnlLogin form {
	width: 290px;
}