/*@charset "utf-8";*/
/**{margin:0;padding:0;list-style-type:none;}*/
.timeline {
    background: #222;
    font-family: "Source Han Sans";
    color: #fff;
    font-size: 14px;
}

.timeline a {
    color: #C0C0C0;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.timeline a:hover, a.selected {
    color: #C0C0C0;
}

.timeline h1 {
    text-align: center;
    color: #ccc;
    text-shadow: #000 1px 1px 2px;
    margin-bottom: 5px;
    font-size: 18px;
}

/* timeline */
#timeline {
    width: 950px;
    height: 240px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    position: relative;
    background: url('../images/about/dot.gif') left 45px repeat-x;
}

#dates {
    width: 950px;
    height: 60px;
    overflow: hidden;
}

#dates li {
    float: left;
    width: 100px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    background: url('../images/about/biggerdot.png') center bottom no-repeat;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
}

#dates .selected {
    font-size: 36px;
}

#issues {
    width: 950px;
    height: 240px;
    overflow: hidden;
}

#issues li {
    width: 950px;
    height: 240px;
    float: left;
}

#issues li img {
    float: left;
    margin: 10px 50px 10px 180px;
    width: 240px;
    height: 160px;
}

#issues li h1 {
    color: #C0C0C0;
    font-size: 48px;
    margin: 20px 0;
    text-shadow: #000 1px 1px 2px;
    position: absolute;
    margin-left: 50px;
    margin-top: 55px;
}

#issues li p {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
    color: rgb(0, 0, 0);
    line-height: 30px;
    margin-top: 50px;
    /*text-shadow: #000 1px 1px 2px;*/
}

#grad_left, #grad_right {
    width: 100px;
    height: 240px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
}

#grad_right {
    right: 0;
}

#next, #prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 130px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9509px;
    overflow: hidden;
}

/*#next:hover,#prev:hover{background-position:0 -76px;}*/
#next {
    right: 0;
    background-image: url('../images/about/next.png');
}

#prev {
    left: 0;
    background-image: url('../images/about/prev.png');
}

#next.disabled, #prev.disabled {
    opacity: 0.2;
}