/********************************************************/
/* Stylesheet for Eaves 								*/
/* news & Research section    						*/
/* Created 20.02.12										*/
/********************************************************/
/********************************************************/
/* Elements												*/
/********************************************************/
h1 {
    color:#004990;
}

/********************************************************/
/* CONTENT   											*/
/********************************************************/    
/* Left nav */
#content .left ul {
    background:#D6E2ED url(../images/news/left-nav-base.jpg) no-repeat bottom left;
}
    #content .left ul li.selected a {
        color:#004990;
    }
    #content .left ul li a:hover,
    #content .left ul li li a:hover {
        color:#004990;
    }
    
/* Main content column */
    #content .main h2 {
        background:url(../images/news/title-right.gif) no-repeat center right;
    }
    #content .main h2 span {
        background:url(../images/news/title-left.jpg) no-repeat center left;
    }
    
    #content .main h3,
    #content .main h3 a {
        color:#004990;
    }
    
    #content .main ul li {
        background:url(../images/news/bullet.gif) no-repeat 0.625em 0.45em;
    }
    
    #content p.number {
        color:#004990;
    }

/* Highlighted links */
    #content .main p.links a {
        background:url(../images/news/link-arrow.gif) no-repeat center left;
        color:#004990;
    }
    
 
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
    #content .main h2,
    #content .main h2 span {
        background:none;
    }
} 
