
/*  ----------------------------------------------------------------------
	Custom logo height setting
----------------------------------------------------------------------  */


header, #logo { height:255px; }
#logo a.notext { height:205px; }

/*  ----------------------------------------------------------------------
	Load & Setup the custom font
	----------------------------------------------------------------------  */


.font-ad,
#slider li .caption h3,
#featured-image .caption h3,
article h2,
nav li a,
article .image figcaption { font-family: 'Bitter'; }


/* END Custom Font */


/*  ----------------------------------------------------------------------
	Custom Color
	----------------------------------------------------------------------  */

/* Text Colors */
a, a:hover,
article h2,
#respond span.required { color:#; }

/* Background Colors */
ul.events li .item-date,
#pagination li a:hover,
.visit .button,
form.styled .button,
#respond input#submit,
ol.commentlist li.comment div.reply a:hover,
.js-paginate .js-page, .js-paginate a, a.js-next { background:#; }

/* RGBA - Used for the transparent red stuff */
nav,
#buckets { background:#; background:rgba(,,, 0.60); }

/* END Custom Color */