﻿/* Mobile phones */
@media (max-width: 480px){
	#issues li img{margin:15px !important;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sub-header { padding: 0 2em;}
	.sub-header:before, .sub-header:after { width: 2em;}
	#issues {
		width:290px !important;
	}
	#issues li{width:290px !important;}
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
    .sub-header { padding: 0 2em;}
	.sub-header:before, .sub-header:after { width: 2em;}
	#issues {
		width:200px !important;
	}
	#issues li{width:200px !important;}
	#next,
		#prev {
			left: 30% !important;
		}
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .sub-header { padding: 0 2em;}
	.sub-header:before, .sub-header:after { width: 2em;}
	#issues {
		width:250px !important;
	}
	#issues li{width:250px !important;}
	#next,
		#prev {
			left: 40% !important;
		}
}
@media only screen and (max-width: 479px) {
	#timeline {
		width: auto !important
	}
	#dates {
	display:none;
	}
	#issues {
	width:100% !important;
	}
	#grad_top, #grad_bottom{
	width:100% !important;
	}
	#issues li{
	width:100% !important;
	}
}
	#timeline * {
    margin: 0;
    padding: 0;
}
	#timeline {
		width: 580px; /*340px;*/
		height: 170px;
		overflow: hidden;
		margin: 0px auto;
		position: relative;
		background: url('../images/06_timelineDot.gif') 3px top repeat-y;
		margin-bottom:40px;
	}
		#dates {
			width: 15px;
			height: 500px;
			overflow: hidden;
			float: left;
			padding:0;
		}
			#dates li {
				list-style: none;
				width: 45px;
				height: 100px;
				line-height: 100px;
				font-size: 16px;
				padding-left: 10px;
				background: url('../images/06_timelineBiggerdot.png') left center no-repeat;
			}
			.rotar {
				-webkit-transform: rotate(-90deg) !important;
    			transform: rotate(-90deg) !important;
			}
			#dates li .selected {
				color:#fc0;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
					
				}
				#dates .selected {
			        font-size: 14px;
				}
		
		#issues {
			width: 560px; /*290px;*/
			height: 500px;
			overflow: hidden;
			float: left;
			padding:0;
		}	
			#issues li {
				width: 560px; /*290px;*/
				height: 500px;
				list-style: none;
				float:left;
				text-align: justify;

			}
			#issues li h1 {
				width: 100%;
				font-size:14px;
				font-weight:bold;
				text-align:center;
				text-transform:uppercase;
				color:#eee;
			}
				#issues li img {
					float: left;
					margin: 0px;
					width:100%;
			
				}
				#issues li p {
					width:97%;
					font-size: 16px;
					color:#666;
					font-weight: normal;
					margin: 15px 0; /*15px 5px;*/
					overflow-y: hidden;
					-moz-overflow-y: auto;
					-o-overflow-y: hidden;
					-webkit-overflow-y: auto;
				}
		
		#grad_top,
		#grad_bottom {
			width: 330px;
			height: 40px;
			position: absolute;
		}
			#grad_top {
		        top: 0;
		        
			}
			#grad_bottom {
		        bottom: 0;
		        
			}
		
		#next,
		#prev {
			position: absolute;
			left: 50%;
			font-size: 30px;
			width: 40px;
			height: 22px;
			background-position: 0 -44px;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position:  0 0;
			}
			#next {
				bottom: 0;
				background-image: url('../images/06_timelinenext_v.png');
			}
			#prev {
				top: 0;
				background-image: url('../images/06_timelineprev_v.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
.link {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}