/* Posts ******************************************/

#main .date-header {
	color: #999;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0; }
.post {
	border-top: 1px solid #39c;
	padding-top: 10px;
	margin: 0 0 2em 0; }
.post-title {
	padding: 0 0 5px 0; }
.post-footer {
	margin: 1em 0 0 0;
	color: #999;
	font-size: 0.85em; }
.post img {
	padding: 4px;
	border: 1px solid #ccc; }


/* Sidebar ****************************************/

#main {
	width: 390px; }
#sidebar {
	position: absolute;
	top: 10px;
	left: 400px;
	width: 130px;
	font-size: 85%;
	padding: 10px;
	background: #efefef; }
#sidebar ul {
	list-style: none;
	margin: 0 0 2em 0; }
#sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0; }
#sidebar #feed {
	margin: 0; }


/* Comments ***************************************/

#comments {
	margin: 0 0 50px 0; }
#comments h4 {
	margin:1em 0;
	padding-bottom: 0.25em;
	color: #666;
	border-bottom: 1px solid #666; }
#comments-block {
	margin: 1em 0;
	line-height: 1.5em; }
.comment-poster {
	font-weight: bold;
	color: #666;
	font-size: 0.85em; }
.comment-body {
	margin: 0 0 2em 1em; }
.comment-timestamp {
	margin: 1em 0; }
.link-home {
	margin: 1em 0; }


/* Controls ***************************************/

/*.item-control {
	display:none; }*/
.item-control a, .item-action a {
	text-decoration: none !important; }
.quick-edit-icon {
	background: url("icon-edit.gif") no-repeat left;
	/* makes an 18x18 box */
	padding: 9px;
	margin: 0 0 0 0.5em; }
.delete-comment-icon {
	background: url("icon-trash.gif") no-repeat left;
	/* makes a 14x14 box */
	padding: 7px; }
.email-post-icon { 
	background: url("icon-email.gif") no-repeat left;
	/* makes an 18x18 box */
	padding: 9px;
	margin: 0 0 0 0.5em; }
.deleted-comment {
	font-style: italic;
	color: gray; }


/**************************************************/
