/****************/
/* 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 */ 
/*****************/

.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;
}

.lastmod {
	font-size: small;
	font-style: italic;
	text-align: right;
	padding-right: 1em;
}

.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;
}
