td,body	{
	vertical-align: top;
	font-family: trebuchet ms, sans-serif;
	font-size: 11px;
}
body {
	padding: 0;
	margin: 0;
}

/* page header */
.pageheader {
	position: fixed;
	top: 0;
	width: 100%;
}

.pageheader h2,h3 {
	padding: .5em;
	margin: 0;
}

.pageheader h2 {
	border-bottom: 1px solid black;
}
.pageheader h3{
	float: right;
	background: white;
}
/* end page header */


/* page footer */
.footer {
	padding-top: .2em;
	border-top: 1px solid black;
	margin-top: 1em;
	width: 100%;
	position: fixed;
	bottom: 0;
	color: #999;
}

.footer a {color: #666;}
/* end page footer */



.content {
	margin: 1em;
	margin-top: 6em;
	margin-bottom: 5em;
}

a {
	color: #559;
	/*color: #595;*/
	/*color: #933;*/
	font-weight: bold; 
	text-decoration:none;
}

a:hover {
	border-bottom: 1px dotted;
}

.descr {
	display: block;
	margin: .5em;
	color: #666;
	/*text-align: justify;*/
	padding: 3px;
	font-size: 10px;
	width: 40em;
	font-family: georgia, serif;
}

code.descr {
	font-family: courier new;
	}

.descr a {
	color:  #333;
}


li {
	width:75%;
	margin: .4em -1em;
	
}


th {
	background: #eee;padding: 1px 7px;
}


/* specific types */
 .error {
	font-weight: bold;
	display: block;
	color: #900;
}
.dead {text-decoration:line-through;}

.quote {
	padding: 1em 1.5em;
	font-style: italic;
}

.hide {display: none;}

.left {float: left; text-align: left; margin-left: .5em;}

.right {float: right;text-align: right; margin-right: .5em; width: 48%;}

.spaced {word-spacing: .4em; padding-left:.2em}

.tvshow
{
	background: #933;
	color:white;
	border:1px solid black;
	padding: 2px;
}

.tvshow a {font-weight:normal;}

.dim, .pageheader h2, .footer
{
	background: #eef;
}


.bookmarks, .bookmarks li
{	
	width: 90%;
}

.bookmarks h1, .bookmarks h2, .bookmarks h3,
.bookmarks h4, .bookmarks h5, .bookmarks h6
{
	margin-bottom: 0;
	padding-bottom: 0;
}
.bookmarks .header
{
	list-style: none;
}

.hr
{
	border-top: 1px solid black;
	width: 50em;
}

.hr hr
{display: none;}



/* delicious stuff */
.delicious .tags a {display:inline; color: silver;padding-left:2em;}
.delicious .tags a:hover {border:none;}
.delicious .date {font-size: 15px;font-weight: bold;}
.delicious .entry {padding-left: 2em; padding-bottom: 1em;}
.delicious .description {padding: .5em 2em;width: 30em; font-family: Georgia, serif}
/*.delicious .title {padding-bottom:.4em;display:block;}
.delicious .title:hover {border-bottom: 1px dotted}*/

/* audioscrobbler */
.audioscrobbler .time {display: none}
.audioscrobbler .artist {font-weight: bold}
.audioscrobbler ul {margin-top: 0; padding-top: 0; list-style-type: none}

/* systems */
.computer {
	float:left;
	width: 350px;
	border: 1px solid black;
	margin: .5em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
}
th.computer-name {
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	background: white;
}
.computer .key {
	width: 70px;
	float: left;
	clear: right;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
}
.computer .value {
	width: 265px;
	float: right;
}
tr.computer-white td, tr.computer-white th {
	background: white;
	padding-bottom: 1px;
	padding-top: 1px;
}
tr.computer-grey td, tr.computer-grey th {
	background: #ddd;
	padding-bottom: 1px;
	padding-top: 1px;
}


ul {
     list-style-type: none;
}
