

/* tweaks to the css for the blog side of things */
.title {margin:10px 0 0 0;padding:0px;}
.title a {background:none; text-align:left; margin-left:0px};
.entry .posttop h2 {margin:0px;padding:0px;}
.entry,
.post
{
	font-size: 10pt;
}
.entry img,
.post img
{
	border:none;
}

.entry h2,
.post h2,
.entry h2 a:link,
.entry h2 a:visited,
.entry h2 a:active,
.entry h2 a:hover,
.post h2 a:link,
.post h2 a:visited,
.post h2 a:active,
.post h2 a:hover
{
	color:				#000!important;
	font-weight:		bold!important;
	font-style:			normal!important;
	text-decoration:	none!important;
	font-size:			10pt!important;
	margin:				5px 5px 5px 0;
}
.postmetadata
{
	color:				grey!important;
	font-size:			1em!important;
}
.entry h2 a:hover,
.post h2 a:hover
{
	text-decoration:	underline!important;
}
textarea
{
	width:98%;
}
.subscribe
{
	font-size:	1em;
}
.side .subscribe img
{
	border:none;
}
.side .subscribe
{
	font-size: 1em;
}


.entry ol {margin-left:20px; margin-bottom: 20px;}

.entry ol li {
list-style-type: decimal;
}

.entry ul {margin-left:10px; margin-top: 20px; margin-bottom: 20px;}

.side ul { top: 20px; margin-bottom: 20px;}

.side h2 { margin-top:10px; }

.side li { margin-left:0;}

.entry ul li {
	list-style-type: square;
}

h3 { margin-top: 10px; }


/****************IMG ALIGN FIX WP 2.6 7/21/2008*********************/ 
	img.alignleft, div.alignleft{
		float:left;
		margin:0 0.5em 0.5em 0;
	}

	img.alignright, div.alignright{
		float:right;
		margin:0 0 0.5em 0.5em;
	}

	img.aligncentered, div.aligncentered{
		text-align:center;
		margin:0 auto;
	}

	.wp-caption-text {
		font-size:10px;
		text-align:center;
		font-style:italic;
	}
/****************END ALIGN FIX **********************************/ 