/* General */

	a, a:link{
		color: #88cf5e;
	}
	
/* Twitter links */
	
	.tw-feed .tw-content a{
		color: #88cf5e;
	}
	
/* Post */

	.stripe.str0 .layer{
		background: url(../images/accent_green/stripe0.png) no-repeat 0 0;
	}
	.stripe.str1 .layer{
		background: url(../images/accent_green/stripe1.png) no-repeat 0 0;
	}
	.stripe.str2 .layer{
		background: url(../images/accent_green/stripe2.png) no-repeat 0 0;
	}
	.stripe.str3 .layer{
		background: url(../images/accent_green/stripe3.png) no-repeat 0 0;
	}
	.stripe.str4 .layer{
		background: url(../images/accent_green/stripe4.png) no-repeat 0 0;
	}
	.stripe.str5 .layer{
		background: url(../images/accent_green/stripe5.png) no-repeat 0 0;
	}
	.stripe.str6 .layer{
		background: url(../images/accent_green/stripe6.png) no-repeat 0 0;
	}

	.stripe.featured .layer{
		background: url(../images/accent_green/stripe_featured.png) no-repeat 0 0;
	}

	.post .tagged a,
	.page .tagged a{
		color: #88cf5e;
		text-decoration: none;
	}

	.stripe .layer{
		color: #fff;
	}

	.meta-data,
	.meta-data a{
		color: #88cf5e;
	}
	
	ul.commentlist .comment-reply{
		background: #88cf5e;
	}
	
	.milli-form #submit,
	#commentform #submit{
		background-color: #88cf5e;
		color: #fff;
	}
	
/* Featured Slider */

	#the1-slider .ctrl div span{
		background-color: #88cf5e;
	}

/* Post slider */
	
	.ctrl-dots a{
		background: #88cf5e;
	}

/* Shortcodes */
	
	/* Button */
	.sc-button, 
	.sc-button:link,
	.sc-button:visited {
		background: #88cf5e;
		color: #fff !important;
		text-decoration: none !important;
	}
	.sc-button:hover {
		color: #eee !important;
	}

	/* Highlighted text */
	.highlighted{
		background: #88cf5e;
		color: #fff;
	}
	*::selection{
		background: #88cf5e;
		color: #fff;
	}
	*::-moz-selection{
		background: #88cf5e;
		color: #fff;
	}