﻿#features {
    margin:0 0 1em;
}

#welcome {
	margin: 1em 0 4em;
	}

#welcome h1 {
	margin: 0 0 .25em 0;
	}

#promos {
    margin:30px 0;
}

.promo {
    width:220px;
    margin:0 10px 0 0;
    padding:0 0 0 9px;
    border-left:1px solid #dbdbdb;
	cursor:pointer;
	line-height: 1.4em;
}


    #promos h3 {
        margin: 0;
        color:#3f4728;
        cursor:pointer;
    }
    
    #promos h3 object {
        cursor:pointer;
    }


    #promos a {
        display:block;
        text-decoration:none;
		padding: 10px 10px 15px;
		margin: -10px -11px -15px -10px;
		border: 1px solid transparent;
		-moz-border-radius: 3px;
    }

    #promos a:hover {
		background: #fff;
        color:#6e7544;
		border: 1px solid #ccc;
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    }

/* weather api */

#weather{
    height: 75px;
    position: relative;
    background: #e6e6e6;
    margin: 0 0 8px;
    padding: 10px 15px 15px;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #fff;

} #weather:after { content:"."; height:0; visibility:hidden; clear:both; display:block; }

#weather .weather-icon{
    width: 40px;
    height: 40px;
    padding: 3px;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    float: left;
    margin: 0 10px 0 0;
}

#weather .current-city{
    display: block;
    margin: 0 0 .25em;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

#weather .current-city a{
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
    text-transform: none;
}

#weather .current-temp{
    font-size: 14px;
    font-weight: bold;  
}

#weather .temp{
    font-size: 11px;
    line-height: 1.2em;
    color: #a4a79a;
}

#weather .currently{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4em;
    color: #414929;
}

#weather .temp .type{
    width: 70px;
    float: left;
    display: block;
    font-weight: normal;
    font-style: italic;
    color: #a4a79a;
    font-size: 11px;
}

#weather .temp .currently .type{
    color: #414929;
}

#city{
    position: relative;
    min-height: 1px;
} * html #city{ height: 1px; }

#city-selector{
    display: none;
    background: #fff;
    font-size: 12px;
    min-height: 1px;
 } * html #city-selector{ height: 1px; } #city-selector:after { content:"."; height:0; visibility:hidden; clear:both; display:block; }


#city-selector .region{
    width: 130px;
    float: left;
    min-height: 155px;
    color: #6E7544;
    font-size: 12px;
    line-height: 1.6em;
}

#city-selector .region-name{
    display: block;
    color: #434c2d;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 .5em;
}

#city-selector label{
    display: block;
}

#city-selector label input{
    margin: 0 5px 0 0;
}

#city-selector h3{
    margin: 0 0 1em;
}

#city-selector .button-group{
    clear: both;
    float: none;
}

#city-selector .button-group input{
    margin: 0;
}


#superbox{
    border: 4px solid #000;
    padding: 20px !important;
}

#superbox .close{
    display: none;
}