<!--

/*@import "debug.css";*/

h1 {
	font-size: 150%;
}

#header h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

img {
  border: 0;
}

#header p {
	margin-top: 0;
	margin-bottom: 0;
}

.hide {
	display: none;
}

#noid {
	background: red !important;
}

#body p,
#body li {
	text-align: justify;
}

#body p {
	padding-left: 1em;
	padding-right: 1em;
}

/*/*/
#localNav {
	float: right;
	clear: both;
	border: solid black 1px;
	max-width: 15em;
	padding: 1em;
	margin-left: 1em;
}

#body .note,
#body .illustration,
.portait,
.thumbnail {
	float: right;
	margin-left: 1em;
	clear: right;
}

.thumbnail.two,
.thumbnail.four {
	float: left;
	clear: left;
	
}

#body .note,
#body .illustration {
	margin-bottom: 0;
	margin-top: 0;
	padding: 1em;
	border: 1px solid;
}

#body .thumbnail,
#body .note {
	width: 30%;
	text-align: left;
}

#dungeon .thumbnail {
	width: 330px;
}

#disclock .thumbnail {
	width: 180px;
}

#body .illustration,
#body .thumbnail p {
	text-align: center;
}

.teaser {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

#body .teaser .item {
  display: block;
  width: 172px;
  float: left;
  text-align: center;
  margin: 1em;
  padding: 0.5em;
  border: solid #484 0.3em;
  background: #222;
}

.teaser .item * {
  margin-top: 0;
  margin-bottom: 0;
}

#body .teaser p {
  text-align: center;
}

.inprogress {
  background-image: url(graphics/uconstr.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#body .teaser ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#body .teaser li {
  text-align: left;
  margin: 0.2em;
  background-color: #000;
}

.teaser image:link {
  text-decoration: none;
}

.teaser + * {
  clear: both;
}

.warning,
.construction {
	font-size: 75%;
	margin: 1em;
	padding: 1em;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: 15px center;
	clear: both;
	color: #000;
	border: solid #000 0.5em;
}

.construction {
	background-color: #FA2;
	background-image: url(graphics/uconstr.gif);
}

.warning {
	background-color: #FF0;
	background-image: url(graphics/warning.gif);
}

.warning h2,
.warning h3,
.warning h4,
.warning h5,
.warning h6,
.construction h2,
.construction h3,
.construction h4,
.construction h5,
.construction h6 {
	color: black;
}

.warning a:link,
.construction a:link {
	color: #00F;
}

.warning a:visited,
.construction a:visited {
	color: #008;
}

.warning code {
  color: #444;
}

/* can't use percent for this, because it still affects
the float size */
/*/*/
#body .illustration p {
	width: 15em;
	text-align: center;
}

#cross li,
#cross h3,
#cross h4 {
	clear: right;
}

.download {
	clear: left;
}

.download img {
	float: left;
	margin-right: 1em;
}

.screenshot + .screenshot {
	margin-top: 1em;
	border-top: 0.2em dotted;
}

#footer hr {
	clear: both;
}

/* End netscape 4 hack */

.illustration p {
	margin: 0;
}

hr {
	/* fixes buggy interaction with floats, mozilla 1.7.8 */
	margin: 0; 
}

q {
	font-style: italic;
}

dt {
	font-weight: bold;
}

dt:after {
	content: ":";
}

/* we need the header declarations to override other
   rules more specific than 'compact' */
#header .compact,
.compact {
	padding: 0.5em;
}

#header .compact li,
.compact li {
	list-style-type: none;
	display: inline;	
	margin: 0;
	padding: 0;
}

.intro {
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}

.intro p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.new {
	background-image: url(graphics/new.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	line-height: 20px;
	padding-right: 35px;
}

*[href^="http"] {
	background-image: url(graphics/external.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	line-height: 15px;
	padding-left: 15px;
}

/* Mozilla 1.7.8 doen't generate the psudo elements
unless they are in the initial style sheet */
#body *:first-line,
#body *:first-letter {
}

-->

