body {
	background: #fff;
	color: #999;
	font: 12px/2em "Georgia","Times New Roman",Times,serif;
	margin: 0 auto;
	padding: 1.5em 0;
	width: 44em;
}

#footer {
	margin: 2em auto 0;
	text-align: center;
	width: 44em;
}

abbr {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

h1 {
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 3em;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 0.666em;
	margin: -1px 0 0.333em;
	padding: 1em 0 0.333em;
	text-align: center;
}
	h1 a {
		color: #666;
	}
	h1 a:hover {
		color: #666;
		text-decoration: none;
	}
	h1 span {
		color: #999;
		font-size: 0.666em;
		font-style: italic;
		font-variant: normal;
		line-height: 1em;
	}

h1 + p {
	margin: 0 0 2em;
	padding: 0 0;
	text-align: center;
}
h2 {
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 2em;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 1em;
	margin: -1px 0 0.75em;
	padding: 1em 0 0.25em;
	text-align: center;
}
	h2 span {
		color: #999;
		font-size: 0.666em;
		font-style: italic;
		font-variant: normal;
		line-height: 1em;
	}
	h2.whisky span {
		color: #666;
		font-size: 1em;
		font-style: normal;
		font-variant: small-caps;
		line-height: 1em;
	}
h2 + p {
	margin: -0.5em;
	padding: 0 0 1em;
	text-align: center;
}

h3 {
	border-bottom: 1px solid #eee;
	clear: both;
	color: #666;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	margin: -1px 0 0.5em;
	padding: 1em 0 0.5em;
}

.review {
	float: left;
	font-family: "Lucida Grande","Lucida Sans","Helvetica Neue","Helvetica",Arial,sans-serif;
	margin: 0 5% 2em 0;
	width: 45%;
}
	.review img {
		border: 5px solid #ccc;
		float: left;
	}
	.review h4 {
		font-size: 1em;
		line-height: 1em;
		margin: 0 0 0 66px;
	}
		.review h4 a {
			float: right;
		}
	.review .summary {
		border: 0 solid #ccc;
		border-width: 1px 0;
		margin: 1em 0 -2px 66px;
		padding: 0 0 2em;
		position: relative;
	}
	.review .rating {
		bottom: 0;
		position: absolute;
		right: 0;
	}

table {
	border: 0;
	border-collapse: collapse;
	font-family: "Lucida Grande","Lucida Sans","Helvetica Neue","Helvetica",Arial,sans-serif;
	line-height: 2em;
	margin: -1px 0 2em;
	padding: 0;
	width: 100%;
}
	table tr td,
	table tr th {
		font-weight: normal;
		padding: 0.25em 0.5em;
		text-align: center;
		vertical-align: top;
	}
	table thead tr th {
		border-bottom: 1px solid #d3d3d3;
		color: #666;
		font-weight: bold;
	}
	a.whisky {
		padding: 0 0.25em;
	}
	table tr .whisky {
		text-align: left;
	}
	table tr .date {
		text-align: right;
	}

#next_meeting {
	background: #ffc;
	color: #666;
	padding: 0.5em;
	text-align: center;
}

#the_team, #special_guests {
	font-size: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	#the_team li, #special_guests li {
		display: inline;
		margin: 0 4px;
		padding: 0;
	}
		#the_team li img, #special_guests li img {
			border: 5px solid #ccc;
			height: 48px;
			width: 48px;
		}

#beverage_list, #date_list, #review_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination a {
	padding-right: 1em;
}

.speyside {
	background: #fffccc;
}
.islay {
	background: #d3d4d5;
}
.island {
	background: #d3f3ff;
}
.lowland {
	background: #c9ffc9;
}
.highland {
	background: #ffdef9;
}