.blogcol{
    width:300px;
    float:left;    
}
#blog-categories{
}
#blog-archives{
    overflow:auto;
}

#blog-categories a,#blog-archives a{
    font-size:0.8em;
    padding-left:16px;
    background:transparent url('../media/arrow-weak.png') left no-repeat;
    color:#444;
}

#blog-categories a:hover ,#blog-archives a:hover{
    color:#000;
    background:transparent url('../media/arrow.png') left no-repeat;
}

#blog-categories span{
    color:#913;
    font-size:0.8em;
}

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

/*blog indhold*/
.entry-date,.comment-date{
    font-family: Arial Narrow,Helvetica,sans-serif;
    line-height: 18px;
    color: #666666;
    padding-left:10px;
    font-size: 12px;    
    display:block;
    padding:0 0 0.2em 0;
}
.entry-content p,.comment-content p {
    font-family: Arial Narrow,Helvetica,sans-serif;
    font-size: 15px;
    margin: 10px;
    padding:0;
    line-height:18px;
}

.entry-meta{
    font-family: Arial Narrow,Helvetica,sans-serif;
    font-size: 12px;
    margin: 10px;
    padding:0;
    line-height:18px;    
}
.entry-commentlink{
    display:block;
    font-family: Arial Narrow,Helvetica,sans-serif;
    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*/

/*form field*/
#commentform{
    line-height:26px;    
}
#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%
}