body {
	background: #fff;
	color: #222;
	font-family: Futura;
}

a {
	color: #222;
}

a:hover {
	color: #555;
}

li {
	list-style: disc;
}

div#contact {
	font-size: 11px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 5px;
}

div#promo {
	background-image: url(pix/bg.png);
	background-repeat: repeat-y;
	color: #f5f5f5;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 20px;
	height: 580px;
}

	div#promo h2 {
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	div#promo p {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	div#promo ul {
		padding-left: 220px;
	}

	div#promo img {
		border: 1px solid #555;
		margin-right: 10px;
	}

	div#promo a {
		color: #f5f5f5;
	}

	div#promo a:hover {
		color: #ccc;
	}

div#blog {
	background-image: url(pix/bg.png);
	background-repeat: repeat-y;
	color: #f5f5f5;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	margin-top: -20px;
}

	div.siteblog-post-body img {
		border: 1px solid #555;
		margin-right: 10px;
	}

	div#blog a {
		color: #f5f5f5;
	}

	div#blog a:hover {
		color: #ccc;
	}

	div#blog h1 {
		font-size: 30px;
		font-weight: normal;
	}

	div#blog h2 {
		font-size: 15px;
		font-weight: normal;
	}

		div#blog h2 a {
			text-decoration: none;
		}

div#shows {
	padding-top: 20px;
	margin-top: -20px;
}

	div#shows h1 {
		font-size: 30px;
		font-weight: normal;
	}

div#body {
	padding: 1px 15px 10px 15px;
	background-color: #fff;
}

	div#body h1 {
		font-size: 24px;
		font-weight: normal;
	}

	div#body img {
		margin-right: 8px;
		margin-bottom: 8px;
	}

div#copyright {
	background-image: url(pix/bottom-shadow.png);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: -20px;
}
