/*===== main_content =====*/
#main_content table th,
#main_content table td {
  vertical-align: top;
}


/*===== main_story =====*/
div.for_iebug { padding: 5px 15px; }
#main_story {
  width: 577px;
  float: left;
}
.hidden { display: none; }

#main_story .normal { font-size: 120%; }
#main_story .large { font-size: 140%; }
#main_story .x_large { font-size: 170%; }
#main_story .talks .articles { font-size: 90%; }

/*===== description =====*/
#main_story .description {
  padding: 0.5em 0;
  font-size: 125%;
}


/*===== introduction =====*/
#side_bar { font-size: 90%; }
#main_story .description,
#main_story .introduction,
#side_bar .content .photo, 
#side_bar .content .texts {
  border-bottom: 2px dotted #444;
}
#side_bar .content .no_border { border: 0;} 

#main_story .introduction, 
#main_story p {
  margin: 0 10px 1.5em;
}
#main_story .introduction {
  padding: 1em 0 2em;
  border-top: 2px dotted;
}
#main_story h6 {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 1.2em;
}
#main_story h5 {
  margin-bottom: 1em;
  font-size: 120%;
}
#main_story h5 a {
  font-size: 110%;
  text-decoration: underline;
}
#main_story .introduction img, 
#main_story .introduction table {
  float: left;
}
#main_story .introduction img { margin-right: 30px; }
#main_story .introduction table { width: 370px; }
#main_story .introduction th,
#main_story .introduction td {
  padding-bottom: 1em;
  vertical-align: top;
  line-height: 1.5;
}
#main_story .introduction th { width: 65px; }


/*===== goto_top =====*/
#main_story .goto_top a,
#main_story .goto_top_right a {
  min-height: 15px;
  border: none;
  font-size: 85%;
  display: block;
}
#main_story .goto_top a { padding-left: 15px; }
#main_story .goto_top_right a {
  text-align: right;
  padding-right: 15px;
}
#main_story .goto_top_right,
#main_story .info {
  margin-left: auto;
}
#main_story .goto_top_right { width: 7.5em; }
#side_bar {
  width: 151px;
  float: right;
}


/*===== info =====*/
* html body #main_story .info { height: 60px; }
#main_story .info {
  min-height: 60px;
  margin-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
#main_story .info .name {
  text-align: left;
  position: absolute;
  bottom: 1em;
  right: 0;
}


/*===== topics =====*/
#main_story .topics {
  width: 528px;
  margin: 0 auto;
  background: url(/images/feature/topics_bg_middle.png) repeat-y 0 5px;
}
#main_story .topics .topic {
  padding: 5px 18px 15px;
  background: url(/images/feature/topics_bg_bottom.png) no-repeat 0 bottom;
}


/*===== side_bar =====*/
#side_bar .content {
  margin-bottom: 16px;
  padding-bottom: 3px;
}
#side_bar .content .photo {
  margin: 0 6px;
	padding: 7px 0;
  text-align: center;
	
}
#side_bar .content p { margin: 3px 6px; }
#side_bar .content .x_large { font-size: 170%; }
#side_bar .content .large { font-size: 140%; }
#side_bar .content .normal { font-size: 120%; }
#side_bar .content .bold { font-weight: bold; }


