#topForumBar{
	width: 97%;
}

#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; }


/* chatbox emoticon box and idle indicator */

input.chatTextboxIdle {
    -moz-background-clip:border !important;
    -moz-background-inline-policy:continuous !important;
    -moz-background-origin:padding !important;
    background-image: url(http://www.sparkimg.com/forum/icons/16-circle-red-small.png);
    background-repeat: no-repeat;
	background-position: 100% 50%;
	background-attachment: scroll;
}

input.chatTextboxActive {
    -moz-background-clip:border !important;
    -moz-background-inline-policy:continuous !important;
    -moz-background-origin:padding !important;
	background-image: url(http://www.sparkimg.com/forum/icons/16-circle-green-small.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-attachment: scroll;
}

.yui-overlay { 
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
} 

.yui-overlay .hd { border:0px; padding:0px; }
.yui-overlay .hd td { width: 50%; text-align: center; }
.yui-overlay .bd { border:0px; padding:5px; text-align: center; }
.yui-overlay .ft { border:0px; padding:5px; }

.yui-overlay img
{
  max-height:30px;
  max-width:30px;
}

#show-emotes { border: 0; outline: 0; outline-offset: 0;} 

#show-emotes img { border: 0px; outline: 0; }
