@charset "utf-8";
/* CSS Document */


a:hover {
	text-decoration: underline
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: none
}
#main {
	width: 100%;
	min-height: 600px;
	padding: 30px 0;
	background: url(../images/lc_bg.png) no-repeat center top;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	
	
}
h2.top_title {
	margin: 4px 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 18px;
	color: #a84c10;
	background: url(../images/arrL.gif) no-repeat 2px 14px
}
#timeline {
	width: 760px;
	height: 300px;
	overflow: hidden;
	margin: 150px auto 0 auto;
	position: relative;
	background: url('/skin/images/dot.gif') left 45px repeat-x;
}
#dates {
	width: 760px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('/skin/images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color: #FF0004;
}
#dates .selected {
	font-size: 48px;
}
#issues {
	width: 760px;
	height: 300px;
	overflow: hidden;
}
#issues li {
	width: 760px;
	height: 300px;
	list-style: none;
	float: left;
}
#issues li h1 {
	color: #fff;
	font-size: 30px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
	line-height: 45px;
}
#issues li p {
	font-size: 16px;
	margin-right: 70px;
	margin: 10px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
}


@media screen and (max-width: 767px) {
	


a:hover {
	text-decoration: underline
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: none
}
#main {
	width: 100%;
	min-height: 400px;
	padding: 30px 0;
	background: url(../images/lc_bg.png) no-repeat center top;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	
	
}
h2.top_title {
	margin: 4px 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 18px;
	color: #a84c10;
	background: url(../images/arrL.gif) no-repeat 2px 14px
}
#timeline {
	width: 460px ; 
	height: 300px;
	overflow: hidden;
	margin: 50px auto 0 auto;
	position: relative;
	background: url('/skin/images/dot.gif') left 45px repeat-x;
}
#dates {
	width: 460px; 
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('/skin/images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color: #FF0004;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 460px;
	height: 300px;
	overflow: hidden;
}
#issues li {
	width: 460px;
	height: 300px;
	list-style: none;
	float: left;
}
#issues li h1 {
	color: #fff;
	font-size: 18px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
	text-indent:20px;
	
}
#issues li p {
	font-size: 14px;
	margin-right: 70px;
	margin: 10px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	text-indent:10px;
	word-wrap:break-word;
}
	
	
}