/*
	A dark color scheme for Twenty Eleven PU
*/


#access {
    border-bottom: 2px solid #ff6600;
}

.site-generator {
    border-top: 3px solid #222;
}


#footerlogo a {
    background: url(../images/logobar_logo_white.png) no-repeat top right;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {   
  #footerlogo a {
    background-image: url(images/logobar_logo_white_2x.png);
    background-size: 148px 42px;
  }
}

#primary {
	background-color: inherit;
}