/* sidebar styling*/

li.widget-container{
 	list-style-type: none;
 	background:none; 
}


/* #search styling */

form#searchform label.screen-reader-text {
	display: none;
}

.search_container, form#searchform {
	padding-top: 23px;
	position:relative;
}

#s {   /*search field styling */

}

#searchsubmit { /*search button styling */

margin:0px;
padding:0px;
}


#searchsubmit {
    border: 0px solid;
    position: absolute;
    height: 32px;		
    width: 32px;
    right: 3px;
    top: 24px;
    background: url("../images/spritesheet.png") -445px -45px;
    font-size: 0px;
}

#searchsubmit:hover {
	cursor:pointer;
}




.page_event_post {
	display: block;
	width: 275px;
	height: auto;
	overflow: hidden;
}

.page_event_text {
	display:block;
	width:210px;
	float:left;
	margin: 0px;
}

.event_time {
	display: block;
	font-family: DINPro-Medium, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}

.line_seperator {

	height:2px;
	width: 270px;
	background-color: #d7d7d7;
}

.page_event_text a:link, .page_event_text a:visited, .page_event_text a:active {
	color: #5b89a0;
}

.page_event_text a:hover {
	color: #000;
}

.moretag {
	color: ##5b89a0;
}

	/* donate button styling */

	.donate_button {
		position:relative;
		height:120px;
		width:261px;
		background-image:url('../images/spritesheet.png');
		background-position:0px -700px;
	}

	.donate_button a{
		position: absolute;
		width: 100%;
		height: 100%;
		text-decoration: none;
		z-index: 10;
		background-color: red;
		opacity: 0;
		filter: alpha(opacity=1);
	}

	/* #dontate button styling */




/* end sidebar styling */