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

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

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

#left_arrow {
    left:0px;
}

#right_arrow {
    right:0px;
}

#digital_container {
    width:300px;
    height:216px;
    background:url(http://www.kevinmiller.org/wp-content/themes/irresistible/images/jdigiclock/background.png) 50% 24px no-repeat;
    position:absolute;
    top:24px;
    left:10px;
    z-index:98;
}


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

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

#minutes {
    margin-left:3px;
}

#hours_bg, #minutes_bg {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:99;
}

.first_digit {
    width:48px;
    height:100%;
    position:absolute;
    top:0;
    left:12px;
    z-index:100;
}

.second_digit {
    width:48px;
    height:100%;
    position:absolute;
    top:0;
    left:60px;
    z-index:100;
}

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

#am_pm {
    position:absolute;
    top:94px;
    left:78px;
    z-index:110;
}

#weather {
    width:100%;
    height:124px;
    position:absolute;
    top:84px;
    left:0;
    z-index:105;
    color:#fff;
}

#weather #local, #weather .loading {
    float:left;
    margin:39px 0 0 27px;
}

#weather #local p {
	font-size:8pt;
}

.city {
    font-weight:bold;
    font-size:8pt;
}

.temp {
    font-size:14pt;
    padding:0;
}

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

#weather #temp {
    float:right;
    margin:39px 27px 0 0;
    text-align:right;
}

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

#forecast_container {
    width:300px;
    height:240px;
    background:url(http://www.kevinmiller.org/wp-content/themes/irresistible/images/jdigiclock/background_forecast.png) 50% 100% no-repeat;
    position:absolute;
    top:0;
    left:300px;
    z-index:98;
}

#forecast_container #current {
    width:240px;
    height:144px;
    margin-left:30px;
    position:relative;
}

#forecast_container .loading {
    margin:78px 0 0 42px;
}

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

#forecast_container #current .temp {
    font-size:19pt;
    margin-top:66px;
    float:left
}

#forecast_container #current .high_low {
    font-size:9pt;
    clear:both;
}

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

#forecast_container #current .text {
    margin-top:4px;
	font-size:8pt;
}

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

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

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

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

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

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

