#body_content{
	width:948px;
}
.container .article_date
{
	width: 140px;
	height: 41px;
	line-height: 36px;
	color: rgb(255, 255, 255);
	text-align: left;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.container .title input[id=article_title] {
	background-color: black;
	display: inline-block;
	border: 0;
	width: 100%;
	margin: 0;
	height: 20px;
	color: white;
	margin-top: 6px;
	line-height: 36px;
}

.container .title .titlebox_selected{
	background-color: #ffffff;
	color: black;
}

.container .article_footer {
	padding: 16px; 
	text-align: center;
	width: 700px;
	overflow: hidden;
}

#tags {
	margin-left: 12px;
	width: 70%;
}

.tags {
    color: blue;
    font-size: medium;   
}

.tag {
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
}

/* Modal dialogs */
#modal .message {
    font-size: medium;
}

#modal input {
    padding: 8px;
    margin-left: 8px;
    margin-right:  8px;
}

#modal input[type=submit] {
    color: #ff0000;
    font-weight: bold;
}

.fb_like_bar
{
    border:none;
    overflow:hidden;
    min-width:350px;
    height: 24px;
    margin-top: 2em;
}

