/*div#AC_MESSAGES { width:100%; margin:2px 0 3px 0; padding:3px; font-family:arial,sans-serif; font-size:10px; color:#999999; text-align:left;  }*/

/* Message Threads 
div.ac_thread0 { padding:0px 0 0px 0; height:75px; overflow:hidden; }
div.ac_thread1 { padding:0px 0 0px 0; height:75px; overflow:hidden; }

/* Lithium example doesn't work - their script uses H1 - not this version div#AC_MESSAGES h1 { }
div#AC_MESSAGES h1 {font-size:12px; font-weight:bold; color:#f00; padding:0px 0 0px 0; margin:0; text-align:left;}
div#AC_MESSAGES h2 {font-size:11px; font-weight:bold; padding:0px 0 0px 0; margin:5; text-align:left;}

*/


div#AC_MESSAGES h2 {font-size:11px; font-weight:bold;}
div#AC_MESSAGES { font-size:10px; }

ul.ac_msginfo { list-style-type:none; font-size:95%; color:#56626e; overflow:hidden; line-height:1em; height:1.2em; }
ul.ac_msginfo li { border-left: 1px solid #000000; display:inline; margin: 0 .5em 0 -.5em; padding: 0 .5em 0 .5em; border-right:1px solid #000000 }

/* Message Author */
ul.ac_msginfo li.ac_author { }
/* Message Post Date */
ul.ac_msginfo li.ac_posted {  }
/*  Number of Kudos */  
ul.ac_msginfo li.ac_kudoCount {  }  



/* Lithium example doesn't work - their script uses H1 - not this version div#AC_MESSAGES h1 { }

PROBLEMS WITH LITHIUM ACTIVECAST CODE
1) div#AC_MESSAGES h1 isn't being recognized by script
2) Example shows border in the middle of content (between Author & date posted) only - not on left or right side.  The generated code does not reflect this.
3) Need the ability to re-arrange elements, e.g., put author under Title instead of under post.
4) The example include the "More" link - presumably using the CSS overflow property.  No where in the created code does this exist.
5) What is the parameter for pulling number of Views, Posts, etc.  All should be available from same script

