/****************/
/* BASIC COLORS */
/****************
/body {
	background-color: #fff;
	color: #000;
}


/*********/
/* LINKS */
/*********/


a {
	color: #000;
	text-decoration: underline;
}


img {
	border: none;
}


/************/
/* HEADINGS */
/************
/

h1 {
	margin-top: 1ex;
	color: #000;
	text-align: center;
}


h2, h3, h4, h5, h6 {
	text-align: left;
}

/****************/
/* MATH CLASSES */
/****************/

.overline {
	text-decoration: overline;
}

.math {
	font-style: italic;
}

.nomath {
	font-style: normal;
}

div.math {
	text-align: center;
}

.math table {
	text-align: left;
}

.fraction {
	text-align: center;
	border-top: solid 1pt #000;
}

/**********/
/* ALIGNS */
/**********/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.leftfloat {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rightfloat {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clearfloat {
	clear: both;
}

/*****************/
/* TABLE CLASSES */
/*****************/

.centertable {
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}
.centertable tr td { white-space: nowrap } /* fix IE bug, which doesn't inherit */
.centertable th td { white-space: nowrap }

.floattable {
	display: inline;
	vertical-align: middle;
	white-space: nowrap;
}
.floattable tr td { white-space: nowrap } /* fix IE bug, which doesn't inherit */
.floattable th td { white-space: nowrap }

/* Non-IE set inline correctly */
html>body .floattable {
	display: -moz-inline-box;
	display: inline-table;
}

.scoretable {
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	border: 1px solid black;
	border-collapse: collapse;
}
.scoretable td { border: 1px solid black; padding: 3px 3px 3px 3px}

/*****************/
/* VARIOUS STUFF */
/*****************/

div.cleaner {
	visibility: hidden ! important;
	font-size: 0 ! important;
	line-height: 0 ! important;
	height: 0 ! important;
	padding: 0 ! important;
	margin: 0 ! important;
	border: 0 ! important;
	clear: both ! important;
	float: none ! important;
}

.story {
	font-style: italic;
}

.menuactive {
	font-weight: bold;
}

.author {
	text-align: right;
	font-style: italic;
}

.letaklink {
	font-size: small;
	text-align: right;
	font-style: italic;
}

.ent {
	vertical-align: middle;
}

.dang {
	float: left;
	padding-right: 10px;
}

.todo {
	color: red;
	font-size: x-large;
	background-color: #debe9c;
}

.tt {
	font-family: monospace;
}

.song li {
	margin-bottom: 1ex;
}

.pline {
	width: 70%;
	clear: both;
	margin-left: 2em;
}

/***************/
/* POSITIONING */
/***************/

#menu, #splash, #header, #sidebar, #footer {
	display: none;
}

/******************/
/* GALLERY EXTRAS */
/******************/

.galbottom {
	clear: both;
	padding-top: 1ex;
}
