@import url('core.css');

/****************************************** home ***************************************/

#hLeft {
    width: 642px;
    float: left;
}

#hLeftInnerLeft {
    width: 250px;
    float: left;
}

#hLeftInnerRight {
    float: left;
    width: 373px;
    padding-left: 17px;
}

#hRight {
    width: 250px;
    float: left;
    padding-left: 17px;
    
}

#hBanner {
    padding: 0 0 10px 0;
}

.hNewsItem {
    background: url('/assets/images/core/greyDotHoriz.gif') left bottom repeat-x;
    padding: 0 0 10px 0;
    margin: 0 0 7px 0;
}


.hNewsItem p  {
    font-size: 12px;
    color: #414042;
    margin: 0;
}

.hNewsItem p a {
    color: #414042;
}

.hNewsItem p span {
    display: block;
    font-size: 12px;
    color: #87898c;
    padding: 0 0 3px 0;
}

.weather {
    margin: 0 0 20px 0;
}

.weather h4 {
    font-size: 16px;
    color: #bcbec0;
    margin: 0 0 10px 0;
}

.weather img {
    float: left;
    padding: 0 10px 0 0;
}

.weather p {
    font-size: 14px;
    color: #87898c;
    line-height: 19px;
}

.weather p span {
    font-family: georgia;
    color: #555;
}


.homeLink {
    background: url('/assets/images/core/greyDotHoriz.gif') left top repeat-x;
    padding: 1px 0 0;
}

.homeLink a {
    display: block;
    color: #414042;
    background-color: #F2F2F4;
    min-height:42px;
      height:auto !important;
      height:42px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 12px 10px 0 60px;
    line-height: 15px;
}

.homeLink span {
    color: #414042;
    background: url('/assets/images/core/arrowBlack.gif') 100% 4px no-repeat;
    padding: 0 12px 0 0;
}

.homeLink a:hover {
    background-position: left top;
    color: #a61432;
    
}

.homeLink a:hover span {
    background: url('/assets/images/core/arrowRed.gif') 100% 4px no-repeat;
    color: #a61432;
    
}

#hHistory {
    background-image: url('/assets/images/core/history.gif');
}

#hShopping {
    background-image: url('/assets/images/core/shopping.gif');
}

#hEating {
    background-image: url('/assets/images/core/eating.gif');
}
