.header {
background:rgba(251,251,251,0.8); color:black;
}
.pagename{
background: -webkit-linear-gradient(right, #CC8403, gray);
background: linear-gradient(right, #CC8403, gray);
border-radius:.25em;
font-size: 130%;
color:gray;
}
.footer {
background: -webkit-linear-gradient(left, #CC8403, gray);
background: linear-gradient(left, #CC8403, gray);
border-radius:.25em;
font-family: inherit;
color:gray;
}
.pagename a:link, .pagename a:visited { color:white; }
.sidebar { border-radius:.5em; background:rgba(204,132,3,0.10); /*#A2C3DF = sidebar color*/ }
a.logo { border:none; text-indent:-99em; }
a.logo b:before { content:""; }
a.logo {
background-image: url();
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-top:.5em;
height:110px;
width:166px;
}