/* This is the  Timeline plugin for Wordpress */
/* Author : Raphael Jolivet                   */
/* Web    : www.lalala.fr                     */

/* -------- */
/* Timeline */
/* -------- */

.timeline-div {
    width : 195px;
    overflow : scroll;
    overflow : -moz-scrollbars-horizontal;
    overflow-x : scroll;
    overflow-y : hidden;
}

.timeline a img {
    border : 0px;    
}

.tl-displayed img {
    /* border-bottom : 2px solid black !important; */   
}

table.timeline {
    font-size       : xx-small;
    font-family     : Verdana, arial;
    border-collapse : collapse;
    border : none;
    margin : 0px;
} 

table.timeline a {
    text-decoration : none; 
}

table.timeline td {
    padding : 1px;
    text-align : center;
    white-space:nowrap;
}

.tl-year a {
    color: white;
}

.tl-month a{
    color: rgb(50, 100, 150);
}

.tl-day a{
    color: white;
}

.tl-post a{
    color: white;
}

.tl-year-even {
    background-color : rgb(97, 101, 111);
}

.tl-year-odd {
    background-color : rgb(67,70,77);
}

.tl-month-even {
    background-color : rgb(167,159,125);
}

.tl-month-odd {
    background-color : rgb(239, 228, 179);   
}

.tl-day-even {
    background-color : rgb(102,140,179);
}

.tl-day-odd {
    background-color : rgb(51,102,143);    
}

.tl-posts-even {
    background-color : rgb(204,217,230);
}

.tl-posts-odd {
    background-color : rgb(153,179,204);    
}

#tooltip {
    font-family: verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
    font-color: #333;
    background-color:#FDFFCA;
    padding:5px;
    border:1px solid #AFAA6E;
    z-index:100;
}
