/*
Pallete #1:
Yellow: ECD078
Brick: D95B43
Red: C02942
Purple: 542437
Teal: 53777A

Pallete #2:
yellow: #D9CD80
brown: #2B271F
green: #95C798
light green: #DDE3AF
bright yellow: #FCE8A7

*/

body{
	background-color: #4A4436;
	color: #4A4436;
	font-family: 'Chunk';
	}

#page{
	background-color: #F0EDB2;
	}
	#content{
		background-color: #FFF;
		}

h1,
h2{
	margin-bottom: 0px;
	color: #CC3904;
	}

a{
	color: #7A5649;
	text-decoration: none;
	t ext-shadow: 0.1em 0.1em 0.1em #2B271F;
	}
	a:hover{
		color: #E6BD06;
		}


ul{
	list-style: none;
	font-family: 'Aurulent Sans Regular';
	font-size: 14px;
	}
	ul li{
		margin-left: 0em;
		}

#friendfeed.widget{
	border: none; !important
}