#wrapper {
	max-width: 960px;
	margin: auto;
	padding: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 1.2;
}

#wrapper a, a:link, a:active, a:visited {
    color: black;
    text-decoration: none;
	font-weight: bold;
}

#wrapper a:hover {
	color: #990000;
}

#banner {
	background-image: url( "../images/banner.png" );
	background-size: cover;
	border: 1px solid black;
	width: 958px;
	height: 170px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	box-shadow: 0px 0px 2px 2px lightgrey;
}

#main {
	width: 960px;
	display: flex;
	align-items: flex-start;
}

#navigation {
	line-height: normal;
	margin: 10px 5px 5px 0;
}

#navigation > ul {
	padding: 5px;
	border: 1px black solid;
	box-shadow: 0px 0px 2px 2px lightgrey;
	width: 123px;
	background-image: linear-gradient(to left, #F5F5F5 , white);
	margin-bottom: 10px;
}

#navigation > ul > li > span { /* addresses only first level elements */
	font-size: 10px;
	text-transform: lowercase;
	position: relative;
}

#navigation > ul > li > span:after {
	content: "";
	background: #ED1C24; /* Dark Red */
	position: absolute;
	bottom: -2px;
	right: -1px;
	height: 10%;
	width: 80%;
}

#navigation > ul > li > span:before {
	content: " ";
	white-space: pre;
	background: black;
	position: absolute;
	top: -1px;
	left: -1px;
	height: 10%;
	width: 5px;
}

#navigation > ul > li > ul {
	margin-top: 10px;
}

#navigation > ul > li > ul > li { /* addresses only second level elements */
	padding: 6px 0 2px 2px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	width: 118px;
}

#navigation > ul> li > ul > li:first-child {
	padding-top: 6px;
}

#navigation > ul> li > ul > li:last-child {
	padding-bottom: 6px;
}

#navigation > ul > li > ul > li:before {
	content: ".";
}

#navigation > ul > li > ul > li a {
	font-weight: bold;
}

#primary {
	margin: 5px;
	margin-top: 10px;
	border: 1px black solid;
	box-shadow: 0px 0px 2px 2px lightgrey;
	width: 689px;
	background-color: #F5F5F5; /*light grey*/
	min-height: 600px;
}

#secondary {
	line-height: normal;
	text-align: right;
	margin: 10px 0 5px 5px;
}

#secondary > ul {
	padding: 5px;
	border: 1px black solid;
	box-shadow: 0px 0px 2px 2px lightgrey;
	width: 123px;
	background-image: linear-gradient(to right, #F5F5F5 , white);
	margin-bottom: 10px;
}

#secondary > ul > li > span { /* addresses only first level elements */
	font-size: 10px;
	text-transform: lowercase;
	position: relative;
}

#secondary > ul > li > span:after {
	content: "";
	background: #ED1C24; /* Dark Red */
	position: absolute;
	bottom: -2px;
	left: -1px;
	height: 10%;
	width: 80%;
}

#secondary > ul > li > span:before {
	content: " ";
	white-space: pre;
	background: black;
	position: absolute;
	top: -1px;
	right: -1px;
	height: 10%;
	width: 5px;
}

#secondary > ul > li > ul {
	margin-top: 10px;
}

#secondary > ul > li > ul > li { /* addresses only second level elements */
	padding: 6px 2px 2px 0;
	border-left: 1px black solid;
	border-right: 1px black solid;
	width: 118px;
}

#secondary > ul> li > ul > li:first-child {
	padding-top: 6px;
}

#secondary > ul> li > ul > li:last-child {
	padding-bottom: 6px;
}

#secondary > ul > li > ul > li:before {
	content: "";
}

#secondary > ul > li > ul > li a {
	font-weight: bold;
}

#secondary ul li ul li img {
	max-width: 100px;
	padding-right: 5px;
}

#footer {
	padding: 5px;
	margin: 5px 0 5px 0;
	width: 950px;
	text-align: center;
	font-weight: bold;
}

#breadcrumb {
	padding: 8px 10px 10px 0;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}

#breadcrumb::before {
	content: ".:: "
}

#content {
	padding: 5px;
	margin: auto;
	width: 600px;
}

.news {
	width: 598px;
	border: 1px solid black;
	background: white url( "../images/title.png") no-repeat;
}

.title {
	padding: 4px 0 0 2px;
	height: 16px;
	width: 400px;
	display: inline-block;
	font-weight: bold;
	color: white;
}

.title:before {
	content: ".:: ";
}

.breaker:before {
	font-weight: bold;
	content: " .:.";
}

.author {
	width: 188px;
	height: 16px;
	display: inline-block;
	text-align: right;
	color: white;
}

.article {
	width: 585px;
	padding: 5px;
	text-align: justify;
	line-height: 1.2;
}

table {
	border: 1px solid black;
	width: 598px;
	background-color: white;
}

table ul {
	list-style: square;
	list-style-position: inside;
	line-height: 1.3;
}

table a {
	font-weight: bold;
}

tr:nth-child(even) {
	background-color: #F5F5F5; /* light grey */
}

thead {
	background: url( "../images/title.png") no-repeat;
	height: 20px;
	font-weight: bold;
	color: white;
	font-size: 12px;
}

th {
	vertical-align: middle;
	color: white;
	font-weight: bold;
	height: 16px;
}

td {
	padding: 4px;
}

tr:hover {
	/* background: lightgrey; */
	/* color: #990000; */
}

tfoot {
	background-color: lightgrey;
	font-weight: bold;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0 4px 0;
}

em {
	color: red;
}

.image {
	width: 190px;
	max-height: 150px;
}

.image:hover {
	filter: brightness(1.2);
}

.thumbnail {
	max-width: 200px;
	max-height: 150px;
}
