/* 
Accende WordPress Theme
-----------------------
Theme Style: "Wine Red"
*/

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

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

#footerTop{background:url(winered/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 #8f574d;}
.wpaddNews li.last,.wpaddTwitter li.last,#ftrWidgets ul li.last a,#ftrWidgets ul#recentcomments li.last{border-bottom:none;}
#ftrCredits{border-top:1px solid #8f574d;}
#footer .wpaddFlickr li{border:1px solid #8f574d;}

#ftrWidgets h3.widgetTitle{background:url(winered/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:#621c0f;box-shadow:0 0 3px #56180c;-webkit-box-shadow:0 0 3px #56180c;-moz-box-shadow:0 0 3px #56180c;}
.tipsy-s .tipsy-arrow-n{border-bottom-color:#621c0f;}
.tipsy-s .tipsy-arrow-s{border-top-color:#621c0f;}
.tipsy-s .tipsy-arrow-e{border-left-color:#621c0f;}
.tipsy-s .tipsy-arrow-w{border-right-color:#621c0f;}