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


/*============ Theme // BRICK CSS =============================*/

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


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


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

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


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


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


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


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


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


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


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


/* Comments */
.comments-header, .comments-open-header { color: #BCC2C4; }
#comments-open-text .comments-open-subtext { color: #D9826E; }
#comments-open-data input { color: #D9826E; }
#comments-open-footer input { background: #D2DADD; }
