﻿body {
	color: #000;
	font-size: 75%;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	text-decoration:none;
	text-align: left;
	background: url(/images/themes/bg_kermixparty.jpg) no-repeat top left;
	background-color: #CDF;
	}
img {
	border:0px;
}
table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
/* from the "We" page  - easier to put it here for XHTML's sake */
table.timer {
font: 24pt Tahoma, Arial, Helvetica;
}
table.timer.td {
padding: 0;
margin: 0;
}
table.timer tr.labels td {
font-size: 10pt;
}
/* table display */
td {
	padding: 2px;
	text-align: left;
	/* font-size: 85%; */
	vertical-align: top;
}
td.light {
	background-color:#DDD;
	display:table-cell;
	vertical-align:middle;
}
td.dark {
	background-color:#FFF;
	display:table-cell;
	vertical-align:middle;
}
td:hover{
	background-color:#CCF;
}
a {
	color: #008;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	background: #FF8;
	color: #00F;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color: #00F;
	font-weight:bold;
}
/*div.box > */div.blogheading {
	position:relative;
	top:-7px;
	left:-7px;
	padding:5px;
	text-align:justify;
	width:40%;
	border:1px dotted #999;
	background:#FFB;
	font-weight:bold;
	min-height:30px;
}
div.blogheading + p + p {
clear:left;
}
.categories {
	font-size:70%;
}
.blogsubject {
	float:left;
	width:50%;
	font-size:105%;
	text-align:left;
}
.blogcategory {
	/* float:left; */
	width:50%;
	font-size:70%;
	/*text-align:center;*/
}
.timestamp {
	float:left;
	width:50%;
	font-size:80%;
	text-align:right;
}

/*div.box > div.blogheading {
	margin:0px;
	padding:0px;
	border:0px;
}*/
div.box {
	/* font-family: sans-serif; */
	margin: 3px;
	padding: 6px;
	border: solid;
	border-width: thin;
	width: 95%;
	border-color: #CCC;
	background: #FFF;
	margin-top: 6px;
	margin-bottom: 6px;
}
div.blankbox {
	/* font-family: sans-serif; */
	margin: 3px;
	padding: 6px;
	width: 95%;
	/* background: #FFF; */
	margin-top: 6px;
	margin-bottom: 6px;
}
div.greybox {
	/* font-family: sans-serif; */
	margin: 3px;
	padding: 6px;
	width: 95%;
	background: #CCC;
	margin-top: 6px;
	margin-bottom: 6px;
}
div.forumpost {
	min-height: 140px;
	clear: right; /* opposite of sidebar orientation */
	/* font-family: sans-serif; */
	margin: 3px;
	padding: 6px;
	width: 95%;
	border: solid;
	border-width: thin;
	border-color: #CCC;
	background-color: #FFF;
	margin-top: 6px;
	margin-bottom: 6px;
}
div.posttitle {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	background: #CCC;
}
div.posticon {
	float:left;
	margin:3px;
	padding:2px;
	border:1px solid #999;
	background-color: #999;
}
div.postbody {
	margin-left: 100px;
}
small {
	font-size:.8em;
}
.icon {
/*
	background: url(/images/icons/0/0-oswald-dork1.jpg) no-repeat top center;
	width: 150px;
	height: 100px;
*/
}
.icon80100 {
	width: 80px;
	height: 100px;
}
.icon5050 {
	width: 50px;
	height: 50px;
}
.icon4050 {
	width: 40px;
	height: 50px;
}
input.textinput{
	width:150px;
}
del { /* this is usually how it's handled, but just to make sure */
	text-decoration: line-through;
}
/* specific page bits */
.main { /* main isn't used with the current boxes */
	width: 800px;
	margin: 87px auto 10px auto;
	background: url(/images/styles/bg-mountain.jpg) no-repeat top left;
}
#sidebar {
	float:left; /*sidebar orientation */
	width: 125px;
	text-align:center;
	border:1px solid #000;
	/* background-color:#FFF; */
}
#navbar {
	font-size:80%;
	margin: 10px;
	padding: 5px;
	text-align: center;
	color: #333;
}
#content {
	margin-left: 125px; /* left or right, depending on sidebar orientation */
	padding-top: 1em;
	padding-left: 10px; /* ditto */
	/* peekaboo bug fix
	   see http://www.positioniseverything.net/explorer/peekaboo.html */
	height: 1%;
}
h1 {
	margin-left: 10px;
}
h2 {
}
h3 {
	font-style:italic;
}
h4 {
}
h5 {
	
}
.navheading {
	margin: 4px;
	padding: 2px;
	padding-top:5px;
	padding-bottom:5px;
	/* font-size: 85%; */
	font-weight:bold;
	border: solid;
	border-width: thin;
	border-color: #333;
	background-color: #EEE;
}
.navitem {
	/* font-size: 85%; */
	font-weight:bold;
	margin: 4px;
	background-color: #FFF;
}
/* could just set navheading{margin-top}, but that would leave a space above the first heading */
.navitem + .navheading{
	margin-top: 10px;
}
.navheading + .navheading{
	margin-top: 10px;
}
/*wiki-related*/
#wikiloginbar {
	background: #669;
	color: #FFF;
	letter-spacing:+0px;
	text-align:right;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}

#wikisearchbar {
	background: #336;
	color: #FFF;
	letter-spacing:+1px;
	text-indent:3px;
	padding-top:5px;
	padding-bottom:5px;
}

#wikikermixheader {
	background: #99C;
	color: #FFF;
	letter-spacing:-0.2px;
	text-align:right;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
}