/* CSS Document */
#text_entry {
	width:510px;
}

#text_entry_title {
	float:left;
	font-size:120%;
	font-weight:bold;
}

#text_entry_char_left {
	float:right;
	font-size:85%;
	padding-top:5px;
}

#text_entry_box {
	clear:both;
	padding-bottom:5px;
}

#line {
	width:12px; 
	height:83px;
	float:left;
	margin-left:5px;
	border-left:1px solid #cccccc;
}

#underline_link a {
	text-decoration:underline;
}

#underline_link a:hover {
	text-decoration:none;
}

#v_space {
	height:20px;
}

#save_msg {
	font-size:85%;
	color:#cc3300;
}

.help_message {
	font-size:55%;
	font-weight:normal;
	color:#666666;
}

/* wallpost */
#wallpost_entries {
	margin-bottom:40px;
	line-height:1.6;
}

.wallpost_wrapper {
	padding-bottom:25px;
}

.wallpost_options {
	font-size:85%;
	color:#666666;
}

.wallpost_options a {
	color:#666666;
	text-decoration:underline;
}

.wallpost_options a:hover {
	text-decoration:none;
}

.wallpost_content {
	padding-top:3px;
	width:85%;
}

.wallpost_content a { text-decoration:underline; }
.wallpost_content a:hover { text-decoration:none; }

.wallpost_reply {
	margin:10px 20px 10px 20px;
	padding:10px;
	border-left:1px solid #cccccc;
	*border-bottom:1px solid #cccccc;
}

.wallpost_recursion {
	margin-left:20px;
	margin-right:20px;
}

#display_reply_to, #display_private_comment {
	padding-bottom:10px;
	color:#666666;
	font-size:95%;
}

#reply_to {
	font-size:90%;
	padding-bottom:3px;
}

#code_msg {
	color:#cc3300;
	font-size:90%;
}

#access {
	font-size:90%;
	padding-top:3px;
	padding-bottom:3px;
}

#wallpost_login {
	margin-bottom:20px;
	font-weight:bold;
}

.float_left { float:left; margin-right:10px; }