/**
 *  Astralinks - news
 *
 *  Author:    Chris Knowles <chris.knowles@ckweb.com.au>
 *  Version:   $Id$
 */

#article .img {
    float: right;
    margin: 1em 0 2em 2em;
    border: 3px solid #DDD;
    line-height: 0;
}

.date {
     font-style: italic;
     color: #999;
     margin-bottom: 0.5em;
}

#breadcrumbs {
    margin-top: -20px;
}


/* Menu
   ------------------------------------------------ */
.menu {
    list-style-type: none;
    margin: 20px 0 0 20px;
    line-height: 2em;
    width: 220px;
    text-align: left;
}

.menu li {
    font-size: 1em;
    line-height: 2em;
}

.menu h2 {
    margin: 0;
    padding-left: 1em;
    background: #1B5E71;
    color: #FFF;
    font-size: 1em;
}

.menu li a {
    text-decoration: none;
    display: block;
    clear: left;
    padding: 0 1em;
    background: #EFF4F5;
    color: #1B5E71;
    border-bottom: 1px solid #FFF;
    position: relative;
    height: 2em;
}

.menu li a:hover, #menu li a.selected {
    background: #FF883A;
    color: #FFF;
}

.menu a span {
    position: absolute;
    top: 0;
    right: 10px;
}


/* Leaders
   ------------------------------------------------ */
#news-leaders {
    margin: 0 0 2em 0; 
    position: relative;
    top: -50px;
}

#content .newslist {
    top: 0;
}

#news-leaders .item {
    clear: both;
    border-top: 1px dashed #CCC;
    /*background: #EFF4F5;*/
    padding: 1em 1em 1em 0;
}

#news-leaders .img {
     float: left;
     width: 150px;
     border: 3px solid #DDD;
     margin: 0.5em 20px 20px 0;
     clear: left;
     position: relative;
     top: 0;
     line-height: 0;
}

#news-leaders .content {
     margin: 0 0 0 124px;
     padding: 0;
     height: 1%;
     position: relative;
     top: 0;
}

html>body #news-leaders .content {
    height: auto;
}

#news-leaders h2 {
     margin: 0 0 1.5em 0;
     color: #1B5E71;
     font-variant: small-caps;
}

#news-leaders h3 {
     margin: 0;
     font-size: 1.1em;
     color: #1B5E71;
     font-variant: small-caps;
}

#news-leaders .link {
    font-weight: bold;
    margin: 1em 0;
    color: #1B5E71;
    font-style: italic;
}

#news-leaders .link a {
    font-weight: normal;
}

/*
#news-leaders .intro a {
     display: block;
     text-decoration: none;
     color: #000;
}
*/
