html {
	color: black;
	background: white;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	background: white;
	color: black;
}

h1 {
	background: #fe5400;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #fff;
	margin: 0;
	padding: 0;
	border-top: 0;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

div.main {
	padding: 1em 2em 1em 2em;
	background: #fff;
}

td {
        vertical-align: top;
}

pre {
	background: #ddd;
	color: black;
	padding: 0.2cm;
}

img {
	border: none;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 0.5em;
}

div.footer {
	font-size: smaller;
	text-align: center;
	color: #222;
	margin: 2em 2em 1em 2em;
	clear: both;
}

div.date {
	font-size: smaller;
	font-style: italic;
	color: #666;
}

div.extras {
	padding: 0.2em;
	font-size: smaller;
	font-style: italic;
	color: #888;
}

dd div {
	padding: 0.2em;
}

div.date a {
	color: #88f;
}

table.userfeeds {
	border: 1px solid #fe5400;
	width: 100%;
}

table.userfeeds th {
	background: #fe5400;
	color: #fff;
	text-align: left;
}

dl.userdetails dt {
	display: inline;
}
dl.userdetails dd {
	display: inline;
}
dl.userdetails dd {
	margin-left: 0;
	margin-right: 3em;
}

ol.karma {
  	list-style: none;
}

ol.karma {
  	margin-left: 0;
  	padding-left: 0;
}

table.boxtable {
	border: 1px solid #fe5400;
	width: 100%;
	margin-bottom: 1.5em;
}

table.boxtable th {
	background: #fe5400;
	color: #fff;
	text-align: left;
}

table.boxtable a {
  font-weight: normal;
}

a {
  text-decoration: none;
  font-weight: bold;
}

span.breadcrumb {
  font-weight: bold;
}

form.search {
  text-align: right;
}
