@charset "utf-8";

/* gallery 
-------------------------------------------------------------------------------------------------------- */
.baord_gallery { 
	position: relative;
	margin: 0 auto; 
	padding: 0 0 60px;
	list-style:none; 
	*zoom:1; 
}
.baord_gallery:after { 
	content:""; 
	display:block; 
	clear:both;
}
.baord_gallery a:hover {
	text-decoration: underline;
}
.baord_gallery .item { 
	float: left; 
	height: auto;
	margin: 0; 
	padding: 0; 
}
.baord_gallery .itemList { 
	position:relative;
	overflow:hidden; 
	margin:0 auto;
	padding:0; 	
	line-height: 150%;
	background: #fff;
	border: 1px solid #e9e9e9;
	color: #555;
}
.baord_gallery .itemList .cover_info {
	overflow: hidden;
	font-size: 12px;
}

.baord_gallery .itemList.on {
	border-color: #c00 !important;
}
.baord_gallery .itemList a { 
	color: #555;
}
.baord_gallery .itemList p {
	margin: 0;
	padding: 0 10px 6px;
}
.baord_gallery .itemList p:first-child {
	padding-top: 10px;
}
.baord_gallery .itemList p:last-child {
	padding-bottom: 10px;
}


/* Notice */
.baord_gallery .notice .itemList {
	background: #f1f1f1;
}
.baord_gallery .notice .itemList .subject a > i {
	color: #c00;
}
.baord_gallery .itemList .cover_subject input[type="checkbox"] { 
	width:13px; 
	height:13px; 
	margin: 0;
}
.baord_gallery .itemList .cover_subject a { 
	display: inline-block;
	word-break: keep-all;
	font-size: 15px;
	color: #111;
}
.baord_gallery .itemList .summary { 
	font-size: 13px;
}
.baord_gallery .itemList .category { 
	font-size: 13px;
	color: #3498db;
}
.baord_gallery .itemList .nick a { 
	display: block;
}

.baord_gallery .itemList .cover_num {
	padding: 6px;
	background: #f1f1f1;
	border-top: 1px solid #e1e1e1;
}
.baord_gallery .itemList .cover_num span {
	display: inline-block;
	margin-right: 10px;;
	color:#555;
}
.baord_gallery .itemList .cover_num .comm_count {	
	border-left: 1px solid #e1e1e1;
}
.baord_gallery .itemList .cover_num a {
	color: #555;	
	padding-left: 6px;
}


.baord_gallery .itemList .comment_list .profile { 
	width:30px;
	height:30px;
	margin-right: 5px;
	border:1px solid #e1e1e1;
}
.baord_gallery .itemList .comment_list { 
	padding-top: 6px;
	border-top: 1px solid #e1e1e1;
}
.baord_gallery .itemList .comment_list a { 
	display: block;
	font-size: 12px;
}
.baord_gallery .itemList .comment_list a span { 
	color: #777;
}



/* colorset - board_dark
-------------------------------------------------------------------------------------------------------- */
#xet_board.black .baord_gallery .itemList { 
	background: #1b1b1b;
	border: 0;
	color: #ccc;
}
#xet_board.black .baord_gallery .itemList a { 
	color: #eee;
}
#xet_board.black .baord_gallery .itemList.on {
	border: 1px solid #c00 !important;
}
#xet_board.black .baord_gallery .itemList .profile,
#xet_board.black .baord_gallery .itemList .comment_list { 
	border-color: #333;
}
#xet_board.black .baord_gallery .itemList .cover_num {
	background: #3b3b3b;
	border-top: 0;
}
#xet_board.black .baord_gallery .itemList .cover_num span {
	color: #ccc;
}
#xet_board.black .baord_gallery .itemList .cover_num .comm_count {	
	border-color: #333;
}
#xet_board.black .baord_gallery .itemList .cover_num a {
	color: #ccc;	
}
#xet_board.black .baord_gallery .itemList .comment_list a {
	color: #999;
}