h1 {
	display: inline;
}
a {
	color: inherit;
	text-decoration: none;
}
.container {
	width:auto;
}
th, td, caption {
	padding: 0;
}
#table-holder, h1 {
	width:auto;
}
body {
	padding-top:20px;
	padding-left:20px;
	cursor:default;
}
#table-holder table, #table-holder td, #table-holder th {
	vertical-align:top;
}
#table-holder td, #table-holder th {
	padding-right:20px;
}
.fake-cover {
	background-color:#eee;
}
.post h2 {
	margin-top:16px;
}
.post h2 {
	font-weight:bold;
}
/*.is-not-single #menu-content {
	position:fixed;
}*/
#menu {
	height: 48px;
}
#menu-content {
	width:100%;
}
#prev-next {
	color: pink;
}
#prev-next a {
	color: red;
}
.post h2 a {
	text-decoration: none;
}
.post a {
	text-decoration: underline;
}
.prev-link a, .next-link a {
	width:130px;
	height: 130px;
	display: block;
	background-repeat:no-repeat;
}
.prev-link a {
	background-image:url(left.gif);
	background-position:top right;
}
.next-link a {
	background-image:url(right.gif);
	background-position:top left;
}
#genres, #archives {
	display: inline;
}
#menu ul {
	background-color: white;
	display: none;
	position: absolute;
	padding:20px;
	padding-left:0;
	padding-right:0;
	margin:0;
	width:530px;
}
#menu ul li {
	list-style:none;
}
#menu ul a {
	display:block;
}
/*#genres ul {
	left:160px;
}
.is-single #genres ul {
	left:180px;
}
#archives ul {
	left:280px;
}
.is-single #archives ul {
	left:300px;
}*/
#genres:hover ul, #archives:hover ul {
	display:block;
}
#commentform label {
	display:block;
}
#comment {
	width:100%;
	height:130px;
}
.post-meta {
	color:#aaa;
}
p.subscribe-to-comments label {
	display:inline !important;
}