/*
Theme Name: Blue Dream
Theme URI: http://www.smartcarp.com/bluedream/
Description: This is my first WordPress theme, I hope I could have your support and help. Author: <a href="http://www.smartcarp.com/">carp</a>.
Version: 1.1
Author: carp
Author URI: http://www.smartcarp.com/
Tags: blue, white, fixed width, two columns, widgets, right-sidebar
*/

*{
	margin:0;
	padding:0;
}
body{
	background:#eee;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#333;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
h1{font-size:180%;}
h2{font-size:160%;}
h3{font-size:140%;}
h4{font-size:120%;}
h5{font-size:110%;}
h6{font-size:100%;}
a{
	text-decoration:none;
	color:#369;
}
a:hover{
	text-decoration:none;
	color:#03f;
}
img{
	border:0;
}
.fixed{
	clear:both;
	border:none;
	padding:0;
	margin:0;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
#wrapper{
	width:960px;
	margin:10px auto;
}

/* header Start */
#header{
	width:960px;
	height:90px;
	background:#000 url(images/header.jpg) no-repeat center;
	padding:0;
	margin:5px auto;
	border:none;
}
#blogInfo{
	float:left;
	padding:5px 5px 5px 15px;
}
#blogName{
	font-size:28px;
	margin-bottom:2px;	
}
#blogName a{
	color:#9cf;
}
#blogName a:hover{
	color:#def;
	text-decoration:none;
}
#blogSubhead{
	font-size:13px;
	color:#fff;	
}
/* header End */

/* navigation Start */
#navigation{
	width:960px;
	height:32px;
	padding:0;
	margin:5px auto;
	background:#fff url(images/nav.gif) repeat-x 0 0;
}
#navigation ul{
	list-style:none;
}
li#home{
	float:left;
	margin-left:20px;
}
#navigation ul li{
	float:left;
}
#navigation ul li a{
	line-height:32px;
	display:block;
	font-size:13px;
	color:#333;
	text-decoration:none;
	padding:0 10px;
}
#navigation ul li a:hover{
	text-decoration:none;
	color:#fff;
	background:url(images/nav.gif) repeat-x 0 -32px;
}

/* searchBox Start */
#searchBox{
	width:170px;
	background:url(images/searchBox.gif) no-repeat center;
	margin-left:20px;
	margin-right:20px;
	margin-top:6px;
	float:right;
}
#searchBox .textfield{
	width:132px;
	background:none;
	border:none;
	font-size:12px;
	padding:3px 0 2px 5px;
	float:left;
}
#searchBox .button{
	width:21px;
	height:20px;
	background:none;
	border:none;
	cursor:pointer;
	float:right;	
}
/* searchBox End */
/* navigation End */

/* mainBox Start */
#mainBox{
	width:960px;
	margin:10px auto;
}

/* content Start */
#content{
	width:620px;
	padding:5px;
	float:left;
	overflow:hidden;
}
.post{
	border-top:4px dotted #09f;
	padding:10px 0 10px 0;
	margin:0 auto 20px auto;
}
.post .info{
	margin:5px;
}
.post .content{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	font-size:14px;
}
.post p{
	line-height:1.5em;
	margin-top:0.6em;
	margin-bottom:0.6em;
}
.post .edit, 
.post .date, 
.post .comment, 
.post .author, 
.post .categories, 
.post .tags, 
.post .readmore, 
.post .postpath, 
.post .views{
	background:url(images/icons.gif) no-repeat top;
	padding-left:20px;
	font-size:13px;
}
.post .edit{
	background-position:0 -48px;
}
.post .date{
	background-position:0 -16px;
}
.post .comment{
	background-position:0 -64px;
}
.post .author{
	background-position:0 0;
}
.post .categories{
	background-position:0 -224px;
}
.post .tags{
	background-position:0 -208px;
}
.post .readmore{
	background-position:0 -32px;
}
.post .postpath{
	background-position:0 -192px;
	border-bottom:2px solid #ccc;
	margin:5px 0 10px 0;
}
.post .views{
	background-position:0 -240px;
}
.post .underT{
	padding:2px;
	margin-left:3px;
	margin-right:3px;
	
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-color:#09f;
	font-size:12px;
	line-height:20px;
}
.post .underB{
	padding:2px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:5px;

	border-bottom:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-color:#09f;
	font-size:12px;
	line-height:20px;
}
.title, .title a{
	color:#36c;
	margin-left:2px;
}
.title a:hover{
	text-decoration:none;
	color:#03f;
}
.postHeader{
	border:4px dotted #9cf;
	padding:5px;
	margin-bottom:10px;
}
.childCats{
	list-style:none;
	border:4px dotted #9cf;
	padding:5px;
	margin-bottom:10px;
}
.childCats h5{
	padding-bottom:2px;
	border-bottom:2px solid #36c;
	margin-bottom:5px;
}
.childCats ul{
	list-style:none;
}
.childCats li{
	float:left;
	background:url(images/list.gif) no-repeat 0 3px;
	padding-left:10px;
	margin-left:8px;
	margin-top:5px;
	margin-bottom:5px;
}
ul.conList{
	list-style:none;
}
.conList li{
	background:url(images/list.gif) no-repeat 0 3px;
	padding-left:15px;
	padding-right:2px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

/* wp_pagenavi Start */
#pagenavi{
	clear:both;
	margin:10px auto;
	font-size:12px;
	border:1px solid #000;
	padding:5px;
	color:#000;
	text-align:center;
}
.pagers strong{
	background:#def;
	border:1px solid #06f;
	padding:0 5px;
}
.pagers a{
	border:none;
	margin:0 8px;
}
/* wp_pagenavi End */

/* postnavi Start */
#postnavi{
	clear:both;
	width:602px;
	margin:5px auto;
	font-size:12px;
	border:1px solid #000;
	padding:5px;
}
#postnavi .older{
	float:left;
	margin-left:8px;	
}
#postnavi .newer{
	float:right;
	margin-right:8px;
}
/* postnavi End */

/* relatedPost Start */
.relatedPost{
	clear:both;
	border:1px dashed #060;
	width:600px;
	margin:15px auto 5px auto;
	padding:5px;
}
.relatedPost h5{
	margin-bottom:3px;
}
div.postList{
	padding:5px;
}
.postList ul{
	width:278px;
	background:#edf6ff;	
	border:1px solid;
	border-color:#c8e4ff #666 #666 #c8e4ff;
	padding:5px;
	list-style:none;
	overflow:hidden;
}
.postList li{
	background:url(images/list.gif) no-repeat 0 3px;
	padding-left:15px;
	padding-right:2px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}
/* relatedPost End */

/* comments Start */
.commentsBox{
	margin:20px auto 5px auto;
	border-top:4px dotted #09f;
	padding:10px;
}
h3.comments{
	margin-bottom:20px;
}
.commentList{
	display:block;
	padding:0 5px;
	list-style:none;
}
.commentList li{
	display:block;
	min-height:100px;
	margin:0 auto 10px auto;
	width:588px;
	background:url(images/commentBg.gif) repeat-y center;
	border:1px solid;
	border-color:#b6dfff #666 #666 #b6dfff;
}
.commentList a{
	color:#06f;
}
.commentList a:hover{
	color:#000;
}
.commentContent{
	float:right;
	width:588px;	
}
.gravatars{
	background:url(images/gravatarBg.gif) no-repeat;
	width:70px;
	height:70px;
	padding-top:10px;
	padding-left:10px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
#respond{
	color:#36f;
	border-top:4px dotted #09f;
	padding-top:5px;
	padding-left:10px;
	margin-top:20px;
}
.commentText{
	font-size:13px;
	line-height:20px;
	float:right;
	width:460px;
	padding:10px 10px 15px 10px;
}
.noApproved{
	color:#f30;
}
#author, #email, #url, #commentContent, #submit{
	margin:5px 5px 10px 0;
	background:#fff;
	border:1px solid #06f;
	color:#333;
}
#commentform{
	padding-top:10px;
	padding-left:15px;
}
#commentform input{
	padding:2px;
}
#commentContent{
	width:550px;
	height:190px;
	background:#fff url(images/respondBg.gif) repeat-y top;
	padding:0 10px 0 10px;
	scrollbar-base-color:#e7f3ff;
	scrollbar-arrow-color:#000;
}
/* comments End */
/* content End */

/* sidebar Start */
#sidebar{
	width:320px;
	float:right;
	overflow:hidden;
}
#sidebar a{
	color:#06f;
}
#sidebar a:hover{
	color:#333;
}
.widget{
	width:300px;
	padding:5px;
	margin:0 auto 10px auto;
}
.widget h4{
	width:262px;
	height:26px;
	background:url(images/sidebarH.gif) no-repeat;
	padding-top:4px;
	padding-left:38px;
	margin-bottom:5px;
}
.widget ul{
	list-style:none;
	width:280px;
	margin:0 auto;
	background:url(images/sidebarBg.gif) repeat-y;
	border:1px solid;
	border-color:#c8e4ff #666 #666 #c8e4ff;
	overflow:hidden;
}
.widget li{
	background:url(images/list.gif) no-repeat 0 3px;
	padding-left:15px;
	padding-right:2px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
.widget ul ul{
	background:none;
	border:none;
}

/* calendar Start */
#calendar_wrap{
	width:270px;
	padding:5px;
	margin:0 auto;
	background:url(images/sidebarBg.gif) repeat-y;
	border:1px solid;
	border-color:#c8e4ff #666 #666 #c8e4ff;
}
#wp-calendar {
	width:100%;
}
#wp-calendar #today {
	background:#bdf;
}
#wp-calendar tbody a {
	font-weight:bold;
}
#wp-calendar caption {
	font-weight:bold;
	font-size:120%;
	color:#36c;
	text-align:center;
	padding-bottom:5px;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
}
#wp-calendar tbody td {
	border:none;
}
#wp-calendar tbody td.pad {
	border:none;
}
#wp-calendar th {
	background:#369;
	color:#fff;
}
#wp-calendar td#prev {
	text-align:left;
	padding-top:5px;
}
#wp-calendar td#next {
	text-align:right;
	padding-top:5px;
}
/* calendar End */

/* tags Start */
#tag_cloud{
	width:270px;
	line-height:25px;
	padding:5px;
	margin:0 auto;
	background:url(images/sidebarBg.gif) repeat-y;
	border:1px solid;
	border-color:#c8e4ff #666 #666 #c8e4ff;
}
/* tags End */

/* rss Start */
.rss{
	width:280px;
	height:100px;
	padding-top:5px;
	padding-bottom:10px;
	margin:0 auto;
	background:url(images/sidebarBg.gif) repeat-y;
	border:1px solid;
	border-color:#c8e4ff #666 #666 #c8e4ff;
}
.rss div{
	width:103px;	
	padding:0;
	margin:5px 12px 5px 12px;	
	cursor:pointer;
}
.rss #google, 
.rss #youdao, 
.rss #xianguo, 
.rss #zhuaxia, 
.rss #douban, 
.rss #nezha, 
.rss #qqmail, 
.rss #mail {
	background:url(images/rss.gif) no-repeat;
	height:16px;
}
.rss #google{
	background-position:0 -32px;
	float:left;	
}
.rss #youdao{
	background-position:0 -48px;
	float:right;
}
.rss #xianguo{
	background-position:0 -16px;
	float:left;
}
.rss #zhuaxia{
	background-position:0 0;
	float:right;
}
.rss #douban{
	background-position:0 -80px;
	float:left;
}
.rss #nezha{
	background-position:0 -112px;
	float:right;
}
.rss #qqmail{
	background-position:0 -64px;
	float:left;
}
.rss #mail{
	background-position:0 -128px;
	float:right;
}
.rss span{
	visibility:hidden;
}
/* rss End */
/* sidebar End */
/* mainBox End */

/* footer Start */
#footer{
	clear:both;
	width:960px;
	margin:10px auto;
	border-top:4px dotted #09f;
	padding:10px 10px 0 10px;	
}
#stat{
	display:none;
}
/* footer End */