/*@import "/css/wby_reset.css";*/
/*@import "/css/styles_users.css";*/

@import "/css/default.css";

@import "/css/layout.css";
@import "/css/styles_recs.css";
@import "/css/styles_tabs.css";
@import "/css/styles_forms.css";
@import "/css/styles_headers.css";



#search-bar{
    height:140px;
    background:#f5faea;
}
#search-bar li{
    float:left;
}
#search-bar p{
    clear:both;
}

#home-search{
    padding:30px 0 10px 75px;

}
#search-bar label{
    font-size: 20px;
}

#looking-for{
     width:450px;
}


#looking-for input{
    width: 440px;
    font-size: 18px;
    color: #000;
}
#near{
     width:260px;
}

#near{
        margin:0 0 0 10px;
}


#near input{
    width: 250px;
    font-size: 18px;
    color: #000;

}
#submit{
    width:90px;
    position:relative;
    margin: 0 0 0 8px;
}
#btn-search{
    border: none;
    width:80px;
    height:30px;
    background: url(../images/btn-search.gif) no-repeat 0 0;
    position: absolute;
    top:28px;
    z-index: 50;
}
#btn-search:hover{
    background: url(../images/btn-search.gif) no-repeat 0 -30px;
}


#whobyyou-feed{
    position: relative;
    margin: 0 0 0 10px;

}
#whobyyou-feed-content{
    padding: 60px 0px 20px 0;;
}


#feed-caption{
    position: absolute;
    top: 20px;
    left: 250px;
    padding: 5px 5px 20px 5px;
    background: url(/images/caption-arrow-home.png) no-repeat 30px 40px;
    overflow: visible;
    width: auto;
    height: auto;
}
#feed-caption p{
    background:  #99cc33;
    padding: 10px 15px;
    font-size: 14px !important;
    font-weight: bold;
    color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width:230px;
    }
#feed-caption a{
    font-weight:bold;
    color: #fff;
    text-decoration: underline;
    }
#feed-caption a:hover{
    color:#669900;
    }


#feed-buttons, #feed-buttons a{
    height:30px;
    font-size: 18px;
    color:#99ccff;
    font-weight: bold;
    overflow: hidden;
    font-family: Georgia;
    font-style: italic;

    }
    #happening-now-link, #see-more-link{
        display:block;
        width:300px;
    }
    #happening-now-link{
        float:left;
    }
    #see-more-link{
        float:right;
        text-align: right;
        padding: 0 10px 0 0;
    }


#feed-images{
    text-align: right;
}
#feed-images ol{
    float: left;
}


#feed-images li{
    float:left;
    padding:0 9.4px 8px 0;
}

#sign-up-box{
    height:90px;
    }
    #sign-up-box h2{
    overflow:visisble;
    height:40px;
    text-indent: -99999px;
    }
    #sign-up-box-l, #sign-up-box-r{
        width:400px;
    }
    #sign-up-box-l{
        float:left;
        background: url(../images/home-welcome.png) no-repeat 10px 0;
    }
    #sign-up-box-r{
        float:right;
        text-align: right;
        }
    #fb-signup-btn{
        margin-bottom:10px;
    }



