/*
 _____________________________________________________________________________________________________ 
|identi.ca selfstyle 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+some 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") {


html { background-color:#fff !important;}
body {
background-color:#fff !important;
color:#000 !important;
}



html,
body,
a:active {
background-color:#F0F2F5 !important;
}

input, textarea, select,
.entity_remote_subscribe {
border-color:#aaa !important;
}
#filter_tags ul li {
border-color:#ddd !important;
}


input.submit,
#form_notice.warning #notice_text-count,
#nav_register a,
.form_settings .form_note,
.entity_remote_subscribe {
background-color:#9BB43E !important;
}

input:focus, textarea:focus, select:focus,
#form_notice.warning #notice_data-text {
border-color:#9BB43E !important;
}
input.submit,
#nav_register a,
.entity_remote_subscribe {
color:#fff !important;
}

a,
div.notice-options input,
.form_user_block input.submit,
.form_user_unblock input.submit,
.entity_send-a-message a,
.form_user_nudge input.submit,
.entity_nudge p,
.form_settings input.form_action-secondary {
color:#002E6E !important;
}

.notice,
.profile {
border-top-color:#CEE1E9 !important;
}
.section .profile {
border-top-color:#87B4C8 !important;
}


#content .notice p.entry-content a:visited {
background-color:#fcfcfc !important;
}
#content .notice p.entry-content .vcard a {
background-color:#fcfffc !important;
}

#aside_primary {
background-color:#CEE1E9 !important;
}


#notice_text-count {
color:#333 !important;
}
#form_notice.warning #notice_text-count {
color:#000 !important;
}



#content,
#site_nav_local_views a,
#aside_primary {
border-color:#fff !important;
}
#content,
#site_nav_local_views .current a {
background-color:#fff !important;
}

#site_nav_local_views a {
background-color:rgba(135, 180, 200, 0.3) !important;
}
#site_nav_local_views a:hover {
background-color:rgba(255, 255, 255, 0.7) !important;
}


#page_notice .error {
background-color:#F7E8E8 !important;
}
#page_notice .success {
background-color:#EFF3DC !important;
}


#anon_notice {
background-color:#87B4C8 !important;
color:#fff !important;
border-color:#fff !important;
}

#showstream #anon_notice {
background-color:#9BB43E !important;
}



#export_data li a.rss {
background-image:url(../../base/images/icons/icon_rss.png) !important;
}
#export_data li a.atom {
background-image:url(../../base/images/icons/icon_atom.png) !important;
}
#export_data li a.foaf {
background-image:url(../../base/images/icons/icon_foaf.gif) !important;
}

.form_group_join input.submit,
.form_group_leave input.submit
.form_user_subscribe input.submit,
.form_user_unsubscribe input.submit {
background-color:#9BB43E !important;
color:#fff !important;
}
.form_user_unsubscribe input.submit,
.form_group_leave input.submit {
background-color:#87B4C8 !important;
}

.entity_edit a {
background-image:url(../images/icons/twotone/green/edit.gif) !important;
}
.entity_send-a-message a {
background-image:url(../images/icons/twotone/green/quote.gif) !important;
}
.entity_nudge p,
.form_user_nudge input.submit {
background-image:url(../images/icons/twotone/green/mail.gif) !important;
}
.form_user_block input.submit,
.form_user_unblock input.submit {
background-image:url(../images/icons/twotone/green/shield.gif) !important;
}



/* NOTICES */
.notices li.over {
background-color:#fcfcfc !important;
}


.notice-options .notice_reply a {
background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45% !important;
}
.notice-options form.form_favor input.submit {
background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45% !important;
}
.notice-options form.form_disfavor input.submit {
background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45% !important;
}
.notice-options .notice_delete a {
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45% !important;
}

.notices div.entry-content,
.notices div.notice-options {
opacity:0.4 !important;
}
.notices li.hover div.entry-content,
.notices li.hover div.notice-options {
opacity:1 !important;
}
div.entry-content {
color:#333 !important;
}

.notices li.hover {
background-color:#fcfcfc !important;
}
/*END: NOTICES */


#new_group a {
background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45% !important;
}
#usergroups #new_group {
float: left !important;
margin-right: 2em !important;
}

.pagination .nav_prev a,
.pagination .nav_next a {
border-color:#CEE1E9 !important;
}
.pagination .nav_prev a {
background-image:url(../images/icons/twotone/green/arrow-left.gif) !important;
background-position:10% 45% !important;
}
.pagination .nav_next a {
background-image:url(../images/icons/twotone/green/arrow-right.gif) !important;
background-position:90% 45% !important;
}


}