/*
	begin post page
*/

input #photo {
	margin-bottom: 5px;
}

form .footnote {
	font-size: 0.8em;
	margin-bottom: 20px;
}

a.post-like-link, a.post-like-selected-link {
	width: 60px;
	height: 20px;
	float: left;
	cursor: pointer;
}

a.post-like-link {
	background: transparent url(../images/like-btn.jpg) no-repeat;
}

a.post-like-selected-link {
	background: transparent url(../images/like-btn-selected.jpg) no-repeat;
}

.post-controls {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 17px;
	padding: 7px 8px;
}

.post-controls span {
	float: right;
	padding-left: 3px;
	width: 16px;
}

.post-topic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 20px;
	padding: 6px 0px 4px 15px;
	color: #B0B0B0;
	font-size: 0.7em;
}

.post-topic a.post-tag {
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	color: #B0B0B0;
}

.post-topic a.post-tag:hover {
	text-decoration: none;
	color: #808080;
}

#post-switch {
	position: absolute;
	right: 15px;
	top: -5px;
	font-size: 11px;
	font-family: Arial, Verdana, Georgia;
	color: #333333
}

#pwltp {
	text-align: center;
}

#pwltp .person {
	float: left;
	height: 50px;
	padding-right: 2px;
}

#pwltp .person img {
	border: 1px solid #666666
}

/*
	end post page
*/