﻿@import url(../css/form.css);

.mod-bloglinks {
	padding: 20px 10px 10px 10px;
	}

.blogpost {
	padding-bottom: 10px;
	}
	
h2 {
	/*margin: 1em 0 0em 0;*/
	}	

h3 {
	/*font-weight: normal;
	margin: 1.1em 0 .9em -10px;
    padding:0 0 0 10px;
    display: block;*/
    }
h4 {
	margin: 0;padding: 0;
	}

h4#Subscribe span,
h4#Archives span,
h4#Post-Categories span { 
	display: none; 
	}
h4#Subscribe,
h4#Archives,
h4#Post-Categories {
    display: block;
    height: 11px;
    padding: 0 0 0px 0;
    margin: 0;
	}	
h4#Subscribe {background: url(../library/title-subscribe.gif) no-repeat 0px 0px transparent;}
h4#Archives {background: url(../library/title-archives.gif) no-repeat 0px 0px transparent;}
h4#Post-Categories {background: url(../library/title-postcategories.gif) no-repeat 0px 0px transparent;}

.post-footer {
	background: url(../library/divider-news.png) no-repeat top left;
	}

.posted-by {
	float: left;
	padding-top: 3px;
	}
	
div.entry {
	background: url(../library/divider-news.png) no-repeat bottom left;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	}
div.entry div {
	background: url(../library/icn-comment.gif) no-repeat 3px 2px;
	padding: 0px 0px 0px 20px;
	}		

p.add-comment {float: right;}
p.add-comment a { background: url(../library/icn-addcomment.gif) no-repeat 0px 6px; display: inline-block; padding: 3px 20px 3px 15px;}		

/* documents list */
ul.bloglist {
	list-style-type: none;
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
	margin: 4px 0 .5em 0;
	background: transparent;
	}
ul.bloglist li {
	padding: 0;
	margin: 0;
	}	
	
ul.bloglist li a {
	margin: 0;
	padding: .2em 0 .2em 0;
	padding-left: 15px;
	display: block;
	background: url(../library/icn-link.gif) no-repeat 0px .5em;
	}

/* Perhaps these links can point to the library instead? */
ul.bloglist li.link-rss a { background: url(../library/icn-feed.gif) no-repeat 0px 5px; }
ul.bloglist li.link-atom a { background: url(../library/icn-atom.gif) no-repeat 0px 5px; }
ul.bloglist li.link-home a { background: url(../library/icn-home.gif) no-repeat 0px 5px; }

.previousNext {
	position: relative;
	}
.previousNext div {
	position: absolute;
	top: -130px;
	left: -40px;
	z-index: 1;
	color: #ccc;
	background-color: #fff;
	padding: 5px 10px 5px 5px;
	}
	
a.previous { background: url(../library/icn-previous.gif) no-repeat 0px 2px; display: inline-block; padding: 0px 0px 0px 15px;}		
a.next { background: url(../library/icn-next.gif) no-repeat 100% 2px; display: inline-block; padding: 0px 15px 0px 0px;}		
			

