body {
  font:300 14px/1.6em 'Century Gothic', 'Lucida Grande', sans-serif;
	color: #444;
	background-color: #eee;
}

.container{
	background: #fff;
	padding: 30px;
	max-width: 1024px;
	width: 90%;
	margin: auto auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #212d5b;
	margin-top: 20px;
	margin-bottom: 15px;
}

section.highlight {
	background: #fcfcfc;
	border: 1px solid #ccc;
	padding: 0px 16px 0px 16px;
	font: 400;
	color: #000;
}
section.highlight p:last-child {
	margin-bottom: 16px;
}

.image-wrapper {
	float: left;
	margin-right: 1.5em;
}
ul{
	margin-top: 0.5em;
	padding-left: 0;
	list-style: none;
	list-style-position: outside;
}
li.pub{
	margin-bottom: 10px;
}
li{
	margin-bottom: 2px;
}
a:link, a:visited{
	color: #3070d1;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}

@media all and (min-width: 1024px) {
  body {
    background-size: 100%;
  }
}
