
/*
	GENERAL: mostly undohtml
*/
html, body {
	background: #eee;
}
html, body, table {
	font: 12px Verdana, Geneva, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html {
	margin: 0;
	padding: 0;
}
body {
	padding-bottom: 5px;
}

/*
	HEADER
*/
#header {
	background: black url('images/banner.jpg') no-repeat left top;
	padding: 20px 0 7px;
	border-bottom: 2px solid black;
	text-align: center;
}
#header h1 a {
	font: 30px "Courier New", monospace;
	font-weight: bold;
	color: #ddd;
}
#header h1 a:hover {
	color: #fff;
}
#header h2 {
	color: #eee;
	margin-top: 5px;
	font: 11px "Verdana", sans-serif;
	font-weight: normal;
}

/*
	SIDEBAR: nav, antipixel, WP, cats
*/
#sidebar {
	z-index: 10;
	top: 150px;
	left: -1px;
	width: 110px;
	padding: 1px;
	padding-top: 0;
	background: #666;
	font-size: 11px;
}
.blogsb {
	position: absolute;
}
.nonblogsb {
	position: fixed;
}
/* Hack for IE */
* html .nonblogsb {
	position: absolute;
}

#sidebar li {
	display: inline;
}
#sidebar h2 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #555;
	background: #eee;
	padding-left: 2px;
	margin: 1px 0;
}

#sidebar a {
	display: block;
	font-weight: bold;
	color: #eee;
	background: #555;
	padding: 3px 0 3px 8px;
	border-left: 4px solid #777;
	margin-top: 1px;
}
#sidebar a.current {
	border-color: #ddd;
	background: #444;
	color: #fff;
}
#sidebar a:hover {
	color: #e42;
	background: #eee;
	border-color: #e42;
}
#sidebar li li a {
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 1px 20px;
	margin-top: 0;
}
#sidebar ul#sitebuttons {
	margin-top: 1px;
}
#sidebar ul#sitebuttons a {
	padding: 2px 0 2px 10px;
	margin-top: 0;
}
#sidebar ul#wpSidebar a {
	padding-left: 13px;
}

/*
	CONTENT
*/
#breadcrumb {
	padding: 1px 6px;
	margin-bottom: 5px;
	margin-top: -20px;
	margin-left: -20px;
	background: #abb;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #777;
}

#content {
	position: relative;
	z-index: 5;
	margin-top: 20px;
	margin-left: 92px;
	margin-right: 140px;
	padding: 10px;
	padding-left: 45px;
	padding-right: 20px;
	border: 1px solid #999;
	border-left: 4px solid #aaa;
	background: #cdd;
	line-height: 1.4em;
}
/* Hack for IE */
* html #content {
	height: 1%;
	top: 20px;
}
/* Hack for IE */
* html #breadcrumb {
	position: relative;
}
/* Hack for IE */
* html body {
	padding-bottom: 20px;
}

#content p {
	margin: 1em 0;
}
#content a {
	color: #d42;
	border-bottom: 1px solid #bbb;
	padding: 0 1px;
}
#content .imgLink a, #content .image a {
	padding: 0;
	border: none;
}
#content .imgLink a img, #content .image a img {
	border: 1px solid #d42;
}
#content a:visited {
	color: #921;
}
#content .imgLink a:visited img, #content .image a:visited img {
	border-color: #921;
}
#content a:hover {
	color: #444;
	background: #eee;
}
#content .imgLink a:hover, #content .image a:hover {
	background: transparent;
}
#content .imgLink a:hover img, #content .image a:hover img {
	border-color: #eee;
}

#content dt {
	font-weight: bold;
	margin: 15px 3px 2px;
}
#content ol {
	list-style: decimal;
	margin-left: 24px;
}
#content ul {
	list-style: square;
	margin-left: 24px;
}
#content li {
	margin: 3px 0;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 15px -5px;
	border-left: 1px solid #999;
	padding: 6px 7px 3px;
	background: #eee;
}
#content h1 a {
	border-bottom: none;
}
#content h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 28px 0 6px;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	letter-spacing: 3px;
}
#content h3 {
/*	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 12px 0 6px;
	border-bottom: dotted 1px #eee;
*/}

#content acronym, #content abbr, #content .moreinfo {
	border-bottom: 1px dashed #333;
	cursor: help;
}
#content cite {
}
#content blockquote {
	font-size: 11px;
	margin: 1em 0 1em -5px;
	padding: 2px 7px;
	border: 0px solid #888;
	border-left: 1px solid #999;
	background: #bcc;
}

#content .gui {
	background: #bcc;
	font-size: 11px;
	padding: 0 1px;
}
#content span.gui {
}
#content div.gui {
}
#content kbd {
	background: #dee;
	padding: 0 1px;
}
#content code {
	background: #dee;
	padding: 0 1px;
}
#content pre {
	font-size: 11px;
	margin: 1em 0 1em -5px;
	padding: 2px 7px;
	border: 0px solid #888;
	border-left: 1px solid #999;
	background: #dee;
}

#content .feedback {
	font-size: 11px;
	text-align: right;
	clear: both;
}
#content .post .meta {
	font-size: 10px;
	padding: 0 16px;
	margin-top: -15px;
	margin-left: -5px;
	border-left: 1px solid #999;
	text-transform: uppercase;
	background: #eee;
	color: #888;
}
#prevNextPostLinks {
	text-align: center;
	margin: 12px;
}
.post {
	margin-bottom: 20px;
}
div.post + div.post{
	margin-top: 70px;
}

h2#comments {
	margin-top: 70px;
}

h2#postcomment {
	margin-top: 50px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #eee;
	border: 1px solid #999;
	padding: 1px 2px;
}
#commentform #author:focus, #commentform #email:focus, #commentform #url:focus, #commentform textarea:focus {
	background: #fff;
}
#commentform textarea {
	width: 80%;
}
ol#commentlist li {
	font-size: 11px;
	margin: 1em 0;
	padding: 2px 12px;
	border: 1px solid #888;
	border-width: 0 0 0px 1px;
	background: #bcc;
}
ol#commentlist li.pingback, ol#commentlist li.trackback {
	background: #d4d9d9;
}
ol#commentlist li.authorcomment {
	background: #dee;
}
ol#commentlist li p cite {
	margin-left: 20px;
	color: #777;
}

#loginNick, #loginPass, #registerNick, #registerPass, #registerURL {
	background: #eee;
	border: 1px solid #999;
	padding: 1px 2px;
}
#loginNick:focus, #loginPass:focus, #registerNick:focus, #registerPass:focus, #registerURL:focus {
	background: #fff;
}
#loginNick, #loginPass, #registerNick, #registerPass {
	width: 90px;
}
#content fieldset {
	margin: 12px;
	padding: 6px 12px;
	border: 1px solid #888;
	border-left: 4px solid #999;
	background: #bcc;
	font-size: 11px;
}
#content legend {
	padding: 1px 6px;
	background: #eee;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #888;
}

#content .gameBox {
	margin: 12px;
	border: 1px solid #888;
	border-left: 4px solid #999;
	background: #bcc;
	height: 90px;
}
#content .gameBox h3 {
	margin-left: -4px;
	padding: 1px 6px;
	background: #eee;
	border-left: 4px solid #555;
	border-bottom: 1px solid #888;
}
#content .gameBox img {
	float: left;
	margin: 8px 12px;
}
#content .gameBox .controls {
	margin: 8px;
}
#content .gameBox .playerInfo, .gameBox .topInfo {
	margin: 0;
	text-indent: 15px;
	font-size: 10px;
	text-transform: uppercase;
}
#content #scoresFooter {
	margin: 20px 20px 10px;
}
#content #scoresFooter .prev {
	float: left;
}
#content #scoresFooter .next {
	float: right;
}

#content table.highscores {
	margin: auto;
	text-align: center;
	background: #eee;
	border: 1px solid #999;
}
#content .highscores td, #content .highscores th {
	padding: 0 20px;
}
#content .highscores th {
	background: #ddd;
}
#content .highscores .topScore td {
	background: white;
	font-weight: bold;
}
#content .error {
	margin: 12px;
	padding: 8px;
	border: 1px solid #888;
	border-left: 4px solid #999;
	background: #dee;
}
.image {
	margin: 2em 4em;
	text-align: center;
	font-size: .9em;
}
.image img {
	margin: 1em -4em;
	border: 1px solid #999;
}

#content table.contable {
	margin: 1em auto;
	border: 1px solid #bbb;
	border-width: 2px 2px 1px 2px;
}
#content table.contable th, #content table.contable td {
	padding: .4em .6em .2em;
	border-bottom: 1px solid #bbb;
}
#content table.contable th {
	background: #eee;
}
#content table.contable td {
}

/*
	OTHERBAR: blogSearch, ?links?, ads, trackers
*/
#otherbar {
	position: absolute;
	z-index: 1;
	top: 114px;
	right: 5px;
	width: 120px;
	border: 1px solid #999;
	border-left: 4px solid #aaa;
	background: #cdd;
}

#searchform {
	margin: 3px 0 15px;
	text-align: center;
}
#searchform input#s {
	width: 90%;
	margin-bottom: 3px;
	padding: 1px 2px;
	color: #000;
	background: #eee;
	border: 1px solid #999;

}
#searchform input#s:focus {
	background: #fff;
}

#extremeTracking, #OneStatTag {
	float: right;
	margin-right: 4px;
}
#trackers {
	background: #888;
	height: 55px;
	padding: 2px;
}

/*
	SPECIAL: googleSearch, checklist, gallery
*/
#clickHereFrontPage {
	float: right;
	width: 50%;
}
#clickHereFrontPage dl {
}
#clickHereFrontPage dt {
	margin: .9em 0 .1em;
	font-weight: normal;
}
#content .ghost, #content .ghost:visited {
	color: #aaa;
}
/*#clickHereFrontPage dt span {
	float: right;
	font-style: italic;
	color: #aaa;
}*/
#clickHereFrontPage dd {
	font-size: .9em;
	line-height: 1.5;
	margin: 0 0 0 1em;
}

input#googleSearchBox {
	background: #eee;
	border: 1px solid #999;
	padding: 1px 2px;
}
input#googleSearchBox:focus {
	background: #fff;
}
#googlePower {
	float: left;
}
#googleSearchControls {
	padding-top: 2px;
	padding-left: 64px;
}

#checklist ul {
	list-style: none;
	width: 400px;
	margin: 10px auto;
	padding: 0;
}
#checklist li {
	display: block;
	background: #eff;
	padding: 2px;
	margin: 4px;
	border: 1px solid black;
}
#checklist li.done {
	background: #9f9;
}

#content ul.gallery li {
	list-style: none;
	margin: 2em 0;
}
#content ul.gallery li a {
	padding: .5em .5em .2em;
}

#content ul.wallpapers li {
	list-style: none;
}
#content ul.wallpapers img {
	float: left;
	margin-right: 1em;
	border: 1px solid black;
}

#content ul.wallpapers li li {
	padding-left: 10px;
	font-size: 11px;
}

#content ul.photoshome li {
	list-style: none;
	float: left;
	width: 25em;
	margin-right: 1em;
	margin-bottom: 2em;
}
#content ul.photoshome li a {
	display: block;
	padding: 2px;
}
#content ul.photoshome img {
	float: left;
	margin-right: 1em;
	border: 1px solid black;
}
#content ul.photoshome .photosetdetails {
	font-size: .9em;
}

#content ul.photoset {
	list-style: none;
	margin: 0;
}
#content ul.photoset li {
	float: left;
	margin: 1em .2em;
}

#footer {
	margin-top: 2em;
	line-height: 1.6;
	color: #888;
	font-size: .9em;
	text-align: center;
}
#footer li {
	opacity: .4;
	display: inline;
}
#footer li:hover {
	opacity: 1;
}
