/* news-detail.css */

/* header */

#feature-content {
   height: 167px;
   background-position:0px 40px;
}

#header-content h2
{
	display:block;
	width:500px;
}


#feature-content span {
   font: bold 11px Arial, sans-serif;
   color: #626262;
}

#feature-content .postdate {
   font: bold 12px Arial, sans-serif;
   color: #8e8e8e;
   padding-left:1px;
}

#feature-content h3 {
   font: bold 26px Arial, sans-serif;
   color: #4c4d4f;
   width: 900px;
   margin:25px 0px 0px 35px;
   display:block;
}


/* end header */

/* main content */

#content div.left-column {
   width: 300px;
   float: left;
   margin: 30px 0 0 0;
}

#content div.right-column {
   width: 570px;
   float: left;
   margin:30px 0 0 10px;
   font-size:13px;
}

/* article listing */

#content h3 {
   font: bold 20px Arial, sans-serif;
   color: #666;
   height: 20px;
   display:block;
   clear:both;
   margin-bottom:3px;
   width:400px;
}

#content p
{
   font: 12px Arial, sans-serif;
   margin: 5px 0;
   line-height: 18px;
}
