/*the style that select all elements*/
* {
	margin: 0;
	padding: 0;
}
/*the style for the html document*/
html {
	background-color: #F5F5F5;
}
/*the style for the body*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 auto;
	max-width: 1200px;   
	width: 96%;
	background-color: #fffded; 
	padding:2%;  
	border-radius:2%;
}
/*the style for the header*/
header{
	width: 100%;
	max-width: 1200px;
	padding: 0 0 2em 0;
	background-image: -moz-linear-gradient(30deg, #fffded 0%, #fffded 30%, white 50%, #fffded 80%, #fffded 100%);
	background-image: -webkit-linear-gradient(30deg, #fffded0%, #fffded 30%, white 50%, #fffded 80%, #fffded100%);
	background-image: -o-linear-gradient(30deg, #fffded 0%, #fffded 30%, white 50%, #fffded 80%, #fffded 100%);
	background-image: linear-gradient(30deg, #fffded 0%, #fffded 30%, white 50%, #fffded 80%, #fffded 100%);
}
/*the style for the header h2*/
header h2 {
	font-size: 175%;
	color: #800000;
	margin-left: 40%;
	text-shadow: 2px 2px 2px #800000;
}
/*the style for the header h3*/
header h3{
	font-size: 130%;
	font-style: italic;
	margin-left: 37%;
	text-shadow: 0px 1px 3px black;
}
/*the style for the header img*/
header img {
	width: 11.25%;
	max-width: 136px;
	min-width: 40px;
	float: left;
	padding: 0 3.75%;            
}
/*the style for the header #data id*/
header #dater{
	font-size: 100%;
	padding-left: 73%;
	margin-top: -4%;
	font-weight: bold;
}
/*the style for the header #timer id*/
header #timer{
	font-size: 100%;
	padding-left: 88%;
	padding-top: 2.5%;
	margin-top: -5%;
	font-weight: bold;
}
/*the style for the header #search id*/
header #search{
	font-size: 100%;
	padding-left: 73%;
	padding-top: 2.5%;
	margin-top: -2%;	
}
/*the style for all link elements beside those in the ids and classes*/
a{
	font-weight: bold;
	text-decoration: none;
}
/*the style for the link elements color and visited links beside those in the #nav_menu and other id and classes*/
a:link, a:visited{
	/*color: #931420 !important;*/
}
/*the style for the link elements in #nav_menu only*/
#nav_menu a{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
/*the style for the link element color in the #nav_menu*/
#nav_menu a:link, #nav_menu a:visited{
	color: WhiteSmoke !important;
}
/*the style for the the #nav_menu id*/
#nav_menu{
	background-color: #3b3c3d;
	width: 100%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	margin-top: 0;
	margin-bottom: 2%;
	border-radius: 10px;
}
/*the style for the #nav_menu ul*/
#nav_menu ul{
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
/*the style for the #nav_menu ul li*/
#nav_menu ul li{
	width: 14.28%;
	float: left;
	z-index: 99999;
}
/*the style for the #nav_menu ul ul*/
#nav_menu ul ul{
	display: none;
	position: absolute;
	top: 100%;
}
/*the style for the #nav_menu ul ul li*/
#nav_menu ul ul li{
	float: none;
	position: relative;
}
/*the style for the #nav_menu ul ul li ul*/
#nav_menu ul ul li ul{
	position: absolute;
	left: 100%;
	top: 0;
}
/*the style for the #nav_menu ul li.lastitem ul li ul*/
#nav_menu ul li.lastitem ul li ul{
	position: absolute;
	left: -100%;
	top: 0;
}
/*the style for the li:hover > ul*/
#nav_menu ul li:hover > ul{
	display: block;
}
/*the style for the #nav_menu > ul:: after*/
#nav_menu > ul::after{
	content: "";
	clear: both;
	display: block;
}
/*the style for the #nav_menu ul li a*/
#nav_menu ul li a{
	text-align: center;
	display: block;
	padding: .7em 0;
	background-color: #3b3c3d;
	color: white;
}
/*the style for #nav_menu ul li:hover ul*/
#nav_menu ul li:hover ul{
	width: 100%;
}
/*the style for #nav_menu ul li:hover ul li:hover ul li*/
#nav_menu ul li:hover ul li:hover ul li{
	width: 100%;
}
/*the style for #nav_menu a:hover a:focus*/
#nav_menu a:hover, #nav_menu a:focus{
	background-color: #931420;
	color: red;
	font-style: italic;
}
/* the styles for that clear the main content floating*/
main{
	clear: both;
}

/*the style for the section*/
section {
	width: 44%;
	margin-top: -2%;
	padding: 1%;
	float: left;
}
/*the style for the section h1*/
 h1{
	margin-top: 0;
	font-size: 105% 
}
/*the style for the #tabs ul li*/
#tabs ul li{
	font-size: 77%;
	padding-bottom: 0.5%;
}
/*the style for the #tabs ul li*/
#tabs ul li a{
	color: #931420;
}
ol{
	font-size: 70%;
	padding-top: 1%;
}
/*the style for the a:hover a:focus*/
#tabs a:hover, a:focus{
	font-style: italic;
	background-color: #C0C0C0;
}
/*the style for the article h2*/
article h2{
	font-size: 95%;
}
/*the style for the article h3*/
.event_date{
	font-size: 75%;
	padding-bottom: 1%;
}
#winners{
	font-size: 85%;
}
/*the style for the article h2*/
article h4{
	font-size: 65%;
	padding-top: 1%;
	padding-bottom: 1%;
}
/*the style for the article h2*/
article ol{
	list-style-type: none;
}
ul{
	padding-left: 2em;
	
}
/*the style for the figcaption*/
figcaption{
	display: block;
	font-weight: bold;
	font-size: 70%;
	padding-top: .25em;
	margin-bottom: 1em;
	border-bottom: 1px solid black;
}
/*the style for the img*/
img{
	float: none;
	width: 60%;
	height: 30%;
	padding-bottom: 1em;
}
/*the style for the p*/
p {
	font-size: .87em;
	padding-bottom: .5em;							
	line-height: 130%;
}
em{
	font-weight: bold;
}
/*the style for the #upcoming events*/
#upcoming{
	float: left;
	width: 100%;
	max-width: 600px;
	margin: -1% 0 0 2%;
	padding: 1%;
	/*background-color: #3b3c3d;*/
	background-color: #DAD5C1;
	border-radius:10px;
}
/*the style for the #other events*/
#other{
	float: left;
	width: 100%;
	max-width: 600px;
	margin: 1% 0 1% 2%;
	padding: 1%;
	background-color: #3b3c3d;
	border-radius:10px;
	
}
/*the style for the #upcoming h1*/
#upcoming h1{				
	padding-bottom: 0;
	color: black;
	font-weight: bold;
}
/*the style for the #other h1*/
#other h1{		
	padding-bottom: 0;
	color: white;
	font-weight: bold;
}
/*thestyle for the #upcoming dl*/
#upcoming dl{
	width: 100%;
	margin: 0;
	padding: 1%;
	position: relative;
	color: #931420;
	font-weight: bold;
}
/*the style for the #upcoming dd*/
#upcoming dd{
	padding-left: 5%;
	padding-bottom: 1%;
	padding-top: 0.5%;
	color: black;
	font-size: 90%;
	font-weight: normal;
}
/*the style for the other ul*/
#other ul{
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 1%;
	position: relative;
	color: #C0C0C0;
	font-weight: bold;
}
/*the style for the other ul li a*/
#other ul li a{
	color: white;
}
/*the style for the other ul li a:hover a:active*/
#other ul li a:focus, a:hover{
	color: #931420;
	font-style: italic;
	font-size: 105%;
}
/*the style for the scroll back to top button*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 26px;
  right: 19px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #931420;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
#myBtn:hover {
  background-color: #3b3c3d;
}
/*breadcrumb*/
#breadcrumb{
	padding: 0;
	margin: 1%;
}
#breadcrumb ul{
	list-style-type: none;
	padding-top: 0;
	padding-bottom: 1%;
	margin-top: -1.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: -2.5%;
}
#breadcrumb ul li{
float: left;
color: #01447e;
font-weight: bold;
font-style: normal;
font-size: 95%;

}
#breadcrumb li+li:before{
	color: black;
	content: "/\00a0";
}
#breadcrumb li a{
	color: #01447e;
	text-decoration: none;
}
#breadcrumb li a:hover{
	color: #931420;
	font-style: italic;
	font-size: 105%;
	text-decoration: underline;
}

#breadcrumb li a:focus{
	color: #931420;
	font-style: italic;
	font-size: 105%;
	text-decoration: underline;
}
/*end of breadcrumb*/

/*the style for the footer*/
footer {
	border-radius:10px;
	/*background-color: #901E1D;*/
	background-color: #3b3c3d;
	clear: both;
}
/*the style for the footer p*/
footer p{
	text-align: center;
	color: white;
	padding: 1em 0;
}
.slicknav_menu{
	display: none;
}
/*tablet portrait to standard 960*/
@media only screen and (max-width: 959px){
	#nav_menu ul li a{
	font-size: .875em;						
	}
	#timer{
		margin-left: 4%;
	}
		#breadcrumb{
		display: none;
	}
}
/*mobile landscape to tablet portrait*/
@media only screen and (max-width: 767px){
	/*header*/
	header img {
		float: none;
		width: 100%;
		text-align: center;
		display: block;
		margin: 0 auto;
		}
	header h2{
		margin:2% 0 0 0;
		padding: 0;
		font-size: 120%;
		text-align: center;
	}
	header h3{
		float: none;
		margin:0;
		padding:0;
		font-size: 105%;
		text-align: center;
	}
	header #dater{
		margin: 5% 0 0 0;
		padding: 0;
		text-align: center;
	}
	header #timer{
		margin: 0;
		padding: 1%;
		text-align: center;
	}
	header #search{
		margin: 3% 0 0 0;
		padding: 0;
		text-align: center;
	}
/*end of header*/
section{
	width: auto;
	margin: 1%;
	float: left;
}
#tabs{
	width: auto;
}
#tabs ul li{
	width: auto;
	margin-left: 1%;
}
		#nav_menu {
		display: none;
	}
		#breadcrumb{
		display: none;
	}
	.slicknav_menu {
		display: block;
		background-color: #800000 !important;
	}
	
}

/*mobile portrait to mobile landscape*/
@media only screen and (max-width: 479px) {
	body { font-size: 90%;}
		header img {
		display: block;
		margin: 0 auto;
		}
	header h2{
		margin: 5% 0 0 0;
		padding: 0 0 0 5%;
		font-size: 120%;
		text-align: center;
	}
	header h3{
		float: none;
		margin:0;
		padding:0;
		font-size: 105%;
		text-align: center;
	}
	header #dater{
		margin: 5% 0 0 0;
		padding: 0;
		text-align: center;
	}
	header #timer{
		margin: 0;
		padding: 1%;
		text-align: center;
	}
	header #search{
		margin: 5% 0 0 0;
		padding: 1%;
		text-align: center;
	}
/*end of header*/

#videoplayer{
	width: 96%;
}
#audioplayer{
	width: 96%;
}
#breadcrumb{
		display: none;
	}
}
