/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.topicsList li, .supportingList, .bnrList, .btn_topicsList span {
  overflow: hidden;
  *zoom: 1;
}
.topicsList li:after, .supportingList:after, .bnrList:after, .btn_topicsList span:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  /*  content: ".";*/
}

#sidemenu {
  float: right;
}

#main {
  float: left;
}

/* --------------------------------------------------  topicsList */
.topicsList {
  margin-bottom: 20px;
}
.topicsList li {
  padding: 10px;
  border-bottom: 1px #CCC dotted;
  display: block;
  overflow: hidden;
  vertical-align: bottom;
}
.topicsList li .listimg {
  float: left;
  margin-right: 10px;
}
.topicsList li .topicsListIn {
  float: right;
  display: inline-block;
  width: 610px;
}

/* --------------------------------------------------  supportingList */
.supportingList {
  overflow: hidden;
}
.supportingList li {
  background: url(../img/common/arrow_w.gif) no-repeat 0 0.6em;
  padding: 2px 5px 2px 8px;
  display: block;
  overflow: hidden;
  width: 217px;
  float: left;
  font-size: 0.9em !important;
}
.supportingList a {
  color: #000;
  text-decoration: underline;
}
.supportingList a:hover {
  color: #c00;
}

.bnrList {
  margin: 0 0 20px -20px;
  overflow: hidden;
}
.bnrList li {
  float: left;
  margin: 0 0 9px 19px;
}
.bnrList li img {
  vertical-align: bottom;
}

/* --------------------------------------------------  topicsList

.topicsList {
	margin-bottom:20px;

	li{
		padding:10px;
		border-bottom:1px #CCC dotted;
		display:block;
		overflow:hidden;
		@extend %clearfix;
		vertical-align: bottom;
		.listimg{
			float:left;
			margin-right:10px;
		}
		.topicsListIn{
			float:left;
			@include inline-block;
			width:610px;
		}
	}
} */
/* --------------------------------------------------  eventCalendar */
.eventCalendar p {
  text-align: center;
}
.eventCalendar p span {
  font-size: 1.5em;
}
.eventCalendar p img {
  vertical-align: middle;
  margin-bottom: 5px;
}
.eventCalendar .postdate {
  display: block;
}

/* --------------------------------------------------  eventCalendar */
.btn_topicsList {
  position: relative;
}

.btn_topicsList span {
  overflow: hidden;
}

.btn_topicsList a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn_topicsList a img {
  vertical-align: top;
}

.sideList {
  border-top: 1px #cccccc solid;
}

/* --------------------------------------------------  mainimg */
#content {
  padding: 20px 0 0;
}

#mainimg {
  width: 950px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
}

#mainimg img {
  display: block;
  float: left;
}

#pager-wrapper {
  height: 70px;
  width: 950px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
}

#pager img {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: block;
  width: 70px;
  height: 50px;
  padding: 2px;
  margin: 5px;
  float: left;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

#pager img:hover {
  background: #eff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#pager img.selected {
  background: #d50;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
