body {
	background-color: #fcfcfc;
}

nav header {
	box-sizing: border-box;
	height: 140px;
	padding: 10px;
}

nav header hr {
	margin: 10px auto;
	width: 200px;
	border: 0;
	border-bottom: 1px solid #ccc;
}

nav header .title {
	font-family: 'Poiret One', 'sans serif';
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
}

nav header .pretitle {
	font-family: 'Poiret One', 'sans serif';
	text-align: center;
	font-size: 32px;
}

nav header .who {
	text-align: center;
	margin-top: 12px;
}

nav header .who, nav header .who a {
	color: #666;
	text-decoration: none;
}


nav.sidebar {
	background-color: white;
	position: fixed;
	width: 395px;
	top: 0;
	bottom: 0;

	-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.21);
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.21);
}

nav.sidebar ul {
	padding: 0;
}

nav.sidebar li {
	list-style-type: none;
	height: 26px;
	line-height: 26px;
	border-right: 0 solid #2980B9;
	margin-bottom: 4px;

	transition: border-right 0.25s;
}

nav.sidebar .arrow {
	float: right;	
}

nav.sidebar li.generic {
	padding-left: 44px;
}

nav.sidebar li.selected {
	border-right-width: 4px;
}

nav.sidebar li:hover {
	background: #eee;
	border-right-width: 20px;
}

nav.sidebar li .week {
	display: inline-block;
	width: 30px;
	text-align: right;
	padding-right: 10px;
	color: #90A4AE;
}

nav.sidebar li a {
	color: #424242;
	text-decoration: none;
}

div.content {
	margin-left: 440px;
	max-width: 900px;
}

h1 {
	font-family: 'Poiret One', 'sans serif';
	font-size: 3em;
}

nav .container {
	position: absolute;
	top: 141px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
}

img {
	display: block;
	width: 90%;
	margin: 0 auto;
}