/* default display for posts/comments/categories etc...*/

/* main post display - courtesy of mikull.com - thanks Mike! */

/* EDITED by NPS, 2009. */


.post, .post_alt {
    width: 420px;
	height:90%;
	margin-bottom:40px;
	padding:36px 0px 0px 0px; 
	
	
}

.post p, .post_alt p {
	font-family: verdana, geneva, sans-serif;
	line-height:1.3em;
	font-size: 1.235em;
}

.blogMore {
	padding: -4px 0 0 0;
	font-family:  verdana, geneva, sans-serif;
	font-weight: normal;
	font-size: 100%;
	
}

.commentTools {
	margin-top:30px;
	font-size: 88%;
	font-weight: normal;
	border-top: #efefef 1px solid;
	padding-top:20px;
	

}

.commentTools a {
	
}

.postdate {
    color:##706d5f;
    font-size:1em;
    padding:3px 0px 12px 0px;
    margin: 0px 0px 26px 0px;
	font-variant:small-caps;
	border-bottom: #dedede dotted 4px;
}

.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:Georgia, serif;
	font-size:2.1em;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	color:#706d5f;
}
.post h2 a, .post_alt h2 a {
	/*margin-top: 20px;*/
	color:#706d5f;
	text-decoration:none;
	font-weight:normal;
	display:block;
}
.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;
}

.comments-template {
	margin-top:-38px;
}

.comment {
    padding: 5px;
    margin: 7px 0px 3px;
 }
 
 #comments {
	 margin-top:70px;
	 padding-top:30px;
	 border-top: #efefef 1px solid;
	 width:70%;
	 
	 color:#060;
	 font-size:1.6em;
 }

.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;
}

/* CATEGORIES */

#blogCatContainer  {
	position:relative;
	top:-1em;
font-size:100%;
}

#blogCatContainer h4 {
font-family:Georgia, Times, serif;	
font-size:1.6em;
color:#888888;
font-weight:normal;

}

#blogCatList
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px dotted #ccc;

}

#blogCatList li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px dotted #ccc;
}



/*#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;
}*

