.blogcol{
    width:130px;
    float:left;    
}
.blogcol-search{
    width:180px;
    float:right;    
}
.blogcol-category{
    width:300px;
    float:left;    
}
#blog-categories{
}
#blog-archives{
    overflow:auto;
}

.blog_search{
    width:120px;
}
.blog_submit{
    
}

/*blog indhold*/
.entry-date,.comment-date{
    line-height: 200%;
    color: #666666;
    padding:10px 0 0 10px;
    font-size: 12px;    
    display:block;
    padding:0 0 0.2em 0;
}
.entry-content p,.comment-content p {
    font-size: 15px;
    margin: 10px;
    padding:0;
    line-height:18px;
}

.entry-meta{
    margin: 10px;
    padding:0;
    line-height:18px;    
}
.entry-commentlink{
    display:block;
    font-size: 12px;
    margin: 10px;
    padding:0;
    line-height:18px;
}

.blog-divider{
    border-bottom:#eee 2px solid;
    clear:both;
}

.blog-comment-header{
    background-color:#eee;
    padding:0.2em 0.2em;
}

/*kommentarer*/

#blog-write-comment-box{
	line-height:200%;
}

/*form field*/
#commentform{

}
#commentform p{
	padding:5px 0;
}

#commentform label{
    font-family: Arial Narrow,Helvetica,sans-serif;
    font-size: 12px;
    margin: 10px;
    padding:0;
    line-height:18px;    
}
#commentform input{
    width:150px;
}
#commentform textarea{
    width:95%
}

