*{
margin: 0;
padding: 0;
}
body{
	background-color:#222;
}

#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;
}

/* 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{
	color:#fff;
	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{
	font-family:Arial, Helvetica, sans-serif;
	color:#99CCCC;
	font-size:20pt;
	line-height:25px;
}

a:link {
	background-color:transparent;
	text-decoration: none;
	color:#ffffff;
}

a:hover {
	background-color: #FFC;
	text-decoration: underline;
	color: #990;
}

a:visited {
	background-color: transparent;
	text-decoration: underline;
	color:#888888;
}
/*gifs for links*/

.external {
	background: url(../images/linkGifs/external.gif); 
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
	padding-right: 10px;
}
.pdf {
	background: url(../images/linkGifs/pdf.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
	padding-right: 10px;
}
.popUp {
	background: url(../images/linkGifs/popUp.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
	padding-right: 10px;
}
code, kbd {
	font-size:120%;
}
img{
	border:0;
}
.right {
	text-align:right;
}