#menu ul li {
	background: none;
	padding: 0;
}

#searchform {
	margin: 10px 0;
	overflow: hidden;
}
	#searchform input {
		background: #fff url(../images/search-bg.png) no-repeat left top;
		border: 0;
		float: left;
		height: 20px;
		font-size: 11px;
		padding: 0 5px;
		width: 145px;
	}
	#searchform #searchsubmit {
		background: #fff url(../images/search.png) no-repeat left top;
		cursor: pointer;
		float: left;
		height: 19px;
		border: 0;
		margin: 0 0 0 5px;
		text-indent: -1000px;
		width: 64px;
		font-size: 0;
		line-height: 0;
	}
	#searchsubmit.hover {
		background-position: left -19px !important;
	}
.storytitle {
	padding: 0 0 10px;
}
#comments {
	color: #636363;
	font-size: 14px;
	text-transform: none;
	margin: 10px 0;
}
#commentlist li {
	padding: 10px;
}
#commentlist .odd {
	background-color: #F7F7F7;
}
#submit {
	background-image:url(../images/submit.png);
	border: 0;
	cursor: pointer;
	display: block;
	height: 19px;
	text-indent: -1000px;
	font-size: 0;
	width: 64px;
	line-height: 0;
}
#submit.hover {
	background-position: left -19px !important;
}
.post {
	padding: 0 0 20px;
}
.post .meta {
	font-size: 10px;
	color: #bbb;
}

/*HEADINGS STYLES*/
.widget_calendar, .widget_search, .widget_recent_entries, .widget_categories, .widget_tag_cloud {
	color: #A71F23;
	font-size: 14px;
	padding: 10px 0 5px;
	text-transform: uppercase;
}
.screen-reader-text {
	color: #636363;
	display: block;
	font-size: 12px;
	padding: 0 0 0 5px;
	text-transform: none;
}

/*CALENDAR STYLES*/
#wp-calendar {
	font-size: 12px;
	text-transform: none;
	margin: 10px 0;
	width: 150px;
}
#wp-calendar caption {
	font-size: 12px !important;
	text-transform: none;
	padding: 0 0 5px;
}
#wp-calendar thead, #wp-calendar tbody, #wp-calendar tfoot {
	font-size: 11px;
	color: #636363;
}
#wp-calendar th {
	background: #E5E8E7;
	border: 1px solid #fff;
	padding: 2px 5px 2px;
	text-align: center;
}
#wp-calendar td {
	border: 1px solid #fff;
	padding: 2px 5px 3px;
	text-align: center;
}
#wp-calendar #today {
	background: #A71F23;
	color: #fff !important;
}
#wp-calendar #today a {
	color: #fff !important;
	text-decoration: none;
}

.photo {
	height: 32px;
	width: 32px;
	position: relative;
	left: 0; top: 0;
}
/*RECENT POSTS STYLES*/
.widget_recent_entries ul, .widget_categories ul {
	font-size: 12px;
	margin: 10px 0;
	text-transform: none;
}
