* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

header, section, footer,
aside, nav, article, figure {
	display: block;
}

body {
    /*font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", "Lucida Sans Unicode", sans-serif;*/
    font: italic 16px Georgia,Palatino,serif;
    background: url("https://mpb.li/bg-grid.jpg") repeat fixed 0 0 #9BADC4;
}

h1 {
    text-shadow: 0 2px 6px #333333;
    margin: 10px;
    padding: 15px;
    text-align: center;
    color: #fefefe;
    font-size: 32px;
    line-height: 26px;
}

h2 {
    color: #efefef;
    display: block;
    font: italic 32px Georgia,Palatino,serif;
    margin: 0 0 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 6px #333333;
}


div.vignette {
	display: block;
	text-align: center;
	background: #eee;
	border: 1px solid #ddd;
	float: left;
	margin: 1em 2em 2em 2em;
	padding-bottom:1em;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

img.vignette {
	float: left;
	margin: 1.5em 1.5em 1em 1.5em;
	border: 0px solid #ccc;
	padding: 0;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p {
    color: #efefef;
    text-align: center;
    text-shadow: 0 2px 6px #333333;
}

p.serif {
	font: italic 32px Georgia,Palatino,serif;
}

div.announce {
	width: 60%;
    text-align: center;
}

.body {
	clear: both;
	margin: 0 auto;
}

#banner {
	margin: 0 auto;
	padding: 2.5em 0 0 0;
}

#content {
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px 20px;
	text-align: center;
	width: 90%;
	margin-left: 10%;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contentinfo {
	width: 60%;
	padding-bottom: 2em;
	text-align: right;
}

	.hentry footer {margin-bottom: 2em;}
	.hentry footer address {display: inline;}
	#posts-list footer address {display: block;}

#about {
	background: #fff;
	font-style: normal;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#about .primary {float: left;
}
#about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
#about .photo {float: left; margin: 5px 20px;}

#about .url:link, #about .url:visited {text-decoration: none;}

#about .bio {float: right;}

#about-author {
	background: #f9f9f9;
	clear: both;
	font-style: normal;
	margin: 2em 0;
	padding: 10px 20px 15px 20px;
	width: 60%;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#about-author strong {
	color: #C64350;
	clear: both;
	display: block;
	font-size: 1.429em;
}

#about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}

#contentinfo .bottompage {
	font-size: 0.8em;
    line-height: 180%;
	text-align: center;
}
