/* Featured slider */

	#the1-slider .ctrl{
		background: #fff;
	}
	
	#the1-slider .ctrl div span,
	.post-3d-top,
	.post-3d-bottom-left,
	.post-3d-bottom-right,
	.commentlist .comment-edge,
	.commentlist > .comment:hover > .comment-edge,
	.commentlist .children .comment-edge,
	.commentlist .children .comment:hover .comment-edge{
		background-image: url(../images/post_white/img_sprite.png);
	}


/* Post slider */

	.ctrl-dots a.active{
		background: #fff;
	}


/* Post body */

	.post-wrap,
	.post,
	article.page{
		background: #fff;
	}
	
	.post h1 a,
	article.page h1 a{
		color: #3f3f3f;
	}
	
	.content h1 a{
		color: #3f3f3f;
	}
	
	.content .excerpt {
		color: #666;
	}
	
	.meta-data,
	.meta-data a{
		color: #444;
	}
	
	.entry .hr,
	.entry .hr2{
		border-top: solid 1px #ccc;
	}

	.about-author{
		background: url(../images/author_bg2.png) fixed;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}

	.about-author .author-data{
		color: #888;
	}
	
	.about-author .author-data .section-title{
		color: #000;
	}

/* Comments */

	.commentlist .comment{
		border: solid 1px #bbb;
		color: #444;
	}
	
	.commentlist .comment:hover{
		border: solid 1px #666;
		box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
		color: #000;
	}

	.commentlist .comment-edge{
		background-position: -118px 0;
	}

	.commentlist > .comment:hover > .comment-edge{
		background-position: -118px -16px;
	}
	
	.commentlist .children .comment-edge{
		background-position: -134px 0;
	}
	
	.commentlist .children .comment:hover .comment-edge{
		background-position: -134px -16px;
	}

/* Comment form */

	.milli-form input,
	.milli-form textarea,
	#commentform input,
	#commentform textarea{
		background-color: #eee;
		border: solid 1px #bbb;
	}

/* Contact */
	
	.contact-alert{
		background: #eee;
		border: solid #bbb 1px; 
	}