@charset "utf-8";
/*----------------------------------------------------------------------
  | Theme Name: Flight
  | Theme URI: http://leotheme.cn/theme
  | Description: Theme for WordPress 3.0. By Await 
  | Version: 1.4
  | Author: Await
  | Author URI: http://leotheme.cn
  | Tags: blue,custom-sidebar,theme-options,comments,tipswindown,login-windown
  -----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0px;
	font: 12px 'Microsoft Yahei',arial,SimSun,sans-serif;
	text-align: center;
	color: #777;
	background: #73C5E5 url(images/bg_body_cyan.png) no-repeat scroll right top;
}

/*Rest
---------------------------------------------------*/
h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dd,dt,abbr,form,input { margin: 0; padding: 0; }
img { border: none; display: block; }

a { color: #096FB7; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { font-size: 14px; font-weight: normal; }
h2 {
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #5AABCF;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0 0 3px 8px;
}
h3 { font-size: 14px; font-weight: normal; color: #000; }

/* Header 
----------------------------------------------------*/
#header {
	position: relative;
	width: 824px;
	margin: 0 auto;
	height: 95px;
	text-align: left;
	z-index: 10;
}
	.logo {
		float: left;
		position: relative;
		left: 0;
		top: 5px;
		z-index: 18;
	}
		.logo a img {
			float: left;
		}
		.logo a.text {
			float: left;
			font-size: 38px;
			color: #ffffff;
			text-decoration: none;
			padding-left: 30px;
		}
			
	#header p {
		position: absolute;
		left: 110px;
		top: 38px;
		color: #ffffff;
		font-size: 12px;
		font-weight: 200;
		margin: 5px 0 0 3px;
		letter-spacing: 6px;
		width: 200px;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
	.back-home {
		position: absolute;
		left: -130px;
		top: 37px;
		z-index: 16;
		width: 198px;
		height: 185px;
		background: url(images/back-home.png) no-repeat;
		filter: alpha(opacity=50); /* IE */
		-moz-opacity: 0.5; /* Moz + FF */
		opacity: 0.5;
	}
		.back-home span { display: none; }

/* Container
-------------------------------------------------- */
#container {
	width: 824px;
	margin: 0 auto;
}
	/* Left */
	#sidebar {
		position: relative;
		width: 170px;
		text-align: left;
		margin-top: 20px;
		color: #fff;
		z-index: 26;
	}
		#sidebar a { text-decoration: none; color: #fff;}
		#sidebar a:hover { color: #02335c;}
		
		#sidebar li { padding: 5px 0; list-style: none; }
			#sidebar li ul { margin-top: 5px; }
				#sidebar li ul li { padding: 2px 0 2px 22px; }
				#sidebar li ul.children li,#sidebar li ul.children li ul li {
					padding-left: 18px;
					background: url(images/icon.png) -470px -248px no-repeat;
				}
			
			#sidebar li.archive .showallarchive {
				display: block;
				width: 38px;
				margin-left: 24px;
				color: #02335c;
				background: url(images/icon.png) -444px -306px no-repeat; 
			}
				#sidebar li.archive .archiveup {
					background: url(images/icon.png) -444px -326px no-repeat; 
				}
	
	/* Right */
	#right {
		position: relative;
		width: 200px;
		margin-top: 50px;
		text-align: left;
		color: #fff;
	}
		#right a { color: #fff; }
		#right a:hover { color: #02335c; }
		
		#right li {
			width: 200px;
			list-style: none;
			margin: 10px 0;
			padding: 0 0 10px 0;
			overflow: hidden;
		}
			#right li ul,#right li p,#right li form {
				width:170px;
				padding-left: 20px;
			}
				#right li ul li,#right li ul li ul li {
					width: 180px;
					margin: 5px 0;
					padding: 0;
				}
			#right li.aboutme p {
				text-indent: 2em;
				line-height: 20px;
			}
			/* RSS */
			#right .rss {
				position: absolute;
				right: 0;
				top: 158px;
				width: 32px;
				height: 20px;
				background: url(images/icon.png) -470px -11px no-repeat;
			}
			#right .rss span { display: none; }
			
			/* Form */
			#searchform { margin-top: 10px; }
			#s {
				font-size: 12px;
				width: 110px;
				height: 19px;
				padding: 1px 0 2px 2px;
				vertical-align: middle;
				color: #fff; 
				border: 1px solid #089dcb; 
				background: none; 
			}
				#s:hover,#s.exact {
					color: #02335c;
					background: #ffffff;
				}
			#searchsubmit {
				width: 50px;
				height: 24px;
				border: none;
				margin-left: -5px;
				vertical-align: middle;
				color: #fff; 
				background: url(images/bg.png) 0 0 no-repeat;;
			}
			#searchsubmit:hover,.searchsubmithover {
				background: url(images/bg.png) 0 -30px no-repeat;;
			}
			
			#sidebarComment li { position: relative; }
				#sidebarComment li img {
					padding: 2px;
					border: 1px solid #60B7DE;
					position: relative;
					left: 0;
					top: 0;
				}
				#sidebarComment li div {
					position: absolute;
					left: 45px;
					top: 0px;
					width: 110px;
					margin-left: 8px;
					display: inline;
					line-height: 16px;
					color: #fff;
				}
/* Content
--------------------------------------------------- */
.content_box {
	float: left;
	width: 434px;
	padding: 10px;
	background: #60B7DE;
	text-align: left;
	overflow: hidden;
}

#content {
	width: 404px;
	min-height: 920px;
	_height: 920px;
	padding: 12px;
	border: 3px solid #5AABCF;
	background: #fff;
}
	
	.post { margin-bottom: 20px; }
		.post .title {
			padding-left: 5px;
			border-left: 5px solid #e6f5fe;
			color: #0066AC;
		}
			.post .title a { font-size: 16px;  color: #0066AC; }
			.post .title a:hover { text-decoration: none;}
			.post .title .date {
				font-size: 12px;
				margin-top: 10px;
				color: #999;
			}

		.entry {
			font-size: 14px;
			margin: 10px 0;
			padding: 0 10px;
			line-height: 24px;
			text-align: left;
			word-wrap: break-word;
		}
			.entry a {text-decoration: none;color: #006699; }
			.entry a:hover { text-decoration: underline; }
			
			.entry .entryimgbox {
				position: relative;
				border: 2px solid #DDD;
				margin-bottom: 20px;
				padding: 2px;
				overflow: hidden;
			}

				.entry .entryimgbox img {
					margin: 0;
					padding: 0;
					border: none;
					overflow: hidden;
				}
			.entry .more-link { background: url(images/icon.png) -470px -29px no-repeat; padding-left: 18px; }

			.entry .hl-surround { margin: 10px 0; }
			
		.post .info {
			font-size: 12px;
			height: 16px;
			line-height: 16px;
			margin-top: 10px;
			padding: 4px 0;
			text-align: left;
			border-bottom: 1px dashed #72C5E5; 
			border-top: 1px dashed #72C5E5;
		}

			.post .info .views { color: #006699; }
			.post .info .admin { float: left; background: url(images/icon.png) -470px -130px no-repeat; padding-left: 18px; display: block; height: 16px; }
			.post .info .cat { float: left; background: url(images/icon.png) -470px -210px no-repeat; padding-left: 18px; display: block; height: 16px; }
			.post .info .comments { float: left; background: url(images/icon.png) -470px -170px no-repeat; padding-left: 18px; display: block; height: 16px; }
			.post .info .views {float:left; background: url(images/icon.png) -470px -150px no-repeat; padding-left: 18px; display: block; height: 16px;}
			.post .info .post_edit a { float: left; margin-left: 5px; display: inline; height: 16px; text-decoration: underline; }

		.previous-entries,
		.next-entries,
		.previous-entries a,
		.next-entries a {
			margin-top: 5px;
			background: #f2fbfe;
			color: #1B739E;
		}/*prev next*/
		
		
/* Comments
---------------------------------------- */
#commentlist li {
	margin-top: 36px;
	padding: 0 10px 10px 10px;
	border: 1px solid #A6C9E1;
	list-style: none;
}
	.comment-author {
		
	}
		.comment-author .avatar {
			float: left;
			margin-top: -28px;
			padding: 2px;
			border: 1px solid #A6C9E1;
			background: #ffffff;
		}
		.comment-author cite {
			float: left;
			font-size: 12px;
			font-style: normal;
			display: block;
			height: 20px;
			margin-left:5px;
		}
		.comment-author span.says { display: none; }
		
	.comment-meta {
		clear: left;
		display: block;
		font-size: 12px;
		padding-top:10px;
	}
	.comment-body p {
		margin: 10px 0;
		line-height: 20px;
	}
	.comment-body .reply {
		font-size: 12px;
	}
		
	#commentlist li.odd { background: #EFF6F9; }
	#commentlist li .byuser {
		
	}
	#commentlist li ul li { margin-right: 10px; margin-left: 10px; }
	#comment-pages {
		margin-top: 10px;
	}

	#comments,#respond h3 {
		margin: 20px 0;
		font-size: 20px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

	#commentform p { margin: 5px 0; }
	#commentform .inputbox { width: 100%; margin-top: 5px; }
		#commentform .inputbox label { font-size: 12px; }
		#commentform .name,#commentform .email,#commentform .inputurl {
			float: left;
			width: 20%;
			display: inline;
		}
		#commentform .email,#commentform .name { margin-right: 10px; }
		#commentform .email,#commentform .inputurl { width: 37%; }

		#author,#email,#url {
			width: 97%;
			padding: 2px 0 2px 2px;
			margin-top: 5px;
			border: 1px solid #A5C9E1;
			color: #999;
			background: #fff url(images/bg.png) 0 -230px repeat-x;
			height: 25px;
			vertical-align: middle;
		}

	#commentform .textareabox {
		width: 100%;
		position: relative;
		z-index: 802;
	}
		#cancel-comment-reply-link {
			width: 16px;
			color: #666;
			background: url(images/icon.png) -472px -290px no-repeat;
			text-indent: 10em;
			position: absolute;
			right: 18px;
			top: -15px;
			z-index: 889;
			height: 16px;
			overflow: hidden;
		}
		
		#smilles {
			position: absolute;
			right: 0;
			top: -18px;
			width: 16px;
			height: 20px;
			cursor: pointer;
			background: url(images/icon.png) -470px -270px no-repeat;
			text-align: center;
			z-index: 806;
		}
			#smilles span { display: none; }

		.wp_smilies {
			position: absolute;
			right: -2px;
			_right: 0;
			top: 1px;
			width: 57px;
			height: 184px;
			padding: 0;
			border: 1px solid #A5C9E1;
			display: none;
			background: #fff;
			z-index: 888;
		}
		.wp_smilies a {
			float: left;
			width: 16px;
			height: 16px;
			line-height:16px;
			margin:4px 0 0 2px;
			list-style: none;
			overflow: hidden;
		}

	#commentform textarea {
		width: 99%;
		padding: 2px;
		border: 1px solid #A5C9E1;
		background: #fff url(images/icon.png) 120px -672px no-repeat;
		height: 180px;
	}

	#commentform #submit {
		margin: 5px 0 5px auto;
		padding: 5px 10px;
		border: none;
		color: #666;
		border: 1px solid #999;
		background: url(images/bg.png) 0 -60px repeat-x;
	}
	#commentform .exact,#commentform #submit:hover {
		color: #114477;
		border: 1px solid #0195c5;
		background: url(images/bg.png) 0 -100px repeat-x;
	}
	#commentform .comment-tips { font-size: 12px; }


/* Footer
------------------------------------------- */
#footer {
	width: 824px;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
	#footer p {
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 89px;
		height: 32px;
	}
	#footer a {text-decoration: underline;color: #fff; }
	#footer a:hover {text-decoration: none;  }
	#goto_top a {
		position: fixed;
		left: 50%;
		bottom: 10px;
		z-index: 16;
		margin-left: 415px;
		width: 122px;
		height: 112px;
		background: url(images/goto-top.png) no-repeat;
		filter: alpha(opacity=50); /* IE */
		-moz-opacity: 0.5; /* Moz + FF */
		opacity: 0.5;
	}
		#goto_top a span { display: none; }
		
/* Page style
---------------------------------------------- */
body.page .entry h2 {
	margin-top: 10px;
	color: #0066AC;
}

body.page .entry li {
	list-style: none;
	margin: 5px 0;
}
body.page .entry div.about-text {
	height: 250px;
	background: url(images/abouteme.png) right bottom no-repeat;
}
body.page .page_links li {
	float: left;
	width: 185px;
}
body.error404 .notfound { text-align: center; }
body.error404 .notfound img { margin-left: 20px; }
body.error404 .notfound p {margin-top: 20px; text-align: left;line-height: 22px; }
/*	ifocus-Img
---------------------------------------------*/
#ifocus {
	position: relative;
	width: 404px;
	height: 152px;
	margin-bottom: 10px;
	overflow: hidden;
	z-index: 618;
}
	.ifocus_list {
		position: absolute;
		left: 0;
		list-style: none;
	}
	.ifocus_list li { display: ; float: left; }
	.ifocus_info {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 34px;
		z-index: 619;
		background: #000;
		filter: alpha(opacity=30);
		opacity:0.3;
	}
	.ifocus_title {
		position: absolute;
		bottom: 10px;
		left: 10px;
		z-index: 620;
		color: #fff;
		font-weight: 600;
		cursor: pointer;
	}
	.ifocus_control { 
		position: absolute;
		bottom: 2px;
		right: 5px;
		z-index: 621;
 	}
	.ifocus_control li {
		float: left;
		width: 25px;
		margin-right: 5px;
		display: inline;
		color: #FFF;
		background: url(images/icon.png) -470px -370px no-repeat;
		font-weight: bold;
		line-height: 22px;
		height: 27px;
		text-align: center;
		cursor: pointer;
	}
		.ifocus_control li.current {
			color: #328724;
			background: url(images/icon.png) -470px -400px no-repeat;
		}


/*simpleWindown
------------------------------------------------*/
#windownbg {
	width: 100%;
	display: none;
	background: #000; /*body-bg*/
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

#windown-box {
	border: 5px solid #E9F3FD;
	background: #FFF;
	text-align: left;
	position: fixed;
	_position: absolute; /*For IE 6.0*/
}

#windown-title {
	border: 1px solid #A6C9E1;
	background: url(images/bg.png) 0 -180px repeat-x;
	position: relative;
	height: 30px;
	overflow: hidden;
	
}

#windown-title h2 {
	color: #666;
	font-size: 14px;
	position: relative;
	left: 10px;
	top: 5px;
	border-bottom: none;
}

#windown-close {
	width: 10px;
	background: url(images/icon.png) -472px -290px no-repeat;
	text-indent: -10em;
	position: absolute;
	right: 10px;
	top: 8px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
}

#windown-content-border {
	border: 1px solid #A6C9E1;
	padding: 5px 0 5px 5px;
	background: url(images/bg.png) 0 -230px repeat-x;
	position: relative;
	top: -1px;
}

#windown-content {
	text-align: center;
	position: relative;
	overflow: auto;
}

#windown-content .loading {
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#loginformbox { display: none; }

	#loginform { margin: 20px 0 0 50px; font-size: 14px; }

	#loginform p { margin: 10px 0; text-align: left; }

	#loginform .user,#loginform .password { font-weight: bold; }

#loginform .input-user,#loginform .input-password {
	width: 240px;
	padding: 5px 0 0 2px;
	border: 1px solid #CCC;
	background: url(images/bg.png) 0 -230px repeat-x;
	height: 23px;
}

	#login-submit {
	width: 82px;
	margin-left: 104px;
	border: none;
	color: #666;
	border: 1px solid #5aabcf;
	background: url(images/bg.png) 0 -180px repeat-x;
	line-height: 24px;
	text-align: center;
	height: 31px;
	vertical-align: middle;
	+margin-left: 98px;
}
	#login-submit:hover,#login-submit .hover {color: #02335c; background: url(images/bg.png) 0 -100px repeat-x; }

/* Plugis */
.st-related-posts { list-style: none; margin: 5px 0 10px 0; }
.st-related-posts li {
	height: 16px;
	line-height: 18px;
	list-style: none;
	margin: 3px 0;
	background: url(images/page_white.png) no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
	 border-bottom: 1px dashed #c2c2c2; 
}
.st-related-posts li a { text-decoration: none; color: #0195C5; }


/* WordPress 2.1 Plugin: WP-PageNavi 2.20		*/
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px;
	margin-left: 4px;
	text-decoration: none;
	display: inline;
	float: left;
	_margin-top: 3px;
	border: 1px solid #B5CADB;
	color: #0066AC;
	background: #FBFAF4;
}
.wp-pagenavi a:hover {
	border: 1px solid #06AFE6;
	color: #114477;
	background: #ffc;
}
.wp-pagenavi span.pages {
	padding: 2px 4px;
	display: inline;
	float: left;
	_margin-top: 3px;
	color: #0066AC;
	border: 1px solid #B5CADB;
	background: #FBFAF4;
}
.wp-pagenavi span.current {
	padding: 4px 6px;
	margin-left: 4px;
	margin-top: -3px;
	_margin-top: 0px;
	font-weight: bold;
	display: inline;
	float: left;
	border: 1px solid #B5CADB;
	color: #0066AC;
	background: #FBFAF4;
}
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
