/*=========================================================================================================
//	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 #CCCCCC;
	
	width:				120px;
	margin-top:			10px;
}


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

table.calendar-thumbnail th
{
	margin-bottom:			7px;
	padding-bottom:			7px;
	border-bottom:			1px solid #EEEEEE;
	text-align:				left;
	font-weight:			bold;
}

table.calendar-thumbnail th a
{
	font-size:				9px;
}

table.calendar-thumbnail td,
table.calendar-thumbnail td.active
{
	width:					24px;
	height:					24px;
	border:					1px solid #EEEEEE;
	text-align:				center;

	vertical-align:			middle;
	font-family:			verdana,sans-serif;
	font-size:				11px;
	color:					#999999;
}

table.calendar-thumbnail td.active
{
	background-color:		#E7EC9F;
	font-weight:			bold;
}

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

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

table.calendar-thumbnail a
{
}

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

#popup-box h1
{
	text-align:				left;
	font-size:				20px;
	margin:					0px;
}

h1
{
	margin-bottom:			20px;
}

.blogpost
{
	border-top:				1px solid #eeeeee;
	padding:				15px 0px;
}

.blogpost h2
{
	font-family:			"book antiqua",serif;
	font-weight:			bold;
	line-height:			1.4em;
	font-size:				20px;
}


table.links-bar
{
	margin-bottom:			10px;
}


ul.featuretext
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}

table#commentstable td
{
	font-family:			verdana,sans-serif;
	font-size:				0.7em;
}

#commentarea h3
{
	font-size:				0.8em;
}

.leftfeature
{
	margin:					10px 0px 20px;
}

.smtext
{
	line-height:			1.3em;
	font-family:			verdana,sans-serif;
	font-size:				0.65em;
	color:					#999999;
}
