/* 
Accende WordPress Theme
-----------------------
Theme Style: "Night Blue"
*/

/* === Header & Footer Colors === */
/*#headerWrap,
#footerWrap{background:#3a5663 url(nightblue/images/background/website/bgrHdrFtr.jpg) repeat 0px 0px;z-index:99;}*/



/* === Footer Styles === */
/* Back to Top */
#footer .back2top a{background:#365461 url(nightblue/images/arrows/arrowsBack2Top.png) no-repeat;}
#footer .back2top a:link, 
#footer .back2top a:active,
#footer .back2top a:visited{color:#6b7c83;background-position:right 7px;}
#footer .back2top a:hover{color:#424f55;background-color:#6f848c;background-position:right -13px;}

#footerTop{background:url(nightblue/images/background/shadows.png) repeat-x left -30px;}

/* Footer Lines */
.wpaddNews li,
.wpaddTwitter li,
#ftrWidgets ul li a,
#ftrWidgets ul#recentcomments li{border-bottom:1px solid #5F6F76;}
.wpaddNews li.last,.wpaddTwitter li.last,#ftrWidgets ul li.last a,#ftrWidgets ul#recentcomments li.last{border-bottom:none;}
#ftrCredits{border-top:1px solid #5F6F76;}
#footer .wpaddFlickr li{border:1px solid #5F6F76;}

#ftrWidgets h3.widgetTitle{background:url(nightblue/images/footer/separatorFtr.png) no-repeat center bottom;}

/* === Tipsy Tooltip Colors === */
.tipsy-inner{background-color:#847e5f;color:#fff;box-shadow:0 0 3px #575238;-webkit-box-shadow:0 0 3px #575238;-moz-box-shadow:0 0 3px #575238;}
.tipsy-arrow{border:5px dashed #575238;}
.tipsy-arrow-n{border-bottom-color:#847e5f;}
.tipsy-arrow-s{border-top-color:#847e5f;}
.tipsy-arrow-e{border-left-color:#847e5f;}
.tipsy-arrow-w{border-right-color:#847e5f;}
/*Header Tooltip*/
.tipsy-s .tipsy-inner{background-color:#173644;box-shadow:0 0 3px #575238;-webkit-box-shadow:0 0 3px #575238;-moz-box-shadow:0 0 3px #575238;}
.tipsy-s .tipsy-arrow-n{border-bottom-color:#173644;}
.tipsy-s .tipsy-arrow-s{border-top-color:#173644;}
.tipsy-s .tipsy-arrow-e{border-left-color:#173644;}
.tipsy-s .tipsy-arrow-w{border-right-color:#173644;}