/* 
	Base styles
	
	These are all the base styles that control basic HTML tags.
	All the referenced styles sheets are imported to control the UI
	of the theme.
*/

@import url("calendar.css");
@import url("pageLayout.css");
@import url("dasBlog.css");
@import url("colors.css");
@import url("admin.css");

.TDBLOG.tagCloud
{

}
.TDBLOG.tagCloud A
{
	margin: 2px;
}
.TDBLOG.smallestTag
{
	font-size: 10px;
	line-height: normal;
}
.TDBLOG.smallerTag
{
	font-size: 12px;
	line-height: normal;
}
.TDBLOG.smallTag
{
	font-size: 14px;
	line-height: normal;
}
.TDBLOG.mediumTag
{
	font-size: 16px;
	line-height: normal;
}
.TDBLOG.largeTag
{
	font-size: 18px;
	line-height: normal;
}
.TDBLOG.largerTag
{
	font-size: 20px;
	line-height: normal;
}
.TDBLOG.largestTag
{
	font-size: 22px;
	line-height: normal;
}

.TDBLOG A, .TDBLOG A:link, .TDBLOG A:visited, .TDBLOG A:active
{
	font-weight: bold;
	text-decoration: none;
}

.TDBLOG 
{
	margin: 0;
	padding: 0;
	font-family: Arial, verdana, sans-serif;
	font-size: 0.7em;
	width: 846px;
}

.TDBLOG.commentViewBoxStyle
{
	
}
#_ctl4_labelCommentHtml
{
	display: block;
	width: 450px;
}

.TDBLOG.commentViewControlStyle
{

}

/* pre { white-space: normal; overflow: auto; } */
