/* Widgets (Headings, Paragraphs, Lists, And Links take style from sidebar or footer) */
.widget {
	margin:0px 0px 35px 0px;}
/* Calendar */

/* RSS Feed */

/* Search */ 
#searchform .screen-reader-text {
	position: absolute; 
	left: -9999px; 
	top: -9999px;}
#searchform #s {
	background:url(../images-standard/searchfield.jpg);
	border:solid 1px #b1b1b1;
	display:block;
	float:left;
	text-align:left;
	height:19px;
	margin:0px;
	padding:2px;
	width:144px;}
#searchform #searchsubmit {
	background:url(../images-standard/searchoff.jpg);
	display:block;
	float:left;
	height:25px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	width:25px;}
#searchform #searchsubmit:hover {
	background:url(../images-standard/searchhover.jpg);}
#searchform #searchsubmit:active {
	background:url(../images-standard/searchactive.jpg);}