@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Lucida Grande', Arial, Helvetica, sans;
	font-size: 14px;
	line-height: 2em;
	background-color: #FFF;
	color: #000;
	text-align: center;
}
a, a:visited {
	color: #cf1a23;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
h1, h3 {
	line-height: 12px;
}
#header {
	border-bottom: 1px solid #CCC;
}
#header h4 {
	display: none;
}
#header h1 a {
	display: block;
	background: url(_img/hordes_of_chords.gif) no-repeat center center;
	height: 155px;
	margin-bottom: 15px;
	text-indent: -8008px;

}

#container {
	width: 540px;
	margin: 40px auto;
	text-align: left;
}
#content {
	width: 320px;
	margin-right: 15px;
	float: left;
	border-right: 1px solid #CCC;
	line-height: 1.4em;
}
#content .pad {
	padding: 20px;
}
#content img {
	width: 280px;
	height: 280px;
	border: 1px solid #c3c7c6;
}
#content .img {
	margin-bottom: 5px;
}
#content ul li {
	margin-bottom: 40px;
}
#content ul li .byline {
	font-size: 10px;
	color: #999;
}
#content ul li .byline a {
	color: #999;
	text-decoration: none;
}
#content ul li .byline a:hover {
	color: #24454a;
	text-decoration: underline;
}
#sidebar {
	width: 180px;
	float: left;
	font-size: 11px;
	padding-left:15px;
	padding-bottom: 50px;
	color: #6a7271;
	line-height: 1.7em;
}
#sidebar h4 {
	text-transform: uppercase;
	padding: 0px;
	color: #000;
	margin-top: 20px;
}
#sidebar ul li {
	padding: 0px;
	margin: 0px;
}
#pagination {
	margin-bottom: 20px;
}
#pagination a { 
	float: left;
	display: block;
	padding: 4px 8px;
	background-color: #dfdfdf;
	color: #FFF;
	text-decoration: none;
}
#pagination a:hover {
	background-color: #CCC;
}
#pagination .next {
	float: right;
}
#footer {
	font-size: 11px;
	color: #CCC;
	text-transform: uppercase;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
