/*
    Front Latest Widget Styles
*/

div.front-latest {
    font-size: 14px;
}

div.front-latest h2 {
    width: 450px;
    min-width: 450px;
    border-bottom-width: 0px;
}

/* Set width of navigation bar and position of "buttons" */

div.front-latest h3.navig {
    width: 402px;
    min-width: 402px;
}
div.front-latest h3 a.back, div.front-latest h3 a.forward {
    position: absolute;
    top: 4px;
    left: 5px;
    border: none;
}
div.front-latest h3 a.forward {
    left: 26px;
}
div.front-latest h3 a.button {
    border: 1px solid black;
    padding: 0px 3px 2px 3px;
    background-color: #7db100;
    letter-spacing: -1px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 310px;
    text-align: center;
    width: 130px;
}
div.front-latest div.msg-area {
    position: absolute;
    top: 21px;
    right: 2px;
    text-align: right;
    width: 150px;
    min-height: 15px;
    height: 15px;
    font-size: 11px;
}

/* Styles for individual teaser areas */

div.front-latest div.big-teaser, div.front-latest div.teaser {
    width: 450px;
    min-width: 450px;
    margin: 15px 0px 18px 0px;
}
div.front-latest div.big-teaser {
    height: 135px;
    min-height: 135px;
}
div.front-latest div.teaser {
    height: 90px;
    min-height: 90px;
    margin-bottom: 22px;
}

div.front-latest div.error {
    height: 105px;
    min-height: 105px;
    margin-top: 13px;
    padding-top: 30px;
    padding-left: 30px;
}

/* Sizing of images within teasers */

div.front-latest div.big-teaser div.image {
    overflow: hidden;
    float: right;
    text-align: right;
    height: 135px;
    min-height: 135px;
    width: 195px;
    min-width: 195px;
}
div.front-latest div.big-teaser div.image img {
    height: 135px;
}
div.front-latest div.teaser div.image {
    overflow: hidden;
    float: right;
    text-align: right;
    height: 90px;
    min-height: 90px;
    width: 135px;
    min-width: 135px;
}
div.front-latest div.teaser div.image img {
    height: 90px;
}

/* Sizing of text area within teaser */

div.front-latest div.big-teaser div.text {
    float: left; 
    height: 135px;
    min-height: 135px;
    width: 240px;
    min-width: 240px;
}
div.front-latest div.teaser div.text {
    float: left; 
    height: 90px;
    min-height: 90px;
    width: 300px;
    min-width: 300px;
}
div.front-latest h2.post-title {
    overflow: hidden;
}
div.front-latest div.big-teaser h2.post-title {
    width: 240px;
    min-width: 240px;
}
div.front-latest div.teaser h2.post-title {
    width: 300px;
    min-width: 300px;
}

div.front-latest div.excerpt {
    overflow: hidden;
    line-height: 16px;
    margin-top: 2px;
    font-size: 12px;
}
div.front-latest div.big-teaser div.excerpt {
    width: 240px;
    height: 50px;
}
div.front-latest div.teaser div.excerpt {
    width: 300px;
    height: 32px;
}

div.front-latest div.attribution {
    margin-top: 4px;
    font-size: 11px;
    overflow: hidden;
}
div.front-latest div.attribution a {
    font-weight: bold;
}
div.front-latest div.big-teaser div.attribution {
    width: 240px;
    height: 30px;
}
div.front-latest div.teaser div.attribution {
    width: 300px;
    height: 15px;
}

div.front-latest div.post-rating img {
    background-color: yellow;
    margin-top: 4px;
    height: 15px;
}


