.topBar {
	width: 100%;
	height: 23px;
	position:relative;
	top: 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	box-shadow: 0 2px 5px #ccc;
	padding-top: 7px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; }
.topBar .link {
	padding: 2px 8px;
	background-color: #831e1a;
	color: #fff;
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold; }
.topBar .link:hover {
	background-color: #e62601; }
.btnClose a, .btnOpen a {
	width: 50px;
	position: absolute;
	right: 30px;
	top: -7px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 2px #921d17; }
.btnClose a {
	font-size: 12px;
	line-height: 44px;
	height:25px; }
.btnOpen a {
	font-size: 0;
	border: 1px solid #fff;
	box-shadow: 0 2px 5px #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px; }
.topBar a {
	text-decoration: none; }
.topBar:target {
	top: -36px;
	transition: top 0.4s ease-in; }
.topBar:target .btnOpen a {
	top: 30px;
	height: 30px;
	font-size: 11px;
	line-height: 36px;
	transition-property: top;
	transition-duration: .4s; }
.topBar:target .btnClose {
	display: none; }
.topBar:target .btnOpen a, .topBar {
	background: linear-gradient(top,  rgba(226,87,81,1) 0%,rgba(228,93,86,1) 49%,rgba(213,82,76,1) 50%,rgba(226,87,81,1) 100%); }