
  /* news summary styles */
  ul#cstm-summary           { margin:0px; }
  ul#cstm-summary        li { list-style:none; padding-top:10px; margin-top:14px; background:url(../images/dots_horiz.gif) repeat-x 0 0; }
  ul#cstm-summary  li.first { background:none; padding-top:0px;}
  ul#cstm-summary        h5 { text-transform:uppercase; font-weight:bold; }
  ul#cstm-summary  div.date { display:inline; font-weight:bold; color:#333; }

  /* news detail and blogs */
  h2                        { color:#333333; }
  h2.news, .blogentry       { padding-bottom:12px; margin-bottom:12px; background:url(../images/dots_horiz.gif) repeat-x bottom left; }
  h4.publishdate            { color:#333333; font-weight:bold; margin-bottom:0; }
  
  .blogmeta                 { margin-top:12px; font-size:10px; }
  
  
