
table.makeblog {
	width:100%;
}
table.makeblog th {
	text-align:left;
}
table.makeblog th, table.makeblog td {
	padding:2px;
}

table.post {
	width:100%;
}
table.post th, table.post td {
	padding:2px;
}
table.post textarea {
	width:100%;
	height:300px;
}

div.thread, div.block_last_thread {

	padding-bottom:10px;
}
div.lb div.thread {
  padding: 5px;
}


div.thread h1, div.block_last_thread h1 {
	color:#666e70;
	margin-bottom:7px;
}
div.thread h1 a {
	color:#666e70;
	text-decoration:underline;
}
div.thread h1 a:hover {
	text-decoration:none;
}

div.thread .created, div.block_last_thread .created {
	font-size:0.85em;
}

div.thread .text {
	margin-bottom:10px;
	background-color:inherit;
	font-size:inherit;
}
div.thread .text a {
	color:#666e70;
	text-decoration:none;
}
div.thread .text a:hover {
	text-decoration:underline;
}

div.thread .comments, div.block_last_thread .comments {
	float:right;
	font-size:0.9em;
}
div.thread .comments .count a {
	background-color: #55708a; 
	padding: 2px 3px 2px 3px; 
	color: #ffffff; 
	text-decoration: none;
}
div.thread .comments .count  a:hover {
	text-decoration: underline; 
	background-color: #9ec232; 
	color: #ffffff; 
}


div.block_blogs_thread {
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px dotted #CCCCCC; 
}

div.block_blogs_thread, div.block_blogs_thread a {
	color:#000000;
	text-decoration:none;
}
div.block_blogs_thread a:hover {
	text-decoration:underline;
}
div.block_blogs_thread .thread_header {
	font-size:0.85em;
}
div.block_blogs_thread .thread_title {
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
div.block_blogs_thread .thread_comments {
	text-align:right;
	font-size:0.85em;
	margin-top:5px;
}
.thread_comments .count a, .thread_comments .count a:visited, .thread_comments .count a:active {
	background-color: #55708a; 
	padding: 2px 3px 2px 3px; 
	color: #ffffff; 
	text-decoration: none;
}
.thread_comments .count  a:hover {
	text-decoration: underline; 
	background-color: #9ec232; 
	color: #ffffff; 
}

/* ---- */

.links {
	text-align:center;
	font-weight:bold;
	padding:5px;
}

/* ---- */

.rss {
	text-align:right;
	padding:3px;
}

/* ---- */

div.blog {
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:2px dotted #CCCCCC;
}
div.blog h4 {
	margin:0px;
}
div.thread .threads {
}
