@CHARSET "UTF-8";
/* $Rev: 100196 $

	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 */

/* FEATURE SIDEBAR - KOMMUNALWAHLKAMPF 2009 - Author: Johannes Kampmann*/



#feature {
         margin:0px;
         padding:5px;
         list-style-type:none;
         }

#feature li{
	float:left;
         margin:4px;
         padding:0px 3px 0px 3px;
         width:140px;
         height:126px;
         text-align:left;
         vertical-align:center;
         border-left: 1px solid #000000;
         border-right:1px solid;
         /*background-color:#FFFFFF;
}

#feature img{
	float: left;
         border-right:4px solid /*#74AA30; #0a7501;*/}


/* ORIGINAL
#feature {
         margin:0px;
         padding:5px;
         list-style-type:none;
         }

#feature li{
	float:left;
         margin:4px;
         padding:0px 3px 0px 3px;
         width:292px;
         height:126px;
         text-align:left;
         vertical-align:center;
         border-left:1px solid #ffffff;
         border-right:1px solid #ffffff;
         background-color:#FFFFFF;
}

#feature img{
	float: left;
         border-right:4px solid #74AA30; /*#0a7501;

*/


#sidebar ul li.widget_sideposts ul li, #sidebar ul li.widget_sideposts ul a {
	color: #ffffff; /*#fa6400;*/
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	}

#sidebar span.sideposts_date {
	color: #ffffff;  /*#474747*/
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-weigt: normal;
	}

#sidebar ul li.widget_sideposts ul li p {
         float: left;
         color: #ffffff; /*#474747;*/
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	}

#sidebar ul li.widget_sideposts ul li p a {
         float: left;
         color: #ffffff;   /*#ff7e01*/
	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 #ffde01;
	clear: both;
	}

#sidebar ul li.widget_sideposts ul li img.alignright {
	float: right;
	margin: 5px;
	padding: 2px;
	border: 1px solid #ffde01;
	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 */