/* Star Trek Minutiae                            */
/* http://www.st-minutiae.com/                   */
/* Created by Dan Carlson (c) 2005-2007          */
/* Style Sheet for The Subspace Cafe v4.0        */

h2.title {
	border-bottom: 4px double #FFCC00;
}
h2.title a {
	color: #FFCC00; /* It would be "inherit" except that MSIE is dumb! */
	text-decoration: none !important;
}
ul.tags li {
    display: inline;
}
ul.tags li:before {
    content: ", ";
}
ul.tags li:first-child:before {
    content: "" !important;
}
ul.tags {
    border-bottom: 1px dotted white;
}
p.infobar {
	font-size: 85%; /* smaller; */
	border-top: 1px dotted white;
}
p.extended, p.infobar {
	text-align: right;
}
body.site h2 {
    font-size: 120%;
}