.blog-wrapper { position: relative; margin-top:8px; padding: 10px 0; background: url(../images/turq_grad_top.gif) left top no-repeat; }
.blog {
	background: url(../images/turq_grad_tile.gif) top left repeat-x;
	min-height: 200px;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 32px;
  }
.blog-body {
	width: 640px;
	float: left;
}
.blog-sidebar {
	width: 230px;
	float: right;
	background-color: #F5F5F5;
	background-image: url(../images/whats-new-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.blog-sidebar h2 { font-size: 12px; color: #0163AD; text-transform: uppercase; border-bottom: 1px dotted #0165B1; }

.blog-sidebar li.widget, .blog-sidebar li.categories{
	padding-bottom: 10px;
}
.blog-sidebar .widgettitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	font-weight: normal;
}
.blog-sidebar UL {
	margin-top: 0px;
	margin-bottom: 5px;
}



#main .blog p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #555;
}
.blog-body .post {
	margin-bottom: 25px;
	display: block;
}

.blog-body .post h2 {
	font-weight: lighter;
	margin-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
	display: block;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0395D3;
}
.blog-body h2 a:hover {
	color: #900;
	text-decoration: none;
}

.blog-body h2 a {
	color: #026D9B;
	text-decoration: none;
	display: block;
	width: 100%;
}

.blog-body .post small { /* margin-bottom: 1em; */
	font-style: normal;
	color: #999;
	text-transform: capitalize;
	font-variant: small-caps;
}
.blog-body .post .entry {
	margin-top: 16px;
}

.mini-blog #searchform input[type="text"]{
	width: 164px;
	padding: 2px;
	margin-bottom: 3px;
}
.mini-blog #searchform input[type="submit"]{
	width: 80px;
}
.mini-blog #wp-calendar {
	width: 170px;
	text-align: center;
}
.mini-blog #wp-calendar th {
	text-align: center;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}
