body{
	color:#404040;
	background:#fff;
	font-size:100%;
	padding:0;
	margin:0;
}
#footer{
	border-top:1px solid #ccc;
	font-size:70%;
	margin:3em 0 0 0;
	padding:1em;
	text-align:right;
}
#footer div {
	float:right;
}

/* main news display page */
.news-display {
	padding-top:1em;
	margin: 0 5%;
}
.news-display dt {
	margin:1.5em auto 0;
	font-size:110%;
	font-weight:bold;
	border-bottom:1px dashed #ccc;
	display:block;
}
.news-display dd {
	margin:0;
}
.news-display .item-link {
	font-size:80%;
}
.news-display .stripe {
	background:#eee;
	color:#000;
}

/* news column page */
#content {
	margin:0 11em 0 5%;
}
#news-column {
	float:right;
	width:10em;
	margin:50px 10px 0 20px;
	padding: 0 5px;
	font-size:70%;
	border:1px solid #666;
}
#news-column h2 {
	font-size:130%;
	margin:0 -5px;
	padding:0 0 5px 0;
	text-align:center;
	background:#999;
	color:#fff;
	border-bottom:1px solid #666;
}
#news-column dt {
	margin:1em auto 0;
	font-weight:bold;
	border-bottom:none;
}
#news-column dd {
}
#news-column p.item-link {
}

/* single item */
#display-item{
	padding:1em;
}
#itemwrapper {
	width:70%;
	margin:2% auto;
	padding:10px 20px;
	border:1px dashed #ccc;
}
#display-item {
}

/* special classes */
.post-date {
	font-size:70%;
}
.news-link{
	font-size:80%;
	margin:10px 0;
}
.xml1, .xml2 {
	list-style:none;
	padding:0;
	margin:0;
}
.xml1 {
	position:absolute;
	top:0;
	right:5px;
}
.xml2 {
	margin:20px -5px 0;
	padding:5px 0 0;
	text-align:center;
	background:#999;
	color:#fff;
	border-top:1px solid #666;
}

/* general formatting & colours */
h1{
	text-align:center;
	letter-spacing:0.1em;
	padding:0 0 0.5em 0;
	border-bottom:1px solid #ccc;
}
h1,h2,h3,h4,h5,h6 {
	background:tranparent;
	color:#999;
}
a {
	background:tranparent;
	color:#686AC2;
}
a:hover, a:active, a:focus {
	text-decoration:none;
	background:#eee;
	color:#686AC2;
}
code, kbd {
	font-size:120%;
}
img{
	border:0;
}
.right {
	text-align:right;
}
