/** Criar caixa dos cursos em Palestras e Cursos */
.curso {
  padding: 10px;
  border: solid thin;
  background-color: #F9F9F9;
}


/** Tentativa de melhorar formatação dos links dentro dos posts (antes estavam da mesma formatação do texto */

body {
  	font: normal normal 13px/22px Helvetica, Arial sans-serif; !important
}

.entry-content a {
    color: #5211A2;
    cursor: pointer;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}


.entry-content .botaopagina {
    color: #000;
}



/** Mudar sutilmente a cor de fundo do site */

body {
     background: rgba(243, 237, 247, 0.4);
}


/** Muda o padding para os textos terem paragrafo e ficarem com tabulação (ficam mais a direita dos títulos) */

p {
	/* padding: 10px 22px;  */
  	color: #000000;
	}


/** Abaixo, faz textos virarem botões. Tem 2 tipos: o da home e das páginas internas */

.botoes {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #efe5fc), color-stop(1, #ceb4f7) );
	background:-moz-linear-gradient( center top, #efe5fc 5%, #ceb4f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe5fc', endColorstr='#ceb4f7');
	background-color:#efe5fc;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#1e0f33;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:41px;
	width:261px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ede6f7;
}
.botoes:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ceb4f7), color-stop(1, #efe5fc) );
	background:-moz-linear-gradient( center top, #ceb4f7 5%, #efe5fc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ceb4f7', endColorstr='#efe5fc');
	background-color:#ceb4f7;
}.botoes:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */


.botaopagina {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d8fcab), color-stop(1, #72c92b) );
	background:-moz-linear-gradient( center top, #d8fcab 5%, #72c92b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8fcab', endColorstr='#72c92b');
	background-color:#d8fcab;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#114005;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:230px;   /* antigo: 228px */
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.botaopagina:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #72c92b), color-stop(1, #d8fcab) );
	background:-moz-linear-gradient( center top, #72c92b 5%, #d8fcab 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c92b', endColorstr='#d8fcab');
	background-color:#72c92b;
}.botaopagina:active {
	position:relative;
	top:1px;
}

