@media print {
	a:after {
		content:" (" attr(href) ") "
	}
} html,body {
	background:#111;
	margin:0 auto 2.5em;
	max-width:975px;
	padding:6px;
	color:#fff
} h1,h2,h3,h4,h5,h6 {
	color:#fff;
	margin:0;
	padding:0;
	text-shadow:0 0 .25em #ddd
} header.main {
	background:url('pbanner.png') no-repeat center;
	max-width:963px;
	height:118px;
	border-radius:0 0 6px 6px;
	margin-top:-1em;
	margin-bottom:0.25em;
	background-color:#222;
	padding:0
} header.main h1 {
	margin:0;
	padding:0;
	text-indent:-9999px
} a,a:link,a:visited,a:active,a:hover {
	color:lightgreen;
	text-decoration:none
} a:hover,a:active {
	text-decoration:underline
} header,nav,article,section,footer,address {
	display:block
} nav {
	line-height:1.5em;
	margin-bottom:.4em
} nav li {
	display:inline;
	margin:0;
	padding:0 3px
} nav ul {
	list-style:none;
	margin:0;
	padding:0
} footer {
	background:#111;
	bottom:0;
	height:1.5em;
	left:0;
	position:fixed;
	width:100%
} footer li {
	float:left;
	margin-right:.5em
} footer li:last-child {
	float:right
} footer nav {
	line-height:1.5em;
	margin:0 auto;
	max-width:975px
} .bround-6 {
	border-radius:0 0 6px 6px
} .overlay {
	-moz-transition:opacity .5s linear, max-height 1s linear;
	-webkit-transition:opacity .5s linear, max-height 1s linear;
	-o-transition:opacity .5s linear, max-height 1s linear;
	max-height:0;
	opacity:0;
	overflow:hidden;
	transition:overflow .5s linear, opacity .5s linear, max-height 1s linear
} .overlay:target, .overlay.default:target {
	max-height:64em;
	opacity:1
} .post {
	background:#222
} .round-6 {
	border-radius:6px
} .shadow {
	box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	padding:.5em
} .shadow.inset {
	box-shadow:inset 0 0 6px #ddd;
	padding:.75em
} .tround-6 {
	border-radius:6px 6px 0 0
} td, th {
	padding:2px 5px
} tr:nth-child(even) {
	background:#333;
	border-radius:6px
} ::-moz-selection {
	background:#F6CF74;color:#fff
} ::selection {
	background:#F6CF74;color:#fff
}
