.home-box {
	float: left;
	width: 369px; /* width is 770px, (770px / 2) - padding */
	padding: 0 6px 0 0;
}

#discography ul {
list-style: none;
margin: 0;
padding: .2em 0 0 0;
}

#discography li {
	clear: left;
	border-bottom: 1px solid #d0d0d0;
	/* keep min-height in sync with minimum height of image */
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

#discography li .year {
	color: #8A0000;
	display: block;
}

#discography li .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #8A0000;
}

#discography li .authors {
display: block;
font-size: 1em;
font-style: italic;
}

#discography li .editor {
display: block;
font-size: .9em;
}

#discography .cover {
	float: right;
	margin: 0 0 0 .5em;
	height: 100px;
}

#media ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#media li {
	clear: left;
	border-bottom: 1px solid #d0d0d0;
	/* keep min-height in sync with minimum height of image */
	min-height: 108px;
	height: auto !important;
	height: 108px;
	padding: 0;
}

#media li .img {
	float: left;
	width: 130px;
	overflow: hidden;
	margin-right: 4px;
}

#media p {
    margin: 0 0 0 134px;
    padding: 0;
}

#media .comment {
    display: none;
}

#concerts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#concerts li {
	clear: left;
	border-bottom: 1px solid #d0d0d0;
	padding: 2px;
	height: 75px;
	height: auto !important;
	min-height: 75px;
}

#concerts li.pastconcert {
	opacity: 0.3;
	filter: alpha(opacity = 30);
	/* webkit and opera have their own filters, but can't remember the names actually */
}

#concerts .date {
	display: block;
	width: 4.6em;
	text-align: center;
	float: left;
	font-size: 1em;
	line-height: 1.1em;
	background: #8A0000 url(../img/head-striped.png) repeat-x;
	color: #f0f0f0;
	padding: .4em;
	border: solid black 1px;
	margin-right: .5em;
	height: 60px;
}
