
ul.postList
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;    
}

ul.postList li
{
    clear: both;
    display: block;
    list-style-type: none;
    list-style-position: inside;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

.postListHeadline a, .blogPost h2
{
    font-family: Georgia, Times New Roman, Serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.postListComments a
{ 
    color:#cc6600;
}

.postListTags 
{
    color: #999999;
    font-style: italic;
}

div#BlogHeader h1
{
    color: #333333;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 30px;
    font-weight: bold;
}

.BlogDescription
{
    color: #666666;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 30px;        
}

.postText p
{
    color: #666666;
    font-family: Georgia, Serif;
    font-size: 12px;    
    line-height: 18px;
}

.PostDate
{
    margin-bottom: 5px;    
}

.PostDate a
{
    color: #999999;
    font-family: Arial, serif;    
    font-size: 11px;   
    text-transform: uppercase;
}

/*
Blog List Columns
*/

.BlogBlogNameColumn
{
	width: 25%;
}

.BlogAuthorColumn
{
	width: 14%;
}

.BlogPostsColumn
{
	text-align: center;
	width: 9%;
}

.BlogArticlesColumn
{
	text-align: center;
	width: 9%;
}

.BlogCommentsColumn
{
	text-align: center;
	width: 9%;
}

.BlogTrackbacksColumn
{
	text-align: center;
	width: 9%;
}

.BlogRightColumn ul
{
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
    
}

div.BlogArchive h2
{
    background-image: url(../CustomImages/blog/no/arkiv.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 200px;
}

div.BlogWeblogSubscription h2
{
    background-image: url(../CustomImages/blog/rss.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 200px;
}

div.BlogTagCloud h2
{
    background-image: url(../CustomImages/blog/no/blogg-tags.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 200px;
}

div.BlogWeblog h2
{
    background-image: url(../CustomImages/blog/no/vanlige-oppgaver.png);
    background-repeat: no-repeat;   
    height: 23px;
}

span.BlogArchive, span.BlogWeblogSubscription, span.BlogTagCloud, span.BlogWeblog
{
    visibility: hidden;
}

div.BlogArchiveBox, div.BlogWeblogSubscriptionBox, div.BlogTagCloudBox, div.BlogWeblogBox 
{
    padding: 10px 15px 10px 15px;
}