/* Carrousel */

#featuredWrapper {
    background: #dee0cf;
    border-bottom: 6px solid #dee0cf;
}

#featuredAtrticles {
    float:left;
    width: 579px;
    height: 345px;
    padding-bottom: 0px;  // was 8px
}

#featuredAtrticles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.featuredList {
    list-style: none; 
    margin: 0;
}

ul.featuredList li {
    width: 510px;
    height: 345px;
    position: relative;
    font: bold 11px/14px Arial, Helvetica, sans;
    padding: 0;
    margin: 0;
    z-index: 2;
    background-image: none;
}

ul.featuredList li a {
    position: absolute;
    text-decoration: none;
    width: 510px;
    height: 345px;
    overflow: hidden;
    color: #372904;
    z-index: 3;
}

ul.featuredList li a img {
   border: 0px;
}

ul.featuredList li a:hover {
    color: #962B33;
   text-decoration: none;
}

ul.featuredList li a.author:hover {
   color: #000000;
   text-decoration: none;
}

.featureText {
    width: 510px;
    padding: 7px 9px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(/images/pic/whitetrans.png) repeat;
    font: bold 24px georgia, times new roman, serif;
    line-height: .9em;
    z-index: 15;

    width:449px;

}

p.featureTitle {    
    font: 26px georgia, times new roman, serif;
    margin:0;
    letter-spacing: -0.02em; 
    padding-bottom:4px;
    line-height: .9em;
}

p.featureAuthor {
   font: 11px arial, verdana, sans-serif; 
   color:#000; text-transform:uppercase;
   letter-spacing: 0;
   margin-top:4px;
   margin-bottom:0!important;

   /*font: bold 13px/14px Arial, Helvetica, sans;*/
   /*color:#625208;*/
}

.featureAuthor:hover {
    color: #555;
}

.featureType {
    color: #E54420;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    display: block;
}

p.featureSubhead {
    color: #625208;
    font: bold 14px/0.8em Arial, Helvetica, sans-serif;
    text-transform:none;
    letter-spacing:0;
    margin:0;
    padding-bottom:1px;
}

#featuredNav {
    position: absolute;
    z-index: 20;
    padding: 8px;
}

#featuredNav a {
    font: bold 12px/16px georgia, times new roman, serif;
    text-decoration: none;
    background: #FFF;
    color: #73733b;
padding:2px 5px 2px 5px;

    margin-right: 3px;
    border: 1px solid #CCC;
}

#featuredNav a.activeSlide {
    background: #73733b;
    color: #FFF;
}

#featuredNav a:hover {
    color: #000;
}

#featuredPhoto {
    float:right;
    width: 360px;
    height: 345px;
}

#featuredPhotoHeading {
    height: 17px;
    width: 344px;
    background: #fafafa;
    color: #484848;
    font-family: georgia,times new roman,serif;
    font-weight: normal;    
    font-size: 18px;
    padding:4px 0 4px 16px;
}

#featuredPhotoSubHead {
    height: 104px;
    width: 348px;
    background: #fafafa;
    color: #484848;
    font-size: 14px;
    padding: 3px 6px 2px 6px;
}

#featuredPhotoSubHead h3 {
    margin-bottom:4px;
    font-size: 120%;
    font-weight:bold;
    font-family: georgia,times new roman,serif;
}

#featuredPhotoSubHead p {
    color: #444;
    font-family: Arial, Helvetica, sans;
    font-size: 12px;
    line-height:1.2em;
    margin-top:4px;
    margin-bottom:2px;
    padding-top:0;
}


