/* CSS Document */

@charset "utf-8";
/* CSS Document */

       /*

Theme Name: Gluttony

Theme URI: http://www.wpdesigner.com/2007/11/25/gluttony-wordpress-theme/

Description: Gluttony of the Seven Deadly Sins series, a food menu style theme by Small Potato of <a href="http://www.wpdesigner.com/">Wpdesigner.com</a>.

Version: 0.1.1

Author: Small Potato

Author: http://www.wpdesigner.com/

*/



body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, input{ margin: 0; padding: 0; }



body{

	font-family: arial,verdana,  helvetica, sans-serif;

	font-size: 12px;

	text-align: center;

	vertical-align: top;
	
	color: #3e3e3e;

}



form, input, textarea, table{ font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; }



h1, h2, h3, h4, h5, h6{ font-family:Verdana, Arial, Helvetica, sans-serif; }

h2, h3{ font-size: 16px; }


a{text-decoration:none;color: #000000;} 
a:hover{color:#000000; text-decoration:none;} 






a img{ border: 0; }



address, dl, p{ padding: 10px 0 5px; }



blockquote{

	margin: 10px 0 0;

	background: #f5f5f5;

}

blockquote p{ padding: 10px; }

blockquote blockquote{

	margin: 0 10px;

	background: #fff;

}



img.centered{ display: block; margin-left: auto; margin-right: auto; }

img.alignleft{ margin: 3px 10px 2px 0;}

img.alignright{ margin: 3px 0 2px 10px;}



img.alignleft, img.alignright{

	padding: 9px;

	border: 1px solid #eee;

	display: inline;

}



p img{max-width: 100%;width: expression(this.width > 500 ? 500: true);}



small{ font-size: 11px; }

.log{
	background-image: url(images/log.jpg);
	overflow: hidden;
	height: 133px;
	width: 748px;
}

.alignleft{float: left;}

.alignright{float: right;}



.clear{/*margin: 0; padding: 0; clear: both;*/}



.tl, .tr, .bl, .br{

	width: 10px;

	height: 10px;

	overflow: hidden;

}



.tl, .bl{float: left; clear: left;}

.tr, .br{float: right; clear: right;}



#wrapper{margin: 0 auto; width: 748px;}



#container{
	float: left;
	width: 748px;
	text-align: left;
	/*background: #555 url(images/bg_container.gif) repeat-x;*/

}



.maincolumn{
	float: left;
	width: 500px;
	/*background: url(images/bg_maincolumn.gif) no-repeat left bottom;*/
	display: inline;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


/* 最上部的菜单*/
#menu{
	width: 748px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	height: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #757575;
}


/* 菜单中菜单整个框的样式 */
#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 40px;
	background-color: #fff;
	list-style-position: inside;
}


/* 菜单中菜单项的样式 */
#menu ul li{
	
	float: left;
	height: 40px;
	overflow: hidden;
	background-color: #fff;
}


/* 菜单中链接的样式 */
#menu ul li a{
	color:#666;
	display: block;	
	text-decoration: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;	
}


/* 菜单中移到链接时的样式 */
#menu ul li a:hover{
	display: block;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;		
	text-decoration:none;

}


/* 菜单中的RSS 显示图片*/
#menu ul li span.feed{
	
	/*padding: 0 17px 0 0;
	background: url(images/feed.gif) no-repeat right top;*/

}


/* 菜单中的当前页选中项的样式 */
#menu ul li.current_page_item{

	
	

}
/* 菜单中的当前页选中项的链接的样式 */
#menu ul li.current_page_item a{

	
	background-color: #767676;
	color:#fff
	

}



#content{
	float: left;
	width: 748px;
	background: #fff url(images/bg_content.gif) no-repeat right top;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}



#banner{
	width: 748px;
	height: 196px;
	background-color: #ebebeb;
	margin-bottom: 30px;
}


/* 每个贴子的主体样式*/
.post{
	width: 500px;
	margin-bottom: 30px;
	list-style-type: none;
}
/* 中间主体内容的总框 */
.ContentMain{
	width: 500px;
	float: right;
	margin-right: 24px;
	overflow: hidden;
}

/* 每个帖子的标题及内容的样式*/
.entry-head, .entry-wrap{
	margin: 1px 0 0;
	background-color: #FFFFFF;
}


/*每个帖子的标题的样式*/
.entry-head{
	
}


/*每个帖子的标题上边框的（标题文字）样式*/
.entry-head h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	
	font-weight:900;
	line-height:15px;
	text-align:justify;	/*
	padding: 10px;

	background: url(images/bg_entry_title.gif) no-repeat
*/
	margin-top: 5px;
}

.entry-head h2 SPAN{}





.entry-date{
        
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	float: left;
	background-image: url(images/date_1px.jpg);
	background-repeat: repeat-x;
}


/* 每个帖子主体内容的样式 */
.entry-wrap{

	/*background: url(images/bg_entry_wrap.gif);*/

}


/* 每个帖子主体内容的下边框样式 */
.entry-wrap .rc{
/*
	height: 14px;

	overflow: hidden;

	background: url(images/bg_entry_rc_bottom.gif) left bottom;
*/

}


/* 每个帖子主体内容的上边框样式*/
.entry-content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
 	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color:#333333;
}
.entry-date-div{	
	height:25px;
	
	}

.entry-title{
	line-height: 20px;
	
}


.entry-content a{
        
	font-weight: bold;
	color:#47b8d8;

}



.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{

	padding: 10px 0 0;

	font-size: 14px;

}

.entry-content h5{font-size: 11px;}

.entry-content h6{font-size: 10px;}



.entry-meta{

	padding: 10px 0 0;

	font-family:Verdana, Arial, Helvetica, sans-serif;

}



.entry-meta a{

	font-weight: bold;
	color:#666;

}



.navigation{

	padding: 15px 20px 5px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	line-height: 18px;

}



.navigation a{color: #000;}


/* 侧边栏*/
.sidebar{
	float: right;
	width: 223px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}



.sidebar ul{
	
	
	list-style-type: none;

	margin: 0;

	padding: 0;

	font-size: 11px;

}

.sidebar #wp-calendar{
	background-color: #F5F5F5;
	
}

.sidebar ul a{

	font-weight: bold;
	color:#47b8d8;

}
/* RSS为空时的图片样式*/
.rssIMG{
	background-image: url(images/blog_rss.jpg);
	height: 32px;
	width: 33px;
	margin-top: 9px;
	margin-left: 75px;
}
/* RSS为空时的文字样式*/
.rssText{
	margin-top: 19px;
	margin-left: 39px;	
}
.sidebar ul li{
	margin-bottom: 20px;
	
}
/*RSS 标题样式*/
.rsswidget { 
	font-size: 16px;
	color: #939196;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	
}


/* 搜索表单样式*/
.sidebar ul li#search form{
	height: 67px;
	background-image: url(images/search_it.jpg);
	margin-bottom: 22px;
}

/*　日历的链接样式*/
.sidebar ul li#wp-calendar TBODY TR a{
	color: #47B8D8;
}


/* 搜索输入框的样式*/
.sidebar ul li#search form input#s{
	float: left;
	overflow: hidden;
	line-height: 26px;
	border: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
	margin-top: 9px;
	margin-left: 23px;
	height: 26px;
	width: 181px;
}
/*搜索的按钮样式*/
.searchSubmit{
	
	padding: 0px;
	border-style: none;
	margin-top: 4px;
	margin-left: 85px;
	height: 21px;
	width: 53px;
	background-image: url(images/searchSubmit.jpg);
	display: inline;
}

/* 侧边栏 标题 的样式 */
.sidebar ul li h3{
	font-size: 16px;
	color: #939196;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	
}


/* 侧边栏 内容 的样式*/
.sidebar ul ul{
	list-style-type:disc;
	line-height: 12px;	
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	
	
}


/* 侧边栏 内容 中 子行的样式 */
.sidebar ul ul li{
	margin: 0;
	
	padding-top:5px;
}

/* 侧边栏　内容　字体的样式　*/
.sidebar ul ul li a{
	color: #47B8D8;
}
/* 侧边栏　内容　字体的　移到　样式　*/
.sidebar ul ul li a:hover{
	color: #000000;
}

.sidebar ul ul ul{

	padding: 0 10px 0;

	background-color: transparent;
	
	background-image: none;

}



/* Sidebar Widgets */



#calendar_wrap{

	padding: 10px;

	

}



#calendar_wrap table{

	width: 100%;

}



#calendar_wrap th, #calendar_wrap table td{

	padding: 3px 0;

}



/* End Sidebar Widgets */



#comments h3{

	margin: 10px 0 0;

	padding: 7px 10px;

	background: #f5f5f5;

}



ol.commentlist{

	list-style-type: none;

	margin: 0;

	padding: 0;

}



ol.commentlist li .comment-entry{

	margin: 10px 0 0;

	border: 1px solid #eee;

	padding: 3px 10px 0;

	line-height: 24px;

}

#commentform{

	margin: 0 0 7px;

	padding: 0 10px 6px;

	border-top: 1px solid #fff;

	background: #eee;

}



#footer{

	float: left;

	width: 748px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	text-align: center;
}



#footer p{

	color:#000000;

	line-height: 18px;

	padding: 30px 20px 20px;

}



.hidden{
        float: left;
        overflow: hidden;
        line-height: 29px;
        visibility: hidden;
	
}
#divFanfou{
 padding:0 0 0 0;
}


#divFanfou li{
 margin:0 0 0 0;
 padding:0 0 0 5px;
         font-size:12px;
 word-break:break-all;
 text-align:left;
 line-height:150%;
 background-image : none;
         text-align:justify;
         text-justify:inter-ideograph;
}


#footer a{ font-weight: bold;text-decoration: none; }

#footer a:hover{ font-weight: bold;text-decoration:none; }