@charset "UTF-8";
/* CSS Document */
a:link,
a:visited,
a.external:hover 
{
	text-decoration: none;
}
ul{
	list-style: none;
}
ul.tags {
    text-transform: capitalize;
}
.tags a {
    white-space: nowrap;
}
li{
	list-style: none;
}
#hello {
	font-family: "LL Etica", sans-serif;
	font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
h2,
h3 {
	font-family: "LL Etica", sans-serif;
	font-weight: bold;
}
h2 {
    font-size: 30px;
    line-height: 34px;
}
h3 {
    font-size: 18px;
    line-height: 20px;
}
p {
	font-family: Georgia, Times, serif;
}
#activities .text{
	font-family: Georgia, Times, serif;
	font-size: 26px;
	line-height: 30px;
}


.more, .legend {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer p {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 15px;
}
#pagination a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
#footer .small{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #262626;
	font-weight: bold;
}
#footer .srl{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #262626;
	font-weight: bold;
}
#footer #logo{
	background: url("../imgs/logoFooter.gif") no-repeat left 1px;
	text-indent: -999px;
	width: 47px;
	float: left;
}