#timeline {
	_width: 800px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	background: url(/documents/d/guest/dot) left 45px repeat-x;
}
	
#timeline a {
	color: #007F33;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-family: IberPangeaText, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#timeline	a:hover {
    color: #c55002;
}


	
#timeline a.selected  {
    color: #c55002;
    font-weight: 700;
}

.timeline {
    padding-left: 0;
    padding-right: 0;
}
        	
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
	#dates li {
		list-style: none;
		float: left;
		width: 150px;
		height: 50px;
		font-size: 17px;
		text-align: center;
		background: url(/documents/d/guest/biggerdot-2-) center bottom no-repeat;
	}
		#dates a {
			line-height: 38px;
			padding-bottom: 10px;
		}
		#dates .selected {
			font-size: 20px;
		}
				
				
		#dates li.selected {
			background: url('/documents/d/guest/dot_selected') center 30px no-repeat;
		}
		
#issues {
	width: 800px;
	overflow: hidden;
	margin-top: 0;
}	
		
	#issues li {
		width: 800px;
		list-style: none;
		float: left;
	}
	#issues li.selected img {

	}
				
				
		#issues li img {
			zoom: 1;
			max-width:450px!important;
			margin: 10px 0px 10px 0px;
		}
				
		#issues li h1 {
			color: #555;
			font-size: 35px;
			margin: 20px 0;
			margin-left:200px;
			width:450px;
		}
				
				
		#issues li h2 {
			color: #555;
			font-size: 20px;
			margin: 10px 0;
			margin-left:200px;
			width:450px;
			line-height:23px;
			font-weight: 300;
			font-family: IberPangeaText, "Helvetica Neue", Helvetica, Arial, sans-serif;
			padding-bottom: 0;
			margin-bottom: 10px 0;
		}
				
				
		#issues li p {
			font-size: 14px;
			margin-right: 70px;
			font-weight: normal;
			margin-left:200px;
			width:450px;
			margin-top: 20px;
			line-height: 22px;
		}
				
				

				
				
				
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('/documents/d/guest/grad_left') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('/documents/d/guest/grad_right') repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 45px;
			height: 45px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
            opacity:0.7;
		  }
			

			#next {
				right: 0;
				background-image: url('/documents/d/guest/tl_next_sm');
			}
			#prev {
				left: 0;
				background-image: url('/documents/d/guest/tl_prev_sm');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
			}


            #next:hover, #prev:hover {
                opacity:1;

            } 
				
				
								
@media (max-width:720px) {
	
				#issues li p {					
					width:400px;
					margin-left:50px;
				}
				
				
				#issues li h1 {
					width:400px;
					margin-left:50px;					
				}		
				
				#issues li h2 {
					width:400px;
					margin-left:50px;					
				}	
				
			#issues li img {
					zoom: 1;
					max-width:400px!important;
					margin: 10px 0px 10px 0px;
				}		
				
				#grad_left {
					display:none;
					
			}
				#grad_right {
					display:none;
			}
}



@media (max-width:480px) {
	
				#issues li p {					
					width:250px;
					margin-left:30px;
				}
				
				
				#issues li h1 {
					width:300px;
					margin-left:30px;					
				}
				
				
				#issues li h2 {
					width:300px;
					margin-left:30px;					
				}
				
				#issues li img {
					zoom: 1;
					max-width:250px!important;
					margin: 10px 0px 10px 0px;
				}
				
				
				#grad_left {
					display:none;
					
			}
				#grad_right {
					display:none;
			}
}



@media (max-width:360px) {
	
				#issues li p {					
					width:230px;
					margin-left:35px;
				}
				
				
				#issues li h1 {
					width:230px;
					margin-left:35px;	
					font-size:30px;				
				}
				
				#issues li h2 {
					width:230px;
					margin-left:35px;	
					font-size:18px;	
					line-height:20px;			
				}
				
				#issues li img {
					zoom: 1;
					max-width:230px!important;
					margin: 0px 0px 10px 0px;
				}
				
				
				#grad_left {
					display:none;
					
			}
				#grad_right {
					display:none;
			}
}
