/*  General rules */
	
img	{
	display:block;
	border:0;
}

a {	color:#fec; text-decoration:none; }
a:hover, a:active { text-decoration:underline; }
/*
a.url:before { content:"["; }
a.url:after { content:"]"; }
*/

/* Generic paragraphs */

p {
	text-indent:48px;
	margin-top:4px;
	margin-bottom:4px;
}
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p { text-indent:0px; }
p:first-child {
	text-indent:0px;
}
p.author {
	margin-top:1em;
	text-align:right;
	font-style:oblique;
}

/* generic generic */

acronym, abbr, .help {
	border:1px transparent dotted;
	border-bottom:1px #f00 dotted;
	cursor:help;
}

code {
	margin-left:16px;
	padding-left:16px;
	display:block;
	white-space:pre;
}
div.dark code { border-left:4px #0f0 double; }
div.light code { border-left:4px #080 double; }

/* menu */

#menu {
	background:#000 url(/img/thlipsis_dark.jpg) bottom right no-repeat fixed;
	margin:0;
	padding:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #765;
	margin-bottom:4px;
	font-family:serif;
	font-size:13px;
	text-align:center;
}
#menu div {
	padding:8px;
}
#menu div.ancestors {
}
#menu div.ancestors a.item0 {
}
#menu div.ancestors a.item0:hover, #menu div.ancestors a.item0:active {
}
#menu div.ancestors a.item1 {
	color:#fe8;
	border-bottom:1px #bbe8ff dotted;
	font-weight:bold;
	padding-bottom:1px;	
}
#menu div.ancestors a.item1:hover, #menu div.ancestors a.item1:active {
	text-decoration:none;
	border-bottom:1px #bbe8ff solid;
}
#menu div.siblings {
}
#menu div.siblings a.item0 {
}
#menu div.siblings a.item0:hover, #menu div.siblings a.item0:active {
}
#menu div.siblings a.item1 {
	color:#fff;
	border-bottom:1px #fff dotted;
	font-weight:bold;
	padding-bottom:1px;	
}
#menu div.siblings a.item1:hover, #menu div.siblings a.item1:active {
	text-decoration:none;
	border-bottom:1px #fff solid;
}
#menu div.children {
	color:#a0b;
}
#menu div.children a.item0 {
}
#menu div.children a.item0:hover, #menu div.children a.item0:active {
}
#menu div.children a.item1 {
}
#menu div.children a.item1:hover, #menu div.children a.item1:active {
}

/* serious */

body	{
	background:#000 url(/img/thlipsis.jpg) bottom right no-repeat fixed;
	margin:0;
	padding:0;
	border:0;
	padding-bottom:64px;
}
	
#wrapper	{
	background:transparent;
	color:#888;
	margin:auto;
	padding:0;
	border:0;
	width:800px;
	font-size:11pt;
}

#header	{
	background:#000 url(/img/header.jpg) 0% 0% scroll no-repeat;
	height:128px;
	border:0;
	margin:0;
	padding:0;
	text-align:left;
}
#header h1 {
	height:0;
	width:0;
	overflow:hidden;
	position:absolute;  /* for the benefit of IE5 Mac */
	visibility:hidden;
}

#pagebody	{
	padding:0;
	margin:0;
	border:0;
	text-align:left;
	background:transparent;
	clear:both;
	font-family:'Trebuchet MS','verdana',sans-serif;
}

#maincontent	{
	float:left;
	width:570px;
	text-align:justify;
}
#maincontent div {
	padding:12px;
	margin:8px;
	margin-bottom:16px;
}
#maincontent h1 { font-size:20px; font-weight:bold; }
#maincontent h2 { font-size:16px; font-weight:bold; }
#maincontent h3 { font-size:14px; font-weight:normal; text-decoration:underline; font-style:oblique; }

#message {
	width:570px;
	text-align:justify;
	padding:12px;
	margin:auto;
	margin-top:64px;
}

/* colorings */
div.dark {
	background:#000 url(/img/thlipsis_dark.jpg) bottom right no-repeat fixed;
	border:1px solid #555;
	color:#999;
}
div.dark strong {
	color:#fff;
	font-weight:normal;
}
div.light {
	background:#c1c1c1 url(/img/thlipsis_light.jpg) bottom right no-repeat fixed;
	border:1px solid #fff;
	color:#555;
}
div.light strong {
	color:#000;
	font-weight:bold;
}
div.light a {
	color:#804;
}
div.cyan {
	background:#011 url(/img/thlipsis_cyan.jpg) bottom right no-repeat fixed;
	border:1px dotted #055;
	color:#ffa;
}
div.cyan a {
	color:#fff;
	font-weight:bold;
}
div.purple {
	background:#102 url(/img/thlipsis_purple.jpg) bottom right no-repeat fixed;
	border:1px dotted #505;
	color:#ffa;
}
div.orange {
	background:#420 url(/img/thlipsis_orange.jpg) bottom right no-repeat fixed;
	border:1px dotted #840;
	color:#eeb;
}
div.orange h1 {
	color:#ffa;
}
div.orange td.label {
	color:#eee;
}
div.cream {
	background:#d1c5af url(/img/thlipsis_cream.jpg) bottom right no-repeat fixed;
	border:4px double #550;
	color:#035;
}
div.cream h1, div.cream h2, div.cream h3 { color:#023; }
div.cream a { color:#000; }
div.red {
	background:#100 url(/img/thlipsis_red.jpg) bottom right no-repeat fixed;
	border:1px dotted #800;
	color:#f98;
}

#sidebar	{
	width:220px;
	float:right;
	margin:0;
	padding:0;
	/* for IE */
	height:100%;
	font-family:'verdana',sans-serif;
	font-size:small;
}	
#sitenews div, #sideinfo div {
	padding:8px;
	margin:8px;
	margin-bottom:16px;
}
#sidebar h1 {
	font-weight:normal;
	font-size:16px;
}
#sidebar h2 {
	font-weight:bold;
	font-size:12px;
}
#sidebar p.qotd {
	font-style:oblique;
	text-align:right;
	font-family:georgia, serif;
	font-size:1.1em;
}
#sidebar p.qotd:first-letter {
	font-size:24px;
	font-family:georgia, serif;
	font-weight:900;
	font-style:normal;
	text-shadow:0.5em 0.4em 2px #000;
}
#sitenews {
	padding:0;
	margin:0;
}
#sitenews h1 {
	font-size:22px;
	text-align:center;
}
#sitenews h2 {
	font-size:18px;
	font-weight:normal;
	border:0;
	border-top:#fff dotted 1px;
	border-left:#fff dotted 1px;
	padding-left:4px;
}

#footakia {
	border:0;
	padding:0;
	padding-top:16px;
	text-align:center;
	clear:both;
}
#footakia div { padding:16px; }
#footakia table { width:100%; }

/* Headers */
	
h1, h2, h3, h4, h5, h6	{
	font-family:'Trebuchet MS', 'verdana', "Bitstream Vera Sans", helvetic, sans-serif;
	font-weight:normal;
	margin-top:16px;
	margin-bottom:4px;
	letter-spacing:1px;
}
h1 { font-size:22px; font-weight:bolder; }
h2 { font-size:18px; font-weight:bold; }
h3 { font-size:14px; font-weight:bold; }
h4 { font-size:12px; font-weight:bold; }
h5 { font-size:10px; font-weight:bold; }
h6 { font-size:10px; font-weight:normal; text-decoration:underline; font-style:oblique; }

	
/* Rest */

.hide {
	height:0;
	width:0;
	overflow:hidden;
	position:absolute;  /* for the benefit of IE5 Mac */
	visibility:hidden;
}

div.poem {
	font-size:14px;
	font-family:georgia, serif;
	line-height:1.4em;
	letter-spacing:1px;
}
div.poem + blockquote.verse:first-line {
	font-variant:small-caps;
}
blockquote.verse { white-space:pre; }


div.center {
	text-align:center;
}


/* Tables */
td { padding:4px; }
td.label { text-align:right; vertical-align:top; }
td.value { text-align:left; font-style:italic; }
