/*=========================================================================================================
//	Tool links
//=======================================================================================================*/
#tools-bar
{
	width:				450px;
	white-space:		nowrap;
}

a.post-tool
{
	white-space:		nowrap;
	float:				left;
	display:			block;
	padding-right:		5px;
	margin-right:		5px;
}

/*=========================================================================================================
//	Search widget styles
//=======================================================================================================*/
input.searchfield
{
	border:				1px solid #7f9db9;
	margin-right:		5px;
	height:				19px;
	width:					100%;
}

/*=========================================================================================================
//	Sidebar widgets
//=======================================================================================================*/
.sidebar-widget
{
	padding:				0px;
}

.widget-item h3,
.widget-item h3 a
{
	margin-bottom:			7px;
	padding-bottom:			4px;
	font-size:				18px;
	color:					#002a5c;
	font-family:			georgia;
	font-weight:			normal;
}
.month-title
{
	margin:					0 10px 0;
}
.widget-item
{
	padding-top:			0;
}

/*=========================================================================================================
//	Calendar thumbnail
//=======================================================================================================*/
table.calendar-thumbnail
{
	width:					170px;
	margin:					0 auto 0px;
}

table.calendar-thumbnail th
{
	margin-bottom:			0px;
	padding-bottom:			0px;
	text-align:				left;
	font-weight:			bold;
}

table.calendar-thumbnail th a
{
	text-decoration:		none !important;
}

table.calendar-thumbnail th h3,
table.calendar-thumbnail th h3 a
{
	margin:					0;
}

table.calendar-thumbnail td,
table.calendar-thumbnail td.active
{
	width:					1.8em;
	height:					1.6em;
	text-align:				center;
	padding-top:			3px;
}

table.calendar-thumbnail td.active
{
	background-color:		pink;
}

table.calendar-thumbnail td.previous
{
	width:					50%;
	text-align:				left;
}

table.calendar-thumbnail td.next
{
	width:					50%;
	text-align:				right;
}

table.calendar-thumbnail a
{
	text-decoration:		none !important;

}

/*=========================================================================================================
//	Pop-up Styles
//=======================================================================================================*/
#popup
{
	background-color:		white;
	margin:					0px 20px 50px 20px;
	padding:				20px;
	border:					1px solid silver;
}
