@CHARSET "UTF-8";
/* $Rev: 13 $

	Use this Style Sheet to customize the theme. Specially, Widgets customization must be here.
	Doing it this way, it will be easier to retain your custom styles when updating the theme to a new release.

	As an example, there is some styles for my wdget SidePosts. They are for the red style.
*/

/* ------------------------------------------------ WIDGET SIDEPOSTS */
#sidebar ul li.widget_sideposts ul li, #sidebar ul li.widget_sideposts ul a {
	color: #000080;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	}

#sidebar span.sideposts_date {
	color: #474747;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-weigt: normal;
	}
	
#sidebar ul li.widget_sideposts ul li p {
	color: #474747;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	}

#sidebar ul li.widget_sideposts ul li p a {
	color: #008080;
	line-height: normal;
	font-weight: normal;
	font-size: 11px;
	padding-top: 0;
	}

#sidebar ul li.widget_sideposts ul li p a:hover {
	text-decoration: underline;
	}

/* ------------------------------------------- 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 */
