﻿/*--------------------------全--局-------------------------------*/
body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#e0e0e0;
	text-align:center;
	color: #666666;
	font-size:12px;
	font-family:"Lucida Grande","Trebuchet MS","宋体";
}
a{
	text-decoration: none;
}
a:link {
  color: #456885;
}
a:visited {
	color: #456885;
}
a:hover {
	color: #DC143C;
}
a:active {
	color: #608AAD;
}
ul{
	list-style-type:none;
	list-style-position : outside;
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
}
li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
}
img{
	border:0;
}

/*---------------------------------------------------------------*/
#divAll{
	width:966px;
	margin:0 auto 0 auto;
	padding: 0 0 0 0;
	text-align:left;
         background:url("../STYLE/tictac/header.jpg") no-repeat center 0;
}
#divPage{
	width:100%;
       
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	float:left;
}
#divMiddle{
	float:left;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
         background:url("../STYLE/tictac/tile.gif") repeat-y center;
}

#divTop{
	width:100%;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
	height:110px;
	float:left;
}



#divSidebar{
	float:right;
	width:299px;
	background:url("../STYLE/tictac/sidebar_bg.gif") no-repeat;
	text-align:center;
	margin:0 0 0 0;
	padding:50px 0 0 0;
}

#divMain{
	float:left;
	width:625px;
	margin:0 0 0 0;
	padding: 0 0 0 42px;
	text-align:left;
}


#divBottom{
	width:966px;
	background-image:url("../STYLE/tictac/footer.gif");
	margin:0;
	padding:0;
	text-align:center;
	height:70px;
	float:left;
}


/*---------------------------------------------------------------*/
div.post {
	width:580px;
	margin:20px 20px 10px 20px;
	padding:0 0 0 0;
	text-align:left;
}

div.post .post-nav{
  width:100%; clear:both; float:left;

}

div.post-nav a.l{float:left; padding-right:10px; padding-bottom:5px;}
div.post-nav a.r{float:right; padding-left:10px; padding-bottom:5px;}

div.post .post-tags a{
         font-size:14px;
	font-family:"Lucida Grande","Trebuchet MS","宋体";
         color: #FF6400; 
         text-decoration: none; 
         font-weight:bold;}
div.post .post-tags a:visited {color: #FF6400;}
div.post .post-tags a:hover {color: #ff0000;}


div.post .post-title{
	margin:15px 0 20px 0;
	padding:0 0 0 30px;
	font-size:16px;
	color: #DC143C;
}
div.post .post-title a:link{
	color: #DC143C;
}
div.post .post-title a:visited{
	color: #DC143C;
}
div.post .post-title a:hover {
	color: #456885;
}
div.post .post-title a:active {
	color: #DC143C;
}

div.post .post-date{
	margin:5px 0 5px 0;
	padding:0 0 0 15px;
	font-size:14px;
	color: #999999;
	background: url("../STYLE/tictac/date_icon_blue.gif") no-repeat 0 50%;
}

div.post .post-footer{
	margin:10px 0 20px 0;
	padding:0 0 20px 30px;
	font-size:12px;
	color: #c0c0c0;
	border-bottom: 1px solid #eeeeee; 
	background: url("../STYLE/tictac/tictac_grey.gif") no-repeat 15px 5px;
}

div.post div.post-body
	width:550px;
	margin:0 15px 0 15px;
	padding:0 0 0 0;
	font-size:13px;
	word-break:break-all;
	text-align:left;
	line-height:150%;
}

div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("firewhite/media.gif") no-repeat 0 center;
}

div.post-body img{
	padding:4px 4px 4px 4px;
	border:1px solid #cccccc;
	clear : both;
	float : none;
}


div.post-body p.img{
	margin:0;
	padding:0;
	text-align:center;
}
div.post-body p.inscript{
	margin:0;
	padding:0;
	padding-right:20px;
	text-align:right;
}
div.post-body p.code{
	padding:5px;
	border:1px dotted black;
}
div.post-body p{
	margin:10px 0 15px 0;
	padding:0;
}

div.post-body h1{
	color: #000000;
	margin:0;
	padding:0;
	font-size:16px;
}
div.post-body h2{
	color: #000000;
	margin:0;
	padding:0;
	font-size:14px;
}
div.post-body h3{
	color: #000000;
	margin:0;
	padding:0;
	font-size:13px;
}
div.post-body h4{
	color: #000000;
	margin:0;
	padding:0;
	font-size:12px;
}
div.post-body h5{
	color: #000000;
	margin:0;
	padding:0;
	font-size:11px;
}
div.post-body h6{
	color: #000000;
	margin:0;
	padding:0;
	font-size:10px;
}

div.pagebar {float: center; text-align:center; margin:10px 0 10px 0; padding:0; font-size:14px; font-family:"Lucida Grande","Trebuchet MS","宋体";}
div.pagebar .now-page {color: #FFFFFF; border: #DC143C 2px solid; margin:0 2px 0 2px; padding:0px; font-weight:bold; background:#DC143C; text-decoration: none;}
div.pagebar a {color: #456885; border: #fff 0px solid; margin:0 2px 0 2px; padding:0px; font-weight:bold; background:#fff; text-decoration: none}
div.pagebar a:visited {color: #456885; font-weight:bold; text-decoration: none;}
div.pagebar a:hover {color: #FFF; font-weight:bold; background:#456885; text-decoration: none;}


/*---------------------------------------------------------------*/
div.function {
	float:left;
	width:200px;
	margin:0 0 20px 0;
	padding:0 0 0 30px;
	text-align:left;
	/*background:black;*/
}
div.function h3{
	background:url("../STYLE/tictac/bubbles.gif") no-repeat;
	font-size:15px;
	width:200px;
	height:30px;
	margin:0 0 0 0;
	padding:4px 0 0 30px;
	color:#808080;
}
div.function ul{
	text-align:left;
	width:200px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*background:red;*/
}
div.function li{
	list-style-position : outside;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	background:url("../STYLE/tictac/tictac_blue.gif") no-repeat 0% 50% ;
}
#divMisc h3{
	margin:0 0 0 0;
	padding:10px 0 0 30px;
	color:#808080;
	
}
#divMisc li{
	padding:0 0 0 0px;
	margin:0 0 0 0;
	background-image : none;
}



/*---------------------------------------------------------------*/
#BlogTitle{
	font-size:32px;
	font-family:"黑体";
	margin:35px 0 0 80px;
	padding:0;
	text-align:left;
}
#BlogTitle a{
	color:white;
}
#BlogTitle a:hover {
	color: #87CEFA;
}
#BlogTitle a:active {
	color: #87CEFA;
}
#BlogSubTitle {
         font-size:14px; 
         color: #ffffff; 
         font-family:"宋体";
	margin:0 0 0 80px;
	padding:0;
	text-align:left;


}
#BlogPowerBy{
	font-size:12px;
	margin:34px 0 0 0;
	padding:0 0 0 0;
	text-align:right;
	float:left;
	color:#777777;
	width:800px;
}
#BlogPowerBy a{
	color:white;
}
#BlogPowerBy a:hover {
	color: #456885;
}
#BlogPowerBy a:active {
	color: #FFFFFF;
}
#BlogCopyRight{
	font-size:12px;
	margin:0 auto;
	padding:0;
	float:left;
	text-align:right;
	width:800px;
	color:#bbbbbb;
}


/*---------------------------------------------------------------*/
p.posttop {
	margin:10px 0 0 0;
	padding:0;
	border-bottom:1px solid #aaaaaa;
}
p.postbottom {
	margin:0 0 10px 0;
	padding:0;
	border-top:1px solid #aaaaaa;
}

#frmSumbit{
	padding:0;
	margin:0;
}

#frmSumbit p{
	padding:5px 0 5px 0;
}


input.button{
	background: url("../STYLE/tictac/fade-butt.png");
	border: 3px double #909090;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
	color: #333;
	padding: 0.05em 0.25em 0.05em 0.25em;
}

input.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 3px double #909090;
	width: 200px;
	background: url("../STYLE/tictac/bg_diag.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

textarea.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 3px double #909090;
	width: 440px;
	height: 80px;
	background: url("../STYLE/tictac/bg_diag.png");
	background-position: bottom;
	background-repeat: repeat-x;
}



/*---------------------------------------------------------------*/
#divCalendar{
	margin:0 0 20px 0;
	padding:0 0 0 40px;
	width:200px;
	float:left;
}

#divCalendar h3{
	display:none;
}

#divCalendar div{
	width:161px;
	margin:0 0 0 0;
	padding:1px 2px 2px 0;
	float:left;
}

p.w{
	float:left;
	width:23px;
	height:12px;
	margin:4px 0 0 0;
	padding:0 0 2px 0;
	text-align:center;
	vertical-align :middle;
	font-size:9px;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid  #aaaaaa;
}

p.y{
	text-align:center;
	height:15px;
	margin:0;
	padding:0 0 0 0;
	float:left;
	width:161px;
	font-size:15px;
	font-weight:bold;
}
p.d{
	float:left;
	width:23px;
	height:21px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:23px;
	height:21px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	text-decoration : line-through;
	color:#6090c0;
	font-weight : bold;
}
p.nd{
	float:left;
	width:23px;
	height:21px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}

/*---------------------------------------------------------------*/
ul.msg{
	margin:0 25px 0 25px;
	padding:0 0 0 0;
	list-style-position:inside;
	word-break:break-all;
}
li.msgname{
	border-bottom:3px double Silver;
	padding:2px 0 2px 0;
	list-style-image:url("../STYLE/commentauthor.gif");
	margin:0px;
}
li.tbname{
	border-bottom:3px double Silver;
	padding:2px 0 2px 0;
	list-style-image:url("../STYLE/quote.gif");
	margin:0px;
}
li.msgurl{
	text-align:right;
	padding:2px 10px 2px 10px;
	margin:0px;
	background:#f2f2f2;

}
li.msgarticle{
	list-style-position : outside;
	padding:15px 10px 15px 10px;
	border-bottom:1px solid #f0f0f0;
	margin:0;
	background:#f8f8f8;
}
li.msgtime{
	padding:2px 10px 20px 10px;
	margin:0px;
	list-style-position : outside;
}

/*---------------------------------------------------------------*/

#divNavBar{
	float:center;
	width:885px;
	border-bottom:1px solid #F0F0F0;
	background:url("default/navbg.gif") repeat-x 0 0;
	height:24px;
         margin:0 40px 0 40px;
}

#divNavBar h3{
	display:none;
}

#divNavBar ul{
	margin:0;
	padding:0;
}

#divNavBar li{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family:"宋体","黑体";
	background:url("default/navbg2.gif") no-repeat right 0;
}

#divNavBar a{
	float:left;
	margin:0;
	padding:6px 10px 4px 10px;
	height:14px;
	text-decoration: none;
}

#divNavBar a:link {
	color: black;
}
#divNavBar a:visited {
	color: black;
}
#divNavBar a:hover {
	color: white;
	background:#DC143C;
}
#divNavBar a:active {
	color: white;
	background:#DC143C;
}
/*文章投票（打分）开始*/

#Rating {
	margin:10px 0 40px 10px;
	border:0px Silver solid;
	padding:10px 0 10px 10px;
	text-align:left;
	overflow: auto;
	list-style-position : outside;
}
#Star {
    background-image: url(../PLUGIN/Rating/star.gif);
    height: 30px;
    width: 150px;
    float: left;
}
#Star-Cur {
    background-image: url(../PLUGIN/Rating/star.gif);
    background-position: 0px -60px;
    width: 0px;
    position: absolute;
    z-index: 11;
    height: 30px;
}
#Star1 {
    position: absolute;
    z-index: 20;
    height: 30px;
    width: 30px;
}
#Star2 {
    position: absolute;
    z-index: 19;
    height: 30px;
    width: 60px;
}
#Star3 {
    position: absolute;
    z-index: 18;
    height: 30px;
    width: 90px;
}
#Star4 {
    position: absolute;
    z-index: 17;
    height: 30px;
    width: 120px;
}
#Star5 {
    position: absolute;
    z-index: 16;
    height: 30px;
    width: 150px;
}
#Star1:hover, #Star2:hover, #Star3:hover, #Star4:hover, #Star5:hover {
    background-image: url(../PLUGIN/Rating/star.gif);
    background-position: -30px;
}
#Score {
    line-height: 30px;
    text-align: center;
    float: left;
    width: 250px;
}

#Rating-show{    /*文章得分及投票次数*/

}
Rating-now{    /*正在投票,请稍候*/
    color: #FF0000;    
}
#Rating-Tanks {    /*投票成功,感谢您的投票*/
    color:Green;
    font-weight: bold;    
}
#Rating-already{    /*已投过票*/
    color:red;
    font-weight: bold;    
}
#Rating-err{    /*遇到错误*/
    color:red;
    font-weight: bold;    
}
/*文章投票（打分）结束*/

