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


header { height:198px; }
#logo a { height:180px; }

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


.bitter,
#content .entry h1,
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry blockquote p { font-family: 'Alegreya', serif; font-weight: normal; }

/* END Custom Font */


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

a,
nav > ul > li > a:hover,
nav > ul > li.hover > a,
nav > ul > li.current > a,
nav li li a:hover,
footer p a:hover,
footer p span a,
#countdown h4,
#recent a:hover .bitter,
#upcoming a:hover .bitter,
#upcoming .custom-row a,
#respond span.required { color: #; }

#respond input#submit,
#upcoming .date { background: #; }


.red-button,
#respond input#submit,
form.styled .button,
.widget #search .go {
	 background: rgb(,,); 
	 background: -moz-linear-gradient(top, rgba(,,,1) 0%, rgba(-22,-24,-4,1) 100%); 
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(,,,1)), color-stop(100%,rgba(-22,-24,-4,1))); 
	 background: -webkit-linear-gradient(top, rgba(,,,1) 0%,rgba(-22,-24,-4,1) 100%); 
	 background: -o-linear-gradient(top, rgba(,,,1) 0%,rgba(-22,-24,-4,1) 100%); 
	 background: -ms-linear-gradient(top, rgba(,,,1) 0%,rgba(-22,-24,-4,1) 100%); 
	 background: linear-gradient(top, rgba(,,,1) 0%,rgba(-22,-24,-4,1) 100%);
	 border:1px solid rgb(-44,-48,-8);
	 color:#fff;
}
.red-button:hover,
#respond input#submit:hover,
form.styled .button:hover,
.widget #search .go:hover {
	background: rgb(-22,-24,-4); 
	background: -moz-linear-gradient(top, rgba(-22,-24,-4,1) 0%, rgba(,,,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(-22,-24,-4,1)), color-stop(100%,rgba(,,,1))); 
	background: -webkit-linear-gradient(top, rgba(-22,-24,-4,1) 0%,rgba(,,,1) 100%); 
	background: -o-linear-gradient(top, rgba(-22,-24,-4,1) 0%,rgba(,,,1) 100%); 
	background: -ms-linear-gradient(top, rgba(-22,-24,-4,1) 0%,rgba(,,,1) 100%); 
	background: linear-gradient(top, rgba(-22,-24,-4,1) 0%,rgba(,,,1) 100%);
	color:#fff;
}


footer p { color: #fff; text-shadow:1px 1px 0 rgba(0,0,0,0.4); }
footer p a { color: #fff; }
footer p a:hover { color: #fff; }

