/*
Theme Name: Scotty T
Author: Scott Taylor
Template: twentyeleven
*/

#access {
	background: #2b2b2b;
	background: -moz-linear-gradient(#2b2b2b,#2b2b2b);
	background: -o-linear-gradient(#2b2b2b,#2b2b2b);
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#252525),to(#2b2b2b));
	background: -webkit-linear-gradient(#2b2b2b,#2b2b2b);
}

.singular .hentry {
	padding: 0;
}

.singular #content,.left-sidebar.singular #content {
	margin: 0 5%;
}

.top-albums {
	overflow: hidden;
	margin-bottom: 30px;
}

.album {
	float: left;
	width: 180px;
	height: 220px;
	margin: 0 30px 12px 0;
}

.album h4 {
	font-size: 13px;
}

.album p {
	display: none;
}

.album h4 em {
	display: block;
}

#site-title a {
	font-size: 48px;
}