﻿@charset "utf-8";
/* ------------------------------
   DESIGN/LAYOUT ELEMENTS
------------------------------ */


#wrapper {
	margin: 0 auto;
	padding: 80px 0;
	width: 800px;
	text-align: left;
}

/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
.ticker {
	margin: 0 auto;
	padding: 10px 20px;
	width: 500px;
	text-align: left;
	background: #fff;
	background: linear-gradient(to bottom,  #fff 50%,#efefef 100%);
	border: #ccc 2px solid;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	height: 20px;
	position: relative;
}

.ticker ul li {
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	display: none;
	position: absolute;
}
/* ------------------------------
   baseHeader
------------------------------ */
.baseHeader {
	text-align: center;
	background-image: url(../images/64.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}


.baseHeader div h1 {
	height: 80px;
	font-size: 1.2em;
	line-height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

nav {
	border-bottom: 5px solid #37a29B;
	background-color: #E73931;
	font-size: 0.9em;
	color: #FFF;
}
nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 20px 10px 0 10px;
}


nav li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

nav li a:hover {
	background: #37a29B;
	border-radius: 10px 10px 0 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}