/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}

/*文章样式*/
.postTitle {
/*border: 1px solid #8ec5f6;*/
border-bottom:1px solid #ccc;
clear:both;
float:right;
font-size:110%;
font-weight:700;
line-height:1.5em;
width:100%;
}
.postTitle a:link{
color:#8ec5f6;
}
.postTitle a:visited,.postTitle a:active {
color:#8ec5f6;
}

.postCon {
clear:both;
float:right;
line-height:1.5em;
width:100%;
padding:10px 0;
}
.postCon  .c_b_p_desc_readmore{
    color:#9fb5f5;
}
#cnblogs_post_body  a:link,#cnblogs_post_body  a:visited,#cnblogs_post_body  a:active{     
    color:#8ec5f6;
}
/*标签中的列表*/
#myposts .PostList a{
    color:#8ec5f6;
}
#taglist a,#taglist span{
    color:#87481f;
}
.entrylistPosttitle a{
    color:#8ec5f6
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:50px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}

/********博客精灵********/
.spig {
	display: block;
	width: 120px;
	height: 156px;
	position: absolute;
	bottom: 300px;
	left: 180px;
	z-index: 9999;
}

#message {
	color: #191919;
	border: 1px solid #c4c4c4;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 1em;
	padding: 5px;
	top: -45px;
	position: absolute;
	text-align: center;
	width: auto !important;
	z-index: 10000;
	-moz-box-shadow: 0 0 15px #eeeeee;
	-webkit-box-shadow: 0 0 15px #eeeeee;
	border-color: #eeeeee;
	box-shadow: 0 0 15px #eeeeee;
	outline: none;
}

.mumu {
	width: 120px;
	height: 146px;
	cursor: move;
	
background: url(//images.cnblogs.com/cnblogs_com/caoleiCoding/921220/o_spig.gif) 
		no-repeat;   
}
/********博客精灵end********/


/********优惠卷搜索框********/
    #searchDiv {
        box-sizing:border-box;
        padding:10px 0;

    }

    #searchDiv form {
        position:relative;
        width:235px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0px;
    }

    #searchDiv input,button {
        border:none;
        outline:none;
    }

    #searchDiv input {
        width:210px;
        height:42px;
        padding-left:13px;
    }

    #searchDiv button {
        height:46px;
        width:42px;
        cursor:pointer;
        position:absolute;
    }

    #searchDiv input {
        border:2px solid #c5464a;
        border-radius:5px;
        background:transparent;
        top:0;
        right:5;
    }

    #searchDiv button {
        background:#c5464a;
        border-radius:0 5px 5px 0;
        width:60px;
        top:0;
        right: 4px;
    }

    #searchDiv button:before {
        content:"搜索";
        font-size:13px;
        color:#F9F0DA;
    }
/********搜索框end********/