.mini-blog h4 { 
/*	background-image:url(../images/icon_newspaper.gif); */
}

.mini-blog h2 {
	/*font-size: 12px;*/
	font-weight: bold;
}
.mini-blog #searchform input[type="text"]{
	width: 164px;
	padding: 2px;
	margin-bottom: 3px;
}
.mini-blog #searchform input[type="submit"]{
	width: 80px;
}
.mini-blog li.widget, .mini-blog li.categories{
	padding-bottom: 10px;
}
.mini-blog #wp-calendar {
	width: 170px;
	text-align: center;
}
.mini-blog #wp-calendar th {
	text-align: center;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}

.widgettitle {
	background:url(bg/title-left.png) no-repeat top left #FCB653;
	color:#FFFFFF;
	font:bold 14px "Trebuchet MS","Arial",sans-serif;
	height:27px;
	margin:10px 0 23px -30px;
	padding-left:11px;
	padding-top:25px;
	text-indent:20px;
}

.widget_recent_entries ul li, .widget_categories ul li, .events_widget_list ul li{
	border-bottom:1px solid #FCB653;
}

.widget_calendar{
	
}

.widget_calendar table caption {
	text-align:center;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
}
.widget_calendar table thead tr{
	border-bottom:1px solid #FCB653;	
}
.widget_calendar table tr th {
	font-weight:bold;
}

.widget_calendar table tr td {
	text-align:center;
}

.widget_calendar table tr td a {
	display:block;
	border:1px solid #F97A29;
	background: #FBE4D3;
}

.widget_calendar table tr td a:hover {

	background: #FCB653;
}
#next, #prev {
	padding-top:10px;
}

#next a, #prev a {
	background: none;
	border:none;
	border-bottom:1px solid #fff;
	text-transform: uppercase;
}

#next a:hover, #prev a:hover {
	border-bottom:1px solid #F97A29;
}

.event_title_location {
	margin-bottom:7px;
}

.event_time {
	margin-top:7px;
}
.event_location{
	text-align:right;
}

.post {
	border-bottom:1px dotted #FCB653;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
