@CHARSET "UTF-8";
/*  
Use this Style Sheet to customize the plugin. 
You can delete the file, and write your custom styles on the theme' style.css file.
If you're usinf one of my themes, styling on the file custom.css is the preferred method.
*/

/* ------------------------------------------------ WIDGET SIDEPOSTS */

#sidebar h3.sideposts {
	margin-bottom: 5px;
}

#sidebar h3.sideposts a {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	line-height: 13px;
}

#sidebar h3.sideposts a:visited {
	color: #555555;
	text-decoration: none;
}

#sidebar h3.sideposts a:hover {
	color: #009900;
	text-decoration: none;
}

#sidebar h4.sideposts {
	font-size: 11px;
	}

#sidebar p {
	padding-top: 5px;
	}

/* ------------------------------------------- SIDEPOSTS IMAGE ALIGN */

#sidebar ul li.widget_sideposts ul li img.alignleft {
	float: left;
	margin: 5px;
	padding: 2px;
	border: 1px solid gray;
	clear: both;
	}


#sidebar ul li.widget_sideposts ul li img.alignright {
	float: right;
	margin: 5px;
	padding: 2px;
	border: 1px solid gray;
	clear: both;
}

#sidebar ul li.widget_sideposts ul li img.aligncenter {
	display: block;
	border: 0px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* EOF */
