#sidebar, #footer, #commentform, #respond, .avatar, #searchbar, .menu, .navigation, .post-edit-link {
	display: none;
}

body, #container, #content {
	color: #000;
	background: #fff;
}

body {
	font-family: georgia, serif;
	border: none;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

#header a, #header a:link, #header a:visited {
	background: transparent;
	font-size: 18pt;
	text-indent: 0px;
	text-decoration: none;
	text-align: center;
	width: auto;
	height: auto;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, .commentmetadata a:link, .commentmetadata a:visited {
	text-decoration: none;
}

#content {
	font-size: 11pt;
	float: none;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}

.entry a:link:after, .entry a:visited:after, .commentlist a.url:link:after, .commentlist a.url:visited:after {
   color: #333;
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

.entry .gallery a:link:after, .entry .gallery a:visited:after {
	content: "";
}

.gallery .gallery-item {
	display: inline;
	float: none;
	width: auto;
	margin-top: 0;
}

.gallery dl, .gallery dt {
	display: inline;
}

.postmetadata {
	font-size: 10pt;
}

.post cite {
    text-align: right;
	display: block;
	margin-bottom: 0;
}

.post .commentlist cite {
	font-style: normal;
	text-align: left;
	display: inline;
	margin: 0;
}

.postdate, .commentmetadata {
	font-style: italic;
	font-size: 10pt;
}

#footer {
	font-size: 10pt;
	text-align: center;
}

.post table {
	width: 97%;
	border: 1px solid #B1B1B1;
	border-collapse: collapse;
	margin: 15px auto;
}

.post th {
	background: #eee;
	font-size: 1.1em;
}

.post table th, .post table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.post dl {
	width: 93%;
	border: 3px double #ccc;
	padding: 10px;
	margin: 15px auto;
}
.post dt {
	text-align: right;
	font-weight: bold;
	float: left;
	clear: left;
	width: 150px;
}

.post dt:after {
	content: ":";
}

.post dd {
	margin: 0 0 0 160px;
	padding: 0 0.5em 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
    page-break-inside: avoid
}
img {
	page-break-inside: avoid;
    page-break-after: avoid;
}
blockquote, table, pre {
	page-break-inside: avoid
}
ul, ol, dl  {
	page-break-before: avoid
}