/*
 * Author       : Rhey
 * Updated      : October 17th, 2010
 * Description  : Turn colors for the Curse WoW addons portal in a darker look
 * Style target : http://wow.curse.com/downloads/wow-addons
 * Dependencies : Firefox, Stylish (https://addons.mozilla.org/en-US/firefox/addon/2108/)
 *
 */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
  url(http://wow.curse.com/),
  url-prefix(http://wow.curse.com/downloads/wow-addons),
  url-prefix(http://wow.curse.com/downloads)
{
      .box-alt, .box-multi, .box-invert { background:#252525 !important;}
      .box .stuff ul.cover li:last-child , .box .stuff ol.cover li:last-child span { background: #333333 !important;}
     .box .stuff .cover li.last, .box .stuff ol.cover li.last span,
    .box .stuff .cover li li { background: #333333 !important;}
      .box .stuff { border-color: #434343 !important;} 
      a {color: #13AECB !important; } 
      h1,h2,h3,h4,h5,h6 { color: #638EAB !important; }
      #navigation, #content { background: #111 !important;} 
      .box ul.label { background:#225566 !important;  } 
      .box-alt .box, .box-multi .box { background:#333333 !important;} 
     .box-alt, .box-multi, .box-invert { background:#333333 !important; } 

.box ul.label {
    border-bottom:0;
    border-color:#bf6e07;
    margin:0;
    padding:0 4px 0 8px;
    min-height:1.92em;
    list-style:none;
    line-height:1.92em;
    font-size:0.92em;
    color:#FFF !important;
    background:#331b00 url('../images/bkg-box-label.png') 0 0 repeat-x;
}

.box .label li.title { margin:0; }
.box .label li.title h2 {
    margin:0;
    font-size:1.0em;
    color:#FFF !important;
}
.box .organized ul.cover li { background: #333333 !important; }

.organized .info, .organized-flat .info {
    padding-right:5px;
    background:#222222 !important;
}

.organized .icon, .organized-flat .icon {
    position:absolute;
    left:5px;
    top:0;
    border:1px solid #ccc;
    padding:2px;
    background-color:#171717 !important;
}
.organized .details .icon {
    position:relative;
    left:0;
    top:0;
    border:0;
    padding:0;
    background-color:#333333 !important;
}

.box-about-game tr.even { background:#333333 !important; }
.navigation-game { background:#252525 !important; }

.box-popular-content li.hilite .tidbit  { background:#253545 !important; }
.box-popular-content .organized .details .info {
    padding:0;
    background:#252525 !important;
}

.box#mostDownloadedAddons, p.intro, ol.cover, .box-recommended-downloads, .box-alternative-downloads, .box-class-categories, .box-addonpack-widget,.box-popular-downloads,.box-download-categories, #ratedAddons 
{ background: #333333 !important;
  color: #DDDDDD; }

div.stuff { background:#222222; }
tr.even { background:#282828 !important;}
tr.odd {background:#333333 !important; }

p, div, em {color: #23CEFB !important; }
span {color: #FFF !important; }
th {background: #000000; }
}