@import url(../css/estilo.css);


body { background: url(../imagens/fundo-agenda.jpg) top center; color: #F5F2EB; }

a {color: #fbcec5}
h1 { font-size: 27px; font-weight: normal; margin: 30px 0 21px 0; color: #fbcec5; border-bottom: 1px solid #fbcec5; }
h2 { font-size: 20px; font-weight: normal; margin: -4px 0 0 0; display: inline; color: #fbcec5;  }
p { font-size: 13px; margin: 9px 0 15px 0; text-transform: uppercase; }
strong { font-size: 14px; font-weight: bold; }

.ano {font-size: 14px;}

.info { text-transform: none; }
xp strong { font-weight: normal; }

#flash { width: 830px; }


#menu li { display: inline; font-size: 12px; text-transform: uppercase; }
	#menu li a { background: #f8ae9f; padding: 1px 5px; color: #fff; }
		#menu li a:hover { background-color: #f47e65; }


#conteudo { margin-top: -25px; text-align: left;}
#conteudo p {text-align: left !important}


/* AGENDA CALENDÁRIO */

p.evento {
clear: both;
width: 96%;
padding: 12px 0 0 0;
margin-bottom: 3px;
display: table;
border-bottom: 1px solid #fbcec5;
}

span.when {
width: 36px;
float: left;
margin-right: 15px;
}

span.date {
float: left;
margin-right: 6px;
}

span.when-month {
width: 30px;
font-size: 11px;
font-weight: normal;
color: #f15e3f;
background: #fbcec5;
padding: 0px 3px;
text-align: center;
display: block;
border: 1px solid white;
}

span.when-day {
width: 30px;
font-size: 21px;
font-weight: bold;
background: #F5F2EB;
padding: 2px 3px;
text-align: center;
margin-bottom: 15px;
display: block;
color: #f15e3f;
border: 1px solid white;
clear: both;
}

span.when-weekday {

}

span.when-hour {

}