/**
* file: base.css
* author: Yuli Mitsner
* date: July 19, 2004
* description:
*	Describes the main content of the page.
*/

#base_container {}

#base_over_header {
	width: 840px;
	/* height: 70px; */
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header_text_container {
	position: relative;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* gap: 20px; */
	text-align: center;
}

#base_over_header .header-content {
	/* text-align: center; */
	display: inline-block;
	/* Keeps text block together */
}

#base_over_header h1 {
	/* width: 820px; */
	/* height: 80px; */
	/* background: url(../images/common/site_header.jpg) top center no-repeat; */
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#base_over_header h1 a {
	/* display: block; */
	/* width: 100%; */
	/* height: 100%; */
	color: #ffffff;
	text-decoration: none;
}

#base_over_header .header-edition {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#base_over_header .header-details {
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#base_over_header span {
	display: none;
}

/* Menu */
#base_top {
	width: 840px;
	height: 30px;
	margin-top: 10px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #000000;
	border-bottom: none;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
	/* border-radius: 10px 10px 0 0; */
}

#base_top ul {
	padding-top: 8px;
	list-style: none;
}

#base_top ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#base_top ul li a:link,
#base_top ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	padding: 4px 5px 2px 4px;
	margin-right: 8px;
	background-color: #fff;
	border-bottom: 1px solid white;
}

#base_top ul li a:hover {
	background-color: #f7ecec;
	border-bottom: 1px solid #FFCCCC;
}

#base_top ul li a:active {
	background-color: #f7ecec;
	border-bottom: 1px solid #FFCCCC;
}

#base_top ul li.selected a {
	background-color: #9C1100;
	color: #ffffff;
}

#base_top ul li.selected a:hover {
	color: #9C1100;
	background-color: #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
}

#base_top ul li a.last {
	margin-right: 0;
}

#base_header {
	width: 800px;
	padding: 0 20px 20px 20px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
	/* border-radius: 0 0 10px 10px; */
}

#base_header img {
	border: 1px solid black;
}

#base_header a img {
	border: 1px solid black;
}

#base_header a:hover img {
	border: 1px solid #A73E3E;
}


#base_under_top {
	width: 840px;
	height: 10px;
	/* background: url(../images/common/header_footer.jpg) top center no-repeat; */
	background-color: #fff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


#base_center_top {}

#base_center_bottom {
	width: 840px;
	/* height: 20px; */
	/* background: url(../images/common/content_footer.jpg) bottom center no-repeat; */
	background-color: #fff;
	/* border-radius: 0 0 10px 10px; */
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	border-top: none;
	padding: 5px 0;
	text-align: center;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
}

#base_center {
	width: 800px;
	padding: 0 20px;
	/* background: url(../images/common/content_bg.jpg) top center repeat-y; */
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
	margin: 0 auto;
	/* border-radius: 0 0 10px 10px; */
	/* moved to bottom */
}

#base_center .header {
	/*background-color: #F8EDED;*/
	border-bottom: 1px solid #FFCCCC;
	margin: 0px 60px 10px 60px;
	padding: 0px 10px 5px 10px;
}

#base_center .header h2 {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

#base_center .header ul {
	margin: 0;
	padding: 0;
	margin-top: 2px;
	font-size: 12px;
}

#base_center .header ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 2px 4px 1px 4px;
}

#base_center ul li.last {
	padding-right: 0;
}

#base_center .header ul li span {}

#base_center .header a {}

#base_center .header a:hover {}

#base_center .header a.selected {
	text-decoration: none;
	color: #fff;
	background-color: #9C1100;
	padding: 2px 4px 1px 4px;
}

#base_center .section {
	clear: both;
	padding: 0px 60px 5px 60px;
}

#base_center .section p {
	padding: 0px 10px 15px 10px;
}

#base_center .section img {
	border: 1px solid #000;
	margin-left: 10px;
	margin-bottom: 10px;
}

#base_center .section a img {
	border: 2px solid #FFCCCC;
}

#base_center .section a:hover img {
	border: 2px solid #A73E3E;
}

#base_center .section .standout {
	margin: 0px 20px 15px 20px;
	padding: 10px;
	background-color: #f7ecec;
	border-left: 1px solid #FFCCCC;
}

#base_center .section p.standout {
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#base_center .section .links {
	margin-right: 10px;
	text-align: right;
}

#base_center .section table {
	border-collapse: collapse;
}

#base_center .section table.standout {
	border-collapse: collapse;
}

#base_center .section table.standout tr {}

#base_center .section table.standout td {
	padding: 4px 5px 4px 10px;
}

#base_center .section .gallery {
	padding: 0;
}

#base_center .section .gallery .even {
	background-color: #F8EDED;
}

#base_center .section .contestants td {
	padding: 5px 0 5px 0;
}

#base_center .section .gallery img {
	margin: 0px;
}

#base_center .section .gallery .even img {
	margin: 5px 0px;
}

#base_center .section .gallery .odd img {
	margin: 5px 0px;
}

#base_center .section .gallery .first img {
	margin: 0px 0px 5px 0px;
}

#base_center .section .contestants .even img {
	margin: 0px 0px 5px 0px;
}

#base_center .section .contestants .odd img {
	margin: 0px 0px 5px 0px;
}

#base_center .images a img {
	margin: 0;
	padding: 0;
}

#base_center .section ul,
#base_center .section ol {
	padding: 0px 10px 15px 10px;
}

#base_center .section ul {
	list-style-type: none;
}

#base_center .section li {
	margin-left: 20px;
	padding: 0px 10px 15px 10px;
}

#base_center .section ul.standout {
	padding: 0;
	margin: 0;
	margin: 0px 20px 15px 20px;
}

#base_center .section ul.standout li {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#base_center .section ul.basic,
#base_center .section ol.basic {
	margin: 0;
	padding: 0;
}

#base_center .section ul.basic li {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}

#base_center .section ol.basic li {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	padding-bottom: 2px;
	list-style-type: none;
}

#base_center .section .seperate {
	border-bottom: 1px solid #fff;
}

#base_footer {
	margin-bottom: 15px;
	color: #000;
}

#base_footer a {
	color: #000;
	text-decoration: none;
	padding: 0 0px;
}

#base_footer a:hover {
	color: #FFFFFF;
}

#base_under_footer {}

#player {
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: 10px;
}

.highlite {
	border: 1px solid #666666;
	background-color: #EFEFEF;
	padding: 2px;
}

.center_highlite {
	border: 1px solid #666666;
	text-align: center;
	background-color: #EFEFEF;
	padding: 2px;
}

.spacer {
	width: 0px;
	height: 0px;
	clear: both;
}

.borderless {
	border: none;
}

.even {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* Lightbox */
.image-lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.image-lightbox.is-active {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.image-lightbox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.image-lightbox__dialog {
	position: relative;
	max-width: 90vw;
	max-width: 90%;
	max-height: 90vh;
	max-height: 90%;
	padding: 10px;
	background-color: #000;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
	border: 1px solid #fff;
}

.image-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: 80vh;
	max-height: 80%;
	border: none;
}

.image-lightbox__close {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 4px 9px;
	cursor: pointer;
}

body.lightbox-open {
	overflow: hidden;
}
