/*-----
 * UNDP CSS - Millennium Development Goals
 * Added: 2010-10-20
-----*/

/*
    .mdg - class on all containers for Millennium Development Goal templates
    .mdg-ov - class on containers for MDG overview templates
    .mdg-de - class on containers for MDG detail templates
*/

.mdg-ov #content-main{
    padding-bottom: 60px;
}

/* ----- Header ----- */
#header .bosnia-herzegovina{
    
}

/* ----- Titles ----- */
.title-mdg-ov{
    font-size: 72px;
    letter-spacing: -6px;
    line-height: 60%;
    margin: -15px 0 40px 0;
}

.title-mdg-ov .eyebrow{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    letter-spacing: -1px;
}

.title-mdg-ov .title-grad{
    top: 22px;
    height: 100px;
}

.title-sec-mdg{
    font-size: 48px;
    font-weight: bold;
    color: #444;
    letter-spacing: -3px;
    line-height: 90%;
    margin-bottom: 20px;
}

.title-sub-sec-mdg{
    font-size:36px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #444;
    margin-bottom: 15px;
    line-height: 100%;
}

.mdg-de #content-main h3{
    position: relative;
    clear: both;
    font: bold 24px/125% Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

/* ----- MDG Goal List ----*/
.mdg-goal-list{
    float: left;
    display: inline;
    width: 360px;
    padding-bottom: 65px;
}

.mdg-goal-list-end{
    width: 330px;
}

.mdg-goal-list li{
    height: 49px;
    margin-bottom: 20px;
}

.mdg-goal-list a{
    position: relative;
    *zoom: 1;
    display: block;
    width: 230px;
    padding: 5px 0 0 68px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    background: url(../img/mdg/icons/sprite-mdg-goals-med.png) no-repeat;
    min-height: 44px;
    _height: 44px;
}

.mdg-goal-list .mdg-2{ background-position: 0 -60px; }
.mdg-goal-list .mdg-3{ background-position: 0 -120px; }
.mdg-goal-list .mdg-4{ background-position: 0 -180px; }
.mdg-goal-list .mdg-5{ background-position: 0 -240px; }
.mdg-goal-list .mdg-6{ background-position: 0 -300px; }
.mdg-goal-list .mdg-7{ background-position: 0 -360px; }
.mdg-goal-list .mdg-8{ background-position: 0 -420px; }

.mdg-goal-list a:hover .last{
    padding-right: 10px;
    background: url(../img/global/icons/arr-right-9px-blue.png) no-repeat #FFF 100% 60%;
    _background: none;
}

.mdg-goal-list span{
    position: absolute;
    left: -9999px;
}

.mdg-goal-list span.last{
    position: relative;
    left: auto;
    
}

/* ---- Feature List ----- */
.feat-list .feat{
    width: 300px;
    float: left;
    display: inline;
    margin: 0 60px 50px 0;
}

.feat-list-img-lrg .feat ul li.first{
    position: relative;
    padding-top: 208px;
    font-size: 16px;
    font-weight: bold;
    min-height: 38px;
    _height: 38px;
    line-height: 120%;
}

.feat-list-img-lrg li.first img{
    position: absolute;
    top: 0;
    left: 0;
}

.feat-list .row-end{
    margin-right: 0;
}

.feat-list h3{
    letter-spacing: -1.5px;
    margin-bottom: 10px;
}

.feat-list .feat ul li{
    padding: 12px 0;
    border-bottom: 1px solid #E0E0E0;
    min-height: 36px;
    _height: 36px;
    line-height: 140%;
}

.feat-list .feat ul li.last{
    border-bottom: 0;
}

.feat-list a{
    display: block;
}

#mdg-leadership-list{
    margin-bottom: 30px;
}

.view-more-stories{
    position: relative;
    clear: both;
    margin-bottom: 90px;
}

/* ----- Partner List ----- */
.partner-list{
    margin: 0 0 80px 10px;
}

.partner-list li{
    float: left;
    display: inline;
    margin-right: 40px;
    position: relative;
    line-height: 150%;
}

.partner-list li.last{
    margin-right: 0;
}

.partner-list li.peets{ width: 180px; padding-left: 147px; }
.partner-list li.coca-cola{ width: 159px; padding-left: 161px; }

.partner-list li img{
    position: absolute;
    top: 0;
    left: 0;
}

/* ----- MDG Timer ----- */
#mdg-timer{
    position: relative;
    width: 149px;
    height: 115px;
    padding-top: 42px;
    margin: -38px auto 43px;
    text-align: center;
}

.no-js #mdg-timer{
    background: url(../img/mdg/backgrounds/bg-goal-timer.png) no-repeat;
}

#mdg-timer canvas{
    position: absolute;
    top: 0;
    left: 0;
}

#mdg-timer{
    background: none;
}

.mdg-de #mdg-timer{
    margin-bottom: 33px;
}

#mdg-timer p{
    padding-right: 4px;
}

#mdg-timer .time-left{
    display: block;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -3px;
    color: #444;
    margin-bottom: 10px;
}

#mdg-timer .remaining{
    display: block;
    line-height: 125%;
}

#mdg-timer .year{
    position: absolute;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #999;
}

#mdg-timer .year-start{
    top: 0px;
    left: 42px;
}

#mdg-timer .year-start{
    top: 0px;
    left: 47px;
}

.ie #mdg-timer .year-start{
    left: 48px;
}

#mdg-timer .year-end{
    top: 96px;
    left: -9999px;
}

#mdg-timer.init .year-end{
    left: -20px;
}

/* ----- Goal Header ----- */
#header-goal{
    position: relative;
    height: 160px;
}

#header-goal h1{
    position: relative;
    margin-left: 112px;
    min-height: 88px;
}

#header-goal h1 .title-grad{
    top: -5px;
}

.ie6 #header-goal h1{
    height: 88px;
}

#header-goal h1 .mdg-ico{
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 4px;
    left: -112px;
    text-indent: -9999px;
    background: url(../img/mdg/icons/sprite-mdg-goals-lrg.png) no-repeat;
}

#header-goal h1 .mdg-2{ background-position: 0 -128px; }
#header-goal h1 .mdg-3{ background-position: 0 -256px; }
#header-goal h1 .mdg-4{ background-position: 0 -384px; }
#header-goal h1 .mdg-5{ background-position: 0 -512px; }
#header-goal h1 .mdg-6{ background-position: 0 -640px; }
#header-goal h1 .mdg-7{ background-position: 0 -768px; }
#header-goal h1 .mdg-8{ background-position: 0 -896px; }

/* ----- Charts ----- */
.chart{
    margin-bottom: 50px;
}

/* ----- Goal Work article list ----- */
#goal-work li{
    position: relative;
    clear: both;
    margin-bottom: 48px;
    width: 670px;
}

#goal-work.goal-work-lead-only li{ padding-bottom: 25px; }

#goal-work li.lead{
    float: left;
    display: inline;
    clear: none;
    width: 260px;
    margin-right: 20px;
    padding-top: 185px;
}

#goal-work li.lead img{
    position: absolute;
    top: 0;
    left: 0;
}

#goal-work li .date{
    display: block;
    color: #999;
    padding-bottom: 2px;
}

#goal-work li h4 a{
    font-size: 16px;
    line-height: 130%;
    padding-bottom: 5px;
}

/* ----- Ongoing Projects ----- */
#latest-projects{
    margin-bottom: 30px;
}

.historia {
    margin-top: 50px;
}