/*=========================================================================================================
//	Layout Changes
//========================================================================================================*/
#center-x
{
	padding-left:	23px;
	padding-right: 	27px;
}

td#left
{
	width: 170px;
	padding: 15px 0 0 0;
	width: 203px;
}

td#left h3
{
	color: #A5A7A8;
}

td#content
{
	padding: 15px;
}

td#right
{
	padding: 15px 10px 15px 0;
	width: 201px;
}

td#right .sidebar
{
	padding-left:12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	background: #fff url('/images/purple_dots.gif') repeat-x bottom left;
}

td#left .sidebar
{
	padding-right:33px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	background: #fff url('/images/purple_dots.gif') repeat-x bottom left;
}

.blogpost
{
	padding-bottom: 25px;
	margin-bottom: 18px;
	width: 100%;
	background: #fff url('/images/purple_dots.gif') repeat-x bottom left;
}

.more-p
{
	vertical-align: middle;
	padding-left:.7em;
}

.blogtext
{
	font-family: georgia, times new roman,serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: 636363;
	margin-bottom: 15px;
}

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

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

a.comments-post-tool,
a.email-post-tool
{
	float:				none;
}

/*=========================================================================================================
//	Search widget styles
//=======================================================================================================*/
input.searchfield
{
	border:				1px solid #CCCCCC;
	
	width:				120px;
	margin-top:			10px;
}

/*=========================================================================================================
//	Sidebar widgets
//=======================================================================================================*/
.sidebar-widget
{
	margin-bottom:			25px;
	padding:				0px;
	width:					170px;
}

.sidebar-widget h3
{
	border-bottom:			1px solid #EEEEEE;
	margin-bottom:			4px;
	padding-bottom:			4px;
}

/*=========================================================================================================
//	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:					1.8em;
	height:					1.6em;
	border:					1px solid #EEEEEE;
	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
{
}

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

.bodytext label
{

	font-size:11px;
}

.recent-posts-table td a
{
	line-height:			12px;
}

.delicious-tag, .delicious-extended 

{
	font-size:				11px !important;
}

.recent-posts-table td
{
	padding:				3px 0;
}

td#content
{
	width:					auto;
}

div.blog_info,
span.blog_info
{
	margin-bottom:			7px;
	display:				block;
}

#commentarea br
{
	line-height:1px;
}

#commentarea h3
{
	margin-top:				0px;
}

#commentarea
{	
	margin-top:				32px;
	padding-top:			23px;
	background: #fff url('/images/big_dots.gif') repeat-x top left;
}

.comments
{
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: #fff url('/images/purple_dots.gif') repeat-x bottom left;
}

.comment
{
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: #fff url('/images/purple_dots.gif') repeat-x bottom left;
}

textarea.commentfield
{
	width: 437px;
}

.backlink
{
	padding-bottom: 10px;
	background: #fff url('/images/purple_dots.gif') repeat-x bottom left;
}