body {
	background: #EEEEEE;
	font-family: 'Roboto', sans-serif;
}

div#masthead {
	text-align: center;
	color:  #222;
}

div#masthead h1 {
	font-family: 'Antic Didone', serif;
	font-size: 4em;
	margin: 40px 0 4px 0;
}

div#masthead h1 a {
	color:  #222;
	text-decoration: none;
}

div#subscribe {
	border-bottom:  1px #DDD solid;
	margin-bottom: 20px;
}

div#footer {
	background: #DDD;
	padding: 40px 0 80px 0;
	text-align: center;
}

div.entry {
	text-align: center;
}

h2 {
	margin: 10px 0 20px 0;
	font-family: 'Antic Didone', serif;
	font-weight: bold;
	font-size: 2.5em;
}


blockquote {
	font-family: 'Antic Didone', serif;
	font-size: 1em;
	margin: 10px 0 10px 25px;
}

div.entry h3 {
	
}


