.noShow { display: none; }

.fullWidth {
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F6F9FC;
	color: #222;
	font-family: sans-serif;
	line-height: 1.4;
}

body>:not(#topnav) {
	font-size: 0.812em;
}

a {
	color: #07B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 1.0em;
	margin-bottom: 0.33em;
}

h2 {
	margin-top: 1.125em;
}

.box>h2 {
	margin-top: 0;
}

#topnav {
	background-color: #333;
	border-style: solid;
	border-color: #9e00a4;
	border-width: 0;
	border-bottom-width: 5px;
	padding-top: 0.75em;
	padding-bottom: 0.5em;
}

#topnav h1 {
	display: inline-block;
	position: relative;
	left: 0.5em;
}

#topnav h1 a {
	color: #9e00f5;
}

#topnav h1 a:hover {
	text-decoration: none;
}

#topnav .right {
	position: absolute;
	top: 1.5em;
	right: 0.5em;
}

#topnav .right a {
	color: #999;
	font-weight: bold;
	margin-right: 1.5em;
}

#topnav .right a:hover {
	color: #FFF;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

#sidebar {
	padding-top:    1.5em;
	width: 25%;
}

#sidebar ul {
	margin-bottom: 0.375em;
	list-style-type: none;
	list-style-position: outside;
}

#sidebar li {
	margin-left:  1.0em;
	margin-right: 1.0em;
	padding-left: 0.25em;
	padding-top: 0.2em;
}

#main {
	padding: 1.5em 2.5em 1.5em 2.5em;
}

#main ul.dir-list {
	margin-top: 1.5em;
}

#main ul {
	margin-left: 1.75em;
}

.box {
	padding: 0.65em;
	background: #ECF2F5;
	border: 1px solid #BCD;
	text-align: center;
}

.post {
	margin-top: 1em;
}

#footer {
	clear: both;
	font-size: 0.85em;
}

#footer .centre {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.news-box {
    background-color: #FFFFFF;
    border: 1px solid #BCD;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.news-box h3 {
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 1.1em;
}

.news-meta {
    font-size: 0.75em;
    color: #555;
    margin-bottom: 0.5em;
}

.news-box p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.news-footer {
    text-align: right;
    margin-top: 0.5em;
}

.news-footer a {
    font-size: 0.75em;
    color: #07B;
}

.link-category {
    background-color: #ECF2F5;
    border: 1px solid #BCD;
    padding: 1em;
    margin-top: 1em;
}

.link-category h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.1em;
    color: #333;
}

.link-category ul {
    margin-left: 1.5em;
    margin-bottom: 0;
    list-style-type: disc;
}

.link-category li {
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.link-category a {
    color: #07B;
    text-decoration: none;
}

.link-category a:hover {
    text-decoration: underline;
}

.history-box {
    background-color: #F0F5F8;
    border: 1px solid #BCD;
    padding: 1.2em;
    margin-top: 1em;
    line-height: 1.5;
}
