/*
Theme Name: Vitadenarium
Theme URI: 
Description: 
Author: 
Author URI:
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Tags: 
Text Domain: vitadenarium
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */


.botaoExp h3 {
	text-transform: uppercase;
}
.botaoExp h3 a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

h2.mesEvento {
	text-transform: uppercase;
	color: #a0824b;
	border-bottom: 1px solid #87caa7;
	margin: 20px 0px 15px;
	padding: 0px 0px 15px;
}

.dataEvento {
	color: #277d4c;
	margin: 0px;
	padding: 8px 6px;
	font-size: 30px;
	text-align: center;
	border-right: 1px solid #edebeb;
	font-weight: bold;
        line-height: 30px;
}

.linhaEvento {
	border-bottom: 1px solid #e0e0e0;
}

.events-table {
	margin: 10px 0px 10px;
}

.events-table a:link, .events-table a:visited {
	text-decoration: none;
	color: #908f8f;
}

.events-table h4 {
	color: #444343;
	font-size: 18px;
	font-weight: bold;
}

.events-table h4:hover {
	color: #a0824b;
}

.events-table a:hover, .events-table a:active {
	color: #a0824b;
}

.titEvento {
	color: #908f8f;
}
.locEvento {
	color: #444343;
	margin: 0px;
	padding: 8px 6px;
	font-size: 18px;
	text-align: center;
	border-left: 1px solid #edebeb;
	font-weight: bold;
}

ul.listaPosts li a:link, ul.listaPosts li a:visited {
	font-size: 18px;
	text-decoration: none;
	margin: 20px 0px;
	padding: 5px;
	color: #030;
}

ul.listaPosts li a:hover, ul.listaPosts li a:active {
	background: #DCE7CF;		
}