/*
15TongXing CSS Main
Handcraft by YuAo @ http://imyuao.com
*/

/* Reset everything */
html, body, div, h1, h2, h3, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, table, th, td { margin: 0; padding: 0; }
html {overflow:hidden;}
img {border:none;}
ul,li {
	list-style: none;
}
.left {
	float: left;
}
.right{
	float: right;
}
.clear:after {
  display:block; 
  visibility:hidden; 
  clear:both; 
  height:0; 
  content: "."; 
}
/* Reset ends */

/* Structure */
body {
	font: 14px/190% 'Microsoft YaHei', '微软雅黑', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF url(img/bg.png) top center repeat-x;
	text-align:left;
	color:#656565;
	min-width: 1000px;
}
#bg-wrapper {
	width: 100%;
	margin: 0 auto;
	min-height:540px;
	background:transparent url(img/bg_pic.jpg) top center no-repeat;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header{
	width: 100%;
	height: 158px;
	position:relative;
}

/* Common */
h1, h2, h3 {
  font-family: 'Microsoft YaHei', '微软雅黑', 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
  color:#656565;
  font-weight:normal;
}
h1 {
  font-size: 3.1em;  
  padding: 15px;
}
h2 {
  font-size: 2em;
  padding: 20px;
  border-bottom:1px #dae8d7 solid;
}
h3 {
  font-size: 1.6em;
  padding: 20px;  
}
p { padding: 10px; margin: 0; }
dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

a {
	color:#5e9ee3;
	text-decoration: none;
}
a:hover {
	color:#5e9ee3;
	text-decoration: underline;
}
.keyboard-key {
	border: 1px solid;
	border-color: #ddd #bbb #bbb #ddd;
	border-bottom-width: 2px;
	border-radius: 3px;
	background-color: #f9f9f9;
	padding: 1px 3px;
	font-family: inherit;
	font-size: 1em;
	white-space: nowrap;
}

/* Navigation */
#nav {
	position:absolute;
	top: 100px;
	left: 600px;
}
.navigation {
	width: 359px;
	height:37px;
}
.nav-item {
	display:inline;
	height:37px;
	float:left;
}
.nav-item a{
	display:inline-block;
	width: 64px;
	height:37px;
	text-align:center;
}
#nav-home {
	width: 66px;
	background:url(img/nav.png) top left no-repeat;
}
#nav-help {
	background:url(img/nav.png) -66px 0 no-repeat;
}
#nav-versions {
	background:url(img/nav.png) -130px 0 no-repeat;
}
#nav-about {
	background:url(img/nav.png) -194px 0 no-repeat;
}
#nav-weibo {
	width: 101px;
	background:url(img/nav.png) -258px 0 no-repeat;
}
#nav-indictor {
	width: 62px;
	height:3px;
	position:absolute;
	top: 31px;
	left: 2px;
	background-color:#00baff;
}

/* Page Header */
.panel-header {
	padding-left: 65px;
	background:url(img/help.png) 20px 19px no-repeat;
}
#help-header {
	background-image:url(img/help.png);
	_background-image:url(img/help.gif);
}
#versions-header {
	background-image:url(img/versions.png);
	_background-image:url(img/versions.gif);
}
#about-header {
	background-image:url(img/about.png);
	_background-image:url(img/about.gif);
}

/* Page Slider */
#slider {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.scroll {
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 960px;
}

/* Showcase */
#showcase {
	width:960px;
	margin: 0 auto;
	height:620px;
	border-radius:8px;
	background:url(img/hr_up.png) bottom center no-repeat;
}
#features {
	height: 560px;
	width: 100%;
	position:relative;
}
.feature {
	height:560px;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	display:none;
}
#features-nav {
	text-align: center;
	margin-top: 10px;
}
#features-nav li {
	display:inline;
}
.features-nav-item a {
	text-decoration: none;
	color:#bebebe;
	font-size: 25px;
	_font-size:16px;
	margin: 5px;
}
.features-nav-item a:hover{
	text-decoration: none;
}
.features-nav-item a.current {
	color:#00baff;
}

#f1 {
	background: url(img/content/f1.jpg?v1) center center no-repeat;
}
#f2 {
	background: url(img/content/f2.jpg?v1) center center no-repeat;
}
#f3 {
	background: url(img/content/f3.jpg?v1) center center no-repeat;
}
#f4 {
	background: url(img/content/f4.jpg?v1) center center no-repeat;
}
/* Main Panel */

#download {
	margin-top: 20px;
	height:130px;
	padding: 10px;
	padding-top: 20px;
	border-radius:8px;
	background:url(img/hr.png) top center no-repeat;
}
.info-block {
	width: 300px;
	float:left;
	text-shadow:0 1px 0 white;
}
#app-store-badge {
	padding:10px;
	margin-left: 20px;
	_margin-left: 10px;
}

#features-small {
	margin-top: 30px;
	height:220px;
	width: 960px;
	display:block;
}
.feature-block {
	width: 300px;
	padding: 10px;
	float:left;
}
.feature-block img {
	margin:0 7px;
	border: 3px solid #DDDDDD;
}

#press {
	border-top: 1px solid #EEE;
	margin: 5px 20px 0 20px;
}
#media-press {
	border-right: 1px solid #EEE;
}
#press h3 {
	color: #999;
	font-size:16px;
	line-height: 180%;
	padding: 20px 20px 10px 20px;
}
.press-title {
	color: #AAA;
}
.press-area {
	width: 459px;
	padding: 0;
	float:left;
}
.press-area p{
	padding: 0 20px;
	color: #CCC;
}
.press-area p a{
	color: #BBB;
}
.press-area p a:hover{
	color: #93b8f1;
}
/* Panel Common */
.panel-content {
	padding:0 30px;
}

/* Help Panel */
.question {
	color: #8c8c8c;
}


/* Versions Panel */
#timeline {
	position:relative;
	height:100px;
	width:960px;
	margin-bottom:40px;
	margin-top: 20px;
}
#timeline-track {
	position:absolute;
	height:8px;
	width:881px;
	left:39px;
	top:72px;
	z-index:1;
	background:url(img/Progress.Track.png) left top no-repeat;
}
#timeline-bar {
	position:absolute;
	height:8px;
	width:3px;
	left:43px;
	top:72px;
	z-index:2;
	background:url(img/Progress.Bar.png) right top no-repeat;
}
.timeline-times {
	position:absolute;
	color:#BBBBBB;
	font-size:0.8em;
	top:80px;
}
#timeline-starts{
	left:20px;
}
#timeline-now {
	color: #999999;
}
#timeline-ends{
	left:880px;
}
#timeline-items {
	position:absolute;
	height:70px;
	width:881px;
	left:39px;
	top:0;
}
.timeline-item {
	position:absolute;
	height:72px;
	width: 200px;
	top:0;
	border-left:1px solid #2bb0f0;
	padding:0;
	z-index:0;
	display:none;
}
.timeline-item a {
	position:absolute;
	top:-3px;
	left:-1px;
	padding:3px 5px;
	line-height:100%;
	border-left:3px solid #2bb0f0;
	color:#999999;
	text-decoration:none;
}
.timeline-item a:hover {
	color:#2bb0f0;
}
#timeline-item-2012 {
	position:absolute;
	height:72px;
	width: 200px;
	top:0;
	left:670px;
	border-right:1px solid #2bb0f0;
	padding:0;
	z-index:0;
	text-align:right;
	display:none;
}
#timeline-item-2012 a {
	position:absolute;
	top:-3px;
	right:-1px;
	padding:3px 5px;
	line-height:140%;
	border-right:3px solid #2bb0f0;
	color:#999999;
	text-decoration:none;
}
#timeline-item-2012 a:hover {
	color:#2bb0f0;
}
/* About Panel */
#about-content {
	padding: 20px 25px;
}
#about-content img {
	padding: 10px 0;
}
.about-head {
	color: #8d8d8d;
	padding: 10px 5px;
	margin: 20px 25px 5px 25px;
	border-bottom: 1px solid #EEEEEE;
}
/* Footer */
#footer {
	width: 960px;
	margin:0 auto;
	margin-top: 20px;
	text-align:center;
	border-top: 1px #CCCCCC solid;
	color:#AAAAAA;
	padding: 10px;
	font-size:0.75em;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/*Contact*/
#contact p {
	padding:10px 10px;
	margin: 0 15px;
	font-size:1.1em;
	border-bottom: 1px solid #EEEEEE;
}
/*modalbox*/
.apple_overlay {
	display: none;
}
.apple_overlay_content {
	width: 640px;
	padding:0 0 15px 0;
}
/* Buttons */
@-webkit-keyframes greenPulse {
  from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #FFF; }
  50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; }
  to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #FFF; }
}

@-webkit-keyframes bluePulse {
  from { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #FFF; }
  50% { background-color: #2daebf; -webkit-box-shadow: 0 0 18px #2daebf; }
  to { background-color: #007d9a; -webkit-box-shadow: 0 0 9px #FFF; }
}
.button {
	background: #222 url(img/overlay-button.png) repeat-x 0 0;
	_background:none;
	display: inline-block;
	padding: 5px 15px 6px;
	color: white !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
a.button {
	display: inline-block;
 	margin: 0 10px 9px 0;
}
a.button:hover {
	text-decoration: none;
}
.green.button {
	-webkit-animation-name: greenPulse;
	-webkit-animation-duration: 3s;
}
.green.button {
 	background-color: #91BD09;
}
.blue.button {
	-webkit-animation-name: bluePulse;
	-webkit-animation-duration: 4s;
}
.blue.button {
	background-color: #2DAEBF;
}
.large.button {
 	font-size: 14px;
 	padding: 8px 19px 9px;
}
a.button {
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}