@import url(../css/form.css);


.con-supp-1 {
	width: 254px;
	background: transparent url(../library/blog-panel-bg.png) repeat-y 5px top;
	/*border-top: solid 10px #fff;*/
	}

/* Side panels */
.mod-recent-posts,
.mod-categories,
.mod-archives {
	background: url(../library/blog-panel-top.png) no-repeat 0 17px;
	margin-left: 5px;
	}

.mod-recent-posts .pad-mod,
.mod-categories .pad-mod,
.mod-archives .pad-mod {
	background: url(../library/blog-panel-bottom.png) no-repeat 0 bottom;
	/*min-height: 61px;*/
	}

.mod-recent-posts .pad-mod ul,
.mod-categories .pad-mod ul,
.mod-archives .pad-mod ul {
	/*margin-left: 65px;*/
	}

.mod-recent-posts h2 span {
	background: url(../library/recent-posts.png) no-repeat;
	}

.mod-categories h2 span {
	background: url(../library/categories.png) no-repeat;
	}

.mod-archives h2 span {
	background: url(../library/archives.png) no-repeat;
	}


/* Side panel icons */

.mod-recent-posts li a {
    background: transparent url(../library/blog-post.gif) no-repeat left .4em;
    display: block;
	padding: 4px 0px 3px 15px;
	}

.mod-categories li a {
    background: transparent url(../library/blog-category.gif) no-repeat left .5em;
    display: block;
	padding: 4px 0px 3px 15px;
	}

.mod-archives li a {
    background: transparent url(../library/blog-archive.gif) no-repeat left .4em;
    display: block;
	padding: 4px 0px 3px 15px;
	}

/* blog list*/
.blogpost h2 {
	font-size: 132%;
	margin: .8em 0 .3em 0;
    color: #000;
    line-height: 1.3em;
	font-weight: normal;
	}
.blogpost ul {
    padding-left: 0 !important;
	}
.blogpost {
    margin: 1em 0 2em 0;
	}
	
/* comments */

.mod-blog #comments ol {
    /*padding: 0;*/
    /*padding: 0 0 0 4em;*/
    padding-top: 0;
    padding-bottom: 0;
    background-color: #eee;
    border-top: solid 1px #eee;
    }

.mod-blog #comments ol li {
    /*font-size: 2em;*/
    /*padding: .5em;*/
    border-bottom: solid 1px #eee;
    color: #999;
    /*list-style-position: inside;*/
   /* background-color: #eeeeee;*/
   /* vertical-align: top;*/
   /*list-style-position:inside;*/
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    /*border-top: 10px solid #000;*/
    }

.mod-blog #comments ol li p {
    /*font-size: .5em;*/
    background-color: #fff;
    margin: 0;
    padding: 10px 10px 0 10px;
    color: #000;
    }

.mod-blog #comments ol li p.comminfo {
    color: #999999;
    padding-bottom: 5px;
    }
