#plugin_container {
    width:250px;
    height:210px;
    position:relative;
    overflow:hidden;
    font-family:Helvetica, Tahoma, Verdana, Arial, sans-serif;
    color:#fff;
}

#plugin_container p {
    margin:0;
    padding:0;
}

#left_arrow, #right_arrow {
    position:absolute;
    top:100px;
    z-index:100;
    cursor:pointer;
}

#left_arrow {
    left:2px;
}

#right_arrow {
    right:2px;
}

#digital_container {
    width:250px;
    height:180px;
    background:url(../images/background.png) 50% 40px no-repeat;
    position:absolute;
    top:20px;
    left:0;
    z-index:98;
}


#clock {
    float:left;
    margin-left:80px;
}

#hours, #minutes {
    width:40px;
    height:40px;
    float:left;
    position:relative;
}

#minutes {
    margin-left:4px;
}

#hours_bg, #minutes_bg {
    width:40px;
    height:40px;
    position:relative;
    top:0;
    left:0;
    z-index:99;
}

.first_digit {
    width:15px;
    height:38px;
    position:absolute;
    top:0;
    left:5px;
    z-index:100;
}

.second_digit {
    width:15px;
    height:38px;
    position:absolute;
    top:0;
    left:20px;
    z-index:100;
}

.line {
    width:32px;
    height:2px;
    background:#efefef;
    position:absolute;
    top:18px;
    left:3px;
    z-index:101;
    font-size:1px;
}

#am_pm {
    position:absolute;
    top:38px;
    left:32px;
    z-index:110;
}

#weather {
    width:100%;
    height:103px;
    position:absolute;
    top:40px;
    left:0;
    z-index:105;
    color:#818181;
}

#weather #local, #weather .loading {
	float:left;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
}

.city {
    font-weight:bold;
    font-size:11px;
}

.temp {
    font-size:15px;
    padding:0;
}

.temp .metric {
    margin-left:-3px;
}

#weather #temp {
	float:right;
	text-align:right;
	margin-top: 75px;
	margin-right: 22px;
	margin-bottom: 0;
	margin-left: 0;
}

#weather #date {
    font-size:11px;
    padding-right:2px;
}

#forecast_container {
    width:250px;
    height:200px;
    background:url(../images/background_forecast.png) 50% 100% no-repeat;
    position:absolute;
    top:0;
    left:250px;
    z-index:98;
}

#forecast_container #current {
    width:200px;
    height:120px;
    margin-left:2px;
    position:relative;
}

#forecast_container .loading {
    margin:65px 0 0 35px;
}

#forecast_container #current .temp, #forecast_container #current .high_low {
    width:100px;
    text-align:center;
}

#forecast_container #current .temp {
	font-size:16px;
	margin-top:55px;
	float:left;
	font-weight: bold;
	margin-right: 10px;
}

#forecast_container #current .high_low {
    font-size:12px;
    clear:both;
}

#forecast_container #current .city, #forecast_container #current .text {
    width:100%;
    text-align:center;
}

#forecast_container #current .text {
	margin-top:0px;
	font-size: 12px;
}

#forecast_container #forecast {
    width:200px;
    height:30px;
    list-style:none;
    margin:0 0 0 2px;
    padding:0;
}

#forecast_container #forecast li {
    width:25%;
    height:100%;
    float:left;
    text-align:center;
}

#forecast_container #forecast li p {
    width:100%;
    height:13px;
    margin:0;
    padding:0;
    font-size:10px;
    line-height:13px;
}

#forecast_container #forecast li img {
    width:47px;
}

#forecast_container #update {
    text-align:center;
    margin-top:35px;
    font-size:10px;
}

#forecast_container #update img {
    margin:-2px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
