/*
Theme Name: 我们一家
Theme URI: http://womenyijia.com/wordpress-themes/womenyijia
Description: 杨思为宝宝、爸爸和妈妈——我们一家的网站模板。
Version: 1.2
Author: 我们一家
Author URI: http://womenyijia.com/
Tags: 三列,固定布局

TODO:
	1、通过js动态调整三列的高度，使得高度一致；
	2、评论内容底部没有圆边“.comment .content”，暂时注释掉了margin: 0 -15px；启用这个IE7中无法查看评论
*/

body, ul, li, p, h1, h2, h3, ol, em, p, dd, dt, dl {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑",helvetica,Arial,Sans-Serif;	
	font-size: 13px;
}

ul li {
	list-style: none;
}

a img {
	border: none;
}

/** 字体颜色
---------------------
**/
a {
	color: #6AA14E;	
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}	

/** 三列布局
---------------------
**/
body {
	text-align: center;
	background: #2F2F2E;
}
#wrapper {	
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #626262 url(images/wrapper_repeat_bg.jpg) repeat;
}
#dad {
	margin-right: 5px;
	width: 332px;
	border: 5px solid #BEBEBE;
	float: right;	
	padding-top: 211px;
	background: #fff url(images/dad_logo.jpg) no-repeat 1px 1px;	
}
#son {
	width: 257px;
	float: right;
	border: 5px solid #BEBEBE;	
	padding-top: 211px;
	background: #fff url(images/son_logo.jpg) no-repeat 1px 1px;	
	margin-right: 20px;
}
#mom {
	border: 5px solid #BEBEBE;
	float: left;
	width: 332px;
	padding-top: 211px;
	background: #fff url(images/mom_logo.jpg) no-repeat 1px 1px;	
	margin-left: 5px;
}
#footer {
	clear: both;	
}
#dad, #mom, #son {
	margin-bottom: 10px;
	padding-bottom: 15px;
}

/** 两列布局
---------------------
**/
body.twocolumn #wrapper {
	/*width: 100%;
	min-width: 1020px;*/
	width: 1020px;
}
body.twocolumn #single {
	margin-right: 375px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	top: 1px;
}
body.twocolumn #dad {
	position: absolute;
	top: 1px;
	right: 10px;	
	
}
body.twocolumn #dad.son_page {
	background: #fff url(images/son_logo_big.jpg) no-repeat 1px 1px;	
}
body.twocolumn #dad.mom_page {
	background: #fff url(images/mom_logo.jpg) no-repeat 1px 1px;	
}
body.twocolumn #dad.dad_page {
	background: #fff url(images/dad_logo.jpg) no-repeat 1px 1px;	
}

* html body.twocolumn #dad {
	top: 17px;
}
* html body.twocolumn #wrapper {
	width: 1000px;
}
* html body.twocolumn #single {
	width: 540px;
	margin-left: 2px;
}
* html body.twocolumn #dad {
	width: 332px;
	margin-right: 2px;
}


#single {	
	background-color: #fff;	
	border: 5px solid #BEBEBE;
	margin-left: 10px;
	padding: 5px;
	width: 590px;
	z-index: 12;
	margin-bottom: 15px;
}
#single .box li {
	line-height: 2.5em;
}
.pager {
	background:#F6F6F6 none repeat scroll 0 0;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0;
	margin:1.5em 0;
	overflow:auto;
	width:100%;
	padding: 10px 0;
}



/** 当前位置
---------------------
**/
.iamhere {	
	/*background: #BEBEBE;
	color: #fff;
	padding: 3px;	*/
}
.iamhere a {
	margin: 0 5px;
	color: #6AA14E;
}

#single .iamhere {
	position: absolute;
	left: -20px;
	top: 5px;
	line-height: 1.5em;
}


/** 内容页
---------------------
**/
#single h1 {
	font-size: 21px;
	text-align: center;
	border-bottom: 1px dotted #626262;
	margin: 40px 0 15px 0;
	padding: 5px;
}
#single p {
	font-size: 15px;
	line-height: 2em;
	text-indent: 2em;
	padding: 0 0 10px;
	color: #333;
}
.column {
	background:#fff url(images/column_big.jpg) no-repeat scroll center bottom;
	padding-bottom:30px;
}

#single .next_post {
	border-top: 1px dotted #626262;
	padding-top: 5px;
}

.under {
	border-top: 1px dotted #626262;
	padding-top: 5px;
}
#single img {
	max-width: 540px;
}

#single .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#single .alignright {
	float: right;
	margin: 0 0 5px 5px;
}

#single .alignleft {
	float: left;
	margin: 0 5px 5px 0;
}

/** 分类页
---------------------
**/
#single h2 {
	margin-top: 40px;
	color: #A3C98F;
	border: none;
	text-align: left;
}
#single h2 a {
	color: #2C6288;
}
#single p.entry_info {
	font-size: 11px;
}

/** 去掉H1网站标题
---------------------
**/
#branding h1 {
	text-indent: -10000px;
	height: 1px;
}

/** 三列的菜单
---------------------
**/
#dad_menu,
#mom_menu, 
#son_menu {
	z-index: 99;
}

head {
	z-index: 99;
}

#dad_menu {	
	position:absolute;
	right:45px;
}
#son_menu {	
	position:absolute;
	right:432px;
}
#mom_menu {	
	position:absolute;
	left:65px;	
}

#mom_menu, #dad_menu, #son_menu {
	top:158px;		
}
* html #mom_menu, * html #dad_menu, * html #son_menu {
	top: 178px;
}

#dad_menu li a,
#mom_menu li a,
#son_menu li a {
	color: #fff;
	font-size: 14px;	
	font-weight: 600;
	margin: 5px;
}
#dad_menu li,
#son_menu li, 
#mom_menu li {
	display: inline;	
	/*background: #626262;*/
}

#single h2,
#dad h2,
#mom h2,
#son h2 { 
	font-size: 18px;
	font-weight: 700;
	padding: 8px 0 8px 30px;	
	background: #fff url(images/dad_title.jpg) no-repeat left center;
	color: #6AA14E;
}

/*
时间
------------------------------------------------
**/
.post_date {
	color: #ccc;
	font-size: 12px;
}

/*
思为爸爸
------------------------------------------------
**/
#dad {
	
}

#dad h2 {
	background-image:url(images/dad_title.jpg);
}

#dad .box h2 {
	background: none;		
	padding: 8px 0 8px 5px;
	margin-top: 15px;
}
#dad .box h2, #dad .box h2 a {
	color: #888;	
}

#dad .column {
	background: transparent url(images/column_big.jpg) no-repeat center bottom;
	padding-bottom: 30px;
}
/*
思为宝宝
------------------------------------------------
**/
#son {
	
}

#son h2 {	
	background-image: url(images/son_title.jpg);
	background-position: left center;
}

#son .column {
	background: transparent url(images/column_litle.jpg) no-repeat left bottom;
	padding-bottom: 25px;
}

#son .post h2,
#son .post h2 a {
	color: #888;
}

#son .latest_post h2,
#son .latest_post h2 a {
	color: #6AA14E;
}

#MainPromotionBanner {
	margin-left: 2px;
}
/*
思为妈妈
------------------------------------------------
**/
#mom {
	
}
#mom h2 {
	background-image: none;
}
#mom .latest_post h2,
#mom .box h2 {
	background-image: url(images/mom_title.jpg);
	background-position: left center;
}

#mom .column {
	background: transparent url(images/column_big.jpg) no-repeat center bottom;
	padding-bottom: 20px;
}

#mom .post h2,
#mom .post h2 a {
	color: #888;
	
}

#mom .latest_post h2,
#mom .latest_post h2 a {
	color: #6AA14E;
}

#mom .post h2 {
	padding-left: 0px;
}
#mom .latest_post h2 {
	padding-left: 33px;
}

/*
文章摘要显示框
------------------------------------------------
**/
.post .info {
	text-align: right;
	margin: 5px 10px;
}

.post {
	margin: 5px 10px;	
}

.post p {
	line-height: 2em;
	text-indent: 2em;
	font-size: 14px;
	text-align: justify;
}

/*
文章列表框
------------------------------------------------
**/
.box {
	position: relative;	
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

.box p.more { /* 用来放置更多链接 */
	position: absolute;
	right: 5px;
	top: 10px;
}
#single .box p.more {
	top: 5px;
}
.box li {	
	background: transparent url(images/post_title_list.jpg) no-repeat scroll 0 6px;
	margin-left: 10px;
	padding-left: 14px;
	vertical-align: top;
	line-height: 2em;
	width: 285px;
	overflow: hidden;
	height: 2em;
}

.box li a {
	color: #626262;
}

/*
服务
------------------------------------------------
**/
.servies {
	position: relative;	
	background-color: #FFF;
}
.servies p { /* 用来放置更多链接 */
	position: absolute;
	right: 5px;
	top: 5px;
}
.servies li a {
	color: #626262;
}

.servies ol {
	margin: 10px 5px 10px 50px;
}
/*
案例展示
------------------------------------------------
**/
.case_box {
	position: relative;	
	background-color: #FFF;
}
.case_box p { /* 用来放置更多链接 */
	position: absolute;
	right: 5px;
	top: 5px;
}

/*
案例展示滚动
------------------------------------------------
**/
#featured-cases {
  position: relative;
  /*background: #ddd;*/
  width: 330px;
  height: 160px;
  overflow: scroll;
  margin: 1em auto;
  padding: 0;
  text-align: center;
  z-index: 2;
}
#featured-cases .covers {
  position: relative;
  width: 840px;
  z-index: 1;
}
#featured-cases a {
  float: left;
  margin: 8px;
  height: 123px;
}
#featured-cases .price {
  display: none;
}

#featured-cases .control {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  /* 设置宽度高度与图片一样 */
  width: 90px; 
  height: 123px;
}
#featured-cases .waitimg {
	width: 43px;
	height: 11px;
}

img.enlarged {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

img.enlarged-control {
  position: absolute;
  z-index: 6;
  cursor: pointer;
}

.enlarged-price {
  background-color: #373c40;
  color: #fff;
  width: 80px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  z-index: 6;
}

/**
读书频道1
--------------------------------
**/
.featured-books {
	margin: 5px;
	width: 300px;
	overflow: hidden;
}
.featured-books img {
	width: 78px;
	height: 110px;	
	border:1px solid #CCCCCC;
	padding: 2px;	
}
.featured-books dd {
	float: left;
	width: 200px;
	height: 120px;
	overflow: hidden;
	margin-left: 7px;
	line-height: 1.5em;
	margin-top: 7px;
}
.featured-books dd h3 {
	margin-bottom: 3px;
}
.featured-books dt {
	float: left;	
	margin-top: 7px;
}



/**
读书频道
--------------------------------
**/
.books .clearfloat {
	margin-bottom:8px;
	margin-top:7px;
}
.books .info {
	float:right;
	margin-top:5px;
	/*padding-top:5px;*/
	width:207px;
}
.books .title {
	font-weight:bold;
}
.books a img {
	border:1px solid #CCCCCC;
	margin-right:10px;
	margin-top:5px;
	margin-left: 5px;
	padding:2px;
}

.books p {
	margin: 0;
}

/**页脚
------------------------------------------------
**/
#footer {
	background: #2F2F2E;
	margin-top: 10px;
	padding-bottom: 50px;
}
#footer .links,
#footer .links ul {
	width: 179px;
	overflow: hidden;
}
#footer .links li {
	/*float: left;
	width: 70px;*/
	margin: 5px;
}
#footer h2 {
	font-size: 17px;
	color: #6AA14E;
}
#footer a {
	color: #ddd;
}
#footer h2 a {
	color: #6AA14E;
	font-size: 17px;
	font-weight: bold;
}
#footer ul {
	margin-top: 8px;
}
#footer h2 {
	width: 6em;
	margin: 0 auto;
	padding: 0;		
}
* html #footer h2 {
	width: 6em;
}
#footer .links p {
	background: transparent url(images/bg_headerInputSubmit.png) repeat-x;
	-moz-border-radius: 5px;
	height: 28px;
	font-weight: 800;
	font-size: 17px;	
	color: #fff;
	text-align: center;
}

* html #footer .links p {
	padding-top: 7px;
}

#footer div {
	border-left:1px solid #4D4B4A;
	border-right:1px solid #000000;
	float:left;
	height:200px;
	margin:0;
	padding:0 18px;
	margin: 10px 0 40px 0;
}

#footer .links {
	border-left: medium none;
}
#footer .shotcuts {
	width: 90px;
}
#footer .comments {
	width: 350px;
}
#footer .comments h2 {
	width: 8em;
}
* html #footer .comments h2 {
	width: 8em;
}
#footer .comments li {
	line-height: 1.6em;
}
#footer .comments a strong {
	color: #6AA14E;
}
#footer .sponsors {
	width: 200px;
	border-right: medium none;	
}

/*
顶部搜索框
------------------------------------------------
**/
#top_search {
	position: absolute;
	right: 28px;
	top: 110px;
	width: 209px;
	height: 25px;	
	font-size: 12px;
}
* html #top_search {
	top: 125px;
}
#top_search .search {
	-moz-border-radius-bottomleft:5px; /* 圆角 */
	-moz-border-radius-topleft:5px; /* 圆角 */
	font-size: 0.9em;
	background: #FFF url(images/bg_headerInputSearch.png) repeat-x ;
	border: 1px solid #D6071B;
	height: 13px;
	padding: 5px;
	vertical-align: middle;	
	width:170px;	
	color: #808080;
	display:inline-block;
}

#top_search .submit {
	-moz-border-radius-bottomright:5px; /* 圆角 */
	-moz-border-radius-topright:5px; /* 圆角 */
	color: #FFF;
	font-size: 0.9em;
	background:#D6071B url(images/bg_headerInputSubmit.png);
	border: 1px solid #D6071B;
	cursor: pointer;
	height: 25px;
	margin-left: -9px;
	padding: 4px;
	text-align: center;
	width: 30px;
	vertical-align: middle;	
	display:inline-block;
}


blockquote, pre {
	background:#F4F5F7 url(images/blockquote.gif) no-repeat scroll 3px 3px;
	border:1px dashed #CCCCCC;
	margin:5px 0;
	padding:8px 12px 8px 36px;
}



/**浮动以及清除浮动
------------------------------------------------
**/
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}

.clearfloat:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfloat {
	display:inline-block;
}
* html .clearfloat {
	height:1%;
}
* + html .clearfloat {
	height:1%;
}
.clearfloat {
	display:block;
}
.clear, .fixed {
	clear: both;
}

/**评论
------------------------------------------------
**/
#single #comments ol,
#single #comments ul {
	padding: 0;
	background: none;
	margin: 0;
	border: none;
	background-color: #fff;
}
#commentform {
	margin-bottom: 30px;
}
#commentform #author,
#commentform #email,
#commentform #url {
	-moz-border-radius:5px;
	background:#FFFFFF url(images/bg_headerInputSearch.png) repeat-x scroll 0 0;
	border:1px solid #D6071B;
	color:#808080;
	display:inline-block;
	font-size:0.9em;
	height:13px;
	padding:5px;
	vertical-align:middle;
	width: 250px;
}
#commentform #comment {
	-moz-border-radius:5px;
	background:#FFFFFF url(images/bg_headerInputSearch.png) repeat-x scroll 0 0;
	border:1px solid #D6071B;
	font-size: 20px;
	padding: 10px;
}

/* comment START */
#commentlist {
	background:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;	
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
}
#cmtswitcher a.tab {	
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#cmtswitcher .addcomment {
	background:url(images/icons.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
	background:url(images/icons.gif) 0 -144px no-repeat;
}
#thecomments, 
#thetrackbacks {
	padding-bottom:15px;
}
#thecomments .comment, 
#thecomments .messagebox {
	margin-top:15px;
}
.comment .author {
	float:left;
	width:71px;
	text-align:center;
}
.comment .pic {
	background:url(images/commentpoint.png) 100% 33% no-repeat;
	padding-right:14px;
	margin-top:10px;
}
.comment .name {
	width:57px;
	font-weight:bolder;
	overflow:hidden;
	padding-right:10px;
}
.comment .avatar {
	padding:1px;
	border:1px solid #999;
}
.comment .info {
	background:#EDEFF0 url(images/comment.gif) 0 0 no-repeat;
	float:left;
	padding:10px 15px 0;
	width:484px;
}
* html .comment .info {
	width: 450px;
}
.comment .date, 
.trackback .date {
	float:left;
	font-size:10px;
}
.comment .act, 
.trackback .act {
	float:right;
	font-size:10px;
}

.comment .content {
	
	/*background: #ccc transparent url(images/comment.gif) 100% 100% no-repeat;
	margin: 0px -15px;*/
	padding:0 15px 10px;
	line-height:145%;
}

.comment .content p {
	margin-top:10px;
	overflow:hidden
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .author {
	float:right;
}
.admincomment .pic {
	background:url(images/commentpoint.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:14px;
}
.admincomment .name {
	padding-right:0;
	padding-left:12px;
}
.admincomment .info {
	float:right;
}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	display:none;
}
#thetrackbacks li {
	margin-top:15px;
}
.trackback {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px 0;
	width:575px;
}
.trackback .title {
	background:#EDEFF0 url(images/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
#respond {
	padding:10px 0 0;
	font-size:11px;
}
#respond .row {
	margin-bottom:5px;
}
#respond .textfield {
	width:200px;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:550px;
}
#commentnavi {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:11px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(images/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#submitbox a.feed {
	background:url(images/icons.gif) 0 -256px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:right;
}
#submitbox #submit {
	-moz-border-radius: 5px;	
	background:#D6071B url(images/bg_headerInputSubmit.png) repeat scroll 0 0;
	border:1px solid #D6071B;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-size: 17px;
	height: 30px;	
	font-weight:800;
	text-align:center;
	vertical-align:middle;
	width: 10em;	
}
#submitbox #submit:hover {
	background:transparent url(images/bg_headerInputSubmit.png) repeat-x scroll 0 -20px;
}
#submitbox .submitbutton {
	float:left;

}
/* comment END */


/**分割条
------------------------------------------------
**/
.left_separation,
.right_separation {
	line-height: 1.5em;
	position: relative;	
	background: #BEBEBE;
	color:#FFFFFF;
	padding:3px;	
}
.left_separation a,
.right_separation a {	
	margin: 0 5px;
	color: #6AA14E;
}
.left_separation {
	text-align: left;
	left: -5px;
}
.right_separation {
	text-align: right;
	right: -5px;
}

/**案例展示分类1
-------------------------------------------------
**/
.show-cases {
	width: auto;
	margin: 20px auto 20px auto;
	overflow: hidden;
}
.show-cases .preview {
	position: relative;	
	overflow: hidden;
	display:block;	
	height:114px;
	margin-bottom:5px;	
	width:170px;
}
.show-cases li {
	float: left;
	width: 170px;
	height: 167px;
	overflow: hidden;
	position: relative;
	margin: 15px 12px;
}
.show-cases img {
	width: 160px;
	height: 104px;
	padding: 4px;
	border: 1px solid #ccc;	
}
.show-cases .number {
	position: absolute;
	bottom: 1px;
	right: 1px;
	background: transparent url(images/bg-angle.gif) no-repeat -20px 0;
	display: block;
	font-size: 0.85em;
	line-height: 1;
	padding: 3px 7px 3px 20px;
}
.show-cases h3 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:1.1em;
	line-height:1.1em;
	margin:0 0 0.4em;
	overflow:hidden;
	width:166px;
}

#single .show-cases li p {
	color:#999999;
	font-size:0.9em;
	line-height:1.2;
	margin:0;
	padding-left:0;
	position:relative;
	text-indent:0;
	text-transform:uppercase;
}
#single .show-cases li .category {
	text-transform: none;
	color: #999999;
	font-size: 0.9em;
	line-height: 1.2;
	margin: 0pt;
	padding-left: 0pt;
}


#single  ul.show-cases {
	padding: 0;	
}

* html #single ul.show-cases {
	margin: 5px 0;
	padding: 0;	
}
* html #single ul.show-cases li {
	margin: 15px 3px;
}


/**案例展示分类
-------------------------------------------------
**/
/* -- Official Design Listing -- */
.official ul li {
	margin: 0;
	padding: 0 0 3em 0;
	background: none;
}
#official h3 {
	font-size:14px;
	line-height:1;
}
.official .row {
	position: relative;
	width: 100%;
	margin: 1em 0;
}
.official .row li {
	width: 170px;
	padding-bottom: 3em;
	display: block;
}
.official .row li.second {
	position: absolute;
	left: 192px;
	top: 0;
}
.official .row li.third {
	position: absolute;
	left: 384px;
	top: 0;
}
.official .preview {
	display: block;
	width: 170px;
	height: 114px;
	margin-bottom: 5px;
	position: relative;
	float: left;
}
.official .preview img {
	display: block;
	padding: 4px;
	background: #fff;
	border: solid 1px #ccc;
}
.official .preview a:hover img {
	border-color: #999;
}
.official .numero {
	font-size: 0.85em;
	display: block;
	bottom: 1px;
	right: 1px;
	position: absolute;
	line-height: 1;
	background: url(images/bg-angle.gif) no-repeat -20px 0;
	padding: 3px 7px 3px 20px;
}
.official h3 {
	font: 1.2em/1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin: 0 0 0.3em 0;
}
.official ul {
	padding: 0;
	margin: 0;
}
#single .official li p,
.official li p {
	text-indent: 0;
    margin: 0;
    line-height: 1.2;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #999;
    padding-left: 0;
    position: relative;
}
.official li a:link, .official li a:visited {
	text-decoration: none;
}
.official li a:hover {
	text-decoration: underline;
}

.official li p .country {
	text-transform: none;
}
.non-official p .country,
.non-official p .published {
	color: #999999;
	font-size: 0.9em;
	line-height: 1.2;
	margin: 0pt;
	padding-left: 0pt;
}

#single .notice {
	margin-top: 50px;
	border: 1px solid #ccc;
	padding: 10px;
}

#single ol, 
#single ul {
	background:#F4F5F7 url(images/blockquote.gif) no-repeat scroll 3px 3px;
	border:1px dashed #CCCCCC;
	margin:5px 0;
	padding:8px 12px 8px 36px;
}
#single ol, #single li {
	line-height: 2em;
}


/**文章中显示图库
--------------------
**/
.attachment-thumbnail {
	width: 150px;
}

/**正文中的gg广告
--------------------
**/
#single .adtop {
	background:transparent url(./images/bg_ad.gif) no-repeat scroll left bottom;
	padding-left: 116px;
	margin-left: 20px;
}
#single .gg {
	border:5px solid #000000;
	height:280px;
	width:336px;	
}
