html
{
  font-family: Trebuchet MS, Helvetica, sans-serif;
}

body
{
  background-color: black;
  color: white;
  text-align: left;
  margin: 0px;
  overflow: hidden;
}

div#content
{
  color: #55FF55;
  position: relative;
  margin: 0px;
  padding: 0px;
}

div#bar
{
  background: orange;
  position: relative;
  margin: 0px;
  padding: 0px;
}

form.search
{
	font-size: x-small;
	font-weight: bold;
	display: inline; 
	margin: 0;
	padding: 8px;
}

#sq
{
  position: relative;
  top: -8px;
}


div.tip
{
	position: absolute;
	padding: 0px;
	background: transparent;
	color: black;
	z-index: 1001;
	overflow: hidden;
}

.tip img
{
	position: absolute; 
	background: transparent;
	width: 100%; 
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.tip p
{
	color: black;
	background: transparent;
	font-size: smaller; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 2;
}

a.tag
{
	text-decoration: none;
	color: white;
	z-index: 999;
}

div.overlay
{
	position: relative;
	left: 0;
	top: 0;
	font-size: x-small;
}

img.framer
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	z-index: 1;
}

div.page
{
	background: transparent; 
	color: white; 
	overflow-y: auto; 
	overflow-x: hidden;
/*	font-variant: small-caps;*/
	padding: 8px;
	width: 100%; 
	height: 100%;
}

.page img
{
	width: 1em; height: 1em;
}
.page b img
{
	width: 20px; height: 20px;
}

.page li
{
	line-height: 120%;
}

div.inner
{
	width: 94%;
	height: 94%;
	position: absolute;
	background: transparent;
	text-align: center;
	left: 3%;
	top: 3%;
	display: inline;
	z-index: 2;
}

div.info
{
	background: transparent;
	position: absolute;
	display: inline;
	top: 5%;
	left: 5%;
	text-align: center;
	width: 90%;
	z-index: 3;
}

p.tagcloud
{
	position: absolute;
	text-align: center;
	width: 90%;
	left: 5%;
	background: #331133;
}


img.boxi
{
	width: 100%;
	height: 100%;
}

img.button
{
	margin: 2px;
}

div.controls
{
	position: absolute;
	overflow: hidden;
	z-index: 10;
	left: 0;
	top: 0;
	background: transparent;
	padding: 4px;
}

p.smalltext
{
	font-size: xx-small;
	text-align: center;
	margin: 8px;
}
p.mediumtext
{
	font-size: x-small;
	text-align: center;
	margin: 12px;
}
p.normaltext
{
	font-size: larger;
	text-align: center;
	margin: 24px;
}

p.title
{
	background: #331133;
	color: white;
	text-align: center;
	z-index: 101;
}


div.box
{
	background: transparent;	
	color: black;
	display: none;
	position: absolute;
	overflow: hidden;
	margin: 8px;
}

div.settings
{
	font-size: smaller;
	margin: 0px;
	margin-left: 30px;
	width: 75%;
	padding: 8px;
	border: 2px dashed white;
}

a { font-size: inherit; margin: 1px; text-decoration: none; border-bottom: 1px dotted #888888; color: #DDDDDD; }
a:hover { background: #888888; }
a img { border: none; }

p { margin: 2px; }

p.theme 
{ 
	text-align: left; display: inline; margin-left: 15px; margin-right: 10px; margin-top: 4px; width: 12em; float: left; white-space: nowrap; background: transparent; vertical-align: middle;
}

.theme a { border: none; padding: 4px; margin: 4px;}
.theme a:hover { color: black; }

img.theme
{
	width: 1em; height: 1em; margin: 0px; border: 1px solid black; vertical-align: text-top;
}

.page table { border-spacing: 1em 1em; font-size: inherit; }
.page td { text-align: center; font-size: inherit; }
