#topForumBar{
	width: 875px;
}

#topForumBar #abLoginBox{
	margin-bottom: 10px;
}

#chatAdminLink{
	width: 100px;
}

.blogTable{
	width: 100%;
}
div#content{
	width: 100%;
	padding: 5px;
	margin: 0px;
}
div.postDiv{
	float: left;
	width: 66%;
	
	overflow: auto;
	margin: 1%;
	padding-bottom: 1em;

}

div.metaDiv{
	float: left;
	width: 28%;
	padding-top: 50px;

}

h1.blogHeader{
	margin: 0px;
	padding: 5px;
}


div.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

p.blogPostBottom, p.blogPostDate{
	font-size: 12px;
}

.commentOptionMenuBreak {
	padding: 0px; margin: 2px 0px 2px 0px;
	color: black; border-color: black; border-style: solid;
	border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px;
}
.commentOptionMenu { 
	text-align: left; float: right; background-color: white; 
	border: solid 1px black; position: absolute; z-index: 1; display: none;
}
.commentOptionMenuItem {
	cursor: pointer; padding: 2px;
	color: black;
}
.commentOptionMenuItem:hover {
	background-color: #eee;
	color: black;
}

.tag_button {}
.tag_button:hover { cursor: pointer; }
.tag_menu_row { background-color: #dfdfdf; padding: 4px; text-align: left; }

