@charset "utf-8";
/*----------------------------------------------------------------------
  | Theme Name: Dreanmy
  | Theme URI: http://leotheme.cn/themes
  | Description: The WordPress theme based on the Await.
  | Version: 3.0 09.10.15
  | Author: Await
  | Author URI: http://leotheme.cn
  | Tags: Await,Dreamy,themes,wordpress,show,hide,Toggle,css,jQuery,Javascript
  -----------------------------------------------------------------------*/
body {
			font: 12px 'Microsoft Yahei',arial,SimSun,sans-serif;
			margin: 0 auto;
			padding: 0px;
			text-align: center;
			color: #555;
			background: #fff;
}
/*Rest
---------------------------------------------------*/
h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dd,dt,abbr,form,input { margin: 0; padding: 0; }
img { border: none; }

a { color: #096FB7; text-decoration: none; }
a:hover { text-decoration: underline; }

/*Header
----------------------------------------------------*/
#header {
	position: relative;
	z-index: 901;
	width: 100%;
	height: 104px;
	text-align: center;
	background: url(images/bgHeader.png) repeat-x;
}
	.headerContent {
		margin: 0 auto;
		position: relative;
		width: 882px;
		height: 104px;
		background: url(images/bgHeaderContent.png) no-repeat;
	}
		.logo {
			position: relative;
			float: left;
		}
			.logo a {
				float: left;
				width: 178px;
				height: 79px;
				display: block;
				background: url(images/Logo.png) no-repeat;
			} 
				.logo a span {
					display: none;
				}
		.logo p {
			position: absolute;
			left: 80px;
			top: 55px;
			max-width: 320px;
			min-width: 150px;
			width: 200px;
			font-size: 12px;
			color: #5280A9;
			letter-spacing: 5px;
			z-index: 999;
		}

	.navCon {
		width: 612px;
		text-align: right;
		background: Aqua;
			}
		.topBar {
			position: absolute;
			top: 5px;
			right: 2px;
		}
			.topBar li {
				float: right;
				width: 16px;
				height: 16px;
				margin: 0 5px;
				list-style: none;
			}
			.topBar a {
				display: block;
				width: 16px;
				height: 16px;
			}
			.topBar a span {
				display: none;
				overflow: hidden;
			}
			.topBar .home { background: url(images/topBar.gif) no-repeat; cursor: pointer; }
			.topBar .email { background: url(images/topBar.gif) 0 -16px no-repeat; }
			.topBar .map { background: url(images/topBar.gif) 0 -32px  no-repeat; }

	/*Nav
	----------------------------------------------------*/
	.nav {
		position: absolute;
		right: 0px;
		top: 59px;
	}
		.nav li {
			float: left;
			height: 36px;
			list-style: none;
			background: #C9E1EF url(images/bgNav.png) 0 0 repeat-x;
		}
			.nav a {
				float: left;
				color: #203851;
				height: 34px;
				line-height: 34px;
				margin-top: 1px;
				padding: 0 20px;
				border-left: 1px solid #F3F8FA;
				border-right: 1px solid #97BDD8;
				text-align: center;
				text-decoration: none;
			}
			.nav li a:hover { height: 35px; background: url(images/bgNav.png) 0 -37px repeat-x; }
			.nav li.current_page_item { height: 36px; background: url(images/bgNav.png) 0 -36px repeat-x; }
			#navHome a {
				width: 70px;
				height: 36px;
				line-height: 36px;
				color: #203851;
				margin: 0;
				padding: 0;
				border: none;
				background: #ABD7E9 url(images/bgNavHT.png)  0 0 no-repeat;
			}
			#navHome a:hover,#navHome .current { background: #BAE4F6 url(images/bgNavHT.png) 0 -36px no-repeat; }
			#navTheme a {
				display: block;
				width: 107px;
				height: 36px;
				line-height: 36px;
				color: #203851;
				margin: 0;
				padding: 0;
				border: none;
				background: #08E1FF url(images/bgNavHT.png) 0 -108px no-repeat;
			}
			
			#navTheme a:hover { background: #40EF5A url(images/bgNavHT.png) 0 -72px no-repeat; }
			#navTheme span {
				position: absolute;
				right: 16px;
				top: 14px;
				display: block;
				width: 7px;
				height: 8px;
				overflow: hidden;
				background: url(images/listICON.gif);
			}
			
/*Container
----------------------------------------------------*/
#Container {
	width: 882px;
	margin: 0 auto;
	margin-top: 5px;
	overflow: hidden;
}

	#content {
		position: relative;
		z-index: 902;
		float: left;
		width: 596px;
		text-align: left;
	}
		.dateList {
			width: 580px;
			height: 30px;
			line-height: 30px;
			font-weight: bold;
			color: #203851;
			padding-left: 10px;
			padding-right: 6px;
			background: #C9E1EF url(images/bgDateList.png) no-repeat;
		}
			.rss {
				width: 32px;
				height: 32px;
				margin-top: 0px;
				background: url(images/rssIcon.gif) left center no-repeat;
			}
				.rss span {
					display: none;
				}
		
		.index-post,.notfound {
			margin: 10px 0;
			padding: 10px;
			list-style: none;
			border: 1px solid #A6C9E1;
			background: #fff url(images/bgPost.png) repeat-y;
		}
		.post {
			margin-top: 10px;
			text-align: left;
		}
			.postTitle { margin-bottom: 8px; }
			
				.postTitle h1 {
					font-size: 22px;
					text-align: center;
					color: #666;
				}
				.postTitle h2 a {
					font-size: 14px;
					display: block;
					width: 430px;
					padding-bottom: 3px;
					border-bottom: 1px dotted #A6C9E1;
					color: #096FB7;
					white-space: nowrap; 
					text-overflow: ellipsis; 
					-o-text-overflow: ellipsis; 
					overflow: hidden;
				}
				.postTitle h2 a:hover { text-decoration: none; }
				.postTitle p,.postTitle p a { color: #999; }

			.postcustom { 
				width: 132px;
				height: 175px;
				text-align: left;
			}
				.customImg {
					display: block;
					width: 120px;
					height: 120px;
					padding: 5px;
					border: 1px solid #DDD;
				}
				.customImg img {
					width: 120px;
					height: 120px;
					overflow: hidden;
				}
				.postcustom p {
					position: relative;
					width: 120px;
					height: 40px;
					margin: 5px 0;
					padding: 5px;
					color: #666;
					line-height: 20px;
					background: #F4F4F4;
					overflow: hidden;
				}
				.postcustom .indexComments a {
					position: absolute;
					top: 5px;
					right: 5px;
					display: block;
					height: 16px;
					padding-left: 18px;
					line-height: 12px;
					color:#FF6600;
					background: url(images/commenstIcon.gif) no-repeat;
				}
				
		.postInfo {
			width: 100%;
			height: 22px;
			line-height: 22px;
			text-align: center;
			margin-top: 10px;
			padding: 3px 0;
			border-top: 1px solid #cecece;
			border-bottom: 1px solid #cecece;
		}
		.indexEntry {
			position: relative;
			width: 430px;
			min-height: 188px;
			line-height: 22px;
			overflow: hidden;
		}
			.indexEntry img { display: none; }/* Display Home Img */

		.entry {
			width: 100%;
			font-size: 14px;
			line-height: 22px;
		}
			.entry p { line-height: 22px; margin: 15px 0; }
			.entry ul,.entry ol { margin-left: 35px; }
		
		.indexEntry a:hover,.entry a:hover,#footer a:hover { color: #418702; }

		.singleNow,.singleNow a {
			font-size: 12px;
			font-weight: normal;
		}
		.singleContent,.notfound/*notfound*/ {
			width: 574px;
			padding: 10px;
			overflow: hidden;
			border: 1px solid #A6C9E1;
			background: #fff url(images/bgPost.png) repeat-y;
		}
			.singleContent img,.singleContent p { margin: 10px 0; }
			.postEdit {
				position: absolute;
				right: 0;
				bottom: -2px;
				display: none;
				padding: 0 5px 0 20px;
				background: url(images/postEditIcon.gif) left center no-repeat;
			}
			.more-link {
				font-size: 12px;
				height: 16px;
				line-height: 16px;
				padding-left: 18px;
				background: url(images/readAllIcon.gif) 0 0 no-repeat;
			}
			.more-link:hover { background: url(images/readAllIcon.gif) 0 -16px no-repeat; }
			.entry blockquote {
				border: 1px solid #ddd;
				border-left: 5px solid #ddd;
				padding-left: 10px;
				line-height: 20px;
			}
			.permalinkhtml input {
				width: 420px;
				padding: 1px 3px;
				border: 1px solid #CCCDD2;
				vertical-align: middle;
			}
			.newsPrevions {
				width: 553px;
				margin: 10px 0;
				padding: 6px 10px;
				border: 1px solid #C0D8E9;
				background: #EFF6F9;
			}
				.newsPrevions  span {
					display: block;
					margin: 5px 0;
					padding-left: 8px;
					background: url(images/singleListIcon.gif) left center no-repeat;
				}

/*Sidebar
-------------------------------------------------*/
.sidebar {
	position: relative;
	z-index: 903;
	float: right;
	width: 272px;
	text-align: left;
	border: 2px solid #E9F3FD;
	overflow: hidden;
}
	.sidebar a { color: #096FB7; }
	.sidebar h2,#searchform label {
		position: relative;
		display: block;
		height: 39px;
		line-height: 39px;
		font-size: 14px;
		font-weight: normal;
		color: #333;
		text-align: left;
		
		border-bottom: 1px solid #A6C9E1;
		padding-left: 10px;
		padding-top: 1px;
		background: url(images/bgSidebarH2.png) repeat-x;
	}
		.sidebar li h2 span {/*Up ADN Down*/
			position: absolute;
			top: 10px;
			right: 5px;
			display: block;
			width: 16px;
			height: 16px;
			text-indent: -9999em;
			overflow: hidden;
		}
			.sidebarup { background: url(images/arrow.gif) 0 0 no-repeat; }
			.sidebardown { background: url(images/arrow.gif) 0 -16px no-repeat; }
			
	.sidebar li {
		width: 270px;
		height: 100%;
		min-height: 20px;
		+margin-bottom: -4px;
		border: 1px solid #A6C9E1;
		border-bottom: none;
		list-style: none;
		background: #fff url(images/bgSidebarLi.png) no-repeat;;
	}
		.sidebar li div,.sidebar li ul,.sidebar li form {
			padding: 10px 10px 10px 10px;
		}
			.sidebar li ul li ul {
				padding: 0;
			}
		.sidebar .liborderbottom {
			width: 272px;
			height: 1px;
			font-size: 1px;
			margin-bottom: -1px;
			+margin-bottom: -3px;
			padding: 0;
			border-top: 1px solid #A6C9E1;
			overflow: hidden;
		}
	.sidebar p { line-height: 22px; text-indent: 2em; }

		.sidebar li ul li {
			width: 230px;
			text-align: left;
			margin: 5px 0;
			padding: 0;
			border: none;
			background: none;
		}
		.sidebar li ul.children li {
			width: 220px;
			padding-left: 20px;
			margin-bottom: 0;
			background: #fff url(images/cattreeIcon.gif) no-repeat;
		}
			.sidebar li ul.children li ul li {
				width: 190px;
				padding-left: 20px;
				background: url(images/cattreeIcon.gif) no-repeat;
			}
		#s,#sbi/*Google search*/  {
			width: 158px;
			height: 20px;
			color: #999;
			padding: 2px 0 0 2px;
			border: 1px solid #A6C9E1;
			background: #fff url(images/inputText.png) repeat-x;
			vertical-align: middle;
		}
		#searchsubmit,#sbb/*Google search*/ {
			width: 60px;
			height: 24px;
			line-height: 24px;
			color: #fff;
			text-align: center;
			border: none;
			background: #C9E1EF url(images/bgSearchSubmit.png) no-repeat;
			vertical-align: middle;
		}
		#wp-calendar  { width: 250px; }
		#wp-calendar tbody a { color: Green; font-weight: bold; }
		#wp-calendar #next { text-align: right; }
		
	#sidebarComment li {
		position: relative;
		list-style: none;
	}
		#sidebarComment li img {
			position: relative;
			left: 0;
			top: 0;
			padding: 2px;
			border: 1px solid #c2c2c2;
		}
		#sidebarComment li div {
			position: absolute;
			left: 45px;
			top: -12px;
			width: 180px;
			margin-left: 8px;
			display: inline;
			color: #999;
			line-height: 16px;
		}

/*Comment
------------------------------------------------*/
.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	border: 1px solid #A6C9E1;
	list-style: none;
	background: #fff;
}
	.commentlist li .avatar { 
		padding: 4px 9px 4px 4px;
		float: left;
		margin-right: 10px;
		background: url(images/bgAvatar.png) no-repeat;
	}
	.commentlist li.odd { background: #EFF6F9; }
	.commentlist li .byuser { background: #EEF5FA; border: 1px solid #A6C9E1; }
	.commentlist cite, .commentlist cite a { font-style: normal; font-size: 1.1em; }
	.pingback { background: #EFF6F9; }
	.reply { margin-left: 55px; }
	#comments,#respond h3 {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		color: #203851;
		margin: 10px 0;
		padding-left: 28px;
		border: 1px solid #A6C9E1;
		background: #EFF6F9 url(images/relatedPostTitleIcon.png) left center no-repeat;
	}
	.commentlist p {
		margin: 10px 5px 10px 55px;
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
	}
	.commentmetadata {
		margin: 0;
		display: block;
		font-weight: normal;
	}
	.commentlist li ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

	.commentform p { margin: 5px 0; }
	 #author,#email,#homeurl {
		width: 200px;
		height: 20px;
		margin-top: 5px;
		border: 1px solid #A5C9E1;
		padding: 4px 2px 0 2px;
		vertical-align: middle;
	}
	#email { width: 250px; padding:2px 0 0 2px; }
	#homeurl{ width: 300px;  padding:2px 0 0 2px;}

	.textareabox {
		position: relative;
		z-index: 802;
	}	
		#bgsmilies {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 800;
			width: 100%;
			background: #000;
			filter:alpha(opacity=0); /* IE */
			-moz-opacity:0; /* Moz + FF */
			opacity: 0; 
		}
		#smilles {
			position: absolute;
			left: 250px;
			top: 6px;
			z-index: 806;
			width: 16px;
			height: 16px;
			padding: 2px;
			text-align: center;
			cursor: pointer;
			background: url(images/smileIcon.gif) no-repeat;
		}
			#smilles span { display: none; }
		.wp_smilies {
			position: absolute;
			left: 250px;
			top: 28px;
			z-index: 888;
			display: block;
			width: 112px;
			padding: 3px;
			border: 1px solid #A5C9E1;
			background: #fff;
			display: none;
		}
	.commentform textarea {
		position: relative;
		z-index: 789;
		width: 99%;
		height: 180px;
		padding: 2px;
		border: 1px solid #A5C9E1;
		background: #fff url(images/bgTextarea.gif) right bottom no-repeat;
	}
	.commentform #submit {
		width: 120px;
		height: 24px;
		color: #FFF;
		margin: 12px 0 5px auto;
		border: none;
		background: #C9E1EF url(images/bgCommentSubmit.png) no-repeat;
	}

/*Footer
------------------------------------------------*/
.footer {
	position: relative;
	z-index: 905;
	width: 100%;
	margin-top: 10px;
	background: #EFF6F9;
}
	#footer {
		margin: 0 auto;
		padding: 15px 0;
		width: 882px;
		text-align: left;
	}
		#footer h2 {
			font-size: 14px;
			margin-bottom: 8px;
			padding-bottom: 8px;
			border-bottom: 1px solid #A6C9E1;
		}
		#footer .archive { width: 300px; }
		
		#footer .archive li,#footer .meta li {
			margin: 5px 0;
			list-style: none;
		}
		#footer .archive li {
			float: left;
			width: 100px;
		}
		#footer .tags {
			width: 360px;
			margin-left: 20px;
			display: inline;
		}
	#footer .meta { width: 180px; }
	
	.copyright {
		width: 100%;
		height: 35px;
		color: #06385a;
		background: url(images/bgFooter.png) repeat-x;
		border-top: 1px solid #A5C9E1;
	}
		.copyright a { color: #06385a; }
		.copyright p {
			width: 882px;
			margin: 0 auto;
			margin-top: 10px;
			text-align: left;
		}

/*PageStyle
-----------------------------------------*/
.ApostDate {
	width: 60px;
	text-align: center;
}
	.ApostDate span {
		font-size: 30px;
		color: #096FB7;
	}
	.ApostTitle {
		position: relative;
		width: 492px;
		margin-left: 10px;
		padding-left: 10px;
		display: inline;
		border-left: 2px solid #A6C9E1;
	}
	.ApostTitle h2 { font-size: 18px; }

	
.about { background: url(images/bgAbout.png) right bottom no-repeat; }
	.about h2 {
		font-size: 14px;
		margin: 5px 0;
		}
	.about p {
		font-size: 12px;
		line-height: 22px;
	}
	.about ol {
		margin-bottom: 20px;
	}

#guestbook { font-size: 12px; }
#guestbook .commentlist li,#guestbook .commentform input,#guestbook .commentform textarea {
	border: 1px solid #A6C9E1;
	list-style: none;
}
	#guestbook .commentform #submit { border: none; }

.themes ul li {
	width: 574px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #A6C9E1;
	list-style: none;
}
	.themeDemoImg {
		border: 1px solid #DDD;
		padding: 5px;
	}
	.themeInfo {
		width: 228px;
		line-height: 24px;
	}

.linksPage li {
	float: left;
	width: 260px;
	height: 24px;
	list-style: none;
}
	.linksh2 {
		font-size: 16px;
		margin: 10px 0;
		padding-left: 5px;
		border-left: 5px solid #DDD;
	}

.Error404 {
	width: 860px;
	text-align: left;
	padding: 10px;
	line-height: 28px;
	border: 1px solid #A6C9E1;
	background: url(images/bg404.png) right no-repeat;
}
	.Error404 h1 {
		width: 360px;
		font-size: 18px;
		padding-bottom: 5px;
		list-style: none;
		border-bottom: 1px solid #ccc;
	}
	.Error404 p { margin-top: 15px; }

/*	ifocus-Img
---------------------------------------------*/
#ifocus {
	display: ;
	position: relative;
	width: 582px;
	height: 182px;
	padding: 8px 6px 10px 6px;
	border: 1px solid #A6C9E1;
	margin-bottom: 10px;
	background: url(images/bgIfocusBox.png) no-repeat;
	overflow:hidden;
}
	#ifocus_list {
		width: 582px;
		height: 152px;
		overflow: hidden;
	}
	#ifocus_info_bg {
		position: absolute;
		background-color: #000;
		margin: 122px 0px 0 0px;
		height: 30px;
		width: 582px;
		filter: Alpha(Opacity=30);
		opacity: 0.3;
		z-index: 1;
	}

	#ifocus_info{
		position: absolute;
		margin-top: 118px;
		padding: 10px;
		font-weight: bolder;
		color: #fff;
		z-index: 41;
		cursor: pointer;
	}
	#ifocus_control {
		position: absolute;
		margin-top: 158px;
		height: 11px;
		width: 582px;
		text-align: center;
	}
		#ifocus_control ul li {
			float: left;
 			width: 25px;
 			height: 27px;
			line-height: 22px;
 			color:#FFF;
			background: url(images/ifocusNumber_new.png) left top no-repeat;
			margin-right: 5px;
			display: inline;
			cursor: pointer;
		}
		#ifocus_control ul li.current {
			color: #FFF;
			background: url(images/ifocusNumber_new.png) left bottom no-repeat;
		}
			#ifocus_control ul li em {
				font-style: normal;
				font-weight: bolder;
			}
/*Othes
------------------------------------------------*/
.clear				 { clear: both; }
.fLeft				 { float: left; }
.fRight 			    { float: right; }
.align_c				 { text-align: center; }
.light 				 { color:#FF6600; }
.bold 				 { font-weight: bold; }
.marginTop5			 { margin-top: 5px; }
.noMarginTop 		 { margin-top: 0; }
.noDisplay			 { display: none; }
.noStrong			 { font-weight: normal; }
.dateListBgColor 	 { background: #EFF6F9; }
.wopusIDC 			 { margin-bottom: 10px; }
