/*
 * Wbar's Vista Skin
 *
 * Author      : wbar
 * Created     : 8th August, 2008
 * Version     : 1.00
 * Website     : http://www.wbardesign.com
 * Description : Modifies facebook.com with a vista-style skin
 * 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), url-prefix(http://apps.facebook.com)
{

body
{
background-image: url(http://img361.imageshack.us/img361/9800/bgwu5.jpg) !important;
background-attachment: fixed !important;
padding-top:0px !important;
}



/* **************** */
/* Log in screen    */
/* **************** */

div#navigator 
{
background: transparent  url(http://img156.imageshack.us/img156/2633/toprightjq5.png) 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: 29px !important;
background: transparent  url(http://img205.imageshack.us/img205/8825/topleftej3.png) no-repeat bottom left !important;
}

div#sidebar a.go_home:hover
{
background: transparent  url(http://img387.imageshack.us/img387/5999/toplefthoverey1.png) no-repeat bottom left !important;
}

div#sidebar_content {
margin-top: 101px !important;
margin-left:-15px !important;
border: 0px solid red !important;
background: url(http://img148.imageshack.us/img148/9983/contentbg2qs4.png) repeat-y !important;
height:100% !important;
border-right: 1px solid #a7bac5 !important;
padding-left:8px !important;
}

#squicklogin
{
padding-top: 65px !important;
background-color: #ffffff !important;

}

#squicklogin a
{
color: #196ba7 !important;
}

.copyright_and_location {
background: url(http://img156.imageshack.us/img156/5239/footertg0.png) !important;
width:812px !important;
height:88px !important;
margin-left:-165px !important;
margin-bottom:50px !important;
}

.copyright {
margin-left:650px !important;
}

.f_links {
margin-top:-100px !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: 0px !important;
background-color: transparent !important;
position:absolute !important;
top:57px !important;
left:50% !important;
margin-left:249px !important;
z-index:100 !important;
}

div#qsearch_submit {
height:22px !important;
width:28px !important;
background: url(http://img177.imageshack.us/img177/8025/searchbuttonnx7.jpg) transparent !important;
border: 0px solid white !important;
}

div#qsearch_submit:hover {
background: url(http://img165.imageshack.us/img165/9110/searchbuttonhovervy1.jpg) transparent !important;
}

.qsearch_button {
height:22px !important;
width:28px !important;
filter:alpha(opacity=00) !important;
opacity:0.0 !important;
}

#content {
background: url(http://img156.imageshack.us/img156/2263/contentbgym4.png) repeat-y !important;
width:664px !important;
}

#home_container {
margin-right:15px !important;
border: 0px solid red !important;
}

#fpgc {
width:640px !important;
}

.bar, .media_header, .inbox_menu, .composer, #inline_composer, .fdh, .tabs, .editorpanel, #photoborder {
margin-right:17px !important;
}

#side_column {
background:transparent !important;
}

#main_column {
background:transparent !important;
}

div.app_list {
background-color: transparent !important;
z-index:200;
}

#global_search_link, .search_arrow
{
border: 0px solid white !important;
color: #bbc2bb !important;
font-size:11px !important;
font-weight:normal !important;
position:absolute !important;
top:47px !important;
left:50% !important;
margin-left:-148px !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: #5c75aa !important;
     color: #ffffff !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: #5c75aa !important;
     color: #ffffff !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:solid 0px #fff !important;
color: #000000 !important;
font: 100% Verdana,sans-serif !important;
}


/* ****************** */
/* Removes left       */
/* skyscrapper advert */
/* ****************** */

#ssponsor
{
    display: none !important;
}

.social_ad {
display:none !important;
}






}