@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #5D2613;
	background-image: url(../style-img/apc1bg-m.jpg);
	background-repeat: repeat-y;
	background-size: contain;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
div.background {
	background-image: url(../style-img/apc1-m.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}
div.container {
	width: 100%;
	min-width: 280px;
	max-width: 499px;
	font-family: Georgia, "Times New Roman", serif, Times;
	font-size: 0.85em;
	line-height: 1.4;
	text-align: justify;
	color: #000066;
	margin: 0 auto;
	overflow: hidden;
}
.topmenu-l {
	width: 50%;
	height: auto;
	font-size: 0.8em;
	float: left;
	margin-left: 2%;
}
.topmenu-r {
	width: 50%;
	height: auto;
	font-size: 0.8em;
	float: right;
}
.topmenu-l img {
	width: 22px;
	height: 22px;
	border: none;
	padding: 0;
	margin: 0;
}
.topmenu-r img {
	width: 22px;
	height: 22px;
	border: none;
	padding: 0;
	margin: 0;
}
.topmenu-l li, .topmenu-r li {
	width: auto;
	height: 28px;
	list-style-type: none;
	text-align: center;
	line-height: 2.5;
	padding: 0 5px;
	display: block;
	background: #C8936D;
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
	border-radius: 2px 2px 13px 13px;
	-moz-border-radius: 2px 2px 13px 13px;
	-webkit-border-radius: 2px 2px 13px 13px;
}
.topmenu-l li {
	text-decoration: none;
	float: left;
	margin-right: 3%;
	box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
	-moz-box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
	-webkit-box-shadow: -7px 7px 21px 3px rgba(102,102,102,0.5);
}
.topmenu-r li {
	text-decoration: none;
	float: right;
	margin-left: 3%;
	box-shadow: -7px 7px 21px 3px rgba(102,102,102,0.5);
	-moz-box-shadow: -7px 7px 21px 3px rgba(102,102,102,0.5);
	-webkit-box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
}
.topmenu-l li:hover, .topmenu-r li:hover {
	background: #FED76C;
	opacity: 1;
	filter: alpha(opacity=10); /* For IE8 and earlier */
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-ms-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
	border-radius: 2px 2px 13px 13px;
	-moz-border-radius: 2px 2px 13px 13px;
	-webkit-border-radius: 2px 2px 13px 13px;
	-moz-transition: box-shadow 0.3s ease-in-out 0s;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	box-shadow: 0px 0px 11px 5px #FED76C;
	-moz-box-shadow: 0px 0px 11px 5px #FED76C;
	-webkit-box-shadow: 0px 0px 11px 5px #FED76C;
}
.topmenu-l a, .topmenu-l a:link, .topmenu-l a:focus, .topmenu-l a:active, .topmenu-l a:visited, .topmenu-r a, .topmenu-r a:link, .topmenu-r a:focus, .topmenu-r a:active, .topmenu-r a:visited {
	color: #000066;
	text-decoration: none;
}
.topmenu-l li:hover a, .topmenu-r li:hover a {
	text-decoration: none;
	color: #000066;
}
header {
	width: 100%;
	float: left;
	margin: 0 0 4% 0;
}
header a {
	text-decoration: none;
	color: #000066;
}
header a:hover {
	text-decoration: none;
	color: #B43606;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
div.tttl-box {
	width: 100%;
	float: left;
	margin: 0% 3%;
}
h1 {
	color: #000066;
	font-size: 1.8em;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: center;
	padding: 0 15px;
}
h1 sup {
	color: #000066;
	font-size: 0.36em;
	margin-left: -2px;
	font-weight: 100;
}
h2 {
	color: #000066;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 15px;
}
div.content {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2%;
}
div.lttr-box {
	width: 90%;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	padding: 2% 3%;
	margin: 0 2% 1% 2%;
}
div.lttr-boxx {
	width: 90%;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	padding: 2% 3%;
	margin: 0 2% 13% 2%;
}
div.lttr-box p {
	font-weight: bold;
	color: #000000;
	padding: 6px 0;
}
div.lttr-boxx p {
	font-weight: bold;
	color: #000000;
	padding: 6px 0;
}
div.lttr-boxx h3 {
	color: #F00;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
div.lttr-boxx a, div.lttr-boxx a:link, div.lttr-boxx a:focus, div.lttr-boxx a:active, div.lttr-boxx a:visited {
	color: #F00;
	text-decoration: underline;
	font-style: italic;
	letter-spacing: normal;
}
div.lttr-boxx a:hover {
	color: #000000;
	text-decoration: none;
}
#dashboard {
	width: 94%;
	height: auto;
	float: left;
	margin: 4% 3%;
}
#countdown_dashboard {
	width: 263px;
	height: 46px;
	padding-left: 10px;
	margin: 0 auto;
}
.week {
	width: 55px;
	height: 45px;
	float: left;
	position: relative;
	padding-left: 2%;
	margin-bottom: 5px;
	background: #FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.week .digit {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	padding-left: 1px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 3px;
	text-align: center;
	color: #000000;
}
.dash_title_week {
	width: 50px;
	height: auto;
	float: left;
	position: absolute;
	display: block;
	bottom: 2px;
	font-size: 0.6em;
	letter-spacing: 0;
	color: #000000;
	text-align: center;
}
.dums {
	width: 40px;
	height: 45px;
	float: left;
	position: relative;
	padding-left: 1.7%;
	margin-left: 2%;
	margin-bottom: 5px;
	background: #FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.dums .digit {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 3px;
	text-align: left;
	color: #000000;
	padding-left: 2px;
}
.dash_title {
	width: 82%;
	height: auto;
	float: left;
	position: absolute;
	display: block;
	bottom: 2px;
	font-size: 0.6em;
	text-align: center;
	letter-spacing: 0;
	color: #000000;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 2%;
	right: 2%;
	overflow: hidden;
	width: 38px;
	height: 38px;
	border: none;
	text-indent: 100%;
	background: url(../style-icons/apc1-top.png) no-repeat left top;
}
#toTopHover {
	width: 38px;
	height: 38px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background: url(../style-icons/apc1-top.png) no-repeat left -38px;
}
#toTop:active, #toTop:focus {
	outline: none;
}
