body {
	background-color: #DDDDDD;
	background-image: url("../images/background.png");
}

a:link {
	color: #F9F9F9;
	text-decoration: none;
}

a:visited {
	color: #F9F9F9;
	text-decoration: none;
}

a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

a:active {
	color: #808080;
	text-decoration: none;
}

#header {
	color: #82A0C8;
	background-color: #E7E7F0;

	font-family: 'Walter Turncoat',Arial;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 60pt;

	max-width: 840px;
	min-width: 304px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;

	border: 1px solid black;

	box-shadow: 5px 5px 7px #888;
}

@media screen and (max-width: 420px) {
	#header {
		letter-spacing: 0em;
	}
}

.subtitle {
	font-size: 14pt;
	letter-spacing: 0em;
	text-align: center;
	font-weight: normal;
	color: #222;
	margin-top: -10px;
	padding: 0 14px 14px 14px;
}

#navbar {
	background-color: #D8D9F0;
	font-family: Arial;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	max-width: 840px;
	min-width: 304px;
	margin-left: auto;
	margin-right: auto;

	border-left: 1px solid black;
	border-right: 1px solid black;

	box-shadow: 5px 5px 7px #888;
}

.navbutton, .navbuttonsel {
	box-sizing: border-box;
	position:relative;
	top: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	flex-grow: 1;
	height: 25px;
}

.navbuttonsel {
	background-color: #82A0C8;
	color: #F9F9F9;

	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

@media screen and (max-width: 500px) {
	#navbar {
		-webkit-flex-direction: column;
		flex-direction: column;
		padding-bottom: 5px;
	}

	.navbuttonsel {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
}

#contentBody {
	background-color: #EEE;

	font-family: Arial;
	font-size: 10pt;

	max-width: 840px;
	min-width: 304px;
	margin-left: auto;
	margin-right: auto;

	border-left: 1px solid black;
	border-right: 1px solid black;

	box-shadow: 5px 5px 7px #888;
}

.contentTitle:before {
	color: black;
	content: ">>";
}

.contentTitle, .newsTitle {
	background-color: #82A0C8;
	color: #FFF;

	font-family: 'Rokkitt',Arial;
	font-size: 15pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;

	margin: 0 -5px 0 -5px;
	padding: 5px 10px;
	border: 1px solid black;

	box-shadow: 4px 4px 6px #888;
}

.newsTitle {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
}

.newsTitleImg {
	padding-right: 10px;
}

.newsTitleTime {
	padding-left: 10px;
}

.newsTitleSubject {
	flex-grow: 1;
}

.content {
	padding: 20px 30px 10px 30px;
}

.content a:link {
	color: #6280A8;
	text-decoration: underline;
}

.content a:visited {
	color: #224068;
}

.content a:hover {
	color: #92B0D8;
}

.content a:active {
	color: #FF0000;
}

#footer {
	color: #82A0C8;
	background-color: #E7E7F0;

	font-family: 'Rokkitt',Arial;
	font-size: 22px;
	text-shadow: 1px 1px 1px #111;
	text-align: center;

	max-width: 824px;
	min-width: 288px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	border: 1px solid black;
	padding: 8px;

	box-shadow: 5px 5px 7px #888;
}

.quoteheader {
	margin: 5px 25px 0px 25px;
	padding: 2px 0 2px 10px;

	font-size: 9pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #444;

	background-color: #82A0C8;
	color: #FFF;

	border: 1px solid black;
}

.bbc_standard_quote {
	margin: 0px 25px 0px 25px;
	padding: 20px;

	font-size: 9pt;

	background-color: #DDD;

	max-height:250px;

	border-left: 1px solid black;
	border-right: 1px solid black;

	overflow-y: scroll;
}

.quotefooter {
	margin: 0px 25px 5px 25px;
	padding: 2px;

	background-color: #82A0C8;

	border: 1px solid black;
}

.newsLink {
	font-family: 'IM Fell Great Primer',Arial;
	font-size: 14pt;
	font-style: italic;
	text-shadow: 1px 1px 2px #555;
}

.newsLink a:link {
	color: #6280A8;
	text-decoration: none;
}

.newsLink a:visited {
	color: #6280A8;
}

.newsLink a:hover {
	color: #82A0C9;
}

.newsLink a:active {
	color: #426088;
}
