div.widget_simpleimagelink
{
	width: 100%;
	margin-bottom:-10px;
}

.widget_simpleimagelink_container
{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	width: 100%;
}

.widget_simpleimagelink .widget_simpleimagelink_hidetitle
{
	display: none;	/* This stops the title from being shown when the widget is displayed (configurable), but allows the title to be shown in the Design - Widgets admin page */
}

.widget_simpleimagelink img 
{
	border: none;
}

/* simple-image-link-units is based on WordPress' own widefat - just narrower! */
.simple-image-link-units 
{
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
	width: 50px;
	padding: 3px;
}



/*GRH Added*/
.widget_simpleimagelink h3 a{
	text-decoration:none;
	/*Removes underline from green h3/h4 links */
	}

div#skinnycol h3 a
{
font-size:14px;
/*Changes size of green h3/h4 links on the far right widget, thin sidebar*/
}




