body {
   background: white;
   font-family:Arial;
   font-size:12pt;
   line-height:14pt
   }
#nav {
   display: none;
   }
#wrapper, #templatemain, #twocolumn {
   width: 100%;
   margin:0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#twocolumn {
   padding-top: 1em
   }
a:link, a:visited {
   color: #900;
   background: transparent;
   font-weight: bold;
   text-decoration:none
   }
#maincontent p a:link:after, #maincontent p a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#maincontent p a[href^="/"]:after {
   content: " (http://www.brixtown.com" attr(href) ") ";
   font-size: 90%;
   }


.discogentry {
	padding: 10px;
	width: 155px;
	xxx-height: 130px;
	display: block;
	border: 1px solid #efefef;
	margin: 0 5px 10px 5px;
	line-height: 1em;
	text-align: center
}
.discogentry:hover {
	border: 1px solid #ccc;
}
.discogentry a {
	color: #666;
	cursor: pointer
}
.discogentry .releaseimage {
	margin: 5px 0 5px 0;
	text-align: center
}
.discogentry .releaseimage img {
	max-width: 80px;
}
.discogentry .releasecopy {
	font-size: small;
	text-align: center
}
.discogentry .releasetitle {
	font-weight: bold
}
.discogentry .releasetype {
	display: none;
}
.discogentry .releasedate {
	display: none;
}
.discogentry .releaselisten {
	display: none;
}
