

body {
	background: url('background.jpg') no-repeat fixed;
}

a:link {color:#FFF;}
a:visited {color:#DDD;}
a:hover {color:#BBB;}
a:active {color:#DDD;}

#nav {
	position: fixed;
	width: 24ex;
	top: 320px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

#nav ul {
	display: inline;
	font-size: .75em;
}

#nav ul li {
	display: inline;
}

#content {
	color: white;
	margin-top: 320px;
	margin-left: 50ex;
}

#content h2 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
}

.post {
	width: 620px;
	background: rgba(64,64,64,0.95);
	padding: 5px;
	margin-bottom: 20px;
}

.post #tags {
	display: block;
	text-align: right;
	width: 505px;
	border-bottom: solid 1px;
	margin-bottom: 20px;
}

.post #tags li {
	display: inline;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: .8em;
}

.post img, p {
	font-family: 'Fanwood Text', serif;
	font-weight: 400;
	color: white;
	padding: 5px;
	width: 500px;
	line-height: 1.5em;
}