.tagCloud a:hover, .tagCloud a:focus{color:#c20000;text-decoration:underline;}
.tagCloud .tag5 a, .tagCloud .tag5 a:visited { font-size: 115%; color: #680e18}
.tagCloud .tag4 a, .tagCloud .tag4 a:visited { font-size: 108%; color: #980a18}
.tagCloud .tag3 a, .tagCloud .tag3 a:visited { font-size: 100%; color: #9e101c}
.tagCloud .tag2 a, .tagCloud .tag2 a:visited { font-size: 95%; color: #b31418}
.tagCloud .tag1 a, .tagCloud .tag1 a:visited { font-size: 90%; color: #c41e1e}

a:link, a:visited{color:#c20000;text-decoration:none}
a:hover, a:focus, a:active{color:#c20000;text-decoration:underline;}
a.external:hover, a.external:focus{
		 background-color:transparent;
		 color:#c20000;;
		 border-bottom:2px solid #c20000; !important;
}

.tags a:link, .tags a:visited, a.tag:link, a.tag:visited{color:#c20000; border-bottom:1px dotted #c20000;}

/*all hover styles are cureently the same, if not, separate these styles*/
.tags a:hover, .tags a:focus, a.person:hover, a.person:focus, a.my:hover, a.my:focus {color:#c20000;;text-decoration:none;border-bottom:1px dotted #c20000;}
/*single and group action links*/
/*this is to provide a class for overriding link colors in groups of links to indicate that the link is an action link (like the "Tag this" link in a tag group*/
a.action, a.action:visited, .actions a, .actions a:visited{color:#c20000; !important;text-decoration:underline !important;border-bottom:0 !important;}
a.action:hover, a.action:focus, .actions a:hover, .actions a:focus, .tags a.action:hover, .tags a.action:focus {color:#c20000; !important;text-decoration:underline !important;border-bottom:0 !important;}
#frame{
	margin: auto;
	margin-top: 15px;
	padding:0;
	max-width: 950px;
}
#main{
	padding:3px;
	background:#fff;
	border:1px solid #aaa;
	-moz-border-radius:5px;
	overflow:hidden;
}
#content{
	background:#fff;
	padding:16px 10px 20px 15px; 
	overflow:hidden;
	width:700px;	
}
#entries{
	width:100%;
}
.blogPaging{
 width:100%;
}
#colRight{
	/*float: right;*/
	width: 165px;
	background: #fff;
	padding: 15px 10px 0 0px;
}
#headlines h1{font-size:1.5em; line-height: 1.6em; color:#c20000; margin:0px;}
#headlines h2{font-size:1.4em; line-height: 1.5em; color:#c20000; margin:0px;}
