﻿/*-------------------------
Anna的饮食博客
模板创建：2008-10-12
策划/设计：齐客，qikee@msn.com/cina.qikee@gmail.com
支持团队：VisionWeb.cc
-------------------------*/

/*------------------------------------------------------------------全局通用性应用*/
body{
	background-color:#fffffe;
	font-size:12px;
	color:#666;
	margin:0;
	padding:0;
	font-family:Verdana, "宋体";
}
img{
	border:0;
	padding:0;
}
ul, ul li{
	list-style:none;
	padding:0;
	margin:0;
}

/*------------------------------------------------------------------全局默认设置*/
/*------------------------------------------------------------------颜色*/
.f_white{color:#fffff1;}
.f_gray{color:#999998;}
.f_red{color:#ff3301;}
.f_orange{color:#ff6601;}
.f_green{color:#669902;}
.f_black{color:#000003;}

/*------------------------------------------------------------------字号*/
.f_8{ font-size:8px;}
.f_9{ font-size:9px;}
.f_10{ font-size:10px;}
.f_11{ font-size:11px;}
.f_12{ font-size:12px;}
.f_13{ font-size:13px;}
.f_14{ font-size:14px;}
.f_15{ font-size:15px;}
.f_16{ font-size:16px;}

/*------------------------------------------------------------------预置链接样式*/
a:link, a:visited, a:active {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #000001;
	text-decoration:none;
}
a.l_red:link, a.l_red:visited, a.l_red:active {
	color: #f30;
	padding:1px;
	text-decoration:none;
}
a.l_red:hover {
	color: #000001;
	padding:1px;
	background-color:#ff3303;
	color:#fff;
	text-decoration:none;
}
a.l_green:link, a.l_green:visited, a.l_green:active {
	color: #690;
	padding:1px;
	text-decoration:none;
}
a.l_green:hover {
	color: #000001;
	padding:1px;
	background-color:#669901;
	color:#fff;
	text-decoration:none;
}
a.l_f30:link, a.l_f30:visited, a.l_f30:active {
	color: #f30;
	text-decoration:none;
}
a.l_f30:hover {
	color:#f30;
	text-decoration:underline;
}
a.l_f60:link, a.l_f60:visited, a.l_f60:active {
	color: #f60;
	text-decoration:none;
}
a.l_f60:hover {
	color:#f60;
	text-decoration:underline;
}
a.l_690:link, a.l_690:visited, a.l_690:active {
	color: #690;
	text-decoration:none;
}
a.l_690:hover {
	color:#690;
	text-decoration:underline;
}
a.l_d00:link, a.l_d00:visited, a.l_d00:active {
	color: #d00;
	text-decoration:none;
}
a.l_d00:hover {
	color:#d00;
	text-decoration:underline;
}

/*------------------------------------------------------------------顶部信息条（通用）*/
#top{
	width:100%;
	height:28px;
	background-image:url(images/top_bg.jpg);
}
#top .px980{
	width:980px;
	height:24px;
	margin:0 auto;
}
#top .px980 .welcome{
	float:left;
	width:180px;
	height:24px;
	margin:0;
}
#top .px980 .welcome h3{
	float:left;
	width:180px;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#690;
	margin:0;
	padding:0;
	padding-left:16px;
	background:url(images/web_icon.gif) no-repeat left;
}
#top .px980 .web_info{
	float:right;
	width:auto;
	height:24px;
	margin:0;
}
#top .px980 .web_info li{
	float:left;
	width:auto;
	height:24px;
	line-height:24px;
	margin:0 0 0 20px;
}
#top .px980 .web_info .r a{
	padding-left:16px;
	background:url(images/rss_wb.gif) no-repeat left;
}
#top .px980 .web_info .r a:hover{
	padding-left:16px;
	background:url(images/rss.gif) no-repeat left;
}
#top .px980 .web_info .f{
	padding-left:18px;
	background:url(images/favorites.gif) no-repeat left;
}

/*------------------------------------------------------------------顶部Banner部分*/
#banner{
	width:980px;
	height:160px;
	margin:0 auto;
	background-image:url(images/banner_bg.jpg);
}
#banner .logo{
	float:left;
	width:160px;
	height:160px;
	margin:0;
}
#banner .web_title{
	float:left;
	width:660px;
	height:160px;
	margin:0 0 0 160px;
	display:inline;
}
#banner .web_title h1{
	float:left;
	width:500px;
	height:50px;
	font-size:28px;
	font-family:"微软雅黑", "宋体";
	margin:50px 0 0 36px;
}
#banner .web_title h2{
	float:left;
	width:500px;
	height:60px;
	font-size:12px;
	color:#000;
	font-weight:normal;
	line-height:20px;
	margin:0 0 0 36px;
}

/*------------------------------------------------------------------菜单*/
#menu_div{
	width:100%;
	height:66px;
	margin:1px 0;
	background-image:url(images/menu_bg.jpg);
}
#menu{
	width:980px;
	height:56px;
	margin:5px auto;
}
#menu li{
	float:left;
	width:auto;
	height:46px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	margin:5px 10px 0 0;
	padding:5px 10px 0 0;
	border-right:1px dashed #e1e1e1;
}
#menu li a:hover{
	color:#f60;
}

#menu .over{
	border-right:none;
}

#menu .smg{
	font-size:12px;
	color:#ccc;
	font-weight:normal;
}

/*------------------------------------------------------------------主内容框架*/
#goodcookbook{
	width:980px;
	height:auto;
	margin:10px auto;
}
/*------------------------------------------------------------------图片切换与公告*/
#gleft .photo{
	float:left;
	width:580px;
	height:230px;
	background-color:#f0f0f0;
}
#gleft .photo .pic{
	width:580px;
	height:136px;
}
#gleft .photo .pic img{
	border:1px solid #999;
	padding:1px;
}
#gleft .photo .pic_ma{
	float:right;
	width:auto;
	margin:3px 0 -10px 0;
}
#gleft .photo .pic_ma li{
	float:left;
	cursor:pointer;
	margin-right:3px;
	font-size:10px;
	width:15px;
	height:15px;
	line-height:14px;
	text-indent:4px;
}
.xbigon {
	background:url(images/pic_mabg2.gif);
	color:#fff;
}
.xbigoff {
	background:url(images/pic_mabg1.gif);
	color:#3f4040;
}
#gleft .photo .pic_abstract{
	width:568px;
	height:70px;
	margin:10px auto;
}
#gleft .photo .pic_abstract h2{
	width:460px;
	height:26px;
	line-height:26px;
	padding:0;
	margin:0;
	font-size:14px;
	cursor:pointer;
}
#gleft .photo .pic_abstract h2 a{
	color:#000;
}
#gleft .photo .pic_abstract h2 a:hover{
	color:#790;
	text-decoration:underline;
}
#gleft .photo .pic_abstract h4{
	width:568px;
	height:40px;
	line-height:20px;
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
}

/*------------------------------------------------------------------首页左侧内容标题索引*/
#gleft{
	float:left;
	width:580px;
	height:auto;
	margin:0;
}
#gleft .cunit{
	width:580px;
	height:auto;
	margin:0;
}
#gleft .cunit .cunit_t{
	width:580px;
	height:30px;
	margin:0;
	background-color:#f1f1f1;
}
#gleft .cunit .cunit_t h2{
	float:left;
	width:460px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#333;
	margin:0;
	padding:0;
	text-indent:15px;
}
#gleft .cunit .cunit_t .date{
	float:right;
	width:88px;
	height:16px;
	line-height:16px;
	text-align:right;
	font-size:10px;
	color:#aaa;
	margin:14px 15px 0 0;
	display:inline;
}
#gleft .cunit .cunit_c{
	width:560px;
	height:auto;
	line-height:18px;
	margin:8px 0;
	padding:10px;
}
#gleft .cunit .cunit_c .timg{
	float:right;
	margin:0 0 10px 10px;
}
#gleft .cunit .tags{
	width:578px;
	height:26px;
	margin:0;
	padding:1px 0 0 0;
	border:1px dashed #ccc;
}
#gleft .cunit .tags li{
	float:left;
	width:auto;
	height:24px;
	color:#666;
	line-height:24px;
	margin:0 0 0 6px;
}
#gleft .cunit .tags li a{
	color:#690;
}
#gleft .cunit .tags li a:hover{
	color:#000;
}
#gleft .cunit .tags .alltags a{
	color:#fff;
	background-color:#669901;
	padding:1px 2px;
}
#gleft .cunit .tags .alltags a:hover{
	color:#000;
	background-color:#669901;
	padding:1px 2px;
}
/*------------------------------------------------------------------页码（通用）*/
.pagebar{
	width:580px;
	height:22px;
	clear:both;
}
.pagebar li{
	float:left;
	width:auto;
	height:24px;
	line-height:24px;
	margin:0 3px 15px 0;
}
.pagebar li a{
	float:left;
	width:auto;
	height:12px;
	line-height:13px;
	padding:3px 4px;
	border:1px solid #ccc;
}
.pagebar li a:hover{
	float:left;
	width:auto;
	height:13px;
	color:#690;
	line-height:13px;
	padding:3px 4px;
	border:1px solid #690;
}
.pagebar .nandb{
	float:left;
	width:auto;
	margin:0 3px 15px 0;
	height:12px;
	line-height:13px;
	padding:0;
	border:none;
}

.pagebar .now-page{
	float:left;
	width:auto;
	height:13px;
	line-height:13px;
	padding:3px 4px;
	color:#fff;
	font-weight:bold;
	border:1px solid #666;
	background-color:#9c0;
}

/*------------------------------------------------------------------分割线580px*/
.line580{
	width:580px;
	height:8px;
	margin:10px 0;
	background:url(images/line_goodcookbook.gif) no-repeat right;
}
/*------------------------------------------------------------------分割线700px*/
.line700{
	width:700px;
	height:8px;
	margin:10px 0;
	background:url(images/line_goodcookbook.gif) no-repeat right;
}

/*------------------------------------------------------------------首页右侧*/
#gright{
	float:right;
	width:390px;
	height:auto;
	margin:0;
}

/*------------------------------------------------------------------首页右侧搜索*/
#gright .search{
	width:390px;
	height:30px;
	margin:0;
	padding:0;
	border-bottom:1px dashed #e1e1e1;
}
#gright .search .search_l{
	float:left;
	width:316px;
	height:30px;
	margin:0;
	padding:0;
}
#gright .search .search_l input{
	width:306px;
	height:20px;
	line-height:20px;
	color:#666;
	text-indent:2px;
	border:1px solid #9c0;
	margin:0;
	padding:0;
	padding-left:18px;
	background:url(images/search.jpg) no-repeat left;
}
#gright .search .search_r{
	float:right;
	width:55px;
	height:30px;
	margin:0 0 0 6px;
	padding:0;
}

/*------------------------------------------------------------------首页右侧公告*/
#gright .notice{
	width:388px;
	height:auto;
	margin:10px auto 0 auto;
	padding:0;
}
#gright .notice .title{
	width:388px;
	height:30px;
	margin:0;
	padding:0;
	background-image:url(images/notice_bg.jpg);
}
#gright .notice .title h3{
	width:360px;
	height:30px;
	line-height:30px;
	margin:0 0 0 10px;
	padding:0;
	font-size:14px;
	color:#000;
}
#gright .notice .notice_c{
	width:360px;
	height:auto;
	margin:0;
	padding:13px;
	border:1px solid #d9d9d9;
	border-top:none;
}
#gright .notice .notice_text{
	width:360px;
	height:auto;
	line-height:22px;
	font-size:13px;
	margin:0;
	padding:0;
}
#gright .notice .notice_lkuan{
	clear:both;
	width:360px;
	height:32px;
	margin:0;
	padding:0px;
	background:url(images/anna.jpg) no-repeat right;
}
#gright .notice .notice_lkuan p{
	float:right;
	width:300px;
	height:12px;
	line-height:12px;
	font-size:10px;
	color:#666;
	text-align:right;
	margin:20px 10px 0 0;
	padding:0px;
	display:inline;
}
#gright .cm{
	width:388px;
	height:auto;
	margin:10px auto 0 auto;
	padding:0;
}
#gright .cm .calendar{
	float:left;
	width:188px;
	height:auto;
}
#gright .cm .month{
	float:right;
	width:188px;
	height:auto;
}
#gright .cm .month h3, #gright .cm .calendar h3{
	width:188px;
	height:26px;
	line-height:26px;
	color:#690;
	font-size:12px;
	padding:0;
	margin:0;
	border-bottom:1px solid #ccc;
}
#gright .cm .month ul{
	padding:0;
	margin:0;
}
#gright .cm .month ul li{
	width:188px;
	height:20px;
	line-height:20px;
}

/*------------------------------------------------------------------首页右侧各排列信息*/
#gright .infoli{
	width:388px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#gright .infoli .unit{
	float:left;
	width:188px;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
}
#gright .infoli .unit_r{
	margin-left:10px;
}
#gright .infoli .unit h3{
	width:188px;
	height:26px;
	line-height:26px;
	color:#690;
	font-size:12px;
	padding:0;
	margin:0;
	border-bottom:1px solid #ccc;
}
#gright .infoli .unit ul{
	padding:6px 0 0 0;
}
#gright .infoli .unit ul li{
	width:188px;
	height:20px;
	line-height:20px;
	padding:0;
}

/*------------------------------------------------------------------内容页面*/
#cleft{
	float:left;
	width:700px;
	height:auto;
	margin:0;
}
#cleft .cunit{
	clear:both;
	width:700px;
	height:auto;
	margin:0;
}
#cleft .cunit .cunit_t{
	width:700px;
	height:46px;
	margin:0;
	background-color:#f1f1f1;
}
#cleft .cunit .cunit_t h2{
	float:left;
	width:460px;
	height:46px;
	line-height:46px;
	font-size:18px;
	color:#690;
	margin:0;
	padding:0;
	text-indent:15px;
}
#cleft .cunit .cunit_t h2 a{
	color:#690;
}
#cleft .cunit .cunit_t h2 a:hover{
	color:#f60;
}

#cleft .cunit .cunit_t .date{
	float:right;
	width:88px;
	height:16px;
	line-height:16px;
	text-align:right;
	font-size:10px;
	color:#aaa;
	margin:26px 15px 0 0;
	display:inline;
}
#cleft .cunit .cunit_c{
	width:646px;
	height:auto;
	line-height:24px;
	font-size:14px;
	margin:8px auto;
	padding:10px;
}
#cleft .cunit .cunit_c .timg{
	float:right;
	margin:0 0 10px 10px;
}
#cleft .cunit .tags{
	width:698px;
	height:26px;
	margin:0;
	padding:1px 0 0 0;
	border:1px dashed #ccc;
}
#cleft .cunit .tags li{
	float:left;
	width:auto;
	height:24px;
	color:#666;
	line-height:24px;
	margin:0 0 0 6px;
}
#cleft .cunit .tags li a{
	color:#690;
}
#cleft .cunit .tags li a:hover{
	color:#000;
}
#cleft .cunit .tags .alltags a{
	color:#fff;
	background-color:#669901;
	padding:1px 2px;
}
#cleft .cunit .tags .alltags a:hover{
	color:#000;
	background-color:#669901;
	padding:1px 2px;
}
#cleft .cunit .sxia{
	width:646px;
	height:26px;
	margin:5px auto;
	border-bottom:1px dashed #f1f1f1;
}
#cleft .cunit .sxia li{
	width:300px;
	height:26px;
	line-height:26px;
	color:#666;
}
#cleft .cunit .sxia li a{
	color:#690;
	background-color:#f1f1f1;
	padding:1px 5px;
}
#cleft .cunit .sxia li a:hover{
	color:#fff;
	background-color:#9c0;
	padding:1px 5px;
}

#cleft .cunit .sxia .l{
	float:left;
	text-align:left;
}
#cleft .cunit .sxia .r{
	float:right;
	text-align:right;
}
/*------------------------------------------------------------------内容正文页相关文章*/
#cleft .related{
	width:698px;
	height:auto;
	margin:0;
	padding:0;
	border:1px solid #e1e1e1;
}
#cleft .related .title{
	width:698px;
	height:26px;
	margin:0;
	padding:0;
	background-image:url(images/related_tbg.jpg);
	border-bottom:1px solid #e1e1e1;
}
#cleft .related .title h3{
	width:660px;
	height:26px;
	line-height:26px;
	font-size:12px;
	color:#f60;
	margin:0 0 0 10px;
	padding:0;
}
#cleft .related ul{
	width:660px;
	height:100px;
	margin:8px auto;
	padding:0;
}
#cleft .related ul li{
	float:left;
	width:320px;
	height:20px;
	line-height:20px;
	margin:0 10px 0 0;
	padding:0;
}
#cleft .related ul li a{
	color:#666;
	padding-left:10px;
	background:url(images/circle1.gif) no-repeat left;
}
#cleft .related ul li a:hover{
	color:#690;
	text-decoration:underline;
	padding-left:10px;
	background:url(images/circle2.gif) no-repeat left;
}
/*------------------------------------------------------------------留言及评论*/
#cleft .message{
	width:700px;
	height:460px;
	margin:10px 0 0 0;
	padding:0;
	background-color:#f5f5f5;
}
#cleft .message ul{
	width:660px;
	height:auto;
	margin:20px;
	padding:0;
}
#cleft .message ul li{
	width:660px;
	height:30px;
	margin:0;
	padding:0;
}
#cleft .message ul .thanks{
	margin-top:10px;
}
#cleft .message ul .m_textarea{
	width:660px;
	height:120px;
	margin:0;
	padding:0;
}
#cleft .message ul li h3{
	width:660px;
	height:30px;
	line-height:30px;
	color:#f60;
	font-size:14px;
	margin:0;
	padding:0;
}
#cleft .message ul li .text{
	width:360px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 6px;
	border:1px solid #690;
}
#cleft .message ul li .text_yz{
	width:60px;
	height:20px;
	color:#f60;
	line-height:20px;
	margin:0;
	padding:0 6px;
	border:1px solid #690;
}
#cleft .message ul li .text_c{
	width:638px;
	height:120px;
	line-height:20px;
	margin:0;
	padding:3px 6px;
	border:1px solid #690;
	background:url(images/textarea_bg.jpg) no-repeat right bottom;
	background-color:#fffffd;
}
/*留言页面*/
#cleft .message_cm{
	width:698px;
	height:76px;
	margin:0;
	background-color:#f3f8d2;
	border:1px solid #c1d92c;
}
#cleft .message_cm .message_cmt{
	width:660px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#000;
	border-bottom:1px dashed #c1d92c;
	margin:0 auto;
}
#cleft .message_cm .message_cmc{
	width:660px;
	height:40px;
	line-height:20px;
	color:#111;
	padding:8px 0;
	margin:0 auto;
}


/*打分投票*/
#cleft .cunit .vote{
	width:356px;
	height:26px;
	margin:20px auto;
	text-align:left;
}

/*TrackBack引用地址*/
#cleft .cunit .trackback{
	width:700px;
	height:40px;
	margin:8px auto;
}
#cleft .cunit .trackback .lir{
	float:right;
	width:246px;
	height:24px;
	line-height:24px;
	text-align:center;
	margin:8px 0 0 0;
	background-color:#f5f5f5;
}
#cleft .cunit .trackback .lir a{
	color:#690;
}
#cleft .cunit .trackback .lir a:hover{
	color:#000;
}
#cleft .cunit .trackback .lil{
	float:left;
	width:450px;
	height:40px;
	margin:0;
}
#cleft .cunit .trackback .lil li{
	float:left;
	width:auto;
	height:24px;
	line-height:24px;
	margin:8px 8px 0 0;
}
#cleft .cunit .trackback .lil .z{
	padding-left:18px;
	background:url(images/writing_add.gif) no-repeat left;
}
#cleft .cunit .trackback .lil .l{
	padding-left:16px;
	background:url(images/rel.gif) no-repeat left;
}
#cleft .cunit .trackback .lil .m{
	padding-left:22px;
	background:url(images/hotnews.gif) no-repeat left;
}
#cleft .cunit .trackback .lil .y{
	padding-left:20px;
	background:url(images/comment_edit.gif) no-repeat left;
}
#cleft .cunit .trackback .lil .c{
	padding-left:18px;
	background:url(images/monitor_add.gif) no-repeat left;
}

/*------------------------------------------------------------------内容右侧*/
#cright{
	float:right;
	width:268px;
	height:auto;
	margin:0;
}

/*------------------------------------------------------------------首页右侧搜索*/
#cright .search{
	width:268px;
	height:30px;
	margin:0;
	padding:0;
	border-bottom:1px dashed #e1e1e1;
}
#cright .search .search_l{
	float:left;
	width:180px;
	height:30px;
	margin:0;
	padding:0;
}
#cright .search .search_l input{
	width:180px;
	height:20px;
	line-height:20px;
	color:#666;
	text-indent:2px;
	border:1px solid #9c0;
	margin:0;
	padding:0;
	padding-left:18px;
	background:url(images/search.jpg) no-repeat left;
}
#cright .search .search_r{
	float:right;
	width:55px;
	height:30px;
	margin:0 0 0 6px;
	padding:0;
}

/*------------------------------------------------------------------首页右侧各排列信息*/
#cright .calendar{
	width:188px;
	height:auto;
	margin:0 auto;
}
#cright .calendar h3{
	width:188px;
	height:26px;
	line-height:26px;
	color:#690;
	font-size:12px;
	padding:0;
	margin:0;
	border-bottom:1px solid #ccc;
}

/*------------------------------------------------------------------首页右侧各排列信息*/
#cright .infoli{
	width:268px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#cright .infoli .unit{
	float:left;
	width:268px;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
}
#cright .infoli .unit h3{
	width:268px;
	height:26px;
	line-height:26px;
	color:#690;
	font-size:12px;
	padding:0;
	margin:0;
	border-bottom:1px solid #ccc;
}
#cright .infoli .unit ul{
	padding:6px 0 0 0;
}
#cright .infoli .unit ul li{
	width:268px;
	height:20px;
	line-height:20px;
	padding:0;
}
/*------------------------------------------------------------------右侧小标题箭头（通用）*/
.jt ul li a{
	color:#666;
	padding-left:8px;
	background:url(images/arrow2.gif) no-repeat left;
}
.jt ul li a:hover{
	color:#690;
	padding-left:8px;
	background:url(images/arrow1.gif) no-repeat left;
}

/*------------------------------------------------------------------底部友情链接（通用）*/
#links{
	width:980px;
	height:160px;
	margin:15px auto;
	clear:both;
}
#links .title{
	width:980px;
	height:30px;
	margin:0;
	background-image:url(images/links_tbg.jpg);
}
#links .title h3{
	width:600px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333;
	text-indent:15px;
	margin:0;
}
#links .links_c{
	width:978px;
	height:130px;
	border:1px solid #dadada;
	margin:0;
}
#links .links_c .linkimg{
	float:left;
	width:978px;
	height:50px;
	margin:8px 0;
	display:inline;
}
#links .links_c .linkimg li{
	float:left;
	width:130px;
	height:50px;
	margin-left:8px;
	display:inline;
}
#links .links_c .linkimg li a img{
	border:1px solid #efefef;
	padding:1px;
}
#links .links_c .linkimg li a:hover img{
	border:1px solid #690;
	padding:1px;
}
#links .links_c .linktext{
	float:left;
	width:960px;
	height:60px;
	margin:0 9px;
	display:inline;
	overflow:hidden;
}
#links .links_c .linktext li{
	float:left;
	width:auto;
	height:15px;
	line-height:15px;
	margin:0;
	display:inline;
	margin:5px 0 0 5px;
	border-right:1px solid #ccc;
	padding-right:5px;
	white-space:nowrap;
}
#links .links_c .linktext li a{
	color:#666;
}
#links .links_c .linktext li a:hover{
	color:#333;
	background-color:#efefef;
}


/*------------------------------------------------------------------底部信息（通用）*/
#bottom_div{
	width:100%;
	height:100px;
	margin:0;
	background-image:url(images/bottom_bg.jpg);
	clear:both;
}
#bottom{
	width:980px;
	height:100px;
	margin:0 auto;
}
#bottom .s_logo{
	float:left;
	width:260px;
	height:80px;
	line-height:30px;
	margin:8px 10px 0 0;
	border-right:1px solid #fff;
}
#bottom .s_logo .bottom_logo{
	width:160px;
	height:60px;
	margin:0 auto;
	text-align:center;
}
#bottom .s_logo .bottom_text{
	width:260px;
	height:20px;
	line-height:20px;
	color:#ffffff;
	margin:0 auto;
	text-align:center;
}
#bottom .s_logo .bottom_text a{
	color:#df6;
}
#bottom .s_logo .bottom_text a:hover{
	color:#000;
}

#bottom .bottom_c{
	float:left;
	width:300px;
	height:80px;
	line-height:30px;
	margin:8px 10px 0 0;
}
#bottom .bottom_c li{
	float:left;
	width:300px;
	height:20px;
	line-height:20px;
	color:#fff;
}
#bottom .bottom_c li h2{
	font-size:14px;
	color:#000;
	margin:0;
	padding:0;
}
#bottom .bottom_r{
	float:left;
	width:360px;
	height:80px;
	line-height:30px;
	margin:8px 10px 0 0;
}
#bottom .bottom_r .bottom_r1{
	float:left;
	width:120px;
	height:80px;
	padding-left:10px;
	border-left:1px dashed #eee;
}
#bottom .bottom_r .bottom_r1 li{
	width:120px;
	height:20px;
	line-height:20px;
}
#bottom .bottom_r .bottom_r1 li a{
	color:#000;
}
#bottom .bottom_r .bottom_r1 li a:hover{
	color:#fff;
}
#bottom .bottom_r .bottom_r1 .li1{
	padding-left:15px;
	background:url(images/top.gif) no-repeat left;
}
#bottom .bottom_r .bottom_r1 .li2{
	padding-left:15px;
	background:url(images/rss_wb.gif) no-repeat left;
}
#bottom .bottom_r .bottom_r1 .li3{
	padding-left:15px;
	background:url(images/email.gif) no-repeat left;
}
#bottom .bottom_r .bottom_r1 .li4{
	padding-left:15px;
	background:url(images/right.gif) no-repeat left;
}
#bottom .bottom_r .bottom_r1 .li4 a{
	color:#000;
}
#bottom .bottom_r .bottom_r1 .li4 a:hover{
	color:#fff;
}

/*------------------------------------------------------------------广告*/
#ad01{
	width:580px;
	height:210px;
	margin:0 0 15px 0;
}
#ad02{
	clear:both;
	width:388px;
	height:120px;
	margin:10px auto 0 auto;
}
#ad03{
	width:700px;
	height:120px;
	margin:0 0 15px 0;
}
#ad04{
	width:268px;
	height:300px;
	margin:10px auto 0 auto;
}
#textad01{
	width:980px;
	height:30px;
	margin:5px auto;
}
#ad05{
	clear:both;
	width:388px;
	height:280px;
	margin:10px auto 0 auto;
}

 /*---------------------------侧栏日历的定义------------------------------------*/
/*----日历的总体定义----*/
#divCalendar{padding:0 0 0 10px;text-align:center; font-family: Arial, Helvetica, sans-serif; color:#9FCC49;}
/*----日历标题部分进行了隐藏----*/
#divCalendar h3{display:none;}
/*----日历div的定义----*/
#divCalendar div{margin:0 0 0 0;padding:0 0 5px 4px;float:left;}

p.w{float:left;width:25px;height:16px;margin:4px 0 0 0;padding:2px 0 1px 0;text-align:center;vertical-align :middle;font-size:9px;text-decoration : underline;}
/*----日历年份的定义----*/
p.y{text-align:center;height:14px;margin:2px 0 0 0;padding:0 0 0 0;float:left;width:175px;font-size:12px;font-weight:bold;}
/*----日历日期的定义----*/
p.d{float:left;width:25px;height:18px;margin:0 0 0 0;padding:2px 0 0 0;text-align:center;vertical-align :middle;}
 /*----有文章的日期的定义----*/
p.yd{float:left;width:25px;height:18px;margin:0 0 0 0;padding:2px 0 0 0;text-align:center;vertical-align :middle;font-weight:bolder;color:#6090c0;background:url(images/article.gif) no-repeat 3px 0px;}
p.yd a{color:#5E5F00;}
p.yd a:link {color:#5E5F00;}
p.yd a:visited {color:#5E5F00;}
p.yd a:hover {color:#5E5F00;}
p.yd a:active {color:#5E5F00;}
 /*----没有文章的日期的定义----*/
p.nd{float:left;width:25px;height:18px;margin:0 0 0 0;padding:2px 0 0 0;text-align:center;vertical-align :middle;}
 /*----当日日期的定义----*/
p.cd{float:left;width:25px;height:18px;margin:0 0 0 0;padding:2px 0 0 0;text-align:center;vertical-align :middle;font-weight:bold; color:#690;}

/*---------------------------留言及评论------------------------------------*/
.msg{
	width:670px;
	margin:10px 0 0 0;
	padding:15px;
	background-color:#f5f5f5;
}
.msg .msgname{padding:2px 0 2px 5px;margin:0px;}
.msg .tbname{padding:0 0 0 5px;margin:0px;}
.msg .msgurl{text-align:right;padding:2px 10px 2px 10px;margin:0;}
.msg .msgarticle{
	line-height:20px;
	padding:15px 10px;
	margin:0;
}
.msg .msgarticle a, .msg .quote a{
color:#690;
}
.msg .msgarticle a:hover, .msg .quote a:hover{
color:#f60;
}

.msg .quote{
	width:500px;
	margin:0 auto;
	line-height:20px;
	padding:10px;
	background:#fffffe;
}
.msg .quote-title{
	margin:2px;
	padding:3px;
	border-bottom:1px #f8f8f8 solid;
}

#mclogo{position:absolute; width:313px; height:119px;margin-left:-475px;top:0px; left:50%;z-index:1000; overflow:hidden;}