body, html { background: url(images/bg.gif) #fffff4; color: #333; font-family: 'Copse', Georgia, serif; font-size: 110%; text-shadow: transparent 1px 1px 1px; }

body { max-width: 660px; background: #fafafa; opacity: 0.8; margin: 30px auto; padding: 25px; -moz-box-shadow: 2px 2px 8px #ddd; -webkit-box-shadow: 2px 2px 8px #ddd; box-shadow: 2px 2px 8px #ddd; }

h1 { margin-top: 0; font-size: 380%;  }

h2 { font-size: 160%; line-height: 120%; margin: 2em 0 1em; }
h2.teaser { font-size: 180%; line-height: 125%; }

em { font-family: "Trebuchet MS", serif; letter-spacing: -2px; }

a { color: #0ad2b9; text-decoration: none; }
a:hover { color: #2d695f; }

ul.things { list-style-type: none; padding: 0; padding-left: 150px; }

	ul.things li { min-height: 80px; margin: 20px 0; line-height: 140%; color: #444; text-align: justify; }

.thing { position: absolute; margin: -4px 0 0 -150px; text-align: right; line-height: 125%; font-size: 130%; font-weight: bold; text-transform: lowercase; }
	.thing a { padding: 5px; margin: -5px; display: block; width: 130px; }
