.weblogmodule.default .item h2 {
	color: #000066;
}

div.weblogmodule.summary .item .attribution {
	font-weight: bold;
}

div.weblog_comment_odd {
  background-color: #eeeeee;
  border-top: 1px solid #0060b6;
  border-bottom: 1px solid #0060b6;
  padding: 10px;
}

div.weblog_comment_even {
  padding: 10px;
}

div.weblog_comment_body {
  font-size: 10px;
  margin-bottom: 15px;
  text-align:left;
}

div.weblog_comment_attribution {
  text-align:left;
}

div.weblog_comment_title {
  font-size: 10px;
  text-align:left;
}

div.comments {
  text-align: right;
  font-size: 10px;
  margin-bottom: 30px;
}
/* 
Make readmore and comments links accessible using the techniques at
http://www.maxdesign.com.au/presentation/more-links/ and
http://www.knusperpixel.com/css/simple-accessible-more-links-v2/
*/
.post-footer a.readmore span, .post-footer a.comments span {
/*
Set span off screen
*/
	position: absolute;
	left: -1000px;
	width: 900px;
}
.post-footer a.readmore:hover,
.post-footer a.readmore:focus,
.post-footer a.readmore:active,
.post-footer a.comments:hover,
.post-footer a.comments:focus,
.post-footer a.comments:active {
	/*
	On 'hover' set the anchor to 'position:relative' to get a
	measuring point. Somehow IE doesn't like it when this is
	in the '.post-footer a' declaration...
	*/
	position: relative;
	text-decoration: none; /* Google chrome needs this to be in the parent, so we define it here */
}
.post-footer a.readmore:hover span,
.post-footer a.readmore:focus span,
.post-footer a.readmore:active span,
.post-footer a.comments:hover span,
.post-footer a.comments:focus span,
.post-footer a.comments:active span {
	/*
	Take the previously hidden span and display it near the anchor
	*/
	left: 20px;
	top: 20px;
	width: 100px;
	/*
	This is just for looks...
	*/
	padding: 5px;
	line-height: 1.2em;
	font-size: 80%;
	border: 1px solid;
	text-decoration: inherit; /* Google chrome needs this, instead of a simple attribute of none */
	background-color: #F6F6FF;
	color: #000;
}
.post-footer a.readmore:hover span:before,
.post-footer a.readmore:focus span:before,
.post-footer a.readmore:active span:before {
	/*
	IE doesn't show this - but others do.
	*/
	content: "Read more";
}
.post-footer a.comments:hover span:before,
.post-footer a.comments:focus span:before,
.post-footer a.comments:active span:before {
	/*
	IE doesn't show this - but others do.
	*/
	content: "Comments";
}
.weblogmodule .post-footer .readmore {
	background-image:url(../../common/images/icons/readmore.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:15px;
	font-size: 95%;
	position: relative;
	display: inline;
}


.weblogmodule h1 {
	margin-left: 0px;
}
.weblogmodule h1 a{
	text-decoration: none;
}
.tagCloud h1 {
	margin-left: 10px;
}

.weblogmodule li {
	margin-left: 5px;
}

/* by tag cloud */
.tagCloud {
	background-image:url(../images/bg-tag-cloud.png);
	_background-image:url(../images/bg-tag-cloud.gif);
	background-repeat:no-repeat;
	margin:0 0 0 40px;
	min-height:150px;
	padding:20px 6px 20px 10px;
	width:181px;
}

.tagCloudFooter {
	background-image:url(../images/bg-tagcloud-footer.png);
	_background-image:url(../images/bg-tagcloud-footer.gif);
	background-repeat:no-repeat;
	height:14px;
	margin:0 0 0 40px;
	width:181px;
}

.blogTagCloud {
	margin-top:40px;
	padding:10px;
	text-align:center;
	width: 135px;
}

.tagCloud span a:link, .tagCloud span a:focus, .tagCloud span a:visited{
	color: #FFF;
	text-decoration: none;
}
.tagCloud span a:hover {
	text-decoration: underline;
}

.cloudweight1 {}
.cloudweight2 {}
.cloudweight3 {}
.cloudweight4 {}
.cloudweight5 {}


/* by Calendar */

ul.blogMonthly {
	list-style-type: none;
}
ul.blogMonthly li {
	background-image:url(../images/bg-li-blog-calendar-list.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}
