/*.find
{
	float:left;
	padding-top:30px;
}

#datepicker
{
	width: 60%;
	margin-right: -28px;
	padding: 4px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgb(0, 117, 176);
	border-color: rgb(199, 195, 191);
}
*/

.find
{
    margin: 5px 0 0 0;
    text-align: right;
	font-size: 114%;
}

#datepicker
{
	width: 140px;
	outline: none;
	border: 1px solid lightgray;
}

.posts_by_date_title {
    font-size: 15px;
    text-align: center;
}

.posts_by_date_title span {
    font-size: 12px;
}

.posts_by_date_title a {
    font-size: 16px;
    color: #416a8f;
    margin: 0 14px;
}

.posts_by_date_title a:hover {
    color: #db7100;
}

.posts_by_date_author {
    font-size: 13px;
    text-align: center;
}

/*
#datepicker:focus {
    outline: 1px solid #cc6600 !important;
    outline-offset: -2px;
    background: #ffd9b2 !important;
}
*/

#ui-datepicker-div {
  z-index: 19 !important;
}