@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px;}
#nccontainer_area{ margin:auto; width:727px;}
#ncheader_line{ width:727px; height:50px;}
#ncheader_line h1{float:left;}
#ncheader_line span{float:left; margin:22px 0px 0px 30px; font-size:14px;}
#ncheader_line #bt_span{float:left; margin:18px 0px 0px 30px; font-size:14px; border-radius:3px;/* a*/
padding:3px 5px 3px 5px; border:1px solid #f1da36; text-decoration:none; cursor:pointer;
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(254,252,234) 0%, rgb(241,218,54) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(254,252,234)), color-stop(100%,rgb(241,218,54))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(254,252,234) 0%,rgb(241,218,54) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(254,252,234) 0%,rgb(241,218,54) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(254,252,234) 0%,rgb(241,218,54) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(254,252,234) 0%,rgb(241,218,54) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}
#followers { float:right;} 
/*#ncheader_line  a*/
#bt_entry{float:left; margin:18px 0px 0px 0px; font-size:14px; border-radius:3px; color:#333333; font-weight:bold;
padding:3px 5px 3px 5px; border:1px solid #a33206; text-decoration:none; cursor:pointer;
background: rgb(255,193,113); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(255,193,113) 0%, rgb(255,153,14) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,193,113)), color-stop(100%,rgb(255,153,14))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,193,113) 0%,rgb(255,153,14) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,193,113) 0%,rgb(255,153,14) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,193,113) 0%,rgb(255,153,14) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,193,113) 0%,rgb(255,153,14) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc171', endColorstr='#ff990e',GradientType=0 ); /* IE6-9 */
}


#ncleft_column{ width:550px; float:left; margin:0px;}
#ncleft_column #comments_box{ float:left; margin-top:10px; width:100%;}
#ncleft_column #comments_box #counts{float:left; width:97%; padding:10px; font-size:14px; background:url(../images/comment.png) 15px 8px no-repeat #f1f1f1;}
#ncleft_column #comments_box #counts span{float:left; margin-left:35px;}

#ncleft_column #comments_p{ margin:10px 0px 0px 0px; width:97%; padding:10px; border:2px solid #f1f1f1;}
#ncleft_column #comments_p .span{ float:left; margin-right:10px; font-size:12px;}
#ncleft_column #comments_p .span{ color:#107AD6; font-weight:bold; text-decoration:none;}
#ncleft_column #comments_p .span:hover{ color:#107AD6; font-weight:bold; text-decoration:underline; cursor:pointer;}
#ncleft_column #comments_p img{ text-align:center; clear:right; border:5px solid #F1F1F1; margin-bottom:8px; margin-top:8px;}/*width:285px; height:180px; */
/*#ncleft_column #comments_p span a{ color:#107AD6; font-weight:bold; text-decoration:none;}
#ncleft_column #comments_p span a:hover{ color:#107AD6; font-weight:bold; text-decoration:underline;}*/
#ncleft_column #comments_p p{ font-size:14px; padding-bottom:6px;}/*margin-top:25px;*/

#ncleft_column #comments_p2{margin-top:10px; width:93%; padding:5px; border:2px solid #f1f1f1; float:right;}
#ncleft_column #comments_p2 .span{ float:left; margin-right:10px; font-size:12px;}
#ncleft_column #comments_p2 .span{ color:#107AD6; font-weight:bold; text-decoration:none;}
#ncleft_column #comments_p2 .span:hover{ color:#107AD6; font-weight:bold; text-decoration:underline; cursor:pointer;}
/*#ncleft_column #comments_p2 span a{ color:#107AD6; font-weight:bold; text-decoration:none;}
#ncleft_column #comments_p2 span a:hover{ color:#107AD6; font-weight:bold; text-decoration:underline;}*/
#ncleft_column #comments_p2 p{ font-size:14px; margin-top:25px; padding-bottom:6px;}
#ncleft_column h3 span { font-size:18px; }

.textarea{border: 1px solid #F1F1F1; padding:5px; margin:10px;}
.submit { border:none; margin-left:320px;}

.collapse{ float:right; margin-right:10px; font-size:12px;}
.collapse{ color:#107AD6; font-weight:bold; text-decoration:none;}
.collapse:hover{ color:#107AD6; font-weight:bold; text-decoration:underline; cursor:pointer;}



#ncright_column{width:150px; float:left; margin-left:15px;}
#ncright_column #box{width:150px; float:left;}

#ncright_column #box_top{width:140px; padding:5px 0px 0px 10px; height:25px; border-top-left-radius:5px; border-top-right-radius:5px; border-top:1px solid #a33206;
border-left:1px solid #a33206;border-right:1px solid #a33206;
background: rgb(255,193,113); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(255,193,113) 0%, rgb(255,153,14) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,193,113)), color-stop(100%,rgb(255,153,14))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,193,113) 0%,rgb(255,153,14) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,193,113) 0%,rgb(255,153,14) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,193,113) 0%,rgb(255,153,14) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,193,113) 0%,rgb(255,153,14) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc171', endColorstr='#ff990e',GradientType=0 ); /* IE6-9 */
}
#ncright_column #box_line{width:130px; padding:10px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-left:1px solid #a33206;
border-right:1px solid #a33206; border-bottom:1px solid #a33206; margin-bottom:10px;
}
#ncright_column #box_line span{color:#107AD6; font-weight:bold; text-decoration:none; font-size:12px; padding-left:3px; cursor:pointer;}
#ncright_column #box_line span a{color:#107AD6; font-weight:bold; text-decoration:none; font-size:12px;}/* padding-left:3px;*/
#ncright_column #box_line span a:hover{ color:#107AD6; font-weight:bold; text-decoration:underline;}
#ncright_column #box_line #b_line{border-bottom:1px dashed #CCC; margin:auto; width:130px;}/* height:25px;*/

.clear{ clear:both; padding-top:0px;}
.clear10{ clear:both; padding-top:10px;}



.more_comment span{ float:left; margin-right:10px; font-size:12px; color:#107AD6; font-weight:bold; text-decoration:none; color:#107AD6;}
.more_comment span:hover{ font-weight:bold; text-decoration:underline; cursor:pointer;}
.more_comment #comments_p{margin:0px; width:97%; padding:10px; border:2px solid #f1f1f1;}
.more_comment #comments_p .span{ float:left; margin-right:10px; font-size:12px;}
.more_comment #comments_p .span{ color:#107AD6; font-weight:bold; text-decoration:none;}
.more_comment #comments_p .span:hover{ color:#107AD6; font-weight:bold; text-decoration:underline; cursor:pointer;}
.more_comment #comments_p img{ text-align:center; clear:right; border:5px solid #F1F1F1; margin-bottom:8px; margin-top:8px;}/*width:285px; height:180px; */
.more_comment #comments_p p{ font-size:14px; padding-bottom:6px;}/*margin-top:25px;*/

.more_comment #comments_p2{margin-top:10px; width:93%; padding:5px; border:2px solid #f1f1f1; float:right;}
.more_commentn #comments_p2 .span{ float:left; margin-right:10px; font-size:12px;}
.more_comment #comments_p2 .span{ color:#107AD6; font-weight:bold; text-decoration:none;}
.more_comment #comments_p2 .span:hover{ color:#107AD6; font-weight:bold; text-decoration:underline; cursor:pointer;}
.more_comment #comments_p2 p{ font-size:14px; margin-top:25px; padding-bottom:6px;}















#ncheader_line h1{
    color: #3F2115;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 0;
    padding-top: 1em;
}