/* Disenchant.net Stylesheet */

/* Hide some stuff in the header */
.title, .parentlinks, #backlinks {
	display:	none;
}

/* Remove the border on the actions list */
.pageheader .actions ul {
	border-bottom-style: none;
}

/* Use the sidebar like my old menu/header */
.sidebar {
	background: none;
	text-align: center;
	float: none;
	clear: both;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
.sidebar .menu {
	color: white;
}
.sidebar img {
	width:  	451px;
	height: 	200px;
	border-style:	none;
}

/* TOC customisation */
.toc       { text-align: center; }
.toc ol    { list-style: none; }
.toc ol li { display: inline; }
.toc ol li:before { content: " >> "; }

/* Blog stuff - feedlinks on the right, no borders */
.feedlink {
	text-align: right;
}
.inlinepage {
	border-style: none;
}


.sub-header {
	text-align: center;
	padding-top: 0.5em;
}

.footer {
	text-align:	center;
	font-size:	small;
	margin:		30px 5px 5px 5px;
	padding:	3px;
	clear:		both;
}

.news-image {
	border-style:	none;
	margin:		3px;
	padding:	0px;
	text-align:	center;
}

img.map-screenshot {
	float:		left;
	margin:		3px 3px 15px 3px;
	width:		200px;
	height:		150px;
}


/* The map information tables */

table.map-info {
	margin-left:	20px;
	border-style:	none;
}
table.map-info td.left	{
	text-align:	right;
	vertical-align:	top;
}
table.map-info td.right	{
	text-align:	left;
	vertical-align:	top;
}


/* Links */

a         { text-decoration: none; }
a:link    { color: #6880d0; }
a:visited { color: #6880d0; }
a:hover   { color: #8890f0; text-decoration: underline; }


/* Basic element styles */

body {
	background-color:	#202834;
	color:			#e8e8e8;
	font-family:		verdanah, trebuchet ms, arial, sans-serif;
	margin:			0% 10%;
}

.inlineheader .header, h1 {
	background-color:	#000000;
	color:			#d0d0e0;
	border-style:		solid;
	border-width:		1px 0px;
	border-color:		#a00000;
	text-align:		center;
	font-size:		large;
	margin:			20px 0px 5px 0px;
	padding:                2px 0px;
	clear:			both;
}

/* Header links - don't colour, underline, etc. */
.inlineheader .header a { color: #d0d0e0; text-decoration: none; }

h2 {
	font-size:		large;
	color:			#d0d0e0;
	clear:			both;
}

p {
	padding:	2px 5px 5px 5px;
}
