/* Widget Colours */

#widget01 a.linkItem:nth-child(even) {background:rgba(47,107,160,0.8);}
#widget01 a.linkItem:nth-child(odd) {background:rgba(47,107,160,0.7);}
#widget01 a.linkItem:nth-child(even):hover{background:rgba(47,107,160,0.9);}
#widget01 a.linkItem:nth-child(odd):hover {background:rgba(47,107,160,0.9);}
#widget01 a span.leftIcon{background:rgba(47,107,160,0.2);}
#widget01 .logo{background:rgba(47,107,160,0.9);}
#widget01 .logo a{background:rgba(47,107,160,0.5);}
#widget01 .logo a:hover{background:rgba(47,107,160,0.9);}