@import url(http://fonts.googleapis.com/css?family=Convergence);

body {
	font-family: 'Convergence', sans-serif;
	background-color: #332A20;
	color: #F4F0CB;
	text-align: center;
	line-height: 1.1;
}

#wrapper {
	width: 500px;
	margin: auto;
}

#header {
	color: #A5CF86;
	font-size: 4.9em;
	padding-top: 50px;
	padding-bottom: 20px;
}

.entry {
	padding-bottom: 20px;
	text-align: justify;
}

.entry-header {
	color: #DED29E;
	font-size: 2em;
	text-align: right;
	padding-bottom: 5px;
}

a.outer {
	text-decoration: none;
	color: inherit;
}

a.outer:hover {
	color: #FCF0B3;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #B2A481;
}

a:hover {
	color: #D9C89D;
	text-decoration: underline;
}

font.info {
	color: #A6A38F;
}

#links {
	font-size: 1.3em;
	padding-bottom: 20px;
}

#footer {
	color: #63523F;
	padding-bottom: 50px;
}

