/* @override http://localhost:3000/stylesheets/post.css?1209594533 */

#new_post {
}

p.post-author {
	font-size: x-small;
	color: #D6A46A;

	border-bottom-style: solid;
	border-bottom-width: 1px;
    border-width: 2px;
    border-color: #D6A46A;

	padding-bottom: 2px;
}

div.post h3 {
	margin-bottom: -8px;
	padding: 0;
	font-size: 1em;
	color: #552612;
}

div.post {
	clear: right;
	padding-top: 10px;
	float: none;
    padding-left: 10px;
    font: 90% Georgia, "Times New Roman", Times, serif;

}

div.post p {
	padding-right: 10px;
}


div.post-image {
	float: right;
	clear: none;
	padding: 0;
	margin: 0;
	border: none;
}

div.post-image img {
	border-style: none;
	padding: 10px 10px 0 10px;
}

div.post-image p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif  !important;
	font-size: x-small !important;
	color: #7e7e7e;
	position: relative;
	left: 10px;
	margin: 0;
	padding: 0;
}

div.post-body, div.post-body p, div.post-body span {
  font: 100% Georgia, "Times New Roman", Times, serif;
}

div.post-body ul li, div.post-body ul li span,
div.post-body ol li, div.post-body ol li span {
  font: 100% Georgia, "Times New Roman", Times, serif;  
}

/* @group Moderator Icons */

.post ul.post-menu {
	float: right;
	width: auto;
	padding: 0;
}

ul.post-menu {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	top: 12px;
}

ul.post-menu li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

ul.post-menu li span {
	display: none;
}

ul.post-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

ul.post-menu li a:hover {
	background: none;
}

ul.post-menu li.edit-icon {
	width: 42px;
	height: 20px;
}

ul.post-menu li.delete-icon, ul.post-menu li.info-icon {
	width: 20px;
	height: 20px;
}

.edit-icon, .edit-icon a {
	background: none top left no-repeat;
	background-image: url('/images/icon_post_edit.gif');
}

.delete-icon, .delete-icon a {
	display: block;
	background: none top left no-repeat;
	background-image: url('/images/icon_post_delete.gif');
}

.info-icon, .info-icon a {
	display: block;
	background: none top left no-repeat;
	background-image: url('/images/icon_post_info.gif');
}

/* @end */