body {
	background: #f5f5f5;
	color: #222;
	font-family: Futura, Twentieth Century, sans-serif;
}

a {
	color: #222;
}

a:hover {
	color: #555;
}

li {
	list-style: disc;
}

div#contact {
	font-size: 13px;
	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: 22px;
	padding-left: 10px;
	padding-right: 20px;
	height: 598px;
}

	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#songs {
	background-image: url(pix/click-to-listen.png);
	background-repeat: no-repeat;
	background-position: -132px 0px;
	margin-left: -132px;
	padding-left: 132px;
}
*/

div#me, div#promo {
	margin-top: 0px !important;
}

div#promo {
	margin-top: -1px !important;
}

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;
		margin-bottom: -10px;
	}

	div#blog h2 {
		font-size: 17px;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 25px;
	}

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

		div.siteblog-list-post h2 a {
			color: #aaa !important;
		}

		div.siteblog-list-post h2 a:hover {
			text-decoration: underline !important;
		}

		p.siteblog-post-info {
			float: right;
			margin-right: -85px;
			padding-top: 7px;
			color: #777;
			font-size: 11px;
		}

		div.siteblog-list-post {
			padding-bottom: 20px;
		}

		p.siteblog-rss-link a {
			text-decoration: none;
		}

		p.siteblog-rss-link img {
			margin-bottom: -2px;
		}

	div#blog h3 {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 5px;
	}

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;
	}

	h2.sidebar-title {
		font-size: 24px;
		font-weight: normal;
	}

	div#twitter_div ul {
		margin-left: 0px;
		padding-left: 0px;
	}

		div#twitter_div ul li {
			list-style-type: none;
			margin-left: 0px;
			padding-left: 0px;
			padding-bottom: 15px;
		}

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;
}

div#mailing-list {
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: -20px;
	padding: 4px 4px 4px 10px;
	border: 1px solid #ccc;
	background-color: #ddd;
	color: #000;
	width: 464px;
	font-size: 13px;
}

div#scm-sidebar-shows li {
	font-size: 12px;
}

div#sign-up-banner {
	width: 800px;
	height: 95px;
	padding: 0px;
	padding-top: 5px;
	margin: 35px 0px 25px 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
}

	div#sign-up-banner>* {
		float: right;
		width: 670px;
		color: #222;
	}

	div#sign-up-banner img {
		float: left;
		margin-top: -5px;
		width: 100px;
		height: 100px;
		border-right: 1px solid #ccc;
	}

	div#sign-up-banner span {
		font-size: 36px;
	}
