@charset "utf-8";
/* CSS Document */
body { background: #F8FDF8;}
.box { margin-bottom:15px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.clear { clear:both; }

.page { margin:15px auto; width:930px; background:#FFF; padding:15px; border:1px solid green; }
	.header { }
    	.header h1 { line-height:1.8em; font-size:36px; font-weight:bold; font-family:'华文楷体';
					 background:url(images/jxau-logo.png) no-repeat 400px; color:green; }
    .main { margin-bottom:15px; }
    	.main h2 { font-size:18px; line-height:1.5em;}
        .post_new { float:right; width:29%; line-height:1.5em;}
        	form .txt{ width:90%;}
            form p { line-height:1.5em; }
			.post_new .index_photo img { width:260px; overflow:auto;}

        .content { float:left; width:67%;}
            .categorys { padding:10px; background:url(images/nav-bg.png) repeat-x; color:#FFF; }
				.categorys .selected { font-weight:bold; color:yellow; }
				.categorys a { color:#FFF; }
				.categorys a:hover { color:yellow }
            .posts {}
            	.post { padding:5px; border:1px solid #E0E0E0; background:#FAFAFA;}
                    .post_content { line-height:1.5em; margin-bottom:10px; }
                    .post_meta { margin:0; }
						.post_name { color:green;}
						.post_date { color:#999; }
						a.post_comments { color:#999; }

			.photos {}
				.photo { float:left; width:46%; margin-right:10px; }
					.photo img { width:285px; overflow:hidden; }
					.post_content p img { width:610px; overflow:auto; }
					.photo .post_content {height:180px; overflow:hidden;}

			.pages { }
				.pages a, .pages a:visited { font-size:13px; line-height: 40px; text-decoration: none; padding: 3px 8px; margin-right: 5px; background: #60BF00; color: #FFF; border: 1px solid #EEE;}
				.pages a.page_now, .pages a.page_now:visited, .pages a:hover { background: #EEE; color: #000; border: 1px solid #CCC;}

    .foot { text-align:center; color:#666; font-size:11px;}

	.sta { display:none; }