a.timeline, a.timeline:link, a.timeline:visited {
	color:#000000;
	border:0px; /* I.E. bug fix, and would otherwise show faint gray line */
}

a.timeline:hover {
	border:0px; /* I.E. bug fix, and would otherwise show faint gray line */
	color:#e30c0b;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

h10 {  /* Anything affecting the headings of the descriptions.*/
	position:relative;
	top:7px; /*Sets vertical alignment of the dates in the middle of the screen */
	left:0px; /*Sets horizontal alignment of the dates in the middle of the screen */
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color:#e42a2a;
	text-shadow: #a8a8b0 0px -2px 2px;
}
	
#left, #right {
	cursor:move;
}
	
	#timeline {
		position:relative;
		width: 1142px;
		height:466px; /* prev 410px */ 
		overflow:hidden;
	}
	
	#timeline-holder {  /* This is the div that encloses everything in the box at center page */
		margin:0px auto;
		position:relative;
		top:20px;
		padding-top:12px;
		width:1140px;
		min-height:320px;
		padding-bottom:5px;
		background:url(../images/timeline_images/bg_top.png) repeat;
		border: 1px #969ea7 solid;

		
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		-o-border-radius:10px;
		
		-webkit-box-shadow: 0px -1px 10px rgba(75, 94, 114, .3);
		-moz-box-shadow:    0px -1px 10px rgba(75, 94, 114, .3);
		box-shadow:         0px -1px 10px rgba(75, 94, 114, .3);
	}
	
		#dates { /* Column at the top that holds the dates and bullet points */
			margin-top:10px; /* Gives space between the dots and the border */
			width: 1140px;
			height:105px;
			padding-top:10px;

			padding-bottom:0px;
			background: url(../images/timeline_images/dot.png) repeat-x;
		}
		
		#dates-scroll {
			margin:0px;
			position:relative;
			width:1140px;
			height:90px;
			overflow:hidden;
		}
		
		#dates-background { /* Holds everything at the top where the dates are */
			margin-top:10px;
			border: 1px #abb4be solid; /* Use lighter border color for better blending */
			position:relative;
			width:1140px;
			height:88px;
			
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
			border-radius:8px;
			-o-border-radius:8px;
			
			-webkit-box-shadow: 0px -2px 8px rgba(75, 94, 114, .4);
			-moz-box-shadow:    0px -2px 8px rgba(75, 94, 114, .4);
			box-shadow:         0px -2px 8px rgba(75, 94, 114, .4);
			
			background:url(../images/timeline_images/bg_top.png) repeat-x;
		}
		
			#dates li {
				margin-top:10px;
				position:relative;
				list-style: none;
				float: left;
				width: 142px;
				height: 20px;
				text-align: center;
				background: url(../images/timeline_images/bg_top.png) center repeat;
			}
			
			#go-back { /* Gets rid of that second annoying big dot that appears below "back" button */
				margin:0px;
				top:0px;
				background:none;
			}
			
				#dates a { /* Makes adjustments to the text dates at the top */
					margin:0;
					position:relative;
					top:-25px;
					line-height:45px;
					font-weight:normal;
					font-family:Arial, Helvetica, sans-serif;
					text-decoration:none;
					font-color:#000000;
					font-size:15px;
					
				}
				#dates .selected { /* Makes adjustments to the SELECTED text dates at the top. */
					margin:0;
					position:relative;
					line-height:45px;
					color: #e30c0b;
					font-family:Arial, Helvetica, sans-serif;
					text-decoration:none;
					font-size:15px;
					
				}
	
		#issues {
			width: 1150px;
			height:450px;
			position:relative;
			top:0px;
			padding-bottom:15px;
		}	
		
			#issues li {
				position:relative;
				width:1142px;
				height:450px;
				list-style: none;
				float:left;
				left:0px;
			}
				#issues li.selected img {  /* Display image on left side. */
					float: left;
					border:solid 1px #6f6f6f;
					margin: 10px 30px 15px 50px;
					position:relative;
					
					box-shadow: 0px 0px 6px 2px #b1b0b1;
					-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.3);
					-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.3);
				}
				
				#issues li img {
					float: left;
					margin: 10px 30px 0px 25px;
					border:solid 1px #6f6f6f;
					box-shadow: 0px 0px 6px 2px #535053;
					-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.3);
					-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.3);
				}
				
				#issues li h10 {
					margin: 20px 0;
				}
				
				#issues li p { /* This is the text area where the written descriptions are. */
					border:0px;
					font-size:12px;
					margin-top:13px;
					padding-right:100px;
					padding-left:10px;
					font-weight: normal;
				}
		
		#grad_left,
		#grad_right {
	width: 48px;
	height: 350px;
	position: absolute;
	top: 0px;
		}
		
		
		#next, #prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 135px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover, #prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right:10px;
				background-image: url('../images/timeline_images/next1.png');
			}
			#prev {
				left:10px;
				background-image: url('../images/timeline_images/prev1.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}


/* ---------------------------------------------  Extra stuff ------------------------------------------*/

#timeline-links { /* This is the "GO BACK" link */
	margin:0px;
	left:520px;
	margin-top:50px;
	margin-left:-18px; /* This aligns the "go back" link, properly. */
	position:absolute!important;
}

#timeline-links > a {
	font:size14px;
}
	
.timeline-item {
	margin-left:5px;
	margin-right:5px;
	display:inline;
}
