@charset "utf-8";

	/* for post lists (index and archive pages) */
	#sub_main { clear:both; }	
	#sub_main { background:white; }
	#sub_main .sub_left { border-left:1px solid #ddd; }
	.sub_right { width:245px; float:left; display:inline; overflow:hidden; }
	.sub_left { width:429px; float:left; display:inline; overflow:hidden; }

	#index_latest_video { margin:10px; }
	#index_latest_video .fleft { width:99px; margin-right:10px; }
	.video_title, .video_desc, video_time { font-family:"Trebuchet MS", Tahoma, "Segoe UI", sans-serif; font-weight:normal; }
	.video_title { font-size:14px; }
	.video_desc, .video_time { font-size:12px; overflow:hidden; }
	
	#index_random_record { margin:10px; }
	#index_random_record .fleft { width:106px; margin-right:10px; }
	#index_random_record .quote { margin:0; }
	
	.video_desc { display:none; visibility:hidden; }
	
	.video_capture { padding:1px; border:1px solid #ddd; }
	.video_time { color:#817e7e; }
	.onblack .video_title, .onblack .video_desc { color:#ccc; }
	.video_title, .video_desc { color:#333; }
	
	.side_more_btn { margin:0 10px 10px 10px; padding:3px 10px; border:1px solid #ccc; font-weight:bold; text-align:center; text-transform:uppercase; }
	.side_more_btn a { color:black; }