﻿/*--------------------------全--局-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#000000;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(ThinkTwice/body_fill.gif)
}
a{
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color:#DC143C;
	text-decoration: underline;
}
a:active {
	color: #DC143C;
	text-decoration: underline;
}
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:883px;
	margin:0 auto;
	padding:0
}

#divPage{
	width:883px;
	margin:0 auto;
	padding:0;
	text-align:center;
	float:center;
	background:#ffffff;
}

#divMiddle{
	width:680px;
	margin:0 auto;
	padding:0;
	text-align:left;
	float:left;
	background:#ffffff;
}

#divTop{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:right;
	float:left;
	height:103px;
	background:#FFF url("thinktwice/topbanner.jpg") no-repeat 0 0;
}

#divSidebar{
	width:210px;
	margin:0 auto;
	padding:0 0 10px 0;
	text-align:center;
	float:left;
	border-right:1px dashed silver;
	border-left:1px dashed silver;
	background:#BCBEC0;
}

#divSidebar2{
	width:200px;
	margin:0 auto;
	padding:0;
	text-align:center;
	float:right;
	border-left:1px dashed silver;
	border-right:1px dashed silver;
	background:#BCBEC0;
}

#divMain{
	width:459px;
	margin:0 0 0 0;
	padding: 0;
	text-align:left;
	float:right;
	background-color:#FFFFFF
}
#gao{
	height:600px;
}
#divMain2{
	width:400px;
	margin:0 0 0 0;
	padding: 0;
	text-align:left;
	float:right;
	background-color:#FFFFFF
}
#divBottom{
	width:459;
	margin:0 auto;
	padding:0;
	text-align:center;
	float:left;
	height:60px;
}
/*---------------------------------------------------------------*/
div.function {
	float:inherit;
	width:190px;
	margin-top : 10px;
	padding:0 10px 0 10px;
	text-align:center;
}
div.function2 {
	float:inherit;
	width:400px;
	margin-top : 10px;
	padding:0 10px 0 10px;
	text-align:left;
}
div.function h3{
	font-size:16px;
	height:22px;
	margin:0 0 0 0;
	padding:5px 5px 0 5px;
	color:#FFFFFF;
	font-weight : bold;
	background-color:#5A5B5D;
}
span.lefttext{
	float:left;
}

span.righttext{
	float:right;
}

div.function ul{
	text-align:inherit;
	width:190px;
	margin:2px 0 0 0;
	padding:5px 0 0 0;
	list-style-position:outside;
	list-style-type:none;
	border-top:1px solid #d0d0d0;
	background-color:#DEDFE1;
}
div.function li{
	margin:0 0 0 0;
	padding:2px 0 1px 10px;

}
#divCatalog li span.feed-icon{
	display:none;
}
#divMisc{
	padding:10px 5px 5px 10px;
}
#divMisc h3{
	display: none;
}
#divMisc li{
	padding:2px 0 2px 10px;
	background-image : none;
}
#divContorPanel li{
	background-image : none;
}

#divSearchPanel li{
	background-image : none;
}

/*---------------------------------------------------------------*/


div.post {
	width:400px;
	margin:10px 0 10px 10px;
	padding:0 0 0 0;
	text-align:left;
}
div.post-nav {
	width:400;
	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-title{
	width:400px;
	padding:4px 0 4px 5px;
	margin:2px 0 2px 0;
	font-size:16px;
	color: #000000;
	background-repeat:no-repeat;
}

div.post .post-date{
	width:400px;
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	font-size:12px;
	color: #0E2E4A;
	border-bottom: 1px dashed #d0d0d0;
}

div.post .post-footer{
	width:400px;
	margin:10px 0 10px 0;
	padding:2px 0 0 0;
	font-size:12px;
	color:gray;
	height:20px;
	text-align:right;
}

div.post .post-tags{
	width:400px;
	margin:2px 0 2px 0;
	padding:2px 0 0 0;
	font-size:12px;
	color:gray;
	height:20px;
	text-align:left;
}

body.multi div.post .post-tags{
	/*display:none;*/
}

div.post div.post-body{
	width:400px;
	margin:0 0 0 0;
	padding:0 5px 0 5px;
	font-size:13px;
	word-break:break-all;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:150%;
}
div.post div.post-body ul{
	list-style-type:circle;
	list-style-position :inside;
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
}
div.post div.post-body li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.post div.post-body ol{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("thinktwice/media.gif") no-repeat 0 center;
}

div.post-body img{
	padding:4px 4px 4px 4px;
	border:0;
	clear : both;
	float : none;
}

div.post-body img.thumb {
     float: right;
     margin: 4px 4px 4px 4px;
     padding: 0;
     border: 0px;
     padding: 0px;
     max-width: 500px;
     max-height:500px;
     overflow:visible;
     clear:both;
}

div.post-body p{
	margin:10px 0 15px 0;
	padding:0;
}
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 div.code{
	padding:5px;
	border:1px dotted black;
}

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;
}

/*---------------------------------------------------------------*/
#BlogTitle{
	font-size: 24px;
	font-weight: bold;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
	height: 40px;
	padding-top: 20px;
	clear: both;
}
#BlogTitle a{
	color:#3399FF;
}
#BlogTitle a:hover {
	color:#DC143C;
	text-decoration: none;
}

#BlogSubTitle{
	list-style: disc;
	padding:0;
	color: #000000;
	text-transform:none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	clear: both;
}
#BlogPowerBy{
	font-size:12px;
	height:20px;
	margin:0;
	padding:15px 10px 0 10px;
	text-align:left;
	font-weight:normal;
}
#BlogCopyRight{
	font-size:12px;
	height:20px;
	margin:0;
	padding:0 10px 10px 10px;
	text-align:left;
	float:none;
	clear:both;
	font-weight:normal;
}

/*---------------------------------------------------------------*/
p.posttop {
	margin:10px 0 0 0;
	padding:0 0 2px 16px;
	border-bottom:1px solid #aaaaaa;
	background: url("thinktwice/quote.gif") no-repeat 0 center;
}
p.postbottom {
	margin:0 0 10px 0;
	padding:5px 0 0 0;
	border-top:1px solid #aaaaaa;
}

#frmSumbit{
  width:400px;
	padding:0;
	margin:0;
}

#frmSumbit p{
    width:400px;
	padding:5px 0 5px 0;
}


input.button{
	background: url("thinktwice/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: #FFFFFF;
}

textarea.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 3px double #909090;
	background: #FFFFFF;
	width: 400px;
	height: 120px;
}


/*---------------------------------------------------------------*/
#divCalendar{
	padding:0 10px 0 10px;
	text-align:center;
}

#divCalendar h3{
	display:none;
}

#divCalendar div{
	margin:0 0 0 0;
	padding:0 0 5px 8px;
	float:left;
}
#divCalendar div.month1{
	background:url("thinktwice/month1.gif") no-repeat center 10px;
}
#divCalendar div.month2{
	background:url("thinktwice/month2.gif") no-repeat center 10px;
}
#divCalendar div.month3{
	background:url("thinktwice/month3.gif") no-repeat center 10px;
}
#divCalendar div.month4{
	background:url("thinktwice/month4.gif") no-repeat center 10px;
}
#divCalendar div.month5{
	background:url("thinktwice/month5.gif") no-repeat center 10px;;
}
#divCalendar div.month6{
	background:url("thinktwice/month6.gif") no-repeat center 10px;
}
#divCalendar div.month7{
	background:url("thinktwice/month7.gif") no-repeat center 10px;
}
#divCalendar div.month8{
	background:url("thinktwice/month8.gif") no-repeat center 10px;
}
#divCalendar div.month9{
	background:url("thinktwice/month9.gif") no-repeat center 10px;
}
#divCalendar div.month10{
	background:url("thinktwice/month10.gif") no-repeat center 10px;
}
#divCalendar div.month11{
	background:url("thinktwice/month11.gif") no-repeat center 10px;
}
#divCalendar div.month12{
	background:url("thinktwice/month12.gif") no-repeat center 10px;
}

p.w{
	float:left;
	width:25px;
	height:16px;
	margin:4px 0 0 0;
	padding:2px 0 1px 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:14px;
	margin:2px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:175px;
	font-size:12px;
	font-weight:bold;
}
p.d{
	float:left;
	width:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:25px;
	height:18px;
	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:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}


/*---------------------------------------------------------------*/
ul.msg{
	width:400px;
	margin:10px 0 40px 10px;
	padding:0 0 0 0;
	text-align:left;
	list-style-position : outside;
}
li.msgname{
	border-bottom:1px solid Silver;
	padding:2px 0 2px 5px;
	margin:0px;
}
li.tbname{
	border-bottom:1px solid Silver;
	padding:0 0 0 5px;
	margin:0px;
}
li.msgurl{
	text-align:right;
	padding:2px 10px 2px 10px;
	margin:0;
	background:#f0f0f0;
}
li.msgarticle{
	list-style-position : outside;
	padding:15px 10px 15px 10px;
	margin:0;
	background:#ffffff;
	line-height:150%;
}
li.msgtime{
	text-align:right;
	padding:2px 5px 0 10px;
	margin:0 0 0 0;
	border-bottom:1px solid Silver;
	background:#ffffff;
}
ul.trackback li.tbname{
	border-bottom:none;
	background: url("thinktwice/pointblue.gif") no-repeat 0 center;
	padding:5px 0 2px 16px;
	margin:0px;
}
ul.trackback{
	margin:5px 0 10px 10px;
}
ul.mutuality{
	margin:5px 0 10px 10px;
}
ul.mutuality li.tbname{
	background: url("thinktwice/pointblue.gif") no-repeat 0 center;
	padding:5px 0 2px 16px;
	margin:0px;
}


li.msgarticle div.quote{
	padding:10px;
	background:#e0e0e0;
}
li.msgarticle div.quote-title{
	margin:2px;
	padding:3px;
	font-size:120%;
	border-bottom:1px #ffffff solid;
}

/*---------------------------------------------------------------*/
#divNavBar{
	float:left;
	width:100%;
	border-bottom:1px solid #969EA4;
	background:#DDDDDD;
	height:32px;
}

#divNavBar h3{
	display:none;
}

#divNavBar ul{
	margin:0;
	padding:0;
}

#divNavBar li{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:#DDDDDD;
}

#divNavBar a{
	font-weight: bold;
	float:left;
	margin:0;
	padding:10px 13px 10px 10px;
	height:14px;
	text-decoration: none;
}

#divNavBar a:link {
	color: white;
}
#divNavBar a:visited {
	color: white;
}
#divNavBar a:hover {
	color: white;
	background:#000000;
}
#divNavBar a:active {
	color: white;
	background:#000000;
}
#divLinkage {width:100%;padding:0;margin:0;float:left;}
#divLinkage ul {text-align:left;width:100%;margin:2px 0 0 0;padding:5px 0 20px 0;ist-style-type:none;border-top:1px solid #d0d0d0;}
#divLinkage ul li {margin:8px 10px;width:100px;height:40px;border:solid 1px #666;float:left;}
#divLinkage ul li a img {width:100px;height:40px;display:block;}
#divLinkage h3 {font-size:14px;height:20px;margin:0;padding:5px 0 0 10px;color:black;background:#F0F0F0;text-align:left;}
/*---------------------------------------------------------------*/
.ggad
{
    margin: 2px 1px 2px 2px;
        /*float:right;*/
        float:left;
    width: 530px;
    height: 60px;
    vertical-align: top;
}
/*文章投票（打分）开始*/
          #Rating {
          text-align:left;
          border:1px #B0BDC6 solid;
          padding:10px;
          margin: 0 0 10px 0;
          overflow: auto;
          _height: 1%;
          }
          #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;   
          }
          /*文章投票（打分）结束*/
		  zuo{
	margin-top:10px;

}
.m_ba{ margin-top:2px;  height:40px; line-height:25px;}
.m_ba ul{ margin:0px; list-style:none; margin-top:2px;} 
.m_ba ul li{ float:left; margin-left:25px; font-size:18px; letter-spacing:2px;}

.m_m{ margin:15px 15px 15px 15px; color:#848486; line-height:28px; padding-bottom:40px; width:440px;}