/*============ Theme // LOFT CSS =============================*/
@import url(base.css);


/*============ Theme // BOHOLIGHT CSS =============================*/

/* Link Color */
a { color: #BD8CBF; }


/* Banner Link Color */
#banner-header a { color: #BBD0D3; }


/* Nav Link and Hover Color */
.nav-list-item a { color: #BD8CBF; }
.nav-list-item a:hover { border-bottom: solid 1px #BD8CBF; }

/* Blog Footer and Hover Color */
.footer-list-item a { color: #BD8CBF; }
.footer-list-item a:hover { border-top: solid 1px #BD8CBF; }


/* Post Title Color */
.entry-header, .entry-header a { color: #E9C1B8; }


/* Post Footer Background */
.entry-footer { background: #f9eee6; }


/* Post Footer Link Color */
.entry-footer .entry-footer-info a { color: #BD8CBF; }


/* Module Content Link Color */
.module-content a { color: #98b4b8; }


/* Module-Powered Text and Link Color */
.module-powered, .module-powered a { color: #BBD0D3; }


/* Pager Background */
.pager-left a { background-color: #CEDDB8; }
.pager-right a { background-color: #CEDDB8; }


/* Archives Page Header */
.archive-header { color: #BBD0D3; }


/* Comments */
.comments-header, .comments-open-header { color: #E9C1B8 !important; }
#comments-open-text .comments-open-subtext { color: #BD8CBF; }
#comments-open-data input { color: #BD8CBF; }
#comments-open-footer input { background: #CEDDB8; }
