body {
	margin : 0;
	padding : 0;
	background: #ffffff;
	color : #000000;
}

h1 {
	background: #430064;
	margin: 0;
	font-weight: normal;
	padding: 0.2em;
	text-align: center;
	border: 0px #7300AB solid;
	border-bottom-width: 0.8em;
	margin-bottom: 0.5em;
}

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

h1 .beta {
	font-size: small;
}

h2 {
	font-size: large;
}


div.balance {
	text-align: center;
	margin: 0.6em;
}

div.balance > form > * {
	font-size: x-large;
}

div.balance > form > span.currency {
	margin-right: 0.2em;
}

div.balance > form > span.currency > a {
	color: inherit;
	text-decoration: inherit;
	font-weight: inherit;
}

div.balance > form > input.balance {
	width: 8em;
}

div.footer {
	font-size: small;
	color: #666666;
	background: #ffffff;
	margin-top : 1.2em;
	padding-top: 0.1em;
	clear: both;
}

ul.things > li {
	margin-bottom: 1em;
}

ul.things > li.and {
	list-style: none;
}

ul.things > li > h4,
ul.things > li > h4 > a {
	font-size: large;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

ul.things > li > h4 > a:hover {
	color: black;
}

ul.things > li 	div.more > span {
	margin-right: 1em;
}

ul.things > li 	div.more > span.detail {
	color: #000000;
	background-color: #ffffff;
}

ul.things > li 	div {
	color: #666666;
	background: #ffffff;
}

ul.things > li 	div a {
	color: #666666;
	background: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

dl.dd {
	margin-top: 1em;
	font-weight: bold;
	font-size: large;
}


/*
 * currency selection
 */

div.currencyselect a.ccyitem > span {
	width: 4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	display: block;
	float: left;
	margin: 0.2em;
	border: 0.1em #ccccff solid;
	background: #eeeeff;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

div.currencyselect a.ccyitem.selected > span {
	border-color: #ffcccc;
	background-color: #ffeeee;
}

div.currencyselect a.ccyitem:focus > span {
	background-color: #ff0000;
	color: #ffffff;
	border-color: #000000;
}

/*
 * news feeds
 */

ul.news {
	padding: 0;
	margin: 0;
}

ul.news > li.newsitem {
	clear: left;
	list-style: none;
	margin: 0.2em;
}

ul.news > li.newsitem div.price {
	font-size: large;
	font-weight: bold;
	float: left;
	width: 10em;
	text-align: center;
	padding: 0.1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin: 0;
}

ul.news > li.newsitem div.price > a {
	color: inherit;
	background: inherit;
	text-decoration: inherit;
	font-weight: inherit;
}

ul.news > li.newsitem .snippet {
	font-size: normal;
}
ul.news > li.newsitem .snippet .context-mark {
	font-size: small;
	color: #008000;
}
ul.news > li.newsitem .title {
	font-size: large;
}

p.cowsay {
	white-space: pre;
	font-family: monospace;
	/* TODO - skip for screen readers, apart from p.cowsay span.cowsay-text */
}

p.cowsay > .cowsay-text {
	color: #c00;
}

