/* extra styles to make K2 really cool */

/* remove admin link from header */
#header .admintab { display:none; }

/* three-column with third column also on right */
.columns-three #primary {
  margin-left: 0px;
}
.columns-three #sidebar-alt {
  left:0;
  margin-left:0;
}

/* author comment backgrounds */
.comments .commentlist li.authorcomment {
  background: #ECF4FD !important;
  _background: none;
  border-left: 2px solid #3388CC !important;
  border-right: 2px solid #3388CC !important;
}

/* quotes */
quote {
display:block;
margin: 20px;
padding: 0 10px;
background-color: #ccc;
}
quote:before { content: open-quote; font-weight: bold; }
quote:after { content: close-quote; font-weight: bold; }

/* asides */
.k2-asides { border-left: 15px solid #d01f3c; padding:0 0 0 10px; margin:20px 0 0 0;}
.k2-asides .entry-meta { color:#d01f3c; }
.k2-asides h3 a { color:#d01f3c; font-weight:bold; }
.k2-asides .chronodata { background-image:none; padding:0; }
.k2-asides .published, .k2-asides .commentslink, .k2-asides .entry-category { display:none; }