/*

Structural CSS for the Timeline
Modify at your own risk!

by Wylie Hobbs
CSS version 1.1

*/
#timeline ul{
width:100%;
margin:0 auto;
position:relative;
display:inline-block;
list-style: none;
background:url('../img/ul-bg.png') center top repeat-y;
padding: 0;
}
#timeline ul li{
display: block;
position: relative;
width: 50%;
clear:both;
}
#timeline ul li .timeline-text{
width:80%;
float:left;
font-size:14px;
line-height:17px;
margin-left:2%;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
font-style:normal;
line-height: 1.714285714;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#timeline ul li div{
}
#timeline ul li:nth-child(even){
float: right;
}
#timeline ul li:nth-child(even) > div{
display: block;
float:left;
background:url('../img/li-bg.png') left center no-repeat;
margin-left:-10px;
padding-left:30px;
}
#timeline .timeline-date{
text-align: right;
margin-bottom: 1%;
font-size: 20px;
}
#timeline ul li:nth-child(even) > div .timeline-date{
text-align: left;
}

#timeline ul li:nth-child(odd){
float: left;
text-align: right;
}
#timeline ul li:nth-child(odd) > div{
display:block;
float:right;
background:url('../img/li-bg.png') right center no-repeat;
margin-right:-10px;
padding-right:40px;
}

#timeline ul li:nth-child(odd) > div .timeline-text{
float:right;
text-align: right;
margin-left: 0;
}

#timeline ul .timeline-image{
width: 100%;
height: auto;
}
#timeline ul li:nth-child(odd) > div .timeline-image {
float:right;
}
#timeline ul li:nth-child(even) > div .timeline-image {
float:left;
}

img.attachment-timeline-thumb.wp-post-image {
width: 40%;
height: 40%;
margin-bottom: 8px;
margin-top: 8px;
}

@media (max-width: 767px) {
	#timeline .timeline-date{
	text-align: right;
	margin-bottom: 1%;
	font-size: 12px;
	}
}
@media (max-width: 490px) and (min-width: 100px) {

#timeline ul li .timeline-text
{
font-size: 12px;
}
}