﻿@import url(layout.css);

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50px;
  bottom: 10pz;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons 
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right 
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through 
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators 
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

body {
	color: silver;
	font-family: Calibri;
	font-size: small;
	font-style: normal;
	background-color: #c20809;
}
#container {
	min-height: 600px;
	padding-bottom: 100px;
	width: 100%;
	margin: 0;
	background-color: #c20809;
	position: relative;
}
#masthead {
	font-family:Pristina;
	font-size:36pt;
	color:#fff;
	text-align: left;
	width: 100%;
	background-color: #c20809;
}
#masthead a {
	text-decoration:none;
	color:#fff;
}
#masthead a:hover {
	text-decoration:none;
	color:#fff;
}
#navigation {
	background-color: #c20809;
	border-top: 2px silver solid;
	overflow: hidden;
}

.scroll-to-top {
	display: inherit;
	position: fixed; bottom: 100px; right: 50px;
	width: 80px;
	height: 25px;
	font: bold 0.9em/1.2em Arial, Helvetica, sans-serif; color: #c20809; text-transform: uppercase; text-decoration: none;
	padding: 10px;
	background-color: black;
	border-radius: 5px;
	box-shadow: 5px 5px 1px #333;
	text-align: center;
}
.scroll-to-top:hover {
	text-decoration: none;
}

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c20809;
}
#column_l {
	position: relative;
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 2%;
	background-color: #c20809;
	float: none;
}
#column_r {
	float: none;
	width: 45%;
	margin: 0;
	padding: 10px;
	background-color: #c20809;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}
#footer {
	background-color: silver;
	padding-bottom: 5px;
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
}
table.JEC thead th {
	background-color: #c20809;
	color: silver;
	text-align: center;
}
table.JEC tbody tr {
	background-color: #c20809;
	color: silver;
	text-align: center;
}
table.JEC tbody td {
	background-color: silver;
	color: #c20809;
	text-align: center;
	width: 75px;
	height: 50px;
}
table.JEC tbody td.dayToday {
	background-color: #c20809;
	color: silver;
	font-weight: bolder;
}
table.JEC tbody td.dayHasEvent {
	background-color: #c20809;
	color: silver;
	text-decoration: blink;
	font-weight: bold;
}
table.JEC tbody td.dayHasEvent:hover {
	background-color: #c20809;
	color: #898989;
	font-weight: bold;
}
table.JEC a {
	color: silver;
	font-weight: bold;
}
table.JEC a:hover {
	color: #898989;
	font-weight: bold;
}
scd {
	font-family:Pristina;
	font-size:18pt;
	color:#fff;
}
scds {
	font-family:Pristina;
	font-size:12pt;
	color:#fff;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: 36pt;
	text-align: left;
	color: #000000;
	margin: 20px 20px 20px 20px;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: silver;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-left: 3px silver solid;
	border-right: 3px #c20809 solid;
	border-bottom: 2px #c20809 solid;
	background-color: #c20809;
}
#navigation a:hover {
	color: #c20809;
	text-decoration: none;
	border-left: 3px silver solid;
	border-right: 3px silver solid;
	border-bottom: 2px silver solid;
	background-color: silver;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: silver;
}
h2 {
	font-size: 1.75em;
	color: silver;
}
h3 {
	font-size: 1.5em;
	color: silver;
}
h4 {
	font-size: 1.25em;
	color: silver;
}
h5 {
	font-size: 0.75em;
	color: silver;
}
h6 {
	font-size: 0.5em;
	color: silver;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #898989;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: silver;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}