/*
 * facebook - Unofficial deviantART.com skin
 *
 * Author      : zilla774
 * Created     : 1st June, 2007
 * Updated     : 1st June, 2007
 * Version     : 1.01
 * Website     : http://zilla774.deviantart.com
 * Description : Modifies facebook.com 
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.facebook.com"),
url-prefix(https://register.facebook.com), url-prefix(http://register.facebook.com)
{

body
{
     background: #6a7872 !important;
     padding-top:0px !important;
}



/* **************** */
/* Log in screen    */
/* **************** */

div#navigator 
{
background: transparent  url(http://www.zilla774.com/journal/dA_right_top.gif) no-repeat bottom right !important;
padding-top: 75px !important;
padding-right: 20px !important;
margin-right: -30px !important;
color: #bbc2bb !important;
}

ul.secondary_set a {
color: #bbc2bb !important;
}

div#sidebar a.go_home
{
margin-left: -30px !important;
padding-top: 75px !important;
padding-right: 30px !important;
background: transparent  url(http://www.zilla774.com/journal/dA_left_top.gif) no-repeat bottom left !important;
}

div#sidebar a.go_home:hover
{

background: transparent  url(http://www.zilla774.com/journal/dA_left_top_over.gif) no-repeat bottom left !important;
}

div#sidebar_content {
border: 0px solid red !important;
background: #bac5ba !important;

}

#squicklogin
{
padding-top: 65px !important;
background-color: #bac5ba !important;

}

#squicklogin a
{
color: #196ba7 !important;
}

.footer_links a{
color: #bbc2bb !important;
}

div#version0
{
background: #e7f0ec !important;

}

.tour_button {
border-color: #374341 !important;
}

div#content_shadow, #content {
border: 0px solid red !important;
}

div#content_shadow {
background: transparent !important;
}

div.column {
background: #e7f0ec !important;
}


/* **************** */
/* Everything else  */
/* **************** */

div#qsearch {
padding-top: 50px !important;
background-color: #bac5ba !important;
}
div.app_list {
background-color: #bac5ba !important;
}

#global_search_link, .search_arrow
{
border: 0px solid white !important;
}
#search_options_menu {
background: #374341 !important;

}

#search_options_menu a {
color: #bbc2bb !important;
border: 0px solid white !important;
}
#search_options_menu a:hover {
background-color: #AFC81C !important;
     color: #586608 !important;
}

a:hover.profile_link, a:hover#global_friends_link, a:hover#global_networks_link, a:hover#nav_inbox, a:hover.global_menu_arrow {
background-color: #AFC81C !important;
     color: #586608 !important;
}

div#home_container {
border: 0px solid red !important;
}

div#userprofile, div.mobile, div.bar {
background: #f7f7f7 !important;
}

/* **************** */
/* Inputs           */
/* **************** */

input[id=email], input[id=pass]
{
     border: 1px solid #4b5b59 !important;
     padding: 1px !important;
     background-color: #899b91 !important;
     color: #374341 !important;
     font: 100% Verdana,sans-serif !important;
     padding: 4px 2px !important;
}


input[type=submit], input[id=submit_button]  
{
     border: 0px solid #374341 !important;
     padding: 0.25em !important;
     background-color: #374341 !important;
     color: #899b91 !important;
     font: 100% Verdana,sans-serif !important;
}

input[type=submit]:active,  input[id=submit_button]:active 
{
     background-color: #AFC81C !important;
     color: #586608 !important;
     font: 100% Verdana,sans-serif !important;
}

input[name=q] 
{
     border: 1px solid #4b5b59 !important;
     background: #899b91 !important;
     color: #374341 !important;
     font: 100% Verdana,sans-serif !important;
}


/* ****************** */
/* Removes left       */
/* skyscrapper advert */
/* ****************** */

#ssponsor
{
    display: none !important;
}






}