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


.shell > header { height:129px; }
#logo a { height:103px; }
#logo a { width:350px; }

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


.bit,
h1,h2,h3,h4,h5,
.widget_rss a.rsswidget,
.widget_rss cite,
article blockquote p { font-family: 'Bitter', serif; font-weight:normal; }

/* END Custom Font */


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


a, nav .dd li a:hover, #countdown h3, #search .button, #bottom .widget-head h4, #bottom .widget-head h4 a,#respond span.required { color: #; }
#top, footer, #sidebar .widget-head, .text-widget .widget-body a.button:hover, form.styled .button, #content .upcoming .date, #sidebar .upcoming .date,#respond input#submit, #pagination li a { background-color: #; }
nav .dd > ul > li:hover > a,
nav .dd > ul > li > a:hover { background-color: rgba(,,,0.10); }


#respond input#submit {
	 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;
}
#respond input#submit: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;
}

#sidebar #countdown, #bottom #countdown { background:rgba(-22,-24,-4,0.10); }