
/* Main Entry
---------------------------------------------------------- */
.main-entry {
	display: block;
	width: 541px;
	margin: 0 0 40px 0;
}

.main-entry h1,h2,h3,h4,h5,h6 {
	color: #39444d;
	margin: 0 0 .5em 0;
}

.main-entry h1 {	
	font-size: 1.5em;
	line-height: 1.15em;
}

.main-entry h2 {	
	font-size: 1.2em;
	line-height: 1.1em;
}

/* Title */
.main-entry h1 a {
	color: #39444d;
}

.main-entry h1 a:hover {
	border-bottom: 1px solid #39444d;
}


/* Meta Bottom */
.meta-bottom {
	display: block;
	margin:10px 0 0 0; padding-bottom: 40px;
	font-size: .95em;
}

.meta-bottom li {
	float: left;
	list-style: none;
}

.meta-bottom .comments {
	list-style: none;
	margin: 0; padding: 2px 0 2px 23px;
	background: url("../images/comment.gif") no-repeat left 50%;
}

.meta-bottom .permalink {
	list-style: none;
	margin: 0 10px 0 10px; padding: 2px 0 2px 15px;
	background: url("../images/permalink.gif") no-repeat left 50%;
}

.meta-bottom .category {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/category.gif") no-repeat left 50%;
}

.meta-bottom .author {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/author.gif") no-repeat left 50%;
}

.meta-bottom .tags {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/tag.gif") no-repeat left 50%;
}

.meta-bottom .add {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/add.gif") no-repeat left 50%;
}

.meta-bottom .save {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/story_save.gif") no-repeat left 50%;
}

.meta-bottom .remove {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/story_remove.gif") no-repeat left 50%;
}

.meta-bottom .success {
	list-style: none;
	margin: 0px 5px; 
	padding: 2px 5px 2px 5px;
	background: #ffff99;
}

.meta-bottom .tell {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/tell.gif") no-repeat left 50%;
}

.meta-bottom .bury {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/bury.gif") no-repeat left 50%;
}

.meta-bottom .admin {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/admin.gif") no-repeat left 50%;
}

.meta-bottom .delete {
	list-style: none;
	margin: 0; padding: 2px 5px 2px 20px;
	background: url("../images/delete.gif") no-repeat left 50%;
}

.meta-bottom .feed {
	margin: 0; padding: 2px 0 2px 25px;
	background: url("../images/rss_icon.png") no-repeat left 50%;
}
.meta-bottom .bookmark {
	margin: 0; padding: 0 5px 0 10px;
}

.meta-bottom a {
	text-decoration: none;
}

.meta-bottom a:hover {
	text-decoration: underline;
}

.main-entry p {
	line-height: 1.4em;
}


/* Past Entry
---------------------------------------------------------- */
.main-entry {
	margin: 0 0 10px 0;
}

 .entry-content h1 {
	display: block;
	margin: 35px 0 5px 0; padding: 0;
	font-size: 1.4em;
}

 .entry-content h1 a {
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: #39444d;
}

 h1 a:hover {
	border-bottom: 1px solid #39444d;
}

 .entry-content {
	margin: 0; padding: 0;
	width: 450px;
	overflow:hidden;
}

.entry-content p {
	font-size: .9em;
}

 .dateblock {
	margin: 0;
	background: url("../images/date_bg.png") no-repeat top;
	min-width: 75px; min-height: 150px;
}

 .dateblock li {
	color: #ffffff;
	list-style: none;
	list-style-image: none;
}

 .dateblock li.top,
 .dateblock li.vote-publish {
	text-align: center;
}

 .dateblock li.top {
	margin: 54px 0 10px 0; padding: 0;
	font-size: .90em;
	font-weight: bold;
}
 .dateblock li.vote-publish {
	margin: 0; padding: 0;
	width: 75px;
	font-family: 'Georgia', Times, Serif;
	font-size: 3.1em;
}
.dateblock li.vote-publish a{color:#fff;}
.dateblock li.vote-publish a:hover{color:#ffa500;}
 
 .meta-vote-publish {
	margin: 10px 0 0 0; padding: 0;
	min-height: 40px;
	font-size: .95em;
	background: none;
}

