@import url(/css/base.css);
@import url(/css/sub_double.css);


#midheader {
  background: url(/images/header_newssection.jpg) no-repeat;
}

#left {
  background: url(/images/header_leftnews.jpg) top no-repeat;
  padding-top: 55px;
}

#right {
  background: url(/images/header_rightnews.jpg) top no-repeat;
  padding-top: 230px;
}


/*about page sub nav */

#midheader li {
  float: left;  
  height: 48px;
}
	
#midheader li a {
  display: block;
  text-indent: -5000px;
  overflow: hidden;
  background-position: top;
  height: 48px;
}

#midheader li a:hover {
  background-position: bottom;
}
	
#sub_nav {
  position: absolute;
  left: 64px;
  top: 11px;
  list-style: none;	
}

#news_sublink {
  width: 76px;
  background: url(/images/subnav_news.jpg) no-repeat;
}

#crowds_sublink {
  width: 70px;
  background: url(/images/subnav_crowds.jpg) no-repeat;
}

#conferences_sublink {
  width: 108px;
  background: url(/images/subnav_conferences.jpg) no-repeat;
}

#encounters_sublink {
  width: 92px;
  background: url(/images/subnav_encounters.jpg) no-repeat;
}

#calendar_sublink {
  width: 79px;
  background: url(/images/subnav_calendar.jpg) no-repeat;
}

h4.news_title {
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #777;
}

.content p.news_date {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  margin: 0;
}

/* Full Calendar */

/* full calendar*/

.cal_month {
  margin: 5px 0px 20px 0px;
  padding: 0px;
  font: 11px Verdana;
  background-color: #fffeeb;
  border: 1px solid #d9d9d9;
}

#left .content .cal_month h4 {
  color: #333333;
  font-size: 24px;
  margin: 0px 0px 5px 0px;
  padding: 4px;
  background-color: #ddd;
  border-bottom: 1px solid #999999;
}

#left .content .cal_month p{
  margin: 2px 0px 10px 0px;
  padding: 0px 0px 10px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;

}

span.title_month{
float: left;
}

span.title_year {
float: right;
}


span.event_title {
  display: block;
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
  float: left;
}

span.event_date {
  display: block;
  font-size: 12px;
  margin-right: 5px;
  font-weight: bold;
  float: right;
}
