
#topForumBar{
	width: 100%;
}

#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;
}
.commentOptionMenuItem:hover {
	background-color: #eee;
}

.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#message {
    -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#message.chatbox-active {
    -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;
}

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

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

#newUserSignup{
float:left;
width:45%;
margin-top: 50px;
padding:20px 15px 20px 15px;
}

#facebookSignupWidget{
width:45%;
float:left;
margin-top:150px; 
padding: 10px 10px 10px 10px;
text-align: left}

#facebookSignup{
width:auto;
margin:auto;
}

.signupDivider{
height:250px;
width:1px;
margin:10px auto;}

.chatbox-message{
word-break: break-word;
}