.clear
{
	clear:				both;
	font-size:			1px;
	line-height:			1px;
}
.small
{
	font-size:			10px
}
.smaller
{
	font-size:			8px;
}
.big
{
	font-size:			12px;
	font-weight:			bold;
}
.bigger
{
	font-size:			16px;
	font-weight:			bold;
}
.biggest
{
	font-size:			20px;
	font-weight:			bold;
}
/* For the blogger.cgi post-preview page, etc */
#bareblogcontainer
{
	padding:			10px 7px 5px 7px;
	color:				#515151;
	background-color:		#ffffff;
}
.clear, .clearthebottom
{
	clear:				both;
	font-size:			1px;
	line-height:			1px;
}



/* for drop-shadows (ds) on images, etc. */
.ds1, .ds2, .ds3
{
	display: inline-table;
	/* \*/display: block;/**/
	position: relative;
}
.ds1
{
	background: url(/themes/current/dropshadow/ds_a_full.gif) right bottom no-repeat;
	float: left;
	right: 50%;
}
.ds2
{
	background: url(/themes/current/dropshadow/ds_a_bl.gif) left bottom no-repeat;
}
.ds3
{
	background: url(/themes/current/dropshadow/ds_a_tr.gif) right top no-repeat;
	padding: 0 8px 8px 0;
}
.ds4
{
	width: 1%;
	margin-left: 50%;
}
.ds3 img
{
	display: block;
}
