/* home */

body {      
    background-image: url(bg-home.jpg);
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-position: center top;
    background-color: #202020;
    font-weight: normal;
    width:100%;
    height:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content h1 {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;            
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.67em;
    margin-top: 0.67em;
    display: block;    
    color: black;
}

#central-column {
    background-image: none;
}

#central-column-top {    
    min-height: 0;
}

#content img {
    border: none; 
    box-shadow: 10px 10px 5px #888;
}


#babel a:hover {
    color: #ccc;
}

#babel li .active { 
    color: DarkMagenta;
}

#tabnav a:hover    {
    color: #ccc;
}

#tabnav {       
    border-bottom: 1px solid #303030;
}

#left-column-content h1 {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;  
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.67em;
    margin-top: 0.67em;
    display: block;    
    color: #ccc;   
}

#content {          
    font-size: 11px;
    color: #606060;
}