/*Box with the form elements*/
div.blogkbox
    {
    background-color: #ffffff;
    font-size:11px;
    border: 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 20px 2px 2px 2px;
    overflow:hidden;
}
/*Box around the comments*/
div.blogkcomments
    {
    border-bottom: 0px; thin dotted #999;
    font-size:11px;
    margin: 15px 2px 15px 2px;
    padding-top: 5px;
  	padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow:hidden;
    }


/*Box around the last comments*/    
.blogkcommentsrecent
    {
    border: 0px
    font-size:11px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    text-align:left;
    overflow:hidden;
    }




span.blogkommlinks
   {
   /*empty for special link effect*/
   }

div.blogkLinks
   {
   /*
   text-align:center;
   margin: 20px 2px 11px 2px;
   feel free to adjust the [hide comments]-link
   */
   }


/*
 now handling tableless forms
 you don't have to edit from here 
 this goes back to an article at
 http://www.alistapart.com/articles/practicalcss/ 
 describing a code concept by eric meyer.

*/
    
div.blogkrow
	{
  	clear: both;
  	padding-top: 5px;
  	padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 5px;
    font-size: 11px;
  	text-align:left;
  	overflow:hidden;
	}


