/*
 _____________________________________________________________________________________________________ 
|identi.ca netzturbine theme based on laconica base theme                                             |
|@license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License v 3.0 |
|@copy+paste+somed edit by Arnd Heitmeier arnd@netzturbine                                            |
|license of original css from identi.ca appended below                                                |
|theme: base                                                                                          |
|@package   Laconica                                                                                  |
|@author Sarven Capadisli <csarven@controlyourself.ca>                                                |
|@copyright 2009 Control Yourself, Inc.                                                               |
|@license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License v 3.0 |
|@link    http://laconi.ca                                                                            |
|_____________________________________________________________________________________________________|

*/


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("identi.ca") {

body{background:#2d3031 url("http://s3.amazonaws.com/twitter_production/profile_background_images/4316736/bg_riffel_blech_darker.png")!important;color:#fff !important}

#content {color:#000 !important;}



h1 {color:#000 !important;}

a {color: #808080!important;}

#anon_notice{background:#808080 !important;}
#anon_notice a{color:#f90 !important;}
#aside_primary{background:#f90!important;border-color: #2d3031 !important;}
.aside {color:#2d3031!important;}

input.submit, #form_notice.warning #notice_text-count, #nav_register a, .form_settings .form_note, .entity_remote_subscribe
{
background-color: #f90 !important;
}
input:focus, textarea:focus, select:focus, #form_notice.warning #notice_data-text 
{
border-top-color: #f90 !important;
border-right-color: #f90 !important;
border-bottom-color: #f90 !important;
border-left-color: #f90 !important;
}
}