
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	GENERIC CLASSES
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
             
            body#home{
                	background: #fff url(/images/home/bg1.gif?20100113) repeat-x 0 0 ;
            }
            
            
            #home .small{
                color:#666 
            }
            
            
            .mod{
                padding: 5px 0px;
                margin: 30px 0px 0px 0px;
            }  
            
            .mod h1{
                background-color: #f6f6f6;
                color: #333;
                text-shadow: #fff 1px 1px;
                -moz-border-radius-topleft: 5px; 
                -moz-border-radius-topright: 5px; 
                -webkit-border-radius-topleft: 5px; 
                -webkit-border-radius-topright: 5px; 
                font-size: 12px;
                font-weight: bold;
                letter-spacing: 1px;
                padding: 10px 0px 7px 15px;
                text-transform: uppercase;
                border-bottom: 1px solid #e4e4e4}
            
            .mod .divider{
                display: block;
                position: relative;
                background:transparent url(/images/dividers/h_ltgrey.gif?20100113) repeat-x right bottom;
                padding: 20px 0px 20px 15px ;
            }
            

            
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	MASTHEAD CONTAINING LOGO, H1 AND LISTING GRID
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
            
            
            #home #masthead{
                	border-bottom: 0px;
                	height: 350px;
                	margin-bottom: 0px;
                	position: relative;
                	background:transparent url(/images/home/clouds.gif?20100113) no-repeat scroll 225px 0;
            }
            
            
            #h1{
                    background: transparent url(/images/home/h1.png?20100113) no-repeat 0 0;
                    width: 500px;
                    padding-top: 100px;
                	margin-top: 30px;
                	float: left
            }
            
            
            #links{
                margin-top: 30px;
                width:420px;
            }
            
            #links .tourLink{
                float:right;
                font-size: 17px;
                font-weight: bold;
                padding-top: 12px;  
            }
            
            #links .tourLink a{
                text-decoration: underline 
            }
            
      
            #btn_signup_b{
                 background: transparent url(/images/sprites/homepage.gif) no-repeat  0px -242px;
                height: 52px;
                margin-top: 20px;}

            #btn_signup_b.active {
                background: transparent url(/images/sprites/homepage.gif) no-repeat 0px -294px;}


            
            
            /* - - - - - - - - SEARCH BUTTONS 
                                deprecated? 8/2010
                         - - - - - - - - - - - -
   
   
            #btn_search1 {
                background: url(/images/home/btn_search1.gif) no-repeat 0 0;
                height: 56px;
                margin-top: 20px;
            }

            #btn_search1.active {
                background: url(/images/home/btn_search1.gif) no-repeat 0px -56px;
            }
   
   
            #btn_search2 {
                background: url(/images/home/btn_search2.gif) no-repeat 0 0;
                height: 56px;
                margin-top: 20px;
            }

            #btn_search2.active {
                background: url(/images/home/btn_search2.gif) no-repeat 0px -56px;
            }

            */
            
            
            
            
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	LISTING GRID
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

            #listingGrid{
                float: right;
                margin-top: 30px;
                width: 395px;
            }
            
            
            #listingGrid ul{
                list-style-type: none
            }
            
            
            #listingGrid li{
                float: left;
                list-style-type: none;
                margin-right:5px;
                margin-bottom:5px;
                width: 90px;
                height: 68px;
                background-color: #fff;
                border: 2px solid #fff;
                font-size: 18px;
                font-weight: bold;
                color: #333;
                
            }
            
            #listingGrid li .reset{
                clear: left;
            }

            #listingGrid li img {
                z-index: 1;
                position: relative;
            }

            #listingGrid li .detailsOverlay {
                width: 90px;
                height: 68px;
                position: absolute;
                z-index: 2;
                overflow: hidden;
                background-color: #333;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
                filter: alpha(opacity=85);
                opacity: 0.85;
                cursor: pointer;
                line-height: 16px;
            }
            
            #listingGrid li .title, #listingGrid li .rent, #listingGrid li .neighborhood {
                padding-left: 4px;
                color: #fff;
                font-size: 12px;
                z-index: 10;
                position: relative;
            }
            
            #listingGrid li .title {
                text-transform: capitalize;
            }

            #listingGrid li .rent {
                font-size: 14px;
                line-height: 17px;
                color: #ffcc00;
            }

            #listingGrid li .neighborhood {
                font-weight: normal;
                font-size: 11px;
                line-height: 13px;
            }
            
            #listingGrid li.last{
                margin-right: 0px;
            }
            
            #listingGrid li .text{
                padding: 4px;
            }
            
            #listingGrid li .small{
                text-transform: uppercase;
                font-weight: normal;
                display: block;
                font-size: 10px;
                
            }            
            
            #listingGrid li.search{
                background-color: #00657b;
                
            }
            
            #listingGrid li.search:hover{
                background-color: #015365;
                
            }
            
            #listingGrid li.search a{
                padding-top: 20px;
                text-align: center;
                color: #fff;
                display: block;
                font-size: 18px;
                font-weight: normal
            }
            
            #listingGrid li.search a:hover{
                text-decoration: none
            }
            
            

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	BROKER/LANDLORD MOD
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/          


        #brokers{
            font-size: 12px;
            margin-top: 10px;
            background-color: #6aa7b3;
            padding: 2px 10px 2px 15px;
            color: #fff;
        }
        
        #brokers a{
            text-transform: uppercase;
            padding: 0px 6px;
            color: #def8fd;
        }
        
        
    
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	   LEFT COLUMN
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/   

    #left{
        float: left;
        width: 544px;
        margin-top: -51px;
        margin-right: 10px;
    }
    
    #left .text{
        position: absolute;
        top: 20px;
        left: 200px;
        font-size: 12px;
        color: #666;
        font-style: italic
    }
    
    #left a.text{
        color: #147898;
    }
    
    /* - - - top - - - - - -*/ 
    
        #top{
                background: transparent url(/images/home/mainCol_top.gif?20100113) no-repeat bottom left;
                width: 544px;
                height: 48px;
        }
        
        #left h1{
            color: #00657b;
            font-size: 21px;
            font-weight: bold;  
            padding: 10px 20px;
        }
        
        
        #left h1 .green{
            color: #61b51e;
        }
        

/* - - - middle - - - - - -*/ 
        
        
       #middle{
                background: transparent url(/images/home/mainCol_middle.gif?20100113) repeat-y 0 0;
                padding: 20px 30px 0px 20px;
        }
        
        
        .block{
            padding-left: 60px;
            float: left;
            width: 165px;
            margin-right: 10px;
            margin-bottom: 10px;
            color: #777;
        }
        
        .block a{
            font-size: 15px;
            line-height: 21px;
            font-weight: bold;
            display: block
        }
        
        
                
        .feedback{
            background: transparent url(/images/sprites/homepage.gif) no-repeat 0px -366px;
        }
        
        .privacy{
            background: transparent url(/images//sprites/homepage.gif) no-repeat 0px -446px;
        }
        
        .competition{
            background: transparent url(/images//sprites/homepage.gif) no-repeat 0px -519px;
        }

        .reviews{
            background: transparent url(/images//sprites/homepage.gif) no-repeat 3px -590px;
        }
        
        

        
        

/* - - - video - - - - - -*/ 

        #video{
            margin-top: 20px;
        }
        
        #video .videoOuter{
            width: 450px;            
        }
    
        
        #video .middle{
            padding: 0px 0px 5px 10px;
        }

        #video h2{
            color: #147898
        }


        
    
        

/* - - - press - - - - - -*/   
        
        ul#press{
            list-style-type: none;
            font-size: 11px;
            line-height: 16px;
            color: #888
        }
        
        ul#press li{
            padding: 10px 0px 0px 0px;
            margin: 10px 0px;
            height: 40px;
        }
        
        ul#press li a{
            display: block;
            height: 40px;
            width: 395px;
        }
        
        ul#press li p{
            padding-left: 200px;
        }
        
        ul#press li#times {
            background: transparent url(/images/sprites/homepage.gif) no-repeat  10px -5px;
        }
        
        ul#press li#mashable {
            background: transparent url(/images/sprites/homepage.gif) no-repeat  10px -46px;
        }
        
        ul#press li#curbed {
            background: transparent url(/images/sprites/homepage.gif) no-repeat  10px -96px;
        }
        
        ul#press li#techCrunch {
            background: transparent url(/images/sprites/homepage.gif) no-repeat  10px -150px;
        }
        
        
        ul#press li#brownstoner {
            background: transparent url(/images/sprites/homepage.gif) no-repeat  10px -190px;
        }
        

        
        
        
        
/* - - - bottom - - - - - -*/

        
        #bottom{
                background: transparent url(/images/home/mainCol_bottom.gif?20100113) no-repeat top left ;
                width: 544px;
                height: 65px; 
        }

        

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	   RIGHT COLUMN
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/  
 
        #right{
            float: right;
            width: 395px;        
        }
    

/* - - - feature spot (top right column) - - - - - -*/ 

        #feature{
            margin-top: 15px;
            background: #e6e6e6 url(/images/home/features/email-response.gif) no-repeat 50px 20px;
            padding: 6px 10px 10px 15px;
            color: #333;
            -moz-border-radius-topleft:5px;
            -moz-border-radius-topright:5px;
            -webkit-border-top-left-radius: 5px 5px;
            -webkit-border-top-right-radius: 5px 5px;
        }
        
        
        #feature h1{
            font-size: 17px;
            line-height: 18px;
            font-weight: bold;
            padding: 0px 0px 10px 0px
        }

        #feature h2{
            padding: 0px;
            font-size: 11px;
            line-height: 12px;
            font-weight: normal;
            color: #9a9a9a;
        }
        
        #feature .body{
            font-size: 11px;
            line-height: 15px;
            color: #777;
            display: block;
            width: 220px;
            max-width: 220px;
        }
        
        #feature a{
            display: block;
            margin-top: 5px;
        }



/* - - - social - - - - - -*/ 

        #social{
            margin: 40px 0px 0px 0px;
            text-align: center;
            padding: 5px 2px 0px 2px;
        }

        #social .block{
            padding: 5px 0px 0px 10px; 
            text-align: left;
            width: 110px;
            margin-right: 10px;
            line-height: 13px;
        }
        
        #social .block .twitter{
            background: transparent url(/images/sprites/homepage.gif) no-repeat -0px -661px;
            padding-left: 40px;
            height: 30px;
        }
        
        #social .block .facebook{
            background: transparent url(/images/sprites/homepage.gif) no-repeat 0px -734px;
            padding-left: 40px;
            height: 30px;
        }
        
        #social .block .last{
            margin-right: 0px;
            width: 100px;
        }
        
        #social .block a{
            font-size: 12px;
            line-height: 16px;
            display: inline;
            color:#64bacc;
            font-weight: normal
        }
        
        #social .block a strong{
            color:#147898
        }
    

/* - - - blog - - - - - -*/ 
    
        #blog .author, #blog .date{
            text-transform: uppercase;
            color: #999;
            font-size: 11px;
        }
        
        #blog .author{
            color: #555
        }

        #blog a{
          display: block;
          font-size: 12px;
        }


        
/* - - - illo & footer - - - - - -*/
        

    #illo{
        background: transparent url(/images/home/illo.jpg?20100113) no-repeat 0 0;
        height: 309px;
    }


    #home #footerWrapper {
        margin-top: 3px;
    }




            
