@include url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Roboto);

/* styles */

body {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	color: #111;
	font: 1em Roboto, arial, sans-serif;
}

#wrapper {
	min-height: 100%;
}

header {
	display: block;
	width: 100%;
	overflow: none;
	margin-top: 1em;
	padding-bottom: 1em;
	border-bottom: 2px solid;
	vertical-align: bottom;
}

header h1 {
	font-size: 3em;
	display: inline;
	position: relative;
	width: auto;
}

main {
	overflow: auto;
	padding-bottom: 150px;
	width: 960px;
	max-width: 100%;
}

section {
	margin-top: 10px;
}

nav {
	display: inline;
	float: right;
	vertical-align: bottom;
}

nav ul {
	list-style: none;
}

nav ul li {
	float: left;
	margin-left: 1em;
	line-height: normal;
}

a {
	color: grey;
	text-decoration: none;
}

a:hover {
	color: skyblue;
}

.main-blog,
.main-links {
	width: 460px;
	max-width: 50%;
	float: left;
}

.main-blog {
	margin-right: 40px;
}

.main-blog ul,
.blog ul {
	padding-left: 0;
	list-style: none;
}

.main-blog a,
.blog a {
	text-decoration: underline;
}

footer {
	position: fixed;
	bottom: 0;
	width: 960px;
	max-width: 100%;
	background: white;
	font-size: .75em;
	z-index: 1;
}
