body {
	margin:0px;
	padding:0px;
	font-family:'宋体';
	font-size: 12px;
	line-height:120%;
}
td {
	font-size:12px;
	line-height:120%;
}
div {
	margin-left:auto;
	margin-right:auto;
	line-height:120%;
}
img {border:0}
/* 默认的链接样式 */
a {
	color:#626262;text-decoration:none;
}
a:hover {
	color:#F30;text-decoration:none;
}
/* 最外层，用于限定页面宽度 */
#all {
	height:auto !important;
	height:0px;
	text-align:left;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	background:#fff;
}
/* 导航栏 */
#topBar {
	width:776px;
	height:22px;
	text-align:left;
	z-index:10;
	background:#F7F4F4;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}
a.topBarLink {
	color:#626262;
	font-weight:bold;
	text-decoration:none
}
a.topBarLink:hover {
	color:#F30;
}
#topBar .reg {
	padding-left:10px;
	width:30px;
}
#topBar .login {
	padding-left:10px;
	width:50px;
}
#topBar .hello {
	padding-left:10px;
	white-space:nowrap ;

}
#topBar .other {
	text-align:right;
	padding-right:10px;
}
/*选择blog层*/
.selectDiv {
	position:absolute;
	left:400px;
	top:55px;
	z-index:1000;
	border:1px solid #7A7A7A;
	background:#fff;
	width:220px;
	text-align:left;
	padding:1px;
}
.selectTd {
	padding-left:20px;
	background:#F6F5F5;
	height:21px;
	cursor:pointer;
	color:#434242;
}
.selectBlog {
	padding-left:20px;
	background:url('../common/select.gif') no-repeat #E4F6DC left center;
	height:21px;
	cursor:pointer;
	color:#434242;
}

/* 博客页面 */
#page {
}
/* 博客头部 */
#pageHeader {
	width:776px;
	background:url('banner.jpg');
	position:relative;
	height:133px;
	border-bottom:3px solid #EDEDED;
	text-align:left;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}
#pageHeader #blogTitle {
	position:absolute;
	clear:both;
	margin-top:30px;
	margin-left:160px;
	height:26px;
	line-height:26px;
	border:1px solid #364A1A;
	background-color:#EAFCCF;
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	font-weight:bold;
	color:#000;
    word-wrap:normal;
	filter:alpha(opacity=80);
}
#pageHeader #blogTitleText {
	position:absolute;
	clear:both;
	margin-top:30px;
	margin-left:160px;
	height:26px;
	line-height:26px;
	border:1px solid #364A1A;
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	font-weight:bold;
	color:#000;
    word-wrap:normal;
}
#pageHeader #blogUrl {
	position:absolute;
	clear:both;
	margin-top:70px;
	margin-left:200px;
	height:24px;
	line-height:24px;
	border:1px solid #364A1A;
	background-color:#EAFCCF;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	color:#000;
	filter:alpha(opacity=80);
}
#pageHeader #blogUrlText {
	position:absolute;
	clear:both;
	margin-top:70px;
	margin-left:200px;
	height:24px;
	line-height:24px;
	border:1px solid #364A1A;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	color:#000;
}
/* 头部-菜单 */
#pageHeader #menu {
	float:left;
	position:absolute;
	bottom:0;
	height:21px;
	margin-left:0px;
	margin-bottom:-3px !important;
	margin-bottom:-5px;
}
#pageHeader #menu ul {
	float:left;
	padding-left:18px;
}
#pageHeader #menu li {
	float:left;
	margin-right:3px;
	padding-left:10px;
	padding-right:10px;
	height:21px;
	line-height:21px;
	color:#000000;
	list-style-type:none;
	background:#F2F7D1;
}
#pageHeader #menu li.select {
	float:left;
	margin-right:3px;
	padding-left:10px;
	padding-right:10px;
	height:19px;
	line-height:19px;
	color:#FF5B00;
	list-style-type:none;
	background:#EDEDED;
	border:1px solid #F4F4F4;
	border-bottom:0px;
}
#pageHeader #menu li A {
	color:#000;
	text-decoration:none;
	
}
#pageHeader #menu li A.select {
	color:#FF5B00;
	text-decoration:none;
}

/* 博客主体 */
#pageBody {
	width:776px;
	background-color:#FFFFFF;
	clear:both;
	overflow: hidden;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}
#pageLeft, #pageMid, #pageRight, #pageList
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#pageLeft, #pageMid, #pageRight
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#pageLeft:before, #pageMid:before, #pageRight:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}

/* 主体-左 */
#pageBody #pageLeft {
	float:left;
	padding-top:8px;
	width:214px;	
}
/* 左边－工具栏 */
#toolBar {
	overflow:hidden;
	text-align:center;
	background:#fff;
	height:auto !important;
}
#toolBar #photo {
	text-align:center;
	width:180px;
	padding-top:5px;
	padding-bottom:5px;
}
#toolBar #photo A img {
	border:solid 1px #DEDEDE; 
	padding:2px;
}
#toolBar #name {
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	color:#000;
	font-size:13px;
	font-weight:bold;
	background:#F2FFEC;
	width:186px;
}
#toolBar #nav {
	padding-left:20px;
}
#toolBar #nav .link {
	float:left;
	width:80px;
	height:20px;
	line-height:20px;
	text-align:left;
}
#toolBar #nav .link A {
	color:#000000;
	text-decoration:underline;
}
#toolBar #nav .link A:hover {
	color:#333;
	background:#DDEE6D;
	text-decoration:none;
}
/* 左边－模块*/ 
#pageLeft .module {
	background:#fff;
}
#pageLeft .module .heading, #pageRight .module .heading, .toolBarHeading, #pageLeft .moduleTab .heading, #pageRight .moduleTab .heading {
	clear:both;
	height:24px;
	line-height:24px;
	padding-left:20px;
	color:#010000;
	font-weight:bold;
	background:url('module_headbg.gif') no-repeat;
}
.module .title {
	height:24px;
	line-height:24px;
	color:#010000;
	font-weight:bold;
	float:left;
}
.module .icon {
	height:19px;
	width:20px;
	margin-right:13px;
	margin-top:4px;
	float:right;
	text-align:right;
}

#pageLeft .module .content {
	border:0px;
	min-height:50px;
	height:auto!important; 
	height:50px;
	background:url('module_bg.gif') repeat-y center;
	padding:0 5 0 5;
}
#pageLeft .module .content ul, #pageRight .module .content ul {
	list-style-type:none;
}
#pageLeft .module .content li, #pageRight .module .content li {
	margin-top:3px;
	margin-bottom:3px;
	padding-left:0px;
	background:url('li_point.gif') no-repeat 0px 2px;
	text-indent:1em;
	list-style-type:none;
}
#pageLeft .module .content li a, #pageRight .module .content li a {
	color:#4C453B;
	text-decoration:none;
}

/* 所有－模块*/ 
.module {
	margin-bottom:5px;
}
.module .heading, #pageMid .toolBarHeading {
	clear:both;
	height:31px;
	line-height:31px;
	padding-left:30px;
	color:#010000;
	font-weight:bold;
	background:url('moduleMid_headbg.gif') no-repeat;
	text-align:left;
}
.module .content .date {
	background:url('../common/dashed.gif') repeat-x bottom;
	height: 22px;
	color: #666666;
	text-align:right;
	padding-right:5px;
}
.module .content .other {
	height: 22px;
	color: #666666;
	text-align:right;
	padding-right:5px;
}
.module .content {
	padding:5px;
	border:0px;
	min-height:50px;
	height:auto!important; 
	height:50px;
}
.module .content ul {
	list-style-type:none;
}
.module .content li {
	margin-top:3px;
	margin-bottom:3px;
	padding-left:0px;
	background:url('li_point.gif') no-repeat 0px 2px;
	text-indent:1em;
}
.module .content li a {
	color:#4C453B;
	text-decoration:none;
}
/* 所有－模块(TAB) */ 
.moduleTab {
	margin-bottom:5px;
}
.moduleTab .heading {
	clear:both;
	height:31px;
	line-height:31px;
	padding-left:30px;
	color:#010000;
	font-weight:bold;
	background:url('moduleMid_headbg.gif') no-repeat;
	text-align:left;
}
.moduleTab .content {
	border:0px;
	margin-bottom:8px;
}
.moduleTab .content .tabHead {
	background:url('tab_headbg.gif') repeat-x;
	height:23px;
}
.moduleTab .content .tabHead ul {
}
.moduleTab .content .tabHead li {
	list-style-type:none;
	line-height:22px;
	height:22px;
	background:#F4F4F4;
	border-right:1px solid #F4F4F4;
	float:left;
	text-align:center;
	color:#1F6DD7;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
}
.moduleTab .content .tabHead li.on{
	list-style-type:none;
	line-height:23px;
	height:23px;
	background:#fff;
	border-right:1px solid #EDECEC;
	float:left;
	text-align:center;
	color:#1F6DD7;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
}
.moduleTab .content .tabContent {
	padding:5px;
}
.moduleTab .content .tabContent ul {
}
.moduleTab .content .tabContent li {
	list-style-type:none;
}
/* 推荐图片 */
.pic {
	text-align:center;
	border:solid 1px #DFC89D;
	padding:2px;
}

/* 主体-中 */
#pageBody #pageMid {
	background:#fff;
	padding-top:8px;
	padding-right:0px;
	float:left;
	width:540px;
}

/* 主体-右 */
#pageBody #pageRight {
	padding-top:8px;
	background:#fff;
	padding-right:0px;
	width:0px;
	float:right;
	display:none;
}

/* 二级列表页-右列表 */
#pageBody #pageList {
	background:#fff;
	padding-top:8px;
	float:left;
	width:540px;
}
/* 模板二级页主体-整块 */
#pageBody #pageFull {
	float:left;
	background:#fff;
	min-height: 500px;
	height:auto!important;
	height:500px;
	width:776px;
}
/* 模板二级页主体-整块-相册 */ 
#pageBody #pageFull #albumSelect {
	margin-top:5px;
	margin-left:500px;
	margin-right:15px;
	width:250px;
	height:32px;
	float:right;
	background:url('albumselectbg.gif') no-repeat;
	padding-left:10px;
	padding-top:0px!important;
	padding-top:5px;
	color:#042B5A;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}
#pageBody #pageFull #albumLeft {
	margin-top:13px;
	margin-bottom:13px;
	margin-left:6px;
	width:150px;
	float:left;
	border: 1px dotted #CCCCCC;
}
#pageBody #pageFull #album {
	margin-top:5px;
	width:124px;
	float:left;
	background:url('../common/photobg.gif') no-repeat;
}
#pageBody #pageFull #album #photo {
	text-align:center;
	margin-top:12px;
	margin-bottom:12px;
	width:95px;
	height:75px;
}
#pageBody #pageFull #album #photo IMG {
	border:1px solid #999;
}
#pageBody #pageFull #album #name {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#333333;
}
/* 模板二级页主体-整块-相册列表 */ 
#pageBody #pageFull #albumlistLeft {
	margin-top:13px;
	margin-bottom:13px;
	margin-left:6px;
	width:150px;
	float:left;
	border:1px solid #BEBEC2;
	background:url('albumlistbg.gif') repeat-x ;
}
#pageBody #pageFull #albumlistLeft .head {
	height:40px;
	color: #042B5A;
	font-size: 14px;
	font-weight:bold;
	line-height:40px;
	padding-left:10px;
}
.albumtd {
	height:25px;
	padding-left:10px;
	padding-right:7px;
	color: #096388;
	font-size: 13px;
	cursor:pointer;
}
.albumtdonmouseover {
	height:25px;
	background:#C5EEFF;
	padding-left:10px;
	padding-right:7px;
	color: #096388;
	font-size: 13px;
	cursor:pointer;
}
a.albumlink {
	color: #096388;
	font-size: 13px;
}
a.albumlink:hover {
	color: #096388;
	font-size: 13px;
}
/* 模板二级页主体-整块-相册-详细 */ 
#pageBody #pageFull #albumright {
	margin-top:13px;
	margin-left:10px!important;
	margin-left:5px;
	border:1px solid #BEBEC2;
	padding:8px;
	text-align:left;
	float:left;
	width:580px;
}
#pageBody #pageFull #albumright #albumView {
}
#pageBody #pageFull #albumright #albumView .heading {
	clear:both;
	background:#FAF9F9;
	height:30px;
}
#pageBody #pageFull #albumright #albumView .heading .title {
	line-height:30px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding-left:10px;
	float:left;
	width:300px;
}
#pageBody #pageFull #albumright #albumView .heading .icon {
	height:30px;
	width:260px;
	text-align:right;
	float:right;
	margin-right:0px;
}
#pageBody #pageFull #albumright #albumView .content {
	border:0px;
}




/* 所有－留言 评论*/ 
#comment {
	margin:5px;
}
#comment .heading {
	clear:both;
	height:20px;
	color:#fff;
	font-weight:bold;
	background:url('comment_headbg.gif') no-repeat ;
	text-align:left;
}
#comment .title {
	line-height:20px;
	color: #fff;
	padding-left:15px;
	float:left;
}
.icon {
	width:200px;
	margin-right:10px;
	margin-top:4px;
	float:right;
	text-align:right;
}
#comment .content {
	padding:10px;
	border:1px solid #69B444;
	overflow:hidden;
	min-height:50px;
}
#comment .content .item {
	border:1px solid #99CC99;
	margin-bottom:5px;
}
#comment .content .item .top {
	height:25px;
	background:#EEFFEE ;
	padding-left:2px;
	font-weight:bold;
}
#comment .content .item .top .name {
	height:25px;
	line-height:25px;
	color:#000;
	float:left;
	width:250px;
}
#comment .content .item .date {
	padding-right:20px;
	line-height:16px;
	clear:both;
	text-align:right;
	color:#999999;
}
#comment .content .item .text {
	padding:5px;
	padding-left:10px;
	overflow:hidden;
	min-height:30px;
	clear:both;
	color:#444444;
}
#comment .content .item .reply {
	padding:5px;
	padding-left:10px;
	clear:both;
	color:#ff0000;
	background:url('../common/dashed.gif') repeat-x ;
}

/* 日历 */ 
#calendar {
    margin-bottom:5px;
}
#calendar #heading {
	height:26px;
	line-height:26px;
	padding-left:10px;
	color:#003474;
	font-weight:bold;
	background:url('module_head.gif') no-repeat;
	border-bottom:1px solid #A7B8C1;
}
#calendar #content {
	text-align:center;
	padding-bottom:9px;
	padding-top:5px;
	background:url('module_bg.gif') repeat-y;
}
#calendar #bottom {
	height:16px;
	line-height:26px;
	color:#003474;
	font-weight:bold;
	background:url('module_bott.gif') no-repeat;
}
/*日历最外层边框*/
#calendar .calendarBigBorder {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	text-decoration: none;
	width: 170;
	background-color: #FFF;
	font-size: 9pt;
	/*border: 1px dotted #999;*/
}
/*非周末（六、日）的样式*/
#calendar .calendarTd {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 7pt;
	color: #000;
	background-color: #EEE;
	height: 18px;
	width: 9%;
	text-align: center;
}
/*非周末（六、日）的标题样式*/
#calendar .calendarTd1 {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 9pt;
	color: #000;
	background-color: #EEE;
	height: 18px;
	width: 9%;
	text-align: center;
}
/*月份输入样式*/
#calendar .calendarMInput {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 9pt;
	text-decoration: none;
	background-color: #FFF;
	height: 15px;
	border: 0px solid #666;
	width: 19px;
	color: #0099ff;
}
/*年份输入样式*/
#calendar .calendarYInput {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 9pt;
	color: #0099ff;
	text-decoration: none;
	background-color: #FFF;
	height: 15px;
	width: 34px;
	border: 0px solid #666;
}
/*月份标题样式*/
#calendar .calendarMonthTitle {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 9pt;
	font-weight: normal;
	height: 24px;
	text-align: center;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
/*当前日期样式*/
#calendar .calendarNow {
	font-family: "arial", "helvetica", "sans-serif", "宋体"; 10:31 2006
	-7-13 font-size: 12pt;
	font-weight: bold;
	color: #000;
	background-color: #c0c9d3;
	height: 18px;
	text-align: center;
}
/*日期是星期六的样式（不含标题）*/
#calendar .calendarDaySat {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 7pt;
	color: #333;
	text-decoration: none;
	background-color: #EEE;
	text-align: center;
	height: 18px;
	width: 10%;
}
/*星期六（日）标题的样式（不含日期）*/
#calendar .calendarDaySat1 {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 9pt;
	color: #ff0000;
	text-decoration: none;
	background-color: #EEE;
	text-align: center;
	height: 18px;
	width: 10%;
}
/*日期是星期日的样式（不含标题）*/
#calendar .calendarDaySun {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 7pt;
	color: #333;
	text-decoration: none;
	background-color: #EEE;
	text-align: center;
	height: 18px;
	width: 10%;
}
/*存在链接时的日期样式*/
#calendar .calendarLink {
	font-family: "arial", "helvetica", "sans-serif", "宋体";
	font-size: 7pt;
	font-weight: normal;
	color: blue;
	text-decoration: none;
	background-color: #e7e7f6;
	text-align: center;
	height: 18px;
}
/* 尾部 */
#pageFooter {
}

<!-- 以下自定义编辑等链接的样式 -->
.headingTitle{
	height:23px;
	line-height:23px;
	color:#010000;
	font-weight:bold;
	float:left;
}
.headingEdit{
	height:23px;
	line-height:23px;
	color:#010000;
	font-weight:normal;
	float:right;
	width:28px;
}
.headingClose{
	height:23px;
	line-height:23px;
	padding-right:8px;
	color:#010000;
	font-weight:normal;
	float:right;
	width:15px;
}
td.headingEdit A{
	color:#000;
}
td.headingEdit A:hover{
	color:#F30;
}
/*设置显示条数*/
.headingConfig{
	clear:both;
	height:24px;
	line-height:24px;
	padding-left:10px;
	color:#010000;
	font-weight:normal;
	border:1px solid #80D058;
	display:none;
	background:#F2FFEC;
}
.headingConfigBtn{
	width:34px;
	height:19px;
	line-height:19px;
	color:#3D3D3D;
	background:url('headingConfigBtnbg.gif') no-repeat ;
	border:0px;
	margin-top:2px;
	cursor:pointer;
}
/* 中间用户头像 */
.userPhotoL{
	border:1px #DEDEDE solid;
	background-color:#FEF2DA;
	width:50px;
	height:50px;
	overflow:hidden;
}
.userPhotoL img{
	width:50px;
	height:50px;
}
/* 边侧用户头像 */
.userPhotoS{
	border:1px #DEDEDE solid;
	background-color:#FEF2DA;
	width:40px;
	height:40px;
	overflow:hidden;
}
.userPhotoS img {
	width:40px;
	height:40px;
}
/*用户头像间隔线 */
.userPhotoLine {
	border-bottom:#999 dashed 1px;
}