/*
================================================================================
Knowledge Base Stylesheet
================================================================================
*/


/* --------------------------------------------------------------------------------
 * General Item Styles
 */


div.item_header { margin: 2px 0px 1em 0px; padding: 4px 4px 4px 1em; border: 1px solid #ccc; font-size: 1em; }
div.item_header div { margin-bottom: 0.5em; }
div.item_header div.item_title { font-size: 1.2em; font-weight: bold; }
div.item_header div.item_date { margin-bottom: 0.7em; color: #666; }
div.item_header div.item_link { zmargin-bottom: 1em; }
div.item_header div.item_description { zmargin-bottom: 1em; }

div.item_header div.item_admin_buttons { float: right; margin: 2px 2px 4px 4px; padding: 2px;}



/* --------------------------------------------------------------------------------
 * Event Styles
 */

 
div.event_header div.item_description { margin: 2px 0px 1em 1em; }
div.event_header div.item_link { margin-left: 1em; }


