
/*
  Userscripts.org - DeepSpaceNebulaBlue

  Based on;

  Userscripts.org - bw's Black Design
  from
  Author      : blackwind
  Updated     : July 4th, 2009
  Website     : http://blackwind.org
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("userscripts.org") {

body, #content body {background: url("http://i45.tinypic.com/1zzhlxf.jpg") #222222 fixed repeat left top !important;
color:#999999 !important; font-family:arial, verdana !important;}

a:link    {color: #cccccc !important;}
a:visited {color: #e5e5e5 !important;}
a:hover   {color: #6699ff !important;}
blockquote, pre, .ca.inv, .pagination > a, .pagination > .current, .subnav > li > a
{background: rgba(20,20,20,.7) !important; color: #cccccc !important;}

code, #heading, #right, #script-nav, #script-nav>li,.script-info,#header {background-color:inherit!important;}
em {display: none !important;}
h1, h1.title a, #details {color: #999999 !important;border: 1px solid rgba(20,20,20,.7)!important;
text-shadow:#000000 2px 2px 5px !important;}

a.userjs{border: 2px solid rgba(20,20,20,.7)!important;
border-color: rgba(20,20,20,.7) !important; -moz-border-radius: 4px !important; background: #2371DE !important;
-moz-box-shadow: inset rgba(20,20,20,.7) 1px 1px 1em 1px, #000000 -1px -1px 1em, #000000 1px 1px 1em !important;}

a#avatar img.photo{width:75px !important; height:75px !important;padding-bottom:0px!important;
padding-left:0px!important; padding-right:0px!important; padding-top:5px!important; -moz-border-radius: 0px !important;
-moz-box-shadow: inset #000000 8px 8px 14em 0px, #000000 4px 3px 2em 1px !important;}

tbody, #full_description>h3, select, textarea, div#navbox, ul#mainmenu li a, li.menu ,
a.a2a_dd, th.la, p.notice, div#topics, tr,.postactions, .details, .noreviews a
{color: #99ccff !important; border: 0px solid rgba(20,20,20,.7)!important;
border-color: #666666 !important; -moz-border-radius: 2px !important; background: rgba(20,20,20,.4) !important;
-moz-box-shadow: inset #666666 1px 1px 1em 1px, #000000 -1px -1px 1em -1px!important;}

a {text-decoration: none !important;}

ul, h1, h1.title, .title, div#details {border:none !important;}

th {border: 8px solid rgba(20,20,20,.7)!important;text-shadow: #000000 1px 1px 3px,
#ffffff 1px 1px 3px;padding-left: 10px !important;}
#a2apage_dropdown a {color:transparent !important;}
#footer {display: none !important;}
#install_script > .userjs {color: #e5e5e5 !important;}
#script_description_extended {width: 100% !important;}
#topics td, .details, .overview {background: rgba(20,20,20,.4) !important;
border: 1px solid rgba(20,20,20,.7)!important;text-shadow: #000000 1px 1px 3px; padding-left: 10px !important;
}
.author > a {font-weight: bold !important;}
.author.vcard, .inv.lp, .by-author > .body.entry-content {background: rgba(20,20,20, .01)!important;
color: #cccccc !important;}


.author, .date, .lp, .posted, .posts {color:#ffffff !important;
text-shadow: #000000 1px 1px 3px; padding-left: 5px !important;}

.stats {background: rgba(20,20,20,.4) !important; color: #FFFFFF !important;
border: 1px solid rgba(20,20,20,.7)!important;text-shadow: #ffffff 1px 1px 3px,
#ffffff 2px 2px 5px;padding-left: 10px !important;}

.sh_cbracket, .sh_function, .sh_sourceCode, .sh_symbol {color:#ffffff !important;
text-shadow:#000000 2px 2px 5px;padding-left: 5px !important;}

.sh_comment, .sh_keyword, .sh_number, .sh_string {color:#ffffff !important;
text-shadow:#000000 2px 2px 5px;padding-left: 5px !important;}

body.scripts #screenshots {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:transparent!important;
background-image:none;
border:none!important;
text-align:center;
}

#header>#script_search, #script_q {
background-color:transparent!important;
height:10px!important;
line-height:10px!important;
width:170px!important;
color:#6699ff!important;
text-align:left;
padding-left: 10px !important;
margin-bottom: 10px !important;
margin-top: -10px !important;
}

.title {font-weight: bold !important;}


/*
This one is for the discussion search-box. I can fix the bg color yet. This is the best I could do.
But if you can find a fix let me know or repost the whole script as your own;)
Thanks.
*/

input#q {
background-color:rgb(0, 0, 0)!important;
background-color:#000000!important;
height:10px!important;
padding-left: 5px !important;
padding-right:0em!important;
line-height:8px!important;
width:190px!important;
color:#6699ff!important;
text-align:left!important;}

}