.blog-wrapper {
	position: relative;
	background: url(../images/turq_grad_top.gif) left top no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.blog {
	background: url(../images/turq_grad_tile.gif) top left repeat-x;
	min-height: 200px;
	padding-top: 0px;
	padding-bottom: 0;
  }
.blog-body {

}
.blog-sidebar {
	width: 100%;
	float: left;
	margin-top: 40px;
	display: none;
}
.blog-sidebar h2 {
	font-size: 12px;
	color: #D6D6D6;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.blog-sidebar li.widget, .blog-sidebar li.categories{
	padding-bottom: 0px;
	width: 230px;
	display: block;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.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;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.blog-sidebar ul li a {
	color: #9D9193;
}




#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;
	width: 100%;
}

.blog-body .post h2 {
	color: #000000;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7A6F6C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.blog-body h2 a:visited {
	color: #554D4A;
	text-decoration: none;
}

.blog-body h2 a:hover {
	color: #A05121;
	text-decoration: none;
	background-image: none;
	background-color: #EBE8E2;
}

.blog-body h2 a {
	color: #5B534F;
	text-decoration: none;
}
.blog-body a {
	color: #930;
	text-decoration: underline;
}



.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
}
.blog-body img {
	border: 1px solid #D1CCC2;
	padding: 5px;
	background-color: #FFFFFF;
}
