.post {
	margin-bottom: 10px;
}

.post h3 {
	font-size: 25px;
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align:  center
}

.postdate {
	float: right;
	color: #888;
	font-size: 0.9em;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-right: 5px;
}

.postbody {
	padding: 0px 5px 0px 15px;
}

.blogcolourbox {
	float: right;
	text-align: center;
	width: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.8em;
	height: 0.9em;
	color: #FFF;
}

.postfooter {
	clear: right;
	text-align: right;
	border-bottom: 1px solid #DDD;
	margin: 0px 5px 30px 15px;
}

.post a img {
	border:  1px dashed black;
	padding:  1px;
}
.post p {
	font-family: "Lucida Grande";
	
	margin-top:  0px;
	font-size:  0.8em;
	text-align: justify;
}

.postadmin {
	float: right;
	font-weight:  normal;
	font-size: 0.7em;
	margin-right: 5px;
}

.postadmin a {
	color:  #333333;
}

#votebox{
	font-family: "Lucida Grande";
	font-size: 0.8em;
	position:absolute;
	width: 176px;
	left: 250px;
	top: 200px;
	border: 1px solid black;
	background-color: white;
	padding: 4px;
	z-index: 100;
	color: black;
}