aside.popup {
	float: left;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #583420;
	opacity: 0.9;
	z-index: 12000;
	display: none;
}

aside.popup div.cover {
	display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

aside.popup div.inner {
	display: table-cell;
  vertical-align: middle;
}

aside.popup div.cover article {
	margin: 0px auto;
	width: 70%;
	text-align: center;
	color: #fff;
	line-height: 50px;
}

div.msgbar {
  float: left;
  width: 98%;
  background-color: #CB080E;
  padding: 5px 1%;
  color: #fff;
  font-size: 18px;
	line-height: 22px;
  border-top: 0px solid #555;
  border-bottom: 1px solid #555;
  margin-top: 0px;
}

div.msgbar p {
  text-align: center;
}

div.msgbar p strong {
  font-weight: bold;
}

div.msgbar p h4 {
	font-size: 20px;
}

a.msgcls {
  float: right;
  color: #ff9;
  margin-right: 1%;
}

div.headbar {
	float: left;
	width: 100%;
	background-color: #243976;
	padding: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 0px;
	margin-top: 65px;
}

div.headbar p {
	text-align: center;
}

div.headbar p strong {
	font-weight: bold;
}

div.headbar p h4 {
	font-size: 20px;
}

section.notopb {
  margin-top:0px;
  padding-top: 0px;
}

@media screen and (min-width: 300px) and (max-width: 1023px) {
  div.msgbar {
    margin-top: 40px;
  }
}

ul.introlist li div.headimg {
	position: relative;
}

ul.introlist li div.headimg small.hdh {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #CB080E;
	opacity: 0.8;
	color: #fff;
	padding: 7px 7px 7px 12px;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}

ul.introlist li div.headimg small.hdh:hover {
	background-color: #777;
	padding: 10px 10px 10px 15px;
}

ul.introlist li div.headimg small.hdh a {
	color: #fff;
}

ul.olderlist li  {
	position: relative;
}

ul.olderlist li small.hdh {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #CB080E;
	opacity: 0.8;
	color: #fff;
	padding: 7px 12px 7px 7px;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
}

ul.olderlist li  small.hdh:hover {
	background-color: #777;
	padding: 10px 10px 10px 15px;
}

ul.olderlist li small.hdh a {
	color: #fff;
}

div.articlehead small.date span {
  float: left;
}

#hdcnt {
  float: left;
}

#hdcnt a {
	color: #fff;
}

#hdcnts {
	padding: 0px;
	color: #fff;
	padding-bottom: 0px !important;
  margin: 0px;
}

div.articlehead small.date span#hdcnts {
  margin-bottom: 0px;
  float: right;
  margin-left: 5px;
  margin-right: 0px;
}

div.articlehead small.date span#hddate {
  padding-top: 4px;
}

ul#comments li div a.expand {
  float: right;
  color: #CB080E;
  font-weight: bold;
}

h5.hdlist {
  float: right;
  width: 100%;
  background-color: #CB080E;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 500;
}

div.bannerBox {
	float: left;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(240, 240, 240, 0.7);
/*	background-color: #fff;
	opacity: 0.7; */
	z-index: 12500 !important;
	text-align: center;
	padding-top: 0%;
	display: block;
}

div.bannerBox div.center {
	display: table;
  position: absolute;
  height: 90%;
  width: 100%;
  line-height: 1;
}

div.bannerBox div.inner {
	display: table-cell;
  vertical-align: middle;
}

div.bannerBox div.inner img {
  float: left;
  width: 86%;
  margin-left: 7%;
  margin-top: 30px;
}

div.bbhide {
  display: none;
}

@media screen and (min-width: 300px) and (max-width: 1024px) {
	
	div.headbar {
		margin-top: 40px;
	}
	
	div.msgbar {
		margin-top: 0px;
	}
	
}