/*
 * EVENTS WIDGET
 * ------------------------------------------------------- */
.widget_em_widget ul {
  	list-style:none;
  	padding-left:0;
}
.widget_em_widget .cal-event{
	display: table;
}
.widget_em_widget .cal-event .cal-date,
.widget_em_widget .cal-event .cal-title{
	display: table-cell;
  	min-width:50px;
}
.widget_em_widget .cal-event .cal-day{
	color: red;
  	font-weight: bold;
}
.widget_em_widget .cal-event .cal-month{
	font-weight: bold;
}
.widget_em_widget a {
	color:#fff;
    text-decoration:none;
}


/*
 * 
 * ------------------------------------------------------- */
div.css-search {
    display: none;
}




/*
 * 
 * ------------------------------------------------------- */
.weather-alert-link{
	position: absolute; 
  	bottom: 10px; 
  	right: 10px; 
 	color: rgb(255, 255, 255);
}

.weather-alert-link:hover{
 	color: #fff; 
}



/*
 * 
 * ------------------------------------------------------- */
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

table.aligncenter{
  display: table;
}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.cal-title > a{
  color:#000;
}
.cal-event{
  margin:7px 0px;
}

.cal-event:first-child{
  margin-top:0px;
}
.cal-event:last-child{
  margin-bottom:0px;
}


/* ----------------------------------- */

.widget_pobiedziska_slider.widget{
	padding: 0;
}