@charset "utf-8";
/* CSS Document */

#adamleese a:hover {
     color: #F06;
}
#adamleese a.adamleese {
     display:inline-block;
     width: 107px;
     height: 15px;
     text-decoration: none;
     background-color:#000;
}
#adamleese a.adamleese:hover {
     background-position: -107px 0;
}
#adamleese a.dark {
     background: url("http://www.adamleese.co.uk/logo/logo-dark.gif");
}
#adamleese a.light {
     background: url("http://www.adamleese.co.uk/logo/logo-light.gif");
}
#adamleese p {
     padding:3px 0px 0px 0px;
     margin:0px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
#adamleese a.adamleese:hover {
     background-position: -214px 0;
}
#adamleese a.dark {
     background: url("http://www.adamleese.co.uk/logo/logo-dark@2x.gif");
     background-size:214px 15px;
}
#adamleese a.light {
     background: url("http://www.adamleese.co.uk/logo/logo-light@2x.gif");
     background-size:214px 15px;
}
}