body {
  font: 14pt Dosis,Helvetica,sans-serif;
}

h1,h2,h3 { font-family: Asul,sans-serif; }

p { margin-top:0 }
p:first-letter { font: 14pt Asul,sans-serif;} 

aside, aside p:first-letter {
	font: 14pt Reenie Beanie,cursive;
}
aside {
	float:right;
	background-color:#eeeeee;
	text-align:center;
	padding-top:10px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-moz-border-radius: 12px;
	border-radius: 12px;
}


/*-------------------------- nav --------------------*/
nav { margin-top: 25px }

nav h2 {
  font: bold 20pt;
  margin: 0;
  padding: 0;
}
 
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
nav li {
  font: 16pt/1.5 Dosis, Helvetica, sans-serif;
  border-bottom: 1px solid #ccc;
}
 
nav li:last-child {
  border: none;
}
 
nav li a {
  text-decoration: none;
  color: #000;
  display: block;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
nav li a:hover {
  font-size: 18pt;
  background: #f6f6f6;
}

nav {
  margin-top: 70px;
}
 
/*-------------------------- footer --------------------*/
footer { margin-top:30px; text-align:center;}

footer ul {
  overflow: auto;
  list-style-type: none;
	display:inline-block;
}
 
footer li {
  height: 25px;
  float: left;
  margin-right: 0px;
  border-right: 1px solid #aaa;
  padding: 0 10px;
}
 
footer li:last-child {
  border-right: none;
}
 
footer li a {
  text-decoration: none;
  color: #ccc;
  font: 12pt Dosis, Helvetica, sans-serif;
  text-transform: uppercase;
 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
footer li a:hover {
  color: #666;
}
 
footer li.active a {
  font-weight: bold;
  color: #333;
}
