/*
name:       IMDb - Darken eXperience
version:    0.1 (beta)
author:     Burn
created:    October 07, 2010
short info: Darken eXperience (still beta)
*/

@namespace url(http://www.w3.org/1999/xhtml);

/* facebook like widget */
@-moz-document domain("facebook.com") { .transparent_widget { background: transparent !important;} }

/* the rest */
@-moz-document domain("imdb.com") {

#top_ad_wrapper,       /* hides top ads */
.aux-content-widget-5, /* hides amazon linkbox */
.article.clear,        /* hides empty boxes */
.top-rhs,
.aux-ad-widget-1,
#top_rhs_1_wrapper,
#middle_rhs_wrapper
{ display: none !important; }

/* links should have hovers after all */
a { color: Sienna!important; }
a:hover { text-decoration: none !important; }

table>tbody>tr>td {color: DARKGRAY!important; }

body {color: RED !important; }

table.cast_list td.character div {color: GRAY !important; }


/* h1, h2, h3 { color: #000 !important; text-shadow: 0px 0px 4px #fff !important; } */
/* h1, h2, h3 { color: #fff !important; text-shadow: 0px 1px 2px #000 !important; } */
h1, h2, h3 { color: Chocolate !important; text-shadow: 0px 1px 0px #222 !important; }
h1 span { text-shadow: none !important; }
h1 { font-size: 25px !important; }
h2 { font-size: 18px !important; }

/* body bg */
body, #wrapper,
#root
{ background: #222 !important; }

/* main bg */
#content-2-wide,
#pagecontent, #content-1, #footer
{ background: #444 !important; }

/* box borders + colours */
#main > .article,
#main > .article.highlighted,
#sidebar > div
{ -moz-border-radius: 4px !important; border: 1px solid #777 !important; -moz-box-shadow: none !important; 
color: Silver !important; }

/* 'featured' box */
#main > .article.highlighted { margin: 0 0 6px 0 !important; }

/* article/box bg */
#main > .article,
#sidebar > div
{ background: #AFC2AF !important; background: -moz-linear-gradient(-90deg 0 0, Silver
 1px, DimGray 1px, #484848 30px) !important; }

/* more colours */
p { color: Gainsboro !important; }

/* list items */
.news_item, .devitem, .filmo-row, .cast_list tr.odd, .faq div, .boards tr
{ background: #444 !important; border: none !important; }
.news_item.even, .devitem.even, .filmo-row.even, .cast_list tr.even, .faq div.even, .boards tr.even
{ background: #484848 !important; border: none !important; }

#filmography .head { background: #EBF1EA !important; border-top: 1px solid #aaa !important; text-shadow: none !important; font-size: 12px !important; }
#filmography .head:hover { background: #F5FBF4 !important; }
#filmography .head a { color: #000 !important; text-shadow: 0px 1px 1px #fff !important; font-size: 15px !important;}

/* ratings box */
.star-box
{ -moz-border-radius-topleft: 5px !important; -moz-border-radius-bottomleft: 5px !important; border-top: 1px solid #999 !important; border-left: 1px solid #999 !important; border-bottom: 1px solid #999 !important; -moz-box-shadow: none !important; }

}