.finspiration-blog {
	position: relative;
	left: -10px;
	}
#central_column {
	overflow: hidden;
	padding: 15px;
	width: 930px;
	}
#content {
		position: relative;
		float: right;
		width: 650px;
		line-height: 1.6em;
		z-index: 4;
		padding-right: 10px;
		font-size: 1.1em;
		}
#content h2 {
	clear:both;
	margin: 0; 
	padding: 0px 0px 16px 0px; 
	color: #535353; 
	font-weight: normal; 
	font-size: 1.8em; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#sidebar {
		position: relative;
		float: left;
		width: 242px;
		overflow: hidden;
		z-index: 2;
		}
#sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
#sidebar ul li ul {
		clear: both;
		float: left;
		overflow: hidden;
		margin: 0 0 15px 0;
		padding: 10px 20px;
		list-style: none;
		width: 188px;
		background-color: #eae3df;
		}
		#sidebar ul li ul li {
			clear: both;
			float: left;
			}
			#sidebar ul li ul li a {
				float: left;
				display: block;
				background-image: url(../images/left_nav_a2.gif);
				background-repeat: no-repeat;
				background-position: right 10px;
				padding: 6px 20px 6px 0px;
				width: 168px;
				color: #9b9b96;
				border-top: 1px solid #d6d6cf;
				font-size: 1.3em;
				}
			#sidebar ul li ul li.first a {
				border: 0 !important;
				}
			#sidebar ul li ul li a:hover,
			#sidebar ul li ul li a.selected {
				text-decoration: none;
				color: #61615e;
			}

#sidebar ul li h2,
#sidebar ul li h2 {
	clear: both;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	padding: 10px 20px 0px 20px;
	width: 188px;
	background-color: #eae3df;
}
#content_center .date {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	display: block;
	padding-top: 0px;
	color: #535353;
}
#content_center .posted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	display: block;
	padding-top: 0px;
	font-weight: bold;
}
#content_center .posted a {
	color: #353535;
}
#content_center .post img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #aaa;
	}
	
#content_center .post {
	border-bottom: 1px solid #DDD;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}
#searchform {
	margin-bottom: 15px !important;
	}
#searchform {
		clear: both;
		width: 208px;
		height: auto !important;
		padding: 15px 0px 25px 20px;
		margin: 0;
		background-image: url(../images/sign-up_search_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		font-size: 1.1em;
		overflow: hidden;
		}
	#searchform.tall {
		height: 146px !important;
		}
	#searchform label {
		font-size: 2em;
		display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		padding: 0 0 0.4em 0;
		}
	#searchform #s {
		float: left;
		width: 150px;
		padding: 5px;
		font-size: 1.2em;
		border: 0;
		background-color: transparent;
		background-image: url(../images/sign-up_txt.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
	#searchform #searchsubmit {
		float: left;
		width: 36px;
		height: 26px;
		cursor: pointer;
		border: 0;
		background-color: transparent;
		background-image: url(../images/sign-up_btn.gif);
		background-repeat: no-repeat;
		background-position: center top;
		letter-spacing: 9999em;
		text-indent: 9999em;
		overflow: hidden;
		}
	.post small { display: none; }
	.post { padding: 15px 0px; }
	
	
	
	.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
#commentform input,
	#commentform select {
		width: 200px;
		border: 1px solid #A5A5A5;
		margin-bottom: 10px;
		}
#commentform textarea {
	width: 99%;
		border: 1px solid #A5A5A5;
		margin-bottom: 10px;
		}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* End Comments */
.alignleft {
	float: left;
    width: 40%;
    text-align: left;
    }
.alignright {
	float: right;
    width: 40%;
    text-align: right;
    }
.post img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #aaa;
	}
.post .wp-caption img {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}

#content h2 {
	line-height: 1.1em;
	}
