/* Spint */
div.timeline div.spine {
    background-color: #43bfed;
	width: 4px;
	margin: 0px auto;
}

/* Date Separator */
div.timeline div.date_separator span {
    background-color: #FFFFFF;
    color: #666666;
}

/* Timeline Element */
div.timeline_element {
    color: #37404e;
    text-shadow: none;    
}

div.timeline_element div.del {
    background-color: #222222;
    color: #FFFFFF;
    border: 1px solid #000000;
}

div.timeline_title {
    color: #37404e;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 13px;
    margin-bottom: 12px;
}

div.timeline_title span.timeline_title_label {
    font-weight: 600;
    font-size: 108%;
}

div.timeline_dual div.timeline_element_right {
    margin-top: 15px;
    top: 10px;
}

div.timeline_left div.timeline_element_box, div.timeline_dual div.timeline_element_left div.timeline_element_box {
    margin-right: 30px;
    float: right;
}


div.timeline_left div.timeline_element:hover:after, div.timeline_right div.timeline_element:hover:after, div.timeline_dual div.timeline_element_left:hover:after, div.timeline_dual div.timeline_element_right:hover:after {
background-color: transparent;
}

div.timeline_left div.timeline_element:after, div.timeline_right div.timeline_element:after, div.timeline_dual div.timeline_element_left:after, div.timeline_dual div.timeline_element_right:after {
    box-shadow: none;
}

div.timeline_left div.timeline_element:before, div.timeline_right div.timeline_element:before, div.timeline_dual div.timeline_element_left:before, div.timeline_dual div.timeline_element_right:before {
    border-top: none;
}

div.timeline_left div.timeline_element:after, div.timeline_right div.timeline_element:after, div.timeline_dual div.timeline_element_left:after, div.timeline_dual div.timeline_element_right:after {
    background-color: transparent;
    border: 0px;
}

div.timeline_dual div.timeline_element_left:after, div.timeline_dual div.timeline_element_right:after{
    right: 0px;
    margin-right: -9px;
    background: url(../images/icon.png) -10px -10px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 18px;
}

div.timeline_element_left:before {    
	width:21px; height:31px; position:absolute; top:14px;
	background:url(../images/icon.png) -75px -54px; right:-21px;
}


div.timeline_element:hover:after {
    z-index: 100;
}
div.timeline_element ::-webkit-scrollbar {  /* Webkit only */
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
}
div.timeline_element ::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 5px;
}
div.timeline_element ::-webkit-scrollbar-thumb:hover {
    background-color: #AAAAAA;
}
div.timeline_element div.img_container div.img_overlay {
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

/* Blog Post Element */
div.timeline_element.blog_post div.readmore a {
    color: #222222;
}
div.timeline_element.blog_post a {
    color: #7A0004;
}

/* AIIWY Blog Post Element */
div.timeline_dual div.timeline_element_left:before {
    width: 21px;
    height: 31px;
    position: absolute;
    top: 10px;
    background: url(../images/icon.png) -75px -54px;
    right: 10px;
}

div.timeline_dual div.timeline_element_right:before {
    width: 21px;
    height: 31px;
    position: absolute;
    top: 10px;
    background: url(../images/icon.png) -75px -10px;
    left: 10px;
}

div.timeline_element.blog_post div.img_container {
    margin-bottom: 10px;
	overflow:hidden;
	max-height: 120px;
}
div.timeline_element.blog_post div.img_container img {
    width: 100%;
    height: auto;
    display: block;
}

div.timeline_element.blog_post div.content div.text{
	color:#777777; 
	text-align:justify; 
	line-height:15px; 
	margin-bottom:6px;
    margin-top: -10px;
}

div.timeline_element.blog_post div.content div.channels {
    margin-bottom: -5px;
}

div.timeline_element.blog_post div.content div.channels  img{
    margin-right:4px;
}

div.timeline_element.blog_post div.content div.channels img{ background-image:url(../images/icon.png); width:16px; height:16px; }
div.timeline_element.blog_post div.content div.channels .IC01{ background-position:-10px -106px;}
div.timeline_element.blog_post div.content div.channels .IC02{ background-position:-32px -106px;}
div.timeline_element.blog_post div.content div.channels .IC03{ background-position:-53px -106px;}
div.timeline_element.blog_post div.content div.channels .IC04{ background-position:-74px -106px;}
div.timeline_element.blog_post div.content div.channels .IC05{ background-position:-96px -106px;}
div.timeline_element.blog_post div.content div.channels .IC06{ background-position:-116px -106px;}
div.timeline_element.blog_post div.content div.channels .IC07{ background-position:-138px -106px;}
div.timeline_element.blog_post div.content div.channels .ICLine { background-color:#bbbbbb; width:1px; margin:0px 6px 0px 2px; }

div.timeline_element_box {
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    border: 1px solid #999999;
    color: #37404e;
    width:  375px;
}



/* Gallery Element */
div.timeline_element.gallery div.img_container img {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #37404e;
    text-shadow: none;
}

/* Lightbox */
div.timeline_overlay div.lightbox {
    border: 5px solid #FFFFFF;
    background-color: #FFFFFF;
}

/* Social */
div.timeline div.facebook_post {
    color: #777777;
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
}