+a#ad {
+ width: 100%;
+ display: block;
+ background: rgb(240,151,53);
+ z-index: 999;
+ padding: 1px $lineheight;
+ color: #fff;
+ font-size: 11px;
+ text-transform: uppercase;
+ span.close {
+ float: right;
+ color: #fff;
+ font-size: 10px;
+ line-height: 18px;
+ opacity: .5;
+ text-transform: none;
+ &:hover { opacity: .9; }
+ }
+ &:hover {
+ background: rgb(220,151,53);
+ text-decoration: none;
+ }
+}
+