@charset "utf-8";
/* CSS Document */

.articles-in-btns{
	
	
	}
.article-in-body{
	color:#fff;
	font-size:1em;
	}
	
.article-in-body img{
	padding:2px;
	border:1px solid #555;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.article-in-body p{
	margin:0px;
	padding:0px 0px 15px 0px;
	line-height:2em;
	font-size:20pt;
	}
.article-in-body p, .article-in-body span, .article-in-body span ,  .article-in-body font, .article-in-body div  {
	line-height:1.7em;
	font-size:1.2em;
	}

.article-in-title{
	color:#d3db3e;
	font-size:1.3em;
	padding:20px 0px;
	}

.article-in-body a{
	border-bottom:1px dotted #555;
	padding-bottom:3px;
	}
.article-in-body a:hover{
	border-bottom:1px dotted #d3db3e;
	padding-bottom:3px;
	color:#d3db3e;
	}
.btns-sep{
	padding:5px 7px;
	background:url(../images/btns_sep.gif) center center no-repeat;
	float:left;
	}
a .btn-fb{	padding:0px 23px 0px 0px;
	margin-top:3px;
	height:17px;
	background:url(../images/btn_fb.png) top right no-repeat;
	float:left;
	color:#f2f2f2;
	}
a:hover .btn-fb{
	background-position:bottom right;
	color:#d3db3e;
	}
	
a .btn-friend{	padding:0px 23px 0px 0px;
	margin-top:3px;
	height:17px;
	background:url(../images/btn_friend.png) top right no-repeat;
	color:#f2f2f2;
	float:left;
	}
a:hover .btn-friend{
	background-position:bottom right;
	color:#d3db3e;
	}
	
a .btn-print{	padding:0px 23px 0px 0px;
	margin-top:3px;
	height:17px;
	background:url(../images/btn_print.png) top right no-repeat;
	color:#f2f2f2;
	float:left;
	}
a:hover .btn-print{
	background-position:bottom right;
	color:#d3db3e;
	}
	
a .btn-plus{	padding:0px 23px 0px 0px;
	margin-top:3px;
	height:17px;
	background:url(../images/btn_plus.png) top right no-repeat;
	color:#f2f2f2;
	float:right;
	}
a:hover .btn-plus{
	background-position:bottom right;
	color:#d3db3e;
	}
.comments{
	padding:20px 0px;
	}
.comment{
	padding-top:15px;
	}

.comment_num{
	float:right;
	width:47px;
	line-height:42px;
	font-size:1.4em;
	color:#FFF;
	margin-left:31px;
	background:url(../images/com_brd.png) center left no-repeat;
	text-align:center;
	}
.comment_body{
	float:right;
	width:500px;
	color:#FFF;
	line-height:1.4em;
	font-size:1.1em;
	}
.comment_footer{
	clear:both;
	}
.comment_footer{
	
	padding:7px 77px 9px 0px;
	
	}


.addcomment{
	
	clear:both;
	padding:20px 0px;
	
	}
	
.links_items{
	
	font-size:1.2em;
	padding:15px 0px;
	}
	
.links_items_title{
	
	color:#f2f2f2;
	font-size:1.2em;
	
	}
	
.links_items a{
	color:#999999;
	
	}
	
.links_items a:hover{
	
	color:#d3db3e;
	
	}



a:hover .link_image{
	
	color:#d3db3e;
	cursor:pointer;
	
	}
	
	
.link_image{
	
	width:260px;
	height:27px;
	padding-top:96px;
	margin:0px 0px 40px 40px;
	float:right;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	}
	
.link_img_txt{
	
	background:url(../images/pic_bg.png) right bottom no-repeat;
	height:22px;
	padding:5px 5px 0px 5px;
	overflow:hidden;
	}

/*  -------------------- archive -------------------------- */

.archive{
	
	padding-top:6px;
	
	}
.archive a{
	float:right;
	line-height:20px;
	border-bottom:1px dotted #555;
	color:#808080;
	}
.archive a:hover{
	color:#d3db3e;
	border-bottom:1px dotted #d3db3e;
	}

.archive-sep{
	float:right;
	padding:5px 7px;
	background:url(../images/btns_sep.gif) center center no-repeat;
	}
	
/*  -------------------- subcat -------------------------- */

.subcat{
	
	padding:6px 0px 20px 0px;
	
	}
.subcat a div{
	border-bottom:1px dotted #555;
	padding-bottom:5px;
	color:#808080;
	}
.subcat a:hover div{
	color:#d3db3e;
	border-bottom:1px dotted #d3db3e;
	}

