/* default display for posts/comments/categories etc...*/

/* main post display - courtesy of mikull.com - thanks Mike! */
.post, .post_alt {
    margin:10px 0pt 0pt;
    padding:15px;
    width: 420px;
}

.postdate {
    color:#BA9575;
    font-size:11px;
    padding:8px 0px;
    margin: 0px 0px 8px;
}
.entry p.postinfo {
    margin:15px 0pt 0pt;
}
.entry img {
    border:1px solid #DAF0FE;
    padding:2px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	font-family:Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	color:#696969;
}
.post h2 a, .post_alt h2 a {
	color:#696969;
	text-decoration:none;
}
.entry h3, .entry h4, .entry h5 {
	font-weight:bold;
}
.entry h3 {
	font-size:16px;
}
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	padding:15px 0pt 0pt;
}
.comments-template ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
}

.comment {
    padding: 5px;
    margin: 7px 0px 3px;
 }

.comments-template ol li {
    margin:15px 0pt 0pt;
    padding:0pt 0pt 20px;
}

#categoryList label {
    margin: 0px 3px 2px 3px;
}

.categoryButtons {
    cursor: pointer;
}

.categoryDiv {
    display: inline;
}

.comments_dark {
    background-color: #e4e4e4;
}

/*#categoryCheckList {
    height:12em;
    margin-top:8px;
    overflow:auto;
    margin-right:6px;
}

#categoryCheckList ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:10px;
    padding:0pt;
}

#catFormContainer {
    width: 300px;
}*

