ul.comments {
	font-size: 70%;
}

.entry-content img.left {
	float: left;
	margin: 1em 1em 1em 0;
}

.entry-content img.right {
	float: right;
	margin: 0 0 1em 1em;
}

.entry-content img.centre {
	text-align: center;
	margin: 0 auto;
}

.comments, 
.comments li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*.comments .comment {
	margin-left: 80px;
}*/

.comments .comment img {
	display: block;
	float: left;
	margin-left: -80px;
}

.comments .comment h3 {
	margin: 0;
	padding: 0;
}

div#contentwrapper #comments {
	margin-top: 1em;
	font-weight: normal;
}

h3#addcomment {
	margin-top: 2em;
}

form#comment {
	font-size: 80%;
}

form#comment div {
	clear: both;
	margin-bottom: 0.5em;
}

form#comment label {
	width: 7em;
	float: left;
	font-weight: bold;
}

form#comment textarea,
form#comment input.text {
	border: 1px solid #9a9a9a;
	padding: 2px;
	width: 22em;
}

form#comment .submit {
	margin-left: 7em;
}

.youtube {
	width: 425px;
	height: 344px;
}

.tags {
	display: inline;
}

.tagcloud,
.tags {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

.tags li, 
.tagcloud li {
	display: inline;
	list-style: none;
}

.tags li {
	padding-right: 0.5em;
}

.tagcloud li span.items {
	position: absolute;
	left: -999em;
	display: block;
}

.tagcloud a:link,
.tagcloud a:visited {
	text-decoration: none;
	padding-right: 0.4em;
}


.tagcloud a:hover,
.tagcloud a:active {
	text-decoration: underline;
}

.tagcloud .x-small { font-size: 100%; }
.tagcloud .small { font-size: 120%; }
.tagcloud .medium { font-size: 140%; }
.tagcloud .large { font-size: 160%; }
.tagcloud .x-large { font-size: 180%; }
