/* Wordpress Styles */


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, {
	text-decoration: none;
}

	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
	

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}


/* Main posts */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.storytitle {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0;
	padding-top: 5px;
}

.postmetadata {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.8em;
} 

.storycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-right: 10px;
}

.postdate {
    margin-right: 0;
	border-bottom: dotted 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}

.feedback {
    font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: right;
	margin-right: 20px;
}

